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