Update to new upstream 1.1.4
This commit is contained in:
parent
c317f87ce9
commit
afafd2c4d9
@ -1 +1 @@
|
|||||||
cairo-1.1.2.tar.gz
|
cairo-1.1.4.tar.gz
|
||||||
|
14
cairo.spec
14
cairo.spec
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Summary: A vector graphics library
|
Summary: A vector graphics library
|
||||||
Name: cairo
|
Name: cairo
|
||||||
Version: 1.1.2
|
Version: 1.1.4
|
||||||
Release: 2
|
Release: 1
|
||||||
URL: http://cairographics.org
|
URL: http://cairographics.org
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
License: LGPL/MPL
|
License: LGPL/MPL
|
||||||
@ -23,9 +23,6 @@ BuildRequires: libpng-devel
|
|||||||
BuildRequires: freetype-devel >= %{freetype_version}
|
BuildRequires: freetype-devel >= %{freetype_version}
|
||||||
BuildRequires: fontconfig-devel >= %{fontconfig_version}
|
BuildRequires: fontconfig-devel >= %{fontconfig_version}
|
||||||
|
|
||||||
Patch0: cairo-1.1.2-embedded-bitmaps.patch
|
|
||||||
Patch1: cairo-1.1.2-XRenderAddGlyphs-4705.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cairo is a vector graphics library designed to provide high-quality
|
Cairo is a vector graphics library designed to provide high-quality
|
||||||
display and print output. Currently supported output targets include
|
display and print output. Currently supported output targets include
|
||||||
@ -51,8 +48,6 @@ source vector graphics library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .embedded-bitmaps
|
|
||||||
%patch1 -p1 -b .XRenderAddGlyphs-4705
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-warnings --disable-glitz --disable-quartz \
|
%configure --enable-warnings --disable-glitz --disable-quartz \
|
||||||
@ -87,6 +82,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/*
|
%{_datadir}/gtk-doc/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 3 2006 Carl Worth <cworth@redhat.com> - 1.1.4-1
|
||||||
|
- Update to new upstream 1.1.4
|
||||||
|
- Drop both embedded-bitmaps and XRenderAddGlyphs patches as both now
|
||||||
|
have upstream versions
|
||||||
|
|
||||||
* Fri Apr 28 2006 Carl Worth <cworth@redhat.com> - 1.1.2-2
|
* Fri Apr 28 2006 Carl Worth <cworth@redhat.com> - 1.1.2-2
|
||||||
- Add suggested patch for XRenderAddGlyphs crash of bug #4705
|
- Add suggested patch for XRenderAddGlyphs crash of bug #4705
|
||||||
https://bugs.freedesktop.org/show_bug.cgi?id=4705
|
https://bugs.freedesktop.org/show_bug.cgi?id=4705
|
||||||
|
Loading…
Reference in New Issue
Block a user