This commit is contained in:
parent
afe36978ac
commit
3430e59097
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0c68df12bf38e05750061f783bbe6f5b4aad51999830ac548667fbc4ab7e9fa
|
||||
size 2717367
|
3
cairo-1.6.4.tar.bz2
Normal file
3
cairo-1.6.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c85e19ec4b8c01edb16f9ed63184e26ee9e225ff5f3fa4cfb19f960fb579912e
|
||||
size 4113500
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 9 23:02:25 CEST 2008 - maw@suse.de
|
||||
|
||||
- Update to version 1.6.4:
|
||||
+ Improved PDF and PostScript output
|
||||
+ Support for arbitrary X server visuals
|
||||
+ A new Quartz backend and a new "win32 printing" backend
|
||||
+ Many bug fixes
|
||||
+ For a fuller account of what's new, see the NEWS file
|
||||
included in the distribution
|
||||
- Tag patches; temporarily disable several pending rebasing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 12:57:44 CEST 2008 - aj@suse.de
|
||||
|
||||
|
30
cairo.spec
30
cairo.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cairo (Version 1.4.14)
|
||||
# spec file for package cairo (Version 1.6.4)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -27,8 +27,8 @@ License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||
Group: Development/Libraries/X11
|
||||
Summary: Vector Graphics Library with Cross-Device Output Support
|
||||
Url: http://cairographics.org/
|
||||
Version: 1.4.14
|
||||
Release: 20
|
||||
Version: 1.6.4
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch1: cairo-ac.patch
|
||||
# This fixes a problem with libpixman getting the depth wrong for some
|
||||
@ -37,9 +37,11 @@ Patch1: cairo-ac.patch
|
||||
# avoid this problem.
|
||||
# It's not the appropriate fix and should probably not go upstream.
|
||||
# libpixmap should be fixed if it hasn't already.
|
||||
# PATCH-NEEDS-REBASE cairo-1.0.2-depth-fix-1.patch -- Well, it probably doesn't actually need a rebasing, but the comment above says it wrong, but it appears to have been landed upstream anyway.
|
||||
Patch4: cairo-1.0.2-depth-fix-1.patch
|
||||
# PATCH-NEEDS-REBASE bugzilla-104365.patch bnc104365 -- it needs a rename too!
|
||||
Patch6: bugzilla-104365.patch
|
||||
# FIXME: This patch needs to be redone.
|
||||
# PATCH-NEEDS-REBASE cairo-1.4.10-lcd-filter-1.patch
|
||||
Patch7: cairo-1.4.10-lcd-filter-1.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# Last present in SuSE Linux 10.0 (and NLD9):
|
||||
@ -68,12 +70,12 @@ Requires: libpng-devel glitz-devel
|
||||
%if 0%{?DIRECTFB_SUPPORT}
|
||||
Requires: DirectFB-devel
|
||||
%endif
|
||||
%if %(rpm -q --queryformat=%%{version} xorg-x11-devel | sed 's/\..*$//') >= 7
|
||||
### %if %(rpm -q --queryformat=%%{version} xorg-x11-devel | sed 's/\..*$//') >= 7
|
||||
Requires: xorg-x11-libXrender-devel xorg-x11-libX11-devel
|
||||
%if %suse_version > 1020
|
||||
Requires: xorg-x11-libxcb-devel
|
||||
%endif
|
||||
%endif
|
||||
### %endif
|
||||
# Last present in SuSE Linux 10.0 (and NLD9):
|
||||
Obsoletes: libpixman-devel <= 0.1.1
|
||||
Provides: libpixman-devel <= 0.1.1
|
||||
@ -106,8 +108,8 @@ Authors:
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1
|
||||
%patch4
|
||||
%patch6 -p1
|
||||
# %patch4
|
||||
# %patch6 -p1
|
||||
# %patch7 -p1
|
||||
|
||||
%build
|
||||
@ -141,7 +143,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 ChangeLog NEWS README ROADMAP TODO
|
||||
# %doc AUTHORS COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 ChangeLog NEWS README ROADMAP TODO
|
||||
%doc AUTHORS COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 ChangeLog NEWS README
|
||||
%{_libdir}/libcairo.so.*
|
||||
|
||||
%files devel
|
||||
@ -159,6 +162,15 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 10 2008 maw@suse.de
|
||||
- Update to version 1.6.4:
|
||||
+ Improved PDF and PostScript output
|
||||
+ Support for arbitrary X server visuals
|
||||
+ A new Quartz backend and a new "win32 printing" backend
|
||||
+ Many bug fixes
|
||||
+ For a fuller account of what's new, see the NEWS file
|
||||
included in the distribution
|
||||
- Tag patches; temporarily disable several pending rebasing.
|
||||
* Mon Apr 14 2008 aj@suse.de
|
||||
- Remove dependency on gtk-doc and own the directories instead.
|
||||
- Properly provide libpixman.
|
||||
|
Loading…
Reference in New Issue
Block a user