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