This commit is contained in:
parent
e5cf6ab5d8
commit
1f55e5b087
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2bfc1853ecdc545bf3767ed92c93b8796f2075f522c8eab1693c96f11d55a59e
|
||||
size 464857
|
3
librsvg-2.22.3.tar.bz2
Normal file
3
librsvg-2.22.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63f7cc948b60447c76e6797a2d521cba308ed42c673bd4b2212e1f0b4cd60f0a
|
||||
size 491576
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 3 18:57:41 WST 2008 - mboman@suse.de
|
||||
|
||||
- Update to version 2.22.3:
|
||||
+ Make librsvg buildable on windows without freetype dependency
|
||||
+ Fix build and tests
|
||||
+ Fix the handling of the stroke-dashoffset property
|
||||
+ Bad rendering for some wacko SVG path data
|
||||
+ Fix some arcs not being well drawn in SVG path
|
||||
+ Fix various crashes
|
||||
+ Set license field of GdkPixBufFormat in the SVG loader
|
||||
+ Migrate use of GMemChunk to GSlice
|
||||
+ If an ID is not found, return an error and/or do not render whole SVG
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 22 10:10:10 CEST 2008 - coolo@suse.de
|
||||
|
||||
|
72
librsvg.spec
72
librsvg.spec
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package librsvg (Version 2.22.2)
|
||||
# spec file for package librsvg (Version 2.22.3)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -25,8 +32,8 @@ BuildRequires: mozilla-xulrunner%{xulrunner_version}-devel
|
||||
BuildRequires: gecko-sdk
|
||||
%endif
|
||||
PreReq: coreutils
|
||||
Version: 2.22.2
|
||||
Release: 52
|
||||
Version: 2.22.3
|
||||
Release: 1
|
||||
Summary: A Library for Rendering SVG Data
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.18/%{name}-%{version}.tar.bz2
|
||||
Patch1: env-paths.diff
|
||||
@ -164,6 +171,17 @@ touch var/adm/SuSEconfig/run-gtk
|
||||
%{_libdir}/browser-plugins/*.so
|
||||
|
||||
%changelog
|
||||
* Fri Oct 03 2008 mboman@suse.de
|
||||
- Update to version 2.22.3:
|
||||
+ Make librsvg buildable on windows without freetype dependency
|
||||
+ Fix build and tests
|
||||
+ Fix the handling of the stroke-dashoffset property
|
||||
+ Bad rendering for some wacko SVG path data
|
||||
+ Fix some arcs not being well drawn in SVG path
|
||||
+ Fix various crashes
|
||||
+ Set license field of GdkPixBufFormat in the SVG loader
|
||||
+ Migrate use of GMemChunk to GSlice
|
||||
+ If an ID is not found, return an error and/or do not render whole SVG
|
||||
* Tue Jul 22 2008 coolo@suse.de
|
||||
- switch to xulrunner190 to avoid java dependency for gnome
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
@ -172,20 +190,20 @@ touch var/adm/SuSEconfig/run-gtk
|
||||
* Fri Mar 14 2008 maw@suse.de
|
||||
- Update to version 2.22.2:
|
||||
+ Bug fixed: bgo#520261.
|
||||
* Tue Mar 04 2008 maw@suse.de
|
||||
* Wed Mar 05 2008 maw@suse.de
|
||||
- Update to version 2.22.1:
|
||||
+ Text rendering fixes, especially for non-ASCII text
|
||||
+ Better cairo integratino
|
||||
+ Use GIO
|
||||
+ Use GtkPrint.
|
||||
* Fri Feb 15 2008 dmueller@suse.de
|
||||
* Sat Feb 16 2008 dmueller@suse.de
|
||||
- split off rsvg-view (20kb), removes 6.2MB from the KDE CD
|
||||
* Tue Jan 29 2008 maw@suse.de
|
||||
* Wed Jan 30 2008 maw@suse.de
|
||||
- Remove libtool archives.
|
||||
* Tue Jan 29 2008 rodrigo@suse.de
|
||||
* Wed Jan 30 2008 rodrigo@suse.de
|
||||
- Update to version 2.20.0:
|
||||
* Fixed memory leaks and segfaults
|
||||
* Mon Sep 10 2007 maw@suse.de
|
||||
* Tue Sep 11 2007 maw@suse.de
|
||||
- Update to version 2.18.2
|
||||
- librsvg-64bit-warning.patch was necessary due to a typo in
|
||||
2.18.1; that typo was removed in 2.18.2, and therefore the patch
|
||||
@ -206,28 +224,28 @@ touch var/adm/SuSEconfig/run-gtk
|
||||
scripts that break should use rsvg-convert instead
|
||||
* Sat Mar 17 2007 aj@suse.de
|
||||
- Require python for rsvg command (#242072).
|
||||
* Mon Feb 19 2007 maw@suse.de
|
||||
* Tue Feb 20 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
|
||||
* Mon Feb 19 2007 aj@suse.de
|
||||
- Cleanup BuildRequires.
|
||||
* Tue Feb 13 2007 sbrabec@suse.cz
|
||||
- Do not build unusable static libraries (#238552#c17).
|
||||
* Tue Jan 09 2007 sbrabec@suse.cz
|
||||
* Wed Jan 10 2007 sbrabec@suse.cz
|
||||
- Patched to build plugin with xulrunner.
|
||||
* Tue Jan 09 2007 maw@suse.de
|
||||
* Wed Jan 10 2007 maw@suse.de
|
||||
- Fix a typo
|
||||
- (Temporarily) remove the plugin subpackage.
|
||||
* Tue Jan 09 2007 sbrabec@suse.cz
|
||||
* Wed Jan 10 2007 sbrabec@suse.cz
|
||||
- Prefix changed to /usr.
|
||||
- Spec file cleanup.
|
||||
* Thu Dec 28 2006 jhargadon@suse.de
|
||||
* Fri Dec 29 2006 jhargadon@suse.de
|
||||
- removed unused libtool archives (#223654)
|
||||
* Sat Oct 14 2006 danw@suse.de
|
||||
- Remove dead patch
|
||||
* Fri Sep 15 2006 sbrabec@suse.cz
|
||||
- Removed mDNSResponder-lib from Requires - should be implicit.
|
||||
* Thu Sep 14 2006 jhargadon@suse.de
|
||||
* Fri Sep 15 2006 jhargadon@suse.de
|
||||
- update to version 2.16.0
|
||||
- librsvg.def: Make export symbols work on OSX
|
||||
- rsvg-private.h: Some preparation work for color normalization
|
||||
@ -237,7 +255,7 @@ touch var/adm/SuSEconfig/run-gtk
|
||||
for us. This fixes a bug where style definitions don't get properly
|
||||
expanded, but causes a (2.15.x-only feature) regression when importing
|
||||
external ENTITIES.
|
||||
* Wed Aug 23 2006 jhargadon@suse.de
|
||||
* Thu Aug 24 2006 jhargadon@suse.de
|
||||
- update to version 2.15.90
|
||||
- Bug 348329 make gnome-print dependency optional
|
||||
- Don't leak PangoFt2 fonts (bug 344235)
|
||||
@ -246,18 +264,18 @@ touch var/adm/SuSEconfig/run-gtk
|
||||
- use wildcard in filelist for gtk2 version
|
||||
* Fri Jul 28 2006 ro@suse.de
|
||||
- include rsvg.devhelp2 in filelist
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
* Thu Jan 26 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Thu Oct 13 2005 gekker@suse.de
|
||||
* Fri Oct 14 2005 gekker@suse.de
|
||||
- Update to version 2.12.7
|
||||
- Fix use of uninitialized variables
|
||||
* Fri Sep 16 2005 rodrigo@suse.de
|
||||
* Sat Sep 17 2005 rodrigo@suse.de
|
||||
- Update to version 2.12.0
|
||||
* Mon Sep 05 2005 gekker@suse.de
|
||||
* Tue Sep 06 2005 gekker@suse.de
|
||||
- Update to version 2.11.1 (GNOME 2.12)
|
||||
* Fri Aug 12 2005 sbrabec@suse.cz
|
||||
- Fixed devel requirements (#104295).
|
||||
* Wed Jun 01 2005 sbrabec@suse.cz
|
||||
* Thu Jun 02 2005 sbrabec@suse.cz
|
||||
- Fixed devel requirements.
|
||||
* Sun Feb 06 2005 gekker@suse.de
|
||||
- Update to version 2.9.5
|
||||
@ -273,21 +291,21 @@ touch var/adm/SuSEconfig/run-gtk
|
||||
* Wed Mar 10 2004 sbrabec@suse.cz
|
||||
- Fixed %%postun.
|
||||
- Fixed doc build.
|
||||
* Sat Jan 10 2004 adrian@suse.de
|
||||
* Sun Jan 11 2004 adrian@suse.de
|
||||
- add %%defattr and %%run_ldconfig
|
||||
* Mon Oct 20 2003 sbrabec@suse.cz
|
||||
- Do not build SVG plug-in (moved to gimp2 package).
|
||||
* Wed Oct 08 2003 sbrabec@suse.cz
|
||||
- Updated to version 2.4.0 (GNOME 2.4).
|
||||
* Tue Aug 26 2003 sbrabec@suse.cz
|
||||
* Wed Aug 27 2003 sbrabec@suse.cz
|
||||
- Added Provides/Obsoletes for old name.
|
||||
* Tue Aug 19 2003 sbrabec@suse.cz
|
||||
- Package renamed (librsvg2 -> librsvg).
|
||||
* Mon Jul 28 2003 hhetter@suse.de
|
||||
- fix build
|
||||
* Mon Jul 14 2003 sbrabec@suse.cz
|
||||
* Tue Jul 15 2003 sbrabec@suse.cz
|
||||
- GNOME prefix change to /opt/gnome.
|
||||
* Wed Jul 09 2003 sbrabec@suse.cz
|
||||
* Thu Jul 10 2003 sbrabec@suse.cz
|
||||
- Branched gimp2-svg (to simplify dependences).
|
||||
* Wed Jun 25 2003 sbrabec@suse.cz
|
||||
- Updated to version 2.2.5.
|
||||
|
Loading…
Reference in New Issue
Block a user