forked from pool/cairo
This commit is contained in:
parent
aa4599b4d6
commit
382fdbbd4f
2
baselibs.conf
Normal file
2
baselibs.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
cairo
|
||||||
|
arch ppc64 package cairo-devel
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 28 11:00:52 CST 2008 - maw@suse.de
|
Mon Jan 28 11:00:52 CST 2008 - maw@suse.de
|
||||||
|
|
||||||
|
30
cairo.spec
30
cairo.spec
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: cairo
|
Name: cairo
|
||||||
# Use rpmbuild -D 'DIRECTFB_SUPPORT 1' to build wíth DirectFB support.
|
# Use rpmbuild -D 'DIRECTFB_SUPPORT 1' to build wíth DirectFB support.
|
||||||
BuildRequires: freetype2-devel glitz-devel libpng-devel pkg-config xorg-x11-devel
|
BuildRequires: freetype2-devel glitz-devel libpng-devel pkg-config xorg-x11-devel
|
||||||
@ -29,7 +30,7 @@ Group: Development/Libraries/X11
|
|||||||
Summary: Vector Graphics Library with Cross-Device Output Support
|
Summary: Vector Graphics Library with Cross-Device Output Support
|
||||||
Url: http://cairographics.org/
|
Url: http://cairographics.org/
|
||||||
Version: 1.4.14
|
Version: 1.4.14
|
||||||
Release: 1
|
Release: 18
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
# This fixes a problem with libpixman getting the depth wrong for some
|
# This fixes a problem with libpixman getting the depth wrong for some
|
||||||
# 16bpp image formats but still render things correctly. Using
|
# 16bpp image formats but still render things correctly. Using
|
||||||
@ -59,6 +60,7 @@ Authors:
|
|||||||
Carl D. Worth <cworth@isi.edu>
|
Carl D. Worth <cworth@isi.edu>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||||
Summary: Development environment for cairo
|
Summary: Development environment for cairo
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Requires: %{name} = %{version} freetype2-devel fontconfig-devel xorg-x11-devel
|
Requires: %{name} = %{version} freetype2-devel fontconfig-devel xorg-x11-devel
|
||||||
@ -86,6 +88,7 @@ Authors:
|
|||||||
Carl D. Worth <cworth@isi.edu>
|
Carl D. Worth <cworth@isi.edu>
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
|
License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||||
Summary: Documentation for cairo
|
Summary: Documentation for cairo
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -154,6 +157,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
* Mon Jan 28 2008 maw@suse.de
|
* Mon Jan 28 2008 maw@suse.de
|
||||||
- Update to version 1.4.14:
|
- Update to version 1.4.14:
|
||||||
+ Fixes backported from the 1.5 development branch:
|
+ Fixes backported from the 1.5 development branch:
|
||||||
@ -170,7 +176,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
making the PostScript output more compatible with recent
|
making the PostScript output more compatible with recent
|
||||||
versions of ghostscript that are more strict about Type 3
|
versions of ghostscript that are more strict about Type 3
|
||||||
fonts, for example.
|
fonts, for example.
|
||||||
* Thu Dec 20 2007 maw@suse.de
|
* Fri Dec 21 2007 maw@suse.de
|
||||||
- Update to version 1.4.12:
|
- Update to version 1.4.12:
|
||||||
+ Avoid overflow when allocating large buffers
|
+ Avoid overflow when allocating large buffers
|
||||||
+ Fix crash with cairo_pattern_set_user_data
|
+ Fix crash with cairo_pattern_set_user_data
|
||||||
@ -223,15 +229,15 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- Fixed devel dependencies.
|
- Fixed devel dependencies.
|
||||||
* Fri Jan 26 2007 jhargadon@suse.de
|
* Fri Jan 26 2007 jhargadon@suse.de
|
||||||
- removed patch cairo-remove-requires-private.patch (#237155)
|
- removed patch cairo-remove-requires-private.patch (#237155)
|
||||||
* Mon Jan 22 2007 ro@suse.de
|
* Tue Jan 23 2007 ro@suse.de
|
||||||
- drop requires for gnome-filesystem
|
- drop requires for gnome-filesystem
|
||||||
* Tue Oct 24 2006 jhargadon@suse.de
|
* Wed Oct 25 2006 jhargadon@suse.de
|
||||||
- update to version 1.2.4
|
- update to version 1.2.4
|
||||||
- fixed several rendering bugs
|
- fixed several rendering bugs
|
||||||
- add cairo-1.2.4-lcd-filter-1.patch to resolve bug #213989
|
- add cairo-1.2.4-lcd-filter-1.patch to resolve bug #213989
|
||||||
* Thu Sep 14 2006 sbrabec@suse.cz
|
* Thu Sep 14 2006 sbrabec@suse.cz
|
||||||
- Create correct dependencies in older products.
|
- Create correct dependencies in older products.
|
||||||
* Thu Aug 17 2006 jhargadon@suse.de
|
* Fri Aug 18 2006 jhargadon@suse.de
|
||||||
- update to version 1.2.2
|
- update to version 1.2.2
|
||||||
- Fix crashes with BGR X servers
|
- Fix crashes with BGR X servers
|
||||||
- Fix the "disappearing text" bug
|
- Fix the "disappearing text" bug
|
||||||
@ -249,19 +255,19 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
degenerate sub-paths, (cairo_move_to() followed by either
|
degenerate sub-paths, (cairo_move_to() followed by either
|
||||||
cairo_close_path() or a cairo_line_to() to the same location).
|
cairo_close_path() or a cairo_line_to() to the same location).
|
||||||
- many bugfixes
|
- many bugfixes
|
||||||
* Fri May 12 2006 joeshaw@suse.de
|
* Sat May 13 2006 joeshaw@suse.de
|
||||||
- Add a patch to fix a crash in Nautilus, backported from 1.0.4.
|
- Add a patch to fix a crash in Nautilus, backported from 1.0.4.
|
||||||
bnc #174152
|
bnc #174152
|
||||||
* Fri Apr 28 2006 mfabian@suse.de
|
* Fri Apr 28 2006 mfabian@suse.de
|
||||||
- Bugzilla #104365: delete fontconfig pattern elements before
|
- Bugzilla #104365: delete fontconfig pattern elements before
|
||||||
trying to add them if the intention is to override default
|
trying to add them if the intention is to override default
|
||||||
settings.
|
settings.
|
||||||
* Thu Mar 23 2006 gekker@suse.de
|
* Fri Mar 24 2006 gekker@suse.de
|
||||||
- Fixes cairo crash in evolution with specific mails (#159675)
|
- Fixes cairo crash in evolution with specific mails (#159675)
|
||||||
- CVE-2006-0528
|
- CVE-2006-0528
|
||||||
* Thu Jan 26 2006 ro@suse.de
|
* Fri Jan 27 2006 ro@suse.de
|
||||||
- use -fstack-protector (merged from meissner)
|
- use -fstack-protector (merged from meissner)
|
||||||
* Thu Jan 26 2006 mls@suse.de
|
* Fri Jan 27 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Jan 25 2006 sbrabec@suse.cz
|
* Wed Jan 25 2006 sbrabec@suse.cz
|
||||||
- Removed Xlib version fb repeating picture bug check (#100469).
|
- Removed Xlib version fb repeating picture bug check (#100469).
|
||||||
@ -278,9 +284,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- Enabled ps and pdf backends (#120049).
|
- Enabled ps and pdf backends (#120049).
|
||||||
* Fri Sep 09 2005 sbrabec@suse.cz
|
* Fri Sep 09 2005 sbrabec@suse.cz
|
||||||
- Re-enabled glitz backend (#116075).
|
- Re-enabled glitz backend (#116075).
|
||||||
* Fri Sep 02 2005 matz@suse.de
|
* Sat Sep 03 2005 matz@suse.de
|
||||||
- Fix last change.
|
- Fix last change.
|
||||||
* Fri Sep 02 2005 gekker@suse.de
|
* Sat Sep 03 2005 gekker@suse.de
|
||||||
- Remove Requires.private from the cairo.pc file as it causes
|
- Remove Requires.private from the cairo.pc file as it causes
|
||||||
build failures in gcc.
|
build failures in gcc.
|
||||||
* Thu Sep 01 2005 gekker@suse.de
|
* Thu Sep 01 2005 gekker@suse.de
|
||||||
@ -301,7 +307,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- Update to version 0.9.2
|
- Update to version 0.9.2
|
||||||
* Wed Aug 03 2005 sbrabec@suse.cz
|
* Wed Aug 03 2005 sbrabec@suse.cz
|
||||||
- Xlib version fb repeating picture bug check update (#100469).
|
- Xlib version fb repeating picture bug check update (#100469).
|
||||||
* Mon Aug 01 2005 gekker@suse.de
|
* Tue Aug 02 2005 gekker@suse.de
|
||||||
- Fix requirements
|
- Fix requirements
|
||||||
* Mon Aug 01 2005 gekker@suse.de
|
* Mon Aug 01 2005 gekker@suse.de
|
||||||
- Updated to version 0.6.0.
|
- Updated to version 0.6.0.
|
||||||
|
Loading…
Reference in New Issue
Block a user