diff --git a/librsvg-2.16.0.tar.bz2 b/librsvg-2.16.0.tar.bz2 deleted file mode 100644 index edae226..0000000 --- a/librsvg-2.16.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a918455246e8541ce737ea499fd0bcfa207d712cb4efa5583031b9c23c51c66 -size 420858 diff --git a/librsvg-2.16.1.tar.bz2 b/librsvg-2.16.1.tar.bz2 new file mode 100644 index 0000000..618e666 --- /dev/null +++ b/librsvg-2.16.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2989d6a969b6f80d354f8120a5dd625d2c0b4e9e04bf178e9e7b34ae28e2ac69 +size 423624 diff --git a/librsvg-xulrunner.patch b/librsvg-xulrunner.patch deleted file mode 100644 index c750e06..0000000 --- a/librsvg-xulrunner.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in -+++ configure.in -@@ -307,7 +307,7 @@ - - if test "x$test_mozilla_plugin" != "xno"; then - if test -z "$MOZILLA_CONFIG"; then -- AC_PATH_PROGS(MOZILLA_CONFIG, mozilla-config firefox-config, no) -+ AC_PATH_PROGS(MOZILLA_CONFIG, mozilla-config firefox-config xulrunner-config, no) - fi - - if test "x$MOZILLA_CONFIG" != "xno"; then diff --git a/librsvg.changes b/librsvg.changes index c428cff..dfdd901 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 19 12:47:49 CST 2007 - maw@suse.de + +- Update to version 2.16.1 +- Remove librsvg-xulrunner.patch which is now upstream. + ------------------------------------------------------------------- Sun Feb 18 18:11:55 CET 2007 - aj@suse.de diff --git a/librsvg.spec b/librsvg.spec index 8895780..8dff62b 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -1,5 +1,5 @@ # -# spec file for package librsvg (Version 2.16.0) +# spec file for package librsvg (Version 2.16.1) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -24,11 +24,10 @@ BuildRequires: mozilla-xulrunner%{xulrunner_version}-devel BuildRequires: gecko-sdk %endif PreReq: coreutils -Version: 2.16.0 -Release: 44 +Version: 2.16.1 +Release: 1 Summary: A Library for Rendering SVG Data Source: ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.16/%{name}-%{version}.tar.bz2 -Patch: librsvg-xulrunner.patch URL: http://librsvg.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -78,7 +77,6 @@ Authors: %prep %setup -q -%patch %build autoreconf -f -i @@ -136,6 +134,9 @@ touch var/adm/SuSEconfig/run-gtk %{_libdir}/browser-plugins/*.so %changelog +* Mon Feb 19 2007 - maw@suse.de +- Update to version 2.16.1 +- Remove librsvg-xulrunner.patch which is now upstream. * Sun Feb 18 2007 - aj@suse.de - Cleanup BuildRequires. * Tue Feb 13 2007 - sbrabec@suse.cz