From 3430e59097216b311d95d11b926638f19058cade0ce698bc404bc9076acef062 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 22 Jun 2008 00:26:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cairo?expand=0&rev=13 --- cairo-1.4.14.tar.bz2 | 3 --- cairo-1.6.4.tar.bz2 | 3 +++ cairo.changes | 12 ++++++++++++ cairo.spec | 30 +++++++++++++++++++++--------- 4 files changed, 36 insertions(+), 12 deletions(-) delete mode 100644 cairo-1.4.14.tar.bz2 create mode 100644 cairo-1.6.4.tar.bz2 diff --git a/cairo-1.4.14.tar.bz2 b/cairo-1.4.14.tar.bz2 deleted file mode 100644 index 620664b..0000000 --- a/cairo-1.4.14.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0c68df12bf38e05750061f783bbe6f5b4aad51999830ac548667fbc4ab7e9fa -size 2717367 diff --git a/cairo-1.6.4.tar.bz2 b/cairo-1.6.4.tar.bz2 new file mode 100644 index 0000000..62b5bf4 --- /dev/null +++ b/cairo-1.6.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85e19ec4b8c01edb16f9ed63184e26ee9e225ff5f3fa4cfb19f960fb579912e +size 4113500 diff --git a/cairo.changes b/cairo.changes index d2a4601..13751cb 100644 --- a/cairo.changes +++ b/cairo.changes @@ -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 diff --git a/cairo.spec b/cairo.spec index b1576c7..519ebc5 100644 --- a/cairo.spec +++ b/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.