Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
librsvg
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
173
Issues
173
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
librsvg
Commits
4237c1e8
Commit
4237c1e8
authored
Feb 02, 2003
by
Dom Lachowicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version number, gsf configure.in stuff from aldug
parent
69af5b43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ChangeLog
ChangeLog
+4
-0
configure.in
configure.in
+2
-2
No files found.
ChangeLog
View file @
4237c1e8
2003
-
02
-
02
Dom
Lachowicz
<
cinamod
@
hotmail
.
com
>
*
rsvg
-
shapes
.
c
(
rect
):
Handle
missing
RX
when
RY
is
specified
(
http
://
www
.
w3
.
org
/
TR
/
SVG11
/
shapes
.
html
#
RectElement
)
*
configure
.
in
:
Bump
version
number
,
libgsf
update
from
aldug
*
librsvg
.
spec
.
in
:
Fixes
by
Christian
Schaller
===
librsvg
2.2.2
===
...
...
configure.in
View file @
4237c1e8
...
...
@@ -20,7 +20,7 @@ dnl ===========================================================================
LIBRSVG_MAJOR_VERSION=2
LIBRSVG_MINOR_VERSION=2
LIBRSVG_MICRO_VERSION=
2
LIBRSVG_MICRO_VERSION=
3
AC_SUBST(LIBRSVG_MAJOR_VERSION)
AC_SUBST(LIBRSVG_MINOR_VERSION)
AC_SUBST(LIBRSVG_MICRO_VERSION)
...
...
@@ -79,7 +79,7 @@ AC_ARG_WITH(svgz,[ --with-svgz Use libgsf for run-time decompression],[
fi
])
if test "x$test_gsf" = "xtrue"; then
PKG_CHECK_MODULES(LIBGSF,[libgsf-1 >=
0.5
], test_gsf=true, test_gsf=false)
PKG_CHECK_MODULES(LIBGSF,[libgsf-1 >=
1.6.0
], test_gsf=true, test_gsf=false)
fi
if test "x$test_gsf" = "xtrue"; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment