cairo 1.12.10
- 0001-xlib-shm-Fix-memory-leak.patch: Drop, merged.
This commit is contained in:
parent
1304c42e7b
commit
da605af93f
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ cairo-1.9.14.tar.gz
|
||||
/cairo-1.12.6.tar.xz
|
||||
/cairo-1.12.8.tar.gz
|
||||
/cairo-1.12.8.tar.xz
|
||||
/cairo-1.12.10.tar.xz
|
||||
|
10
cairo.spec
10
cairo.spec
@ -4,8 +4,8 @@
|
||||
|
||||
Summary: A 2D graphics library
|
||||
Name: cairo
|
||||
Version: 1.12.8
|
||||
Release: 3%{?dist}
|
||||
Version: 1.12.10
|
||||
Release: 1%{?dist}
|
||||
URL: http://cairographics.org
|
||||
#VCS: git:git://git.freedesktop.org/git/cairo
|
||||
#Source0: http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
|
||||
@ -15,7 +15,6 @@ Group: System Environment/Libraries
|
||||
|
||||
Patch0: 0001-xlib-Don-t-crash-when-swapping-a-0-sized-glyph.patch
|
||||
Patch1: 0002-xcb-Don-t-crash-when-swapping-a-0-sized-glyph.patch
|
||||
Patch2: 0001-xlib-shm-Fix-memory-leak.patch
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: libXrender-devel
|
||||
@ -97,7 +96,6 @@ This package contains tools for working with the cairo graphics library.
|
||||
%setup -q
|
||||
%patch0 -p1 -b .xlib-swap
|
||||
%patch1 -p1 -b .xcb-swap
|
||||
%patch2 -p1 -b .shm-leak
|
||||
|
||||
%build
|
||||
%configure --disable-static \
|
||||
@ -181,6 +179,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_libdir}/cairo/
|
||||
|
||||
%changelog
|
||||
* Wed Jan 16 2013 Adam Jackson <ajax@redhat.com> 1.12.10-1
|
||||
- cairo 1.12.10
|
||||
- 0001-xlib-shm-Fix-memory-leak.patch: Drop, merged.
|
||||
|
||||
* Wed Jan 2 2013 Matthias Clasen <mclasen@redhat.com> - 1.12.8-3
|
||||
- Make inter-subpackage deps explicit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user