Accepting request 67428 from GNOME:Next
thanks OBS-URL: https://build.opensuse.org/request/show/67428 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=37
This commit is contained in:
parent
3c74c051d4
commit
00fa665925
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:91b98051f352fab8a6257688d6b2fd665b4648ed66144861f2f853ccf876d334
|
|
||||||
size 517170
|
|
3
librsvg-2.34.0.tar.bz2
Normal file
3
librsvg-2.34.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d2111e086dcffd12466f48ab1ca088654011684c499a4cc4676da918290f3cd
|
||||||
|
size 516994
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 4 12:54:31 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.34.0:
|
||||||
|
+ Allow building rsvg-view with gtk 3
|
||||||
|
+ Bugs fixed:
|
||||||
|
- bgo#629392: stroke-dasharray is inherited by sibling texts
|
||||||
|
- bgo#626802: NULL-ptr crash in g_str_equal in rsvg-styles.c
|
||||||
|
- bgo#641586: configure should honour aclocal flags
|
||||||
|
ACLOCAL_FLAGS.
|
||||||
|
- bgo#640336: Typo in rsvg.1
|
||||||
|
- bgo#635214: svgz never supported by pixbuf loader
|
||||||
|
- fdo#30071: crash when rendering this svg with librsvg to a
|
||||||
|
pdf or ps or recording surface.
|
||||||
|
- bgo#629412: Missing test files on librsvg-2.31.0
|
||||||
|
- bgo#630714: fix stray comma
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 15 11:36:38 CET 2010 - dimstar@opensuse.org
|
Mon Nov 15 11:36:38 CET 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define build_gtk3_support 0
|
%define build_gtk3_support 0
|
||||||
|
|
||||||
Name: librsvg
|
Name: librsvg
|
||||||
Version: 2.32.1
|
Version: 2.34.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: A Library for Rendering SVG Data
|
Summary: A Library for Rendering SVG Data
|
||||||
@ -141,8 +141,8 @@ touch aclocal.m4
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure\
|
%configure\
|
||||||
--disable-static\
|
--disable-static\
|
||||||
--with-svgz
|
--with-svgz
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user