OBS User unknown 2007-02-19 22:35:18 +00:00 committed by Git OBS Bridge
parent eb282144a5
commit cdbe35671d
5 changed files with 15 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a918455246e8541ce737ea499fd0bcfa207d712cb4efa5583031b9c23c51c66
size 420858

3
librsvg-2.16.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2989d6a969b6f80d354f8120a5dd625d2c0b4e9e04bf178e9e7b34ae28e2ac69
size 423624

View File

@ -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

View File

@ -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

View File

@ -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