diff --git a/cairo-1.6.4.tar.bz2 b/cairo-1.6.4.tar.bz2 deleted file mode 100644 index 62b5bf4..0000000 --- a/cairo-1.6.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c85e19ec4b8c01edb16f9ed63184e26ee9e225ff5f3fa4cfb19f960fb579912e -size 4113500 diff --git a/cairo-1.7.4.tar.bz2 b/cairo-1.7.4.tar.bz2 new file mode 100644 index 0000000..14f8e73 --- /dev/null +++ b/cairo-1.7.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6f21fb51b6c0ad6d51007fdbc34d58b48de1b8ca763a5ec77becb3ceb3986c +size 4826995 diff --git a/cairo-ac.patch b/cairo-ac.patch index 133ed01..bd52e78 100644 --- a/cairo-ac.patch +++ b/cairo-ac.patch @@ -1,20 +1,18 @@ ---- configure.in -+++ configure.in -@@ -20,6 +20,7 @@ AM_INIT_AUTOMAKE([1.7]) +--- configure.in.org 2008-08-24 21:48:16.371754232 +1000 ++++ configure.in 2008-08-24 21:49:29.076460416 +1000 +@@ -25,6 +25,7 @@ dnl =========================================================================== # libtool shared library version +m4_pattern_allow([^LT_(CURRENT|REVISION|AGE)$])dnl # Increment if the interface has additions, changes, removals. - LT_CURRENT=13 -@@ -56,7 +57,9 @@ AC_PATH_PROG(XARGS, xargs) - dnl =========================================================================== - + m4_define(LT_CURRENT, 22) +@@ -63,6 +64,7 @@ AC_PROG_CC -+AC_PROG_CXX AC_PROG_CPP -+AM_PROG_CC_C_O + AC_PROG_CXX dnl required for BeOS (and cannot be a conditional dependency) ++AC_PROG_CC_C_O AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL dnl required version (1.4) DON'T REMOVE! AC_STDC_HEADERS diff --git a/cairo.changes b/cairo.changes index 13751cb..b8810cf 100644 --- a/cairo.changes +++ b/cairo.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Aug 27 23:02:25 CEST 2008 - mboman@novell.com + +- Update to version 1.7.4: + + Including the missing header file cairo-user-font-private.h + + Improvements around cairo text API. + + New API allowing the user of cairo API to provide drawings for glyphs + in a font. + + show_text_glyphs - new API + + LCD subpixel filtering using FreeType + + Toy font face constructor and getter + + FreeType: respecting FC_FT_FACE + + PS/PDF: More efficient output + + Xlib: Dithering + + Xlib: Avoid rendering glyphs out of surface bounds + + Xlib: Improved performance with Xrender-less X servers + + Directfb: backend improvements + + Countless bugs have been fixed and optimizations made + ------------------------------------------------------------------- Mon Jun 9 23:02:25 CEST 2008 - maw@suse.de diff --git a/cairo.spec b/cairo.spec index 519ebc5..b536077 100644 --- a/cairo.spec +++ b/cairo.spec @@ -1,10 +1,17 @@ # -# spec file for package cairo (Version 1.6.4) +# spec file for package cairo (Version 1.7.4) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -27,7 +34,7 @@ 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.6.4 +Version: 1.7.4 Release: 1 Source: %{name}-%{version}.tar.bz2 Patch1: cairo-ac.patch @@ -162,6 +169,22 @@ rm -rf ${RPM_BUILD_ROOT} %{_datadir}/gtk-doc/html/* %changelog +* Thu Aug 28 2008 mboman@novell.com +- Update to version 1.7.4: + + Including the missing header file cairo-user-font-private.h + + Improvements around cairo text API. + + New API allowing the user of cairo API to provide drawings for glyphs + in a font. + + show_text_glyphs - new API + + LCD subpixel filtering using FreeType + + Toy font face constructor and getter + + FreeType: respecting FC_FT_FACE + + PS/PDF: More efficient output + + Xlib: Dithering + + Xlib: Avoid rendering glyphs out of surface bounds + + Xlib: Improved performance with Xrender-less X servers + + Directfb: backend improvements + + Countless bugs have been fixed and optimizations made * Tue Jun 10 2008 maw@suse.de - Update to version 1.6.4: + Improved PDF and PostScript output