Blame SPECS/cairo.spec

34ad3a
%define pixman_version 0.18.4
34ad3a
%define freetype_version 2.1.9
34ad3a
%define fontconfig_version 2.2.95
34ad3a
34ad3a
Summary:	A 2D graphics library
34ad3a
Name:		cairo
34ad3a
Version:	1.12.14
34ad3a
Release:	3%{?dist}
34ad3a
URL:		http://cairographics.org
34ad3a
#VCS:		git:git://git.freedesktop.org/git/cairo
34ad3a
#Source0:	http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
34ad3a
Source0:	http://cairographics.org/releases/%{name}-%{version}.tar.xz
34ad3a
License:	LGPLv2 or MPLv1.1
34ad3a
Group:		System Environment/Libraries
34ad3a
34ad3a
Patch0:		0001-xlib-Don-t-crash-when-swapping-a-0-sized-glyph.patch
34ad3a
Patch1:		0002-xcb-Don-t-crash-when-swapping-a-0-sized-glyph.patch
34ad3a
Patch2:		0003-mempool-Reduce-an-assert-into-an-error-return-for-ge.patch
34ad3a
Patch3:         cairo-multilib.patch
34ad3a
34ad3a
BuildRequires: pkgconfig
34ad3a
BuildRequires: libXrender-devel
34ad3a
BuildRequires: libX11-devel
34ad3a
BuildRequires: libpng-devel
34ad3a
BuildRequires: libxml2-devel
34ad3a
BuildRequires: pixman-devel >= %{pixman_version}
34ad3a
BuildRequires: freetype-devel >= %{freetype_version}
34ad3a
BuildRequires: fontconfig-devel >= %{fontconfig_version}
34ad3a
BuildRequires: glib2-devel
34ad3a
BuildRequires: librsvg2-devel
34ad3a
BuildRequires: mesa-libGL-devel
34ad3a
BuildRequires: mesa-libEGL-devel
34ad3a
34ad3a
%description
34ad3a
Cairo is a 2D graphics library designed to provide high-quality display
34ad3a
and print output. Currently supported output targets include the X Window
34ad3a
System, OpenGL (via glitz), in-memory image buffers, and image files (PDF,
34ad3a
PostScript, and SVG).
34ad3a
34ad3a
Cairo is designed to produce consistent output on all output media while
34ad3a
taking advantage of display hardware acceleration when available (e.g.
34ad3a
through the X Render Extension or OpenGL).
34ad3a
34ad3a
%package devel
34ad3a
Summary: Development files for cairo
34ad3a
Group: Development/Libraries
34ad3a
Requires: %{name} = %{version}-%{release}
34ad3a
Requires: libXrender-devel
34ad3a
Requires: libpng-devel
34ad3a
Requires: pixman-devel >= %{pixman_version}
34ad3a
Requires: freetype-devel >= %{freetype_version}
34ad3a
Requires: fontconfig-devel >= %{fontconfig_version}
34ad3a
34ad3a
%description devel
34ad3a
Cairo is a 2D graphics library designed to provide high-quality display
34ad3a
and print output.
34ad3a
34ad3a
This package contains libraries, header files and developer documentation
34ad3a
needed for developing software which uses the cairo graphics library.
34ad3a
34ad3a
%package gobject
34ad3a
Summary: GObject bindings for cairo
34ad3a
Group: System Environment/Libraries
34ad3a
Requires: %{name} = %{version}-%{release}
34ad3a
34ad3a
%description gobject
34ad3a
Cairo is a 2D graphics library designed to provide high-quality display
34ad3a
and print output.
34ad3a
34ad3a
This package contains functionality to make cairo graphics library
34ad3a
integrate well with the GObject object system used by GNOME.
34ad3a
34ad3a
%package gobject-devel
34ad3a
Summary: Development files for cairo-gobject
34ad3a
Group: Development/Libraries
34ad3a
Requires: %{name}-devel = %{version}-%{release}
34ad3a
Requires: %{name}-gobject = %{version}-%{release}
34ad3a
34ad3a
%description gobject-devel
34ad3a
Cairo is a 2D graphics library designed to provide high-quality display
34ad3a
and print output.
34ad3a
34ad3a
This package contains libraries, header files and developer documentation
34ad3a
needed for developing software which uses the cairo Gobject library.
34ad3a
34ad3a
%package tools
34ad3a
Summary: Development tools for cairo
34ad3a
Group: Development/Tools
34ad3a
34ad3a
%description tools
34ad3a
Cairo is a 2D graphics library designed to provide high-quality display
34ad3a
and print output.
34ad3a
34ad3a
This package contains tools for working with the cairo graphics library.
34ad3a
 * cairo-trace: Record cairo library calls for later playback
34ad3a
34ad3a
%prep
34ad3a
%setup -q
34ad3a
%patch0 -p1 -b .xlib-swap
34ad3a
%patch1 -p1 -b .xcb-swap
34ad3a
%patch2 -p1 -b .get_buddy-assert
34ad3a
%patch3 -p1 -b .multilib
34ad3a
34ad3a
%build
34ad3a
%configure --disable-static	\
34ad3a
	--enable-xlib		\
34ad3a
	--enable-ft		\
34ad3a
	--enable-ps		\
34ad3a
	--enable-pdf		\
34ad3a
	--enable-svg		\
34ad3a
	--enable-tee		\
34ad3a
	--enable-gl		\
34ad3a
	--enable-gobject	\
34ad3a
	--disable-gtk-doc
34ad3a
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
34ad3a
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
34ad3a
make V=1 %{?_smp_mflags}
34ad3a
34ad3a
%install
34ad3a
make install V=1 DESTDIR=$RPM_BUILD_ROOT
34ad3a
rm $RPM_BUILD_ROOT%{_libdir}/*.la
34ad3a
34ad3a
%post -p /sbin/ldconfig
34ad3a
%postun -p /sbin/ldconfig
34ad3a
34ad3a
%post gobject -p /sbin/ldconfig
34ad3a
%postun gobject -p /sbin/ldconfig
34ad3a
34ad3a
%files
34ad3a
%doc AUTHORS BIBLIOGRAPHY BUGS COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 NEWS README
34ad3a
%{_libdir}/libcairo.so.*
34ad3a
%{_libdir}/libcairo-script-interpreter.so.*
34ad3a
%{_bindir}/cairo-sphinx
34ad3a
34ad3a
%files devel
34ad3a
%doc ChangeLog PORTING_GUIDE
34ad3a
%dir %{_includedir}/cairo/
34ad3a
%{_includedir}/cairo/cairo-deprecated.h
34ad3a
%{_includedir}/cairo/cairo-features.h
34ad3a
%{_includedir}/cairo/cairo-ft.h
34ad3a
%{_includedir}/cairo/cairo.h
34ad3a
%{_includedir}/cairo/cairo-pdf.h
34ad3a
%{_includedir}/cairo/cairo-ps.h
34ad3a
%{_includedir}/cairo/cairo-script-interpreter.h
34ad3a
%{_includedir}/cairo/cairo-svg.h
34ad3a
%{_includedir}/cairo/cairo-tee.h
34ad3a
%{_includedir}/cairo/cairo-version.h
34ad3a
%{_includedir}/cairo/cairo-xlib-xrender.h
34ad3a
%{_includedir}/cairo/cairo-xlib.h
34ad3a
%{_includedir}/cairo/cairo-gl.h
34ad3a
%{_includedir}/cairo/cairo-script.h
34ad3a
%{_includedir}/cairo/cairo-xcb.h
34ad3a
%{_libdir}/libcairo.so
34ad3a
%{_libdir}/libcairo-script-interpreter.so
34ad3a
%{_libdir}/pkgconfig/cairo-fc.pc
34ad3a
%{_libdir}/pkgconfig/cairo-ft.pc
34ad3a
%{_libdir}/pkgconfig/cairo.pc
34ad3a
%{_libdir}/pkgconfig/cairo-pdf.pc
34ad3a
%{_libdir}/pkgconfig/cairo-png.pc
34ad3a
%{_libdir}/pkgconfig/cairo-ps.pc
34ad3a
%{_libdir}/pkgconfig/cairo-svg.pc
34ad3a
%{_libdir}/pkgconfig/cairo-tee.pc
34ad3a
%{_libdir}/pkgconfig/cairo-xlib.pc
34ad3a
%{_libdir}/pkgconfig/cairo-xlib-xrender.pc
34ad3a
%{_libdir}/pkgconfig/cairo-egl.pc
34ad3a
%{_libdir}/pkgconfig/cairo-gl.pc
34ad3a
%{_libdir}/pkgconfig/cairo-glx.pc
34ad3a
%{_libdir}/pkgconfig/cairo-script.pc
34ad3a
%{_libdir}/pkgconfig/cairo-xcb-shm.pc
34ad3a
%{_libdir}/pkgconfig/cairo-xcb.pc
34ad3a
%{_datadir}/gtk-doc/html/cairo
34ad3a
34ad3a
%files gobject
34ad3a
%{_libdir}/libcairo-gobject.so.*
34ad3a
34ad3a
%files gobject-devel
34ad3a
%{_includedir}/cairo/cairo-gobject.h
34ad3a
%{_libdir}/libcairo-gobject.so
34ad3a
%{_libdir}/pkgconfig/cairo-gobject.pc
34ad3a
34ad3a
%files tools
34ad3a
%{_bindir}/cairo-trace
34ad3a
%{_libdir}/cairo/
34ad3a
34ad3a
%changelog
34ad3a
* Thu Jul 17 2013 Matthias Clasen <mclasen@redhat.com> 1.12.14-3
34ad3a
- Fix a multilib issue in /usr/bin/cairo-trace
34ad3a
34ad3a
* Sat May 25 2013 Kalev Lember <kalevlember@gmail.com> 1.12.14-2
34ad3a
- Backport an upstream patch for eog get_buddy() crashes (#912030)
34ad3a
34ad3a
* Tue Feb 12 2013 Adam Jackson <ajax@redhat.com> 1.12.14-1
34ad3a
- cairo 1.12.14
34ad3a
34ad3a
* Mon Jan 28 2013 Adam Jackson <ajax@redhat.com> 1.12.10-2
34ad3a
- cairo-1.12.10-xlib-regression-fix.patch: Fix a regression caused by
34ad3a
  mit-shm surfaces.
34ad3a
34ad3a
* Wed Jan 16 2013 Adam Jackson <ajax@redhat.com> 1.12.10-1
34ad3a
- cairo 1.12.10
34ad3a
- 0001-xlib-shm-Fix-memory-leak.patch: Drop, merged.
34ad3a
34ad3a
* Wed Jan  2 2013 Matthias Clasen <mclasen@redhat.com> - 1.12.8-3
34ad3a
- Make inter-subpackage deps explicit
34ad3a
34ad3a
* Tue Dec 18 2012 Adam Jackson <ajax@redhat.com> 1.12.8-2
34ad3a
- 0001-xlib-shm-Fix-memory-leak.patch: Fix a memory leak with shm image
34ad3a
  surfaces. (#882976)
34ad3a
34ad3a
* Mon Nov  5 2012 Matthias Clasen <mclasen@redhat.com> - 1.12.8-1
34ad3a
- Update to 1.12.8, including a fix for screenshots in fallback mode
34ad3a
34ad3a
* Wed Oct 31 2012 Adam Jackson <ajax@redhat.com> 1.12.6-2
34ad3a
- *-x{c,li}b-Don-t-crash-when-swapping-a-0-sized-glyph.patch: Fix some
34ad3a
  crashes when client and server endian don't match.
34ad3a
34ad3a
* Thu Oct 25 2012 Kalev Lember <kalevlember@gmail.com> - 1.12.6-1
34ad3a
- Update to 1.12.6
34ad3a
34ad3a
* Fri Oct 12 2012 Matthias Clasen <mclasen@redhat.com> - 1.12.4-1
34ad3a
- 1.12.4
34ad3a
- drop obsolete patch
34ad3a
34ad3a
* Wed Sep 19 2012 Thorsten Leemhuis <fedora@leemhuis.info> - 1.12.2-4.1
34ad3a
- rebuild for f18
34ad3a
34ad3a
* Tue Sep 18 2012 Thorsten Leemhuis <fedora@leemhuis.info> - 1.12.2-4
34ad3a
- add patch from master to fix issues with weston
34ad3a
34ad3a
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.2-3
34ad3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
34ad3a
34ad3a
* Sat Jul 14 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.12.2-2
34ad3a
- Add ldconfig scriptlet calls to -gobject.
34ad3a
- Fix rpmlint's spaces vs tabs warnings.
34ad3a
34ad3a
* Fri May 18 2012 Matthias Clasen <mclasen@redhat.com> - 1.12.2-1
34ad3a
- Update to 1.12.2
34ad3a
34ad3a
* Tue Apr 24 2012 Richard Hughes <rhughes@redhat.com> - 1.12.0-1
34ad3a
- Update to latest stable release
34ad3a
- Enable the GL backend
34ad3a
34ad3a
* Thu Mar 15 2012 Benjamin Otte <otte@redhat.com> - 1.10.2-7
34ad3a
- Add patch to make eclipse not crash (#803878)
34ad3a
34ad3a
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.2-6
34ad3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
34ad3a
34ad3a
* Mon Dec 05 2011 Adam Jackson <ajax@redhat.com> 1.10.2-5
34ad3a
- Rebuild for new libpng
34ad3a
34ad3a
* Fri Jul 01 2011 Rex Dieter <rdieter@fedoraproject.org> 1.10.2-4
34ad3a
- cairo-devel doesn't own /usr/include/cairo (#716611)
34ad3a
34ad3a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.2-3
34ad3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
34ad3a
34ad3a
* Mon Jan 24 2011 Christopher Aillon <caillon@redhat.com> - 1.10.2-2
34ad3a
- Enable tee support
34ad3a
34ad3a
* Mon Jan 03 2011 Benjamin Otte <otte@redhat.com> - 1.10.2-1
34ad3a
- Update to 1.10.2
34ad3a
34ad3a
* Thu Nov 11 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.10.0-4
34ad3a
- add missing BuildRequires: librsvg2 for SVG support
34ad3a
34ad3a
* Wed Sep 29 2010 jkeating - 1.10.0-3
34ad3a
- Rebuilt for gcc bug 634757
34ad3a
34ad3a
* Thu Sep 16 2010 Matthias Clasen <mclasen@redhat.com> - 1.10.0-2
34ad3a
- Drop the explicit dep on the wrong package from -gobject-devel
34ad3a
34ad3a
* Tue Sep 07 2010 Benjamin Otte <otte@redhat.com> - 1.10.0-1
34ad3a
- Update to 1.10.0
34ad3a
- Add cairo-gobject package
34ad3a
34ad3a
* Mon Jul 26 2010 Benjamin Otte <otte@redhat.com> - 1.9.14-1
34ad3a
- Update to 1.9.14 snapshot
34ad3a
34ad3a
* Sun Jul 04 2010 Benjamin Otte <otte@redhat.com> - 1.9.12-1
34ad3a
- Update to 1.9.12 snapshot
34ad3a
- Remove now unnecessary patch
34ad3a
34ad3a
* Sun Jul 04 2010 Benjamin Otte <otte@redhat.com> - 1.9.10-3
34ad3a
- Add patch to force linking with gcc, not g++. (#606523)
34ad3a
34ad3a
* Sun Jul 04 2010 Benjamin Otte <otte@redhat.com> - 1.9.10-2
34ad3a
- Don't use silent rules, we want verbose output in builders
34ad3a
34ad3a
* Thu Jun 27 2010 Benjamin Otte <otte@redhat.com> - 1.9.10-1
34ad3a
- Update to 1.9.10 snapshot
34ad3a
34ad3a
* Thu Jun 17 2010 Benjamin Otte <otte@redhat.com> - 1.9.8-1
34ad3a
- Update to 1.9.8 snapshot
34ad3a
34ad3a
* Sun Feb 21 2010 Matthias Clasen <mclasen@redhat.com> - 1.8.10-1
34ad3a
- Update to 1.8.10
34ad3a
34ad3a
* Sun Aug  2 2009 Matthias Clasen <mclasen@redhat.com> - 1.8.8-3
34ad3a
- Move ChangeLog to -devel to save space
34ad3a
34ad3a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.8-2
34ad3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
34ad3a
34ad3a
* Wed Jun 17 2009 Matthias Clasen <mclasen@redhat.com> 1.8.8-1
34ad3a
- Update to 1.8.8
34ad3a
34ad3a
* Wed Apr 08 2009 Adam Jackson <ajax@redhat.com> 1.8.6-3
34ad3a
- cairo-1.8.6-repeat-modes.patch: Enable the repeat and pad blend modes in
34ad3a
  the xlib backend to make firefox performance slightly less dire.
34ad3a
34ad3a
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.6-2
34ad3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
34ad3a
34ad3a
* Wed Jan  7 2009 Matthias Clasen <mclasen@redhat.com> 1.8.6-1
34ad3a
- Update to 1.8.6
34ad3a
34ad3a
* Sun Dec 14 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 1.8.0-3
34ad3a
- Rebuild for pkgconfig provides
34ad3a
34ad3a
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> 1.8.0-2
34ad3a
- Tweak %%summary and %%documentation
34ad3a
34ad3a
* Thu Sep 25 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.8.0-1
34ad3a
- Update to 1.8.0
34ad3a
- Update dep versions
34ad3a
34ad3a
* Mon Sep 22 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.7.6-1
34ad3a
- Update to 1.7.6
34ad3a
34ad3a
* Mon Aug 11 2008 Matthias Clasen <mclasen@redhat.com> 1.7.4-1
34ad3a
- Update to 1.7.4
34ad3a
34ad3a
* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.6.4-3
34ad3a
- fix license tag
34ad3a
34ad3a
* Sun May  4 2008 Matthias Clasen <mclasen@redhat.com> 1.6.4-2
34ad3a
- Fix source url
34ad3a
34ad3a
* Fri Apr 11 2008 Carl Worth <cworth@redhat.com> 1.6.2-1
34ad3a
- Update to 1.6.2
34ad3a
34ad3a
* Thu Apr 10 2008 Carl Worth <cworth@redhat.com> 1.6.0-1
34ad3a
- Update to 1.6.0
34ad3a
34ad3a
* Tue Apr  8 2008 Carl Worth <cworth@redhat.com> 1.5.20-1
34ad3a
- Update to 1.5.20
34ad3a
34ad3a
* Sun Apr  6 2008 Carl Worth <cworth@redhat.com> 1.5.18-1
34ad3a
- Update to 1.5.18
34ad3a
34ad3a
* Thu Apr  3 2008 Matthias Clasen <mclasen@redhat.com> 1.5.16-1
34ad3a
- Update to 1.5.16
34ad3a
34ad3a
* Fri Mar 21 2008 Matthias Clasen <mclasen@redhat.com> 1.5.14-1
34ad3a
- Update to 1.5.14
34ad3a
34ad3a
* Wed Feb 20 2008 Behdad Esfahbod <besfahbo@redhat.com>
34ad3a
- Point Source to cairographics.org/snapshots.  Change back to /releases
34ad3a
  when 1.6.0 is out.
34ad3a
34ad3a
* Wed Jan 30 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.5.8-2
34ad3a
- Remove TODO and ROADMAP as they were removed from tarball upstream.
34ad3a
34ad3a
* Wed Jan 30 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.5.8-1
34ad3a
- Update to 1.5.8
34ad3a
34ad3a
* Thu Jan 17 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.5.6-1
34ad3a
- Update to 1.5.6
34ad3a
34ad3a
* Thu Dec  6 2007 Matthias Clasen <mclasen@redhat.com> - 1.5.4-1
34ad3a
- Update to 1.5.4
34ad3a
34ad3a
* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 1.5.2-1
34ad3a
- Update to 1.5.2
34ad3a
- Switch to external pixman.
34ad3a
34ad3a
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.4.10-2
34ad3a
- Rebuild for PPC toolchain bug
34ad3a
34ad3a
* Wed Jun 27 2007 Carl Worth <cworth@redhat.com> 1.4.10-1
34ad3a
- Update to 1.4.10
34ad3a
34ad3a
* Sat Jun 9 2007 Behdad Esfahbod <besfahbo@redhat.com> 1.4.8-1
34ad3a
- Update to 1.4.8
34ad3a
34ad3a
* Tue May  1 2007 Carl Worth <cworth@redhat.com> 1.4.6-1
34ad3a
- Update to 1.4.6
34ad3a
34ad3a
* Mon Apr 16 2007 Carl Worth <cworth@redhat.com> 1.4.4-1
34ad3a
- Update to 1.4.4
34ad3a
34ad3a
* Tue Mar 20 2007 Carl Worth <cworth@redhat.com> 1.4.2-1
34ad3a
- Update to 1.4.2
34ad3a
34ad3a
* Tue Mar  6 2007 Carl Worth <cworth@redhat.com> 1.4.0-1
34ad3a
- Update to 1.4.0
34ad3a
34ad3a
* Wed Feb 14 2007 Carl Worth <cworth@redhat.com> 1.3.14-1
34ad3a
- Update to 1.3.14
34ad3a
34ad3a
* Sat Jan 20 2007 Carl Worth <cworth@redhat.com> 1.3.12-1
34ad3a
- Update to 1.3.12
34ad3a
34ad3a
* Sat Dec 23 2006 Carl Worth <cworth@redhat.com> 1.3.10-1
34ad3a
- Update to 1.3.10
34ad3a
34ad3a
* Thu Dec 14 2006 Carl Worth <cworth@redhat.com> 1.3.8-1
34ad3a
- Update to 1.3.8
34ad3a
34ad3a
* Sat Dec  9 2006 Matthias Clasen <mclasen@redhat.com> 1.3.6-2
34ad3a
- Small spec file cleanups
34ad3a
34ad3a
* Wed Dec  6 2006 Matthias Clasen <mclasen@redhat.com> 1.3.6-1
34ad3a
- Update to 1.3.6
34ad3a
34ad3a
* Thu Nov 23 2006 Matthias Clasen <mclasen@redhat.com> 1.3.4-1
34ad3a
- Update to 1.3.4
34ad3a
34ad3a
* Wed Nov 15 2006 Carl Worth <cworth@redhat.com> 1.3.2-1
34ad3a
- Update to 1.3.2
34ad3a
34ad3a
* Sun Nov  5 2006 Matthias Clasen <mclasen@redhat.com> 1.2.6-1
34ad3a
- Update to 1.2.6
34ad3a
34ad3a
* Sun Aug 20 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.2.4-1
34ad3a
- Update to 1.2.4
34ad3a
- Drop libXt-devel BuildReq as it shouldn't need it anymore.
34ad3a
34ad3a
* Wed Aug  9 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.2.2-3
34ad3a
- Remove unnecessary --disable-* arguments to configure, add --enable-*
34ad3a
  for those backends we really want to make sure are enabled.
34ad3a
34ad3a
* Wed Aug  9 2006 Ray Strode <rstrode@redhat.com> - 1.2.2-2
34ad3a
- add lame libXt-devel BuildReq to get things building again.
34ad3a
- small spec tweaks to follow conventions
34ad3a
34ad3a
* Wed Aug  9 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.2.2-1
34ad3a
- Update to 1.2.2
34ad3a
34ad3a
* Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 1.2.0-2
34ad3a
- rebuild
34ad3a
34ad3a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.0-1.1
34ad3a
- rebuild
34ad3a
34ad3a
* Mon Jul  3 2006 Matthias Clasen <mclasen@redhat.com> 1.2.0-1
34ad3a
- Update to 1.2.0
34ad3a
34ad3a
* Fri Jun 16 2006 Carl Worth <cworth@redhat.com> 1.1.10-1
34ad3a
- Update to 1.1.10 (fixes crash on 16-bit X servers like Xvnc)
34ad3a
34ad3a
* Wed Jun 14 2006 Matthias Clasen <mclasen@redhat.com> 1.1.8-1
34ad3a
- Update to 1.1.8
34ad3a
34ad3a
* Tue May 16 2006 Karsten Hopp <karsten@redhat.de> 1.1.6-6
34ad3a
- buildrequire libxml2-devel
34ad3a
34ad3a
* Fri May  5 2006 Carl Worth <cworth@redhat.com> - 1.1.6-2
34ad3a
- Refuse to build pdf2svg to avoid depending on newer poppler
34ad3a
34ad3a
* Fri May  5 2006 Carl Worth <cworth@redhat.com> - 1.1.6-1
34ad3a
- Update to new upstream 1.1.6
34ad3a
34ad3a
* Wed May  3 2006 Carl Worth <cworth@redhat.com> - 1.1.4-2
34ad3a
- Revert upstream commit that introduced a dependency on a newer
34ad3a
  poppler version for the PDF tests.
34ad3a
34ad3a
* Wed May  3 2006 Carl Worth <cworth@redhat.com> - 1.1.4-1
34ad3a
- Update to new upstream 1.1.4
34ad3a
- Drop both embedded-bitmaps and XRenderAddGlyphs patches as both now
34ad3a
  have upstream versions
34ad3a
34ad3a
* Fri Apr 28 2006 Carl Worth <cworth@redhat.com> - 1.1.2-2
34ad3a
- Add suggested patch for XRenderAddGlyphs crash of bug #4705
34ad3a
  https://bugs.freedesktop.org/show_bug.cgi?id=4705
34ad3a
34ad3a
* Tue Apr 25 2006 Carl Worth <cworth@redhat.com> - 1.1.2-1
34ad3a
- Update to new upstream 1.1.2
34ad3a
- Port forward the embedded bitmaps patch (now committed upstream to
34ad3a
  1.1.3)
34ad3a
- Drop build-fix and chunk-glyphs patches which now come from upstream
34ad3a
34ad3a
* Wed Mar 15 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.4-1
34ad3a
- Update to 1.0.4
34ad3a
- Drop upstreamed patches
34ad3a
34ad3a
* Fri Mar  3 2006 Carl Worth <cworth@redhat.com> - 1.0.2-5
34ad3a
- add patch to chunk Xlib glyph compositing (bug 182416 and
34ad3a
  CVE-20060528)
34ad3a
34ad3a
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-4.2
34ad3a
- bump again for double-long bug on ppc(64)
34ad3a
34ad3a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-4.1
34ad3a
- rebuilt for new gcc4.1 snapshot and glibc changes
34ad3a
34ad3a
* Tue Jan 31 2006 Ray Strode <rstrode@redhat.com> 1.0.2-4
34ad3a
- add patch from Tim Mayberry to support embbedded bitmap
34ad3a
  fonts (bug 176910)
34ad3a
34ad3a
* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-3.2
34ad3a
- rebuilt again
34ad3a
34ad3a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
34ad3a
- rebuilt
34ad3a
34ad3a
* Mon Oct 31 2005 Matthias Clasen <mclasen@redhat.com> 1.0.2-3
34ad3a
- Require libXrender-devel instead of xorg-X11-devel
34ad3a
34ad3a
* Tue Oct 11 2005 Kristian Høgsberg <krh@redhat.com> 1.0.2-2
34ad3a
- Rebuild against freetype-2.10 to pick up FT_GlyphSlot_Embolden.
34ad3a
34ad3a
* Thu Oct  6 2005 Kristian Høgsberg <krh@redhat.com> - 1.0.2-1
34ad3a
- Update to cairo-1.0.2.
34ad3a
34ad3a
* Wed Aug 24 2005 Kristian Høgsberg <krh@redhat.com> - 1.0.0-1
34ad3a
- Update to cairo-1.0.0.
34ad3a
- Drop cairo-0.9.2-cache-eviction-fix.patch and
34ad3a
  cairo-0.9.2-dont-hash-null-string.patch.
34ad3a
34ad3a
* Fri Aug 19 2005 Kristian Høgsberg <krh@redhat.com> 0.9.2-3
34ad3a
- Add cairo-0.9.2-dont-hash-null-string.patch to avoid crash when
34ad3a
  creating a cairo font from a FT_Face.
34ad3a
34ad3a
* Tue Aug 16 2005 Kristian Høgsberg <krh@redhat.com> - 0.9.2-2
34ad3a
- Rebuild against new freetype to get rid of --rpath in cairo.pc.
34ad3a
34ad3a
* Mon Aug 15 2005 Kristian Høgsberg <krh@redhat.com> 0.9.2-1
34ad3a
- Also obsolete libpixman-debuginfo.
34ad3a
- Add cairo-0.9.2-cache-eviction-fix.patch to fix ft font cache eviction.
34ad3a
34ad3a
* Sun Aug 14 2005 Kristian Høgsberg <krh@redhat.com> 0.9.2-1
34ad3a
- Update to cairo 0.9.2.  Add Obsoletes: for libpixman <= 0.1.6.
34ad3a
- Drop cairo-0.6.0-font-options-to-scaled-font.patch.
34ad3a
34ad3a
* Tue Aug  2 2005 Kristian Høgsberg <krh@redhat.com> - 0.6.0-2
34ad3a
- Add cairo-0.6.0-font-options-to-scaled-font.patch to make sure font
34ad3a
  cache eviction works correctly (#164664).
34ad3a
34ad3a
* Thu Jul 28 2005 Owen Taylor <otaylor@devserv.devel.redhat.com> 0.6.0-1
34ad3a
- Update to cairo-0.6.0
34ad3a
34ad3a
* Mon Jul 18 2005 Kristian Høgsberg <krh@redhat.com> 0.5.2-1
34ad3a
- Update to cairo-0.5.2 and drop bitmap font patch.
34ad3a
34ad3a
* Wed Jul  6 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-5
34ad3a
- Fix typo in use of libpixman_version macro (Thanks to Michael
34ad3a
  Schwendt, #162550).
34ad3a
34ad3a
* Sun Jun 26 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-4
34ad3a
- Add more missing devel package requires (libpng-devel and
34ad3a
  xorg-x11-devel) (#161688)
34ad3a
- Add Owens patch (cairo-0.5.1-bitmap-fonts.patch) to make bitmap
34ad3a
  fonts work with cairo (#161653).
34ad3a
34ad3a
* Wed Jun 22 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-3
34ad3a
- Add requirement on libpixman-devel for devel package.
34ad3a
34ad3a
* Tue Jun 21 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-2
34ad3a
- Package gtk docs as part of devel package.
34ad3a
- Nuke static library.
34ad3a
- Update devel files so /usr/include/cairo is owned by devel package.
34ad3a
34ad3a
* Mon Jun 20 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-1
34ad3a
- Update to cairo 0.5.1.
34ad3a
- Remove gtk-doc files, since --disable-gtk-doc doesn't work.
34ad3a
- Disable gtk-doc and add freetype and fontconfig BuildRequires.
34ad3a
34ad3a
* Tue Jun 14 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.0-2
34ad3a
- Add libpixman-devel BuildRequires.
34ad3a
- Explicitly disable win32 backend.
34ad3a
34ad3a
* Tue May 17 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.0-1
34ad3a
- Update to 0.5.0.
34ad3a
34ad3a
* Sun Jan 23 2005 Kristian Høgsberg <krh@redhat.com> - 0.3.0-1
34ad3a
- Update to 0.3.0, explicitly disable more backends.
34ad3a
34ad3a
* Tue Nov 16 2004 Kristian Høgsberg <krh@redhat.com> - 0.2.0-1
34ad3a
- Incorporate changes suggested by katzj: Require: ldconfig and run it
34ad3a
  in %%post and %%postun, don't pass CFLAGS to make.
34ad3a
34ad3a
* Mon Aug  9 2004 Kristian Høgsberg <krh@redhat.com> - 0.2.0-1
34ad3a
- Update license, explicitly disable glitz.
34ad3a
- Create package.