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