Benjamin Otte 95515b
%define pixman_version 0.18.4
Behdad Esfahbod 03e104
%define freetype_version 2.1.9
Benjamin Otte 3fb266
%define fontconfig_version 2.2.95
Kristian Høgsberg 52b186
Matthias Clasen f81e89
Summary:	A 2D graphics library
Matthias Clasen ee5b60
Name:		cairo
Benjamin Otte 7929fa
Version:	1.10.2
Benjamin Otte 8d13f1
Release:	7%{?dist}
Matthias Clasen ee5b60
URL:		http://cairographics.org
Colin Walters 4139e1
#VCS:		git:git://git.freedesktop.org/git/cairo
Benjamin Otte 3fb266
Source0:	http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
Benjamin Otte 3fb266
#Source0:	http://cairographics.org/releases/%{name}-%{version}.tar.gz
Benjamin Otte 8d13f1
Patch0:         0001-image-Don-t-crash-on-weird-pixman-formats.patch
Tom Callaway 958d72
License:	LGPLv2 or MPLv1.1
Matthias Clasen ee5b60
Group:		System Environment/Libraries
Kristian Høgsberg 3e0d57
Kristian Høgsberg 3e0d57
BuildRequires: pkgconfig
Matthias Clasen 6d731b
BuildRequires: libXrender-devel
Ray Strode 41714f
BuildRequires: libX11-devel
Kristian Høgsberg 52b186
BuildRequires: libpng-devel
Karsten Hopp a58929
BuildRequires: libxml2-devel
Behdad Esfahbod 986854
BuildRequires: pixman-devel >= %{pixman_version}
Kristian Høgsberg 52b186
BuildRequires: freetype-devel >= %{freetype_version}
Kristian Høgsberg 52b186
BuildRequires: fontconfig-devel >= %{fontconfig_version}
Benjamin Otte d6daeb
BuildRequires: glib2-devel
Tom "spot" Callaway 355109
BuildRequires: librsvg2-devel
Kristian Høgsberg 52b186
Matthias Clasen 6a94b4
%description
Matthias Clasen 6a94b4
Cairo is a 2D graphics library designed to provide high-quality display
Matthias Clasen 6a94b4
and print output. Currently supported output targets include the X Window
Matthias Clasen 6a94b4
System, OpenGL (via glitz), in-memory image buffers, and image files (PDF,
Matthias Clasen 6a94b4
PostScript, and SVG).
Matthias Clasen f81e89
Matthias Clasen 6a94b4
Cairo is designed to produce consistent output on all output media while
Matthias Clasen 6a94b4
taking advantage of display hardware acceleration when available (e.g.
Matthias Clasen f81e89
through the X Render Extension or OpenGL).
Kristian Høgsberg 3e0d57
Kristian Høgsberg 3e0d57
%package devel
Matthias Clasen f81e89
Summary: Development files for cairo
Kristian Høgsberg 3e0d57
Group: Development/Libraries
Kristian Høgsberg 3e0d57
Requires: %{name} = %{version}-%{release}
Matthias Clasen 6d731b
Requires: libXrender-devel
Kristian Høgsberg 52b186
Requires: libpng-devel
Behdad Esfahbod 986854
Requires: pixman-devel >= %{pixman_version}
Kristian Høgsberg 52b186
Requires: freetype-devel >= %{freetype_version}
Kristian Høgsberg 52b186
Requires: fontconfig-devel >= %{fontconfig_version}
Matthias Clasen 67f193
Requires: pkgconfig
Kristian Høgsberg 3e0d57
Kristian Høgsberg 3e0d57
%description devel
Matthias Clasen f81e89
Cairo is a 2D graphics library designed to provide high-quality display
Matthias Clasen 6a94b4
and print output.
Matthias Clasen f81e89
Matthias Clasen 6a94b4
This package contains libraries, header files and developer documentation
Matthias Clasen f81e89
needed for developing software which uses the cairo graphics library.
Kristian Høgsberg 3e0d57
Benjamin Otte 95515b
%package gobject
Benjamin Otte 95515b
Summary: GObject bindings for cairo
Benjamin Otte 95515b
Group: System Environment/Libraries
Benjamin Otte 95515b
Benjamin Otte 95515b
%description gobject
Benjamin Otte 95515b
Cairo is a 2D graphics library designed to provide high-quality display
Benjamin Otte 95515b
and print output.
Benjamin Otte 95515b
Benjamin Otte 95515b
This package contains functionality to make cairo graphics library
Benjamin Otte 95515b
integrate well with the GObject object system used by GNOME.
Benjamin Otte 95515b
Benjamin Otte 95515b
%package gobject-devel
Benjamin Otte 95515b
Summary: Development files for cairo-gobject
Benjamin Otte 95515b
Group: Development/Libraries
Benjamin Otte 95515b
Requires: %{name}-devel = %{version}-%{release}
Benjamin Otte 95515b
Requires: pkgconfig
Benjamin Otte 95515b
Benjamin Otte 95515b
%description gobject-devel
Benjamin Otte 95515b
Cairo is a 2D graphics library designed to provide high-quality display
Benjamin Otte 95515b
and print output.
Benjamin Otte 95515b
Benjamin Otte 95515b
This package contains libraries, header files and developer documentation
Benjamin Otte 95515b
needed for developing software which uses the cairo Gobject library.
Benjamin Otte 95515b
Benjamin Otte 924c50
%package tools
Benjamin Otte 924c50
Summary: Development tools for cairo
Benjamin Otte 924c50
Group: Development/Tools
Benjamin Otte 924c50
Benjamin Otte 924c50
%description tools
Benjamin Otte 924c50
Cairo is a 2D graphics library designed to provide high-quality display
Benjamin Otte 924c50
and print output.
Benjamin Otte 924c50
Benjamin Otte 924c50
This package contains tools for working with the cairo graphics library.
Benjamin Otte 924c50
 * cairo-trace: Record cairo library calls for later playback
Benjamin Otte 924c50
Kristian Høgsberg 3e0d57
%prep
Kristian Høgsberg 3e0d57
%setup -q
Benjamin Otte e6d648
%global _default_patch_fuzz 2
Benjamin Otte 8d13f1
%patch0 -p1
Kristian Høgsberg 3e0d57
Kristian Høgsberg 3e0d57
%build
Matthias Clasen ee5b60
%configure --disable-static 	\
Matthias Clasen ee5b60
	--enable-warnings 	\
Matthias Clasen ee5b60
	--enable-xlib 		\
Matthias Clasen ee5b60
	--enable-freetype 	\
Matthias Clasen ee5b60
	--enable-ps 		\
Matthias Clasen ee5b60
	--enable-pdf 		\
Matthias Clasen ee5b60
	--enable-svg 		\
Christopher Aillon 03967e
	--enable-tee 		\
Christopher Aillon 03967e
	--enable-gobject        \
Kristian Høgsberg a195f0
	--disable-gtk-doc
Benjamin Otte 602c11
make V=1 %{?_smp_mflags}
Kristian Høgsberg 3e0d57
Kristian Høgsberg 3e0d57
%install
Kristian Høgsberg 3e0d57
rm -rf $RPM_BUILD_ROOT
Kristian Høgsberg b87c7f
Benjamin Otte 602c11
make install V=1 DESTDIR=$RPM_BUILD_ROOT
Kristian Høgsberg 752b75
rm $RPM_BUILD_ROOT%{_libdir}/*.la
Kristian Høgsberg b87c7f
Kristian Høgsberg 3e0d57
%clean
Kristian Høgsberg 3e0d57
rm -rf $RPM_BUILD_ROOT
Kristian Høgsberg 3e0d57
Matthias Clasen 6a94b4
%post -p /sbin/ldconfig
Kristian Høgsberg 094e3d
%postun -p /sbin/ldconfig
Kristian Høgsberg 094e3d
Kristian Høgsberg 3e0d57
%files
Kristian Høgsberg 3e0d57
%defattr(-,root,root,-)
Matthias Clasen 35742e
%doc AUTHORS BIBLIOGRAPHY BUGS COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 NEWS README
Benjamin Otte 95515b
%{_libdir}/libcairo.so.*
Benjamin Otte 95515b
%{_libdir}/libcairo-script-interpreter.so.*
Kristian Høgsberg 3e0d57
Kristian Høgsberg 3e0d57
%files devel
Kristian Høgsberg 3e0d57
%defattr(-,root,root,-)
Matthias Clasen 35742e
%doc ChangeLog PORTING_GUIDE
Rex Dieter 6ac782
%dir %{_includedir}/cairo/
Benjamin Otte 95515b
%{_includedir}/cairo/cairo-deprecated.h
Benjamin Otte 95515b
%{_includedir}/cairo/cairo-features.h
Benjamin Otte 95515b
%{_includedir}/cairo/cairo-ft.h
Benjamin Otte 95515b
%{_includedir}/cairo/cairo.h
Benjamin Otte 95515b
%{_includedir}/cairo/cairo-pdf.h
Benjamin Otte 95515b
%{_includedir}/cairo/cairo-ps.h
Benjamin Otte 3eb49a
%{_includedir}/cairo/cairo-script-interpreter.h
Benjamin Otte 95515b
%{_includedir}/cairo/cairo-svg.h
Christopher Aillon 03967e
%{_includedir}/cairo/cairo-tee.h
Benjamin Otte 95515b
%{_includedir}/cairo/cairo-version.h
Benjamin Otte 95515b
%{_includedir}/cairo/cairo-xlib-xrender.h
Benjamin Otte 95515b
%{_includedir}/cairo/cairo-xlib.h
Benjamin Otte 95515b
%{_libdir}/libcairo.so
Benjamin Otte 95515b
%{_libdir}/libcairo-script-interpreter.so
Benjamin Otte 95515b
%{_libdir}/pkgconfig/cairo-fc.pc
Benjamin Otte 95515b
%{_libdir}/pkgconfig/cairo-ft.pc
Benjamin Otte 95515b
%{_libdir}/pkgconfig/cairo.pc
Benjamin Otte 95515b
%{_libdir}/pkgconfig/cairo-pdf.pc
Benjamin Otte 95515b
%{_libdir}/pkgconfig/cairo-png.pc
Benjamin Otte 95515b
%{_libdir}/pkgconfig/cairo-ps.pc
Benjamin Otte 95515b
%{_libdir}/pkgconfig/cairo-svg.pc
Christopher Aillon 03967e
%{_libdir}/pkgconfig/cairo-tee.pc
Benjamin Otte 95515b
%{_libdir}/pkgconfig/cairo-xlib.pc
Benjamin Otte 95515b
%{_libdir}/pkgconfig/cairo-xlib-xrender.pc
Matthias Clasen ee5b60
%{_datadir}/gtk-doc/html/cairo
Kristian Høgsberg 3e0d57
Benjamin Otte 95515b
%files gobject
Benjamin Otte 95515b
%defattr(-,root,root,-)
Benjamin Otte 95515b
%{_libdir}/libcairo-gobject.so.*
Benjamin Otte 95515b
Benjamin Otte 95515b
%files gobject-devel
Benjamin Otte 95515b
%defattr(-,root,root,-)
Benjamin Otte 95515b
%{_includedir}/cairo/cairo-gobject.h
Benjamin Otte 95515b
%{_libdir}/libcairo-gobject.so
Benjamin Otte 95515b
%{_libdir}/pkgconfig/cairo-gobject.pc
Benjamin Otte 95515b
Benjamin Otte 924c50
%files tools
Benjamin Otte 924c50
%defattr(-,root,root,-)
Benjamin Otte 924c50
%{_bindir}/cairo-trace
Rex Dieter 6ac782
%{_libdir}/cairo/
Benjamin Otte 924c50
Kristian Høgsberg 3e0d57
%changelog
Benjamin Otte 8d13f1
* Thu Mar 15 2012 Benjamin Otte <otte@redhat.com> - 1.10.2-7
Benjamin Otte 8d13f1
- Add patch to make eclipse not crash (#803878)
Benjamin Otte 8d13f1
Dennis Gilmore 61bffd
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.2-6
Dennis Gilmore 61bffd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Dennis Gilmore 61bffd
Adam Jackson e8104a
* Mon Dec 05 2011 Adam Jackson <ajax@redhat.com> 1.10.2-5
Adam Jackson e8104a
- Rebuild for new libpng
Adam Jackson e8104a
Rex Dieter 6ac782
* Fri Jul 01 2011 Rex Dieter <rdieter@fedoraproject.org> 1.10.2-4
Rex Dieter 6ac782
- cairo-devel doesn't own /usr/include/cairo (#716611)
Rex Dieter 6ac782
Dennis Gilmore 6a6dc6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.2-3
Dennis Gilmore 6a6dc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore 6a6dc6
Christopher Aillon 03967e
* Mon Jan 24 2011 Christopher Aillon <caillon@redhat.com> - 1.10.2-2
Christopher Aillon 03967e
- Enable tee support
Christopher Aillon 03967e
Benjamin Otte 7929fa
* Mon Jan 03 2011 Benjamin Otte <otte@redhat.com> - 1.10.2-1
Benjamin Otte 7929fa
- Update to 1.10.2
Benjamin Otte 7929fa
Tom "spot" Callaway 355109
* Thu Nov 11 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.10.0-4
Tom "spot" Callaway 355109
- add missing BuildRequires: librsvg2 for SVG support
Tom "spot" Callaway 355109
Jesse Keating 6165fc
* Wed Sep 29 2010 jkeating - 1.10.0-3
Jesse Keating 6165fc
- Rebuilt for gcc bug 634757
Jesse Keating 6165fc
Matthias Clasen ee74e9
* Thu Sep 16 2010 Matthias Clasen <mclasen@redhat.com> - 1.10.0-2
Matthias Clasen ee74e9
- Drop the explicit dep on the wrong package from -gobject-devel
Matthias Clasen ee74e9
Benjamin Otte 95515b
* Tue Sep 07 2010 Benjamin Otte <otte@redhat.com> - 1.10.0-1
Benjamin Otte 95515b
- Update to 1.10.0
Benjamin Otte 95515b
- Add cairo-gobject package
Benjamin Otte 95515b
Benjamin Otte 108162
* Mon Jul 26 2010 Benjamin Otte <otte@redhat.com> - 1.9.14-1
Benjamin Otte 108162
- Update to 1.9.14 snapshot
Benjamin Otte 108162
Benjamin Otte 6e8a35
* Sun Jul 04 2010 Benjamin Otte <otte@redhat.com> - 1.9.12-1
Benjamin Otte 6e8a35
- Update to 1.9.12 snapshot
Benjamin Otte 6e8a35
- Remove now unnecessary patch
Benjamin Otte 6e8a35
Benjamin Otte 4ea3c6
* Sun Jul 04 2010 Benjamin Otte <otte@redhat.com> - 1.9.10-3
Benjamin Otte 4ea3c6
- Add patch to force linking with gcc, not g++. (#606523)
Benjamin Otte 4ea3c6
Benjamin Otte 602c11
* Sun Jul 04 2010 Benjamin Otte <otte@redhat.com> - 1.9.10-2
Benjamin Otte 602c11
- Don't use silent rules, we want verbose output in builders
Benjamin Otte 602c11
Benjamin Otte fcf5f1
* Thu Jun 27 2010 Benjamin Otte <otte@redhat.com> - 1.9.10-1
Benjamin Otte fcf5f1
- Update to 1.9.10 snapshot
Benjamin Otte fcf5f1
Benjamin Otte 3fb266
* Thu Jun 17 2010 Benjamin Otte <otte@redhat.com> - 1.9.8-1
Benjamin Otte 3fb266
- Update to 1.9.8 snapshot
Benjamin Otte 3fb266
Matthias Clasen 73ee45
* Sun Feb 21 2010 Matthias Clasen <mclasen@redhat.com> - 1.8.10-1
Matthias Clasen 73ee45
- Update to 1.8.10
Matthias Clasen 73ee45
Matthias Clasen 35742e
* Sun Aug  2 2009 Matthias Clasen <mclasen@redhat.com> - 1.8.8-3
Matthias Clasen 35742e
- Move ChangeLog to -devel to save space
Matthias Clasen 35742e
Jesse Keating 88a847
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.8-2
Jesse Keating 88a847
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Jesse Keating 88a847
Matthias Clasen 6a94b4
* Wed Jun 17 2009 Matthias Clasen <mclasen@redhat.com> 1.8.8-1
Matthias Clasen 6a94b4
- Update to 1.8.8
Matthias Clasen 6a94b4
Adam Jackson fd0b3d
* Wed Apr 08 2009 Adam Jackson <ajax@redhat.com> 1.8.6-3
Adam Jackson fd0b3d
- cairo-1.8.6-repeat-modes.patch: Enable the repeat and pad blend modes in
Adam Jackson fd0b3d
  the xlib backend to make firefox performance slightly less dire.
Adam Jackson fd0b3d
Jesse Keating 28e6f5
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.6-2
Jesse Keating 28e6f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Jesse Keating 28e6f5
Matthias Clasen 087f51
* Wed Jan  7 2009 Matthias Clasen <mclasen@redhat.com> 1.8.6-1
Matthias Clasen 73397b
- Update to 1.8.6
Matthias Clasen 73397b
Mamoru Tasaka 99cded
* Sun Dec 14 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 1.8.0-3
Mamoru Tasaka 99cded
- Rebuild for pkgconfig provides
Mamoru Tasaka 99cded
Matthias Clasen f81e89
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> 1.8.0-2
Matthias Clasen f81e89
- Tweak %%summary and %%documentation
Matthias Clasen f81e89
Behdad Esfahbod 03e104
* Thu Sep 25 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.8.0-1
Behdad Esfahbod 03e104
- Update to 1.8.0
Behdad Esfahbod 03e104
- Update dep versions
Behdad Esfahbod 03e104
Behdad Esfahbod fabe28
* Mon Sep 22 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.7.6-1
Behdad Esfahbod fabe28
- Update to 1.7.6
Behdad Esfahbod fabe28
Matthias Clasen f0917f
* Mon Aug 11 2008 Matthias Clasen <mclasen@redhat.com> 1.7.4-1
Matthias Clasen f0917f
- Update to 1.7.4
Matthias Clasen f0917f
Tom Callaway 958d72
* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.6.4-3
Tom Callaway 958d72
- fix license tag
Tom Callaway 958d72
Matthias Clasen 88e87c
* Sun May  4 2008 Matthias Clasen <mclasen@redhat.com> 1.6.4-2
Matthias Clasen 88e87c
- Fix source url
Matthias Clasen 88e87c
Carl Worth 2f69c4
* Fri Apr 11 2008 Carl Worth <cworth@redhat.com> 1.6.2-1
Carl Worth 2f69c4
- Update to 1.6.2
Carl Worth 2f69c4
Carl Worth 74b218
* Thu Apr 10 2008 Carl Worth <cworth@redhat.com> 1.6.0-1
Carl Worth 74b218
- Update to 1.6.0
Carl Worth 74b218
Carl Worth 54fbe6
* Tue Apr  8 2008 Carl Worth <cworth@redhat.com> 1.5.20-1
Carl Worth 54fbe6
- Update to 1.5.20
Carl Worth 54fbe6
Carl Worth 6aab28
* Sun Apr  6 2008 Carl Worth <cworth@redhat.com> 1.5.18-1
Carl Worth 6aab28
- Update to 1.5.18
Carl Worth 6aab28
Matthias Clasen 946bed
* Thu Apr  3 2008 Matthias Clasen <mclasen@redhat.com> 1.5.16-1
Matthias Clasen 946bed
- Update to 1.5.16
Matthias Clasen 946bed
Matthias Clasen 9296f6
* Fri Mar 21 2008 Matthias Clasen <mclasen@redhat.com> 1.5.14-1
Matthias Clasen 9296f6
- Update to 1.5.14
Matthias Clasen 9296f6
Behdad Esfahbod b04783
* Wed Feb 20 2008 Behdad Esfahbod <besfahbo@redhat.com>
Behdad Esfahbod b04783
- Point Source to cairographics.org/snapshots.  Change back to /releases
Behdad Esfahbod b04783
  when 1.6.0 is out.
Behdad Esfahbod b04783
Behdad Esfahbod babbf2
* Wed Jan 30 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.5.8-2
Behdad Esfahbod babbf2
- Remove TODO and ROADMAP as they were removed from tarball upstream.
Behdad Esfahbod babbf2
Behdad Esfahbod ee2b06
* Wed Jan 30 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.5.8-1
Behdad Esfahbod ee2b06
- Update to 1.5.8
Behdad Esfahbod ee2b06
Behdad Esfahbod ee2b06
* Thu Jan 17 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.5.6-1
Behdad Esfahbod ee2b06
- Update to 1.5.6
Behdad Esfahbod ee2b06
Matthias Clasen e58c35
* Thu Dec  6 2007 Matthias Clasen <mclasen@redhat.com> - 1.5.4-1
Matthias Clasen e58c35
- Update to 1.5.4
Matthias Clasen e58c35
Behdad Esfahbod 986854
* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 1.5.2-1
Behdad Esfahbod 986854
- Update to 1.5.2
Behdad Esfahbod 986854
- Switch to external pixman.
Behdad Esfahbod 986854
Adam Jackson 656230
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.4.10-2
Adam Jackson 656230
- Rebuild for PPC toolchain bug
Adam Jackson 656230
Carl Worth 922a56
* Wed Jun 27 2007 Carl Worth <cworth@redhat.com> 1.4.10-1
Carl Worth 922a56
- Update to 1.4.10
Carl Worth 922a56
Behdad Esfahbod 5affa5
* Sat Jun 9 2007 Behdad Esfahbod <besfahbo@redhat.com> 1.4.8-1
Behdad Esfahbod 5affa5
- Update to 1.4.8
Behdad Esfahbod 5affa5
Carl Worth 7e1907
* Tue May  1 2007 Carl Worth <cworth@redhat.com> 1.4.6-1
Carl Worth 7e1907
- Update to 1.4.6
Carl Worth 7e1907
Carl Worth 7e1907
* Mon Apr 16 2007 Carl Worth <cworth@redhat.com> 1.4.4-1
Carl Worth 88911b
- Update to 1.4.4
Carl Worth 88911b
Carl Worth 5f98ec
* Tue Mar 20 2007 Carl Worth <cworth@redhat.com> 1.4.2-1
Carl Worth 5f98ec
- Update to 1.4.2
Carl Worth 5f98ec
Carl Worth 68e7af
* Tue Mar  6 2007 Carl Worth <cworth@redhat.com> 1.4.0-1
Carl Worth 68e7af
- Update to 1.4.0
Carl Worth 68e7af
Carl Worth 8b50f5
* Wed Feb 14 2007 Carl Worth <cworth@redhat.com> 1.3.14-1
Carl Worth 8b50f5
- Update to 1.3.14
Carl Worth 8b50f5
Carl Worth 2df2d7
* Sat Jan 20 2007 Carl Worth <cworth@redhat.com> 1.3.12-1
Carl Worth 2df2d7
- Update to 1.3.12
Carl Worth 2df2d7
Carl Worth 0b8d02
* Sat Dec 23 2006 Carl Worth <cworth@redhat.com> 1.3.10-1
Carl Worth 0b8d02
- Update to 1.3.10
Carl Worth 0b8d02
Carl Worth 0ba63f
* Thu Dec 14 2006 Carl Worth <cworth@redhat.com> 1.3.8-1
Carl Worth 0ba63f
- Update to 1.3.8
Carl Worth 0ba63f
Matthias Clasen ee5b60
* Sat Dec  9 2006 Matthias Clasen <mclasen@redhat.com> 1.3.6-2
Matthias Clasen ee5b60
- Small spec file cleanups
Matthias Clasen ee5b60
Matthias Clasen 7b534a
* Wed Dec  6 2006 Matthias Clasen <mclasen@redhat.com> 1.3.6-1
Matthias Clasen 7b534a
- Update to 1.3.6
Matthias Clasen 7b534a
Matthias Clasen 8420c3
* Thu Nov 23 2006 Matthias Clasen <mclasen@redhat.com> 1.3.4-1
Matthias Clasen 8420c3
- Update to 1.3.4
Matthias Clasen 8420c3
Carl Worth e3cdcc
* Wed Nov 15 2006 Carl Worth <cworth@redhat.com> 1.3.2-1
Carl Worth e3cdcc
- Update to 1.3.2
Carl Worth e3cdcc
Matthias Clasen 67f193
* Sun Nov  5 2006 Matthias Clasen <mclasen@redhat.com> 1.2.6-1
Matthias Clasen 67f193
- Update to 1.2.6
Matthias Clasen 67f193
besfahbo 026780
* Sun Aug 20 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.2.4-1
besfahbo 026780
- Update to 1.2.4
besfahbo 026780
- Drop libXt-devel BuildReq as it shouldn't need it anymore.
besfahbo 026780
besfahbo fd497c
* Wed Aug  9 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.2.2-3
besfahbo fd497c
- Remove unnecessary --disable-* arguments to configure, add --enable-*
besfahbo fd497c
  for those backends we really want to make sure are enabled.
besfahbo fd497c
Ray Strode ae8d57
* Wed Aug  9 2006 Ray Strode <rstrode@redhat.com> - 1.2.2-2
Ray Strode ae8d57
- add lame libXt-devel BuildReq to get things building again.
Ray Strode ae8d57
- small spec tweaks to follow conventions
Ray Strode ae8d57
besfahbo 3fa9f9
* Wed Aug  9 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.2.2-1
besfahbo 3fa9f9
- Update to 1.2.2
besfahbo 3fa9f9
Matthias Clasen 4380b8
* Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 1.2.0-2
Matthias Clasen 4380b8
- rebuild
Matthias Clasen 4380b8
Jesse Keating 90fd39
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.0-1.1
Jesse Keating 90fd39
- rebuild
Jesse Keating 90fd39
Matthias Clasen c4c799
* Mon Jul  3 2006 Matthias Clasen <mclasen@redhat.com> 1.2.0-1
Matthias Clasen c4c799
- Update to 1.2.0
Matthias Clasen c4c799
Carl Worth 1cfcea
* Fri Jun 16 2006 Carl Worth <cworth@redhat.com> 1.1.10-1
Carl Worth 1cfcea
- Update to 1.1.10 (fixes crash on 16-bit X servers like Xvnc)
Carl Worth 1cfcea
Matthias Clasen c2ae88
* Wed Jun 14 2006 Matthias Clasen <mclasen@redhat.com> 1.1.8-1
Matthias Clasen c2ae88
- Update to 1.1.8
Matthias Clasen c2ae88
Karsten Hopp a58929
* Tue May 16 2006 Karsten Hopp <karsten@redhat.de> 1.1.6-6
Karsten Hopp a58929
- buildrequire libxml2-devel
Karsten Hopp a58929
Carl Worth 42479b
* Fri May  5 2006 Carl Worth <cworth@redhat.com> - 1.1.6-2
Carl Worth 42479b
- Refuse to build pdf2svg to avoid depending on newer poppler
Carl Worth 42479b
Carl Worth b454d5
* Fri May  5 2006 Carl Worth <cworth@redhat.com> - 1.1.6-1
Carl Worth b454d5
- Update to new upstream 1.1.6
Carl Worth b454d5
Carl Worth a365d6
* Wed May  3 2006 Carl Worth <cworth@redhat.com> - 1.1.4-2
Carl Worth a365d6
- Revert upstream commit that introduced a dependency on a newer
Carl Worth a365d6
  poppler version for the PDF tests.
Carl Worth a365d6
Carl Worth afafd2
* Wed May  3 2006 Carl Worth <cworth@redhat.com> - 1.1.4-1
Carl Worth afafd2
- Update to new upstream 1.1.4
Carl Worth afafd2
- Drop both embedded-bitmaps and XRenderAddGlyphs patches as both now
Carl Worth afafd2
  have upstream versions
Carl Worth afafd2
Carl Worth c317f8
* Fri Apr 28 2006 Carl Worth <cworth@redhat.com> - 1.1.2-2
Carl Worth c317f8
- Add suggested patch for XRenderAddGlyphs crash of bug #4705
Carl Worth c317f8
  https://bugs.freedesktop.org/show_bug.cgi?id=4705
Carl Worth c317f8
Carl Worth bd89b9
* Tue Apr 25 2006 Carl Worth <cworth@redhat.com> - 1.1.2-1
Carl Worth bd89b9
- Update to new upstream 1.1.2
Carl Worth bd89b9
- Port forward the embedded bitmaps patch (now committed upstream to
Carl Worth bd89b9
  1.1.3)
Carl Worth bd89b9
- Drop build-fix and chunk-glyphs patches which now come from upstream
Carl Worth bd89b9
Matthias Clasen 396979
* Wed Mar 15 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.4-1
Matthias Clasen 396979
- Update to 1.0.4
Matthias Clasen 8bd90c
- Drop upstreamed patches
Matthias Clasen 396979
Carl Worth f62d78
* Fri Mar  3 2006 Carl Worth <cworth@redhat.com> - 1.0.2-5
Carl Worth f62d78
- add patch to chunk Xlib glyph compositing (bug 182416 and
Carl Worth f62d78
  CVE-20060528)
Carl Worth f62d78
Jesse Keating e3575a
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-4.2
Jesse Keating e3575a
- bump again for double-long bug on ppc(64)
Jesse Keating e3575a
Jesse Keating 4f1cb4
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-4.1
Jesse Keating 4f1cb4
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating 4f1cb4
Ray Strode 41714f
* Tue Jan 31 2006 Ray Strode <rstrode@redhat.com> 1.0.2-4
Ray Strode 41714f
- add patch from Tim Mayberry to support embbedded bitmap
Ray Strode 41714f
  fonts (bug 176910)
Ray Strode 41714f
Jesse Keating b4f803
* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-3.2
Jesse Keating b4f803
- rebuilt again
Jesse Keating b4f803
Jesse Keating 5623fb
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating 5623fb
- rebuilt
Jesse Keating 5623fb
Matthias Clasen 6d731b
* Mon Oct 31 2005 Matthias Clasen <mclasen@redhat.com> 1.0.2-3
Matthias Clasen 6d731b
- Require libXrender-devel instead of xorg-X11-devel
Matthias Clasen 6d731b
Kristian Høgsberg 592f4d
* Tue Oct 11 2005 Kristian Høgsberg <krh@redhat.com> 1.0.2-2
Kristian Høgsberg 592f4d
- Rebuild against freetype-2.10 to pick up FT_GlyphSlot_Embolden.
Kristian Høgsberg 592f4d
Kristian Høgsberg e5a112
* Thu Oct  6 2005 Kristian Høgsberg <krh@redhat.com> - 1.0.2-1
Kristian Høgsberg e5a112
- Update to cairo-1.0.2.
Kristian Høgsberg e5a112
Kristian Høgsberg c8d8ce
* Wed Aug 24 2005 Kristian Høgsberg <krh@redhat.com> - 1.0.0-1
Kristian Høgsberg c8d8ce
- Update to cairo-1.0.0.
Kristian Høgsberg c8d8ce
- Drop cairo-0.9.2-cache-eviction-fix.patch and
Kristian Høgsberg c8d8ce
  cairo-0.9.2-dont-hash-null-string.patch.
Kristian Høgsberg c8d8ce
Kristian Høgsberg b6c9ce
* Fri Aug 19 2005 Kristian Høgsberg <krh@redhat.com> 0.9.2-3
Kristian Høgsberg b6c9ce
- Add cairo-0.9.2-dont-hash-null-string.patch to avoid crash when
Kristian Høgsberg b6c9ce
  creating a cairo font from a FT_Face.
Kristian Høgsberg b6c9ce
Kristian Høgsberg c87ea6
* Tue Aug 16 2005 Kristian Høgsberg <krh@redhat.com> - 0.9.2-2
Kristian Høgsberg c87ea6
- Rebuild against new freetype to get rid of --rpath in cairo.pc.
Kristian Høgsberg c87ea6
Kristian Høgsberg 3b1034
* Mon Aug 15 2005 Kristian Høgsberg <krh@redhat.com> 0.9.2-1
Kristian Høgsberg 3b1034
- Also obsolete libpixman-debuginfo.
Kristian Høgsberg 3b1034
- Add cairo-0.9.2-cache-eviction-fix.patch to fix ft font cache eviction.
Kristian Høgsberg 3b1034
Kristian Høgsberg 86d892
* Sun Aug 14 2005 Kristian Høgsberg <krh@redhat.com> 0.9.2-1
Kristian Høgsberg 86d892
- Update to cairo 0.9.2.  Add Obsoletes: for libpixman <= 0.1.6.
Kristian Høgsberg 86d892
- Drop cairo-0.6.0-font-options-to-scaled-font.patch.
Kristian Høgsberg 86d892
Kristian Høgsberg 063b13
* Tue Aug  2 2005 Kristian Høgsberg <krh@redhat.com> - 0.6.0-2
Kristian Høgsberg 063b13
- Add cairo-0.6.0-font-options-to-scaled-font.patch to make sure font
Kristian Høgsberg 063b13
  cache eviction works correctly (#164664).
Kristian Høgsberg 063b13
Owen Taylor 6a298c
* Thu Jul 28 2005 Owen Taylor <otaylor@devserv.devel.redhat.com> 0.6.0-1
Owen Taylor 6a298c
- Update to cairo-0.6.0
Owen Taylor 6a298c
Kristian Høgsberg f8e613
* Mon Jul 18 2005 Kristian Høgsberg <krh@redhat.com> 0.5.2-1
Kristian Høgsberg f8e613
- Update to cairo-0.5.2 and drop bitmap font patch.
Kristian Høgsberg f8e613
Kristian Høgsberg e7c9b3
* Wed Jul  6 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-5
Kristian Høgsberg e7c9b3
- Fix typo in use of libpixman_version macro (Thanks to Michael
Kristian Høgsberg e7c9b3
  Schwendt, #162550).
Kristian Høgsberg e7c9b3
Kristian Høgsberg 52b186
* Sun Jun 26 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-4
Kristian Høgsberg 52b186
- Add more missing devel package requires (libpng-devel and
Kristian Høgsberg 52b186
  xorg-x11-devel) (#161688)
Kristian Høgsberg 52b186
- Add Owens patch (cairo-0.5.1-bitmap-fonts.patch) to make bitmap
Kristian Høgsberg 52b186
  fonts work with cairo (#161653).
Kristian Høgsberg 52b186
Kristian Høgsberg e7c9b3
* Wed Jun 22 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-3
Kristian Høgsberg c8c0a3
- Add requirement on libpixman-devel for devel package.
Kristian Høgsberg c8c0a3
Kristian Høgsberg 752b75
* Tue Jun 21 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-2
Kristian Høgsberg 752b75
- Package gtk docs as part of devel package.
Kristian Høgsberg 752b75
- Nuke static library.
Kristian Høgsberg 752b75
- Update devel files so /usr/include/cairo is owned by devel package.
Kristian Høgsberg 752b75
Kristian Høgsberg 752b75
* Mon Jun 20 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-1
Kristian Høgsberg 973014
- Update to cairo 0.5.1.
Kristian Høgsberg b87c7f
- Remove gtk-doc files, since --disable-gtk-doc doesn't work.
Kristian Høgsberg a195f0
- Disable gtk-doc and add freetype and fontconfig BuildRequires.
Kristian Høgsberg 973014
Kristian Høgsberg 752b75
* Tue Jun 14 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.0-2
Kristian Høgsberg 667fa7
- Add libpixman-devel BuildRequires.
Kristian Høgsberg 667fa7
- Explicitly disable win32 backend.
Kristian Høgsberg 667fa7
Kristian Høgsberg 98fffe
* Tue May 17 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.0-1
Kristian Høgsberg 98fffe
- Update to 0.5.0.
Kristian Høgsberg 98fffe
Kristian Høgsberg 6cd4e2
* Sun Jan 23 2005 Kristian Høgsberg <krh@redhat.com> - 0.3.0-1
Kristian Høgsberg 6cd4e2
- Update to 0.3.0, explicitly disable more backends.
Kristian Høgsberg 6cd4e2
Kristian Høgsberg 094e3d
* Tue Nov 16 2004 Kristian Høgsberg <krh@redhat.com> - 0.2.0-1
Kristian Høgsberg 094e3d
- Incorporate changes suggested by katzj: Require: ldconfig and run it
Matthias Clasen ee5b60
  in %%post and %%postun, don't pass CFLAGS to make.
Kristian Høgsberg 094e3d
Kristian Høgsberg f40fc3
* Mon Aug  9 2004 Kristian Høgsberg <krh@redhat.com> - 0.2.0-1
Kristian Høgsberg f40fc3
- Update license, explicitly disable glitz.
Kristian Høgsberg 3e0d57
- Create package.