Hello community, here is the log from the commit of package python-cairo checked in at Mon Feb 26 22:27:15 CET 2007. -------- --- python-cairo/python-cairo.changes 2006-09-25 18:46:45.000000000 +0200 +++ /mounts/work_src_done/STABLE/python-cairo/python-cairo.changes 2007-02-26 20:44:56.547263000 +0100 @@ -1,0 +2,5 @@ +Mon Feb 26 13:44:44 CST 2007 - maw@suse.de + +- Don't package _cairo.la (#223703). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cairo.spec ++++++ --- /var/tmp/diff_new_pack.D11184/_old 2007-02-26 22:27:11.000000000 +0100 +++ /var/tmp/diff_new_pack.D11184/_new 2007-02-26 22:27:11.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-cairo (Version 1.2.2) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 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. # @@ -13,11 +13,11 @@ Name: python-cairo BuildRequires: gtk2-devel libjpeg-devel libsvg-cairo-devel python-devel python-numeric update-desktop-files %define _prefix /usr -License: MPL, LGPL +License: GNU Library General Public License v. 2.0 and 2.1 (LGPL), MOZILLA PUBLIC LICENSE (MPL/NPL) Group: Development/Libraries/Python Summary: Python Bindings for cairo Version: 1.2.2 -Release: 1 +Release: 32 URL: http://www.cairographics.org/ Source: pycairo-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,6 +66,7 @@ %install make DESTDIR=$RPM_BUILD_ROOT install +rm $RPM_BUILD_ROOT/%{py_sitedir}/cairo/*.la %clean rm -rf $RPM_BUILD_ROOT @@ -80,7 +81,9 @@ %{_includedir}/pycairo %{_libdir}/pkgconfig/pycairo.pc -%changelog -n python-cairo +%changelog +* Mon Feb 26 2007 - maw@suse.de +- Don't package _cairo.la (#223703). * Mon Sep 25 2006 - jhargadon@suse.de - update to version 1.2.2 - setup.py has been updated to allow installation by executing @@ -103,7 +106,7 @@ ImageSurface_get_format, Image_surface_get_stride * deleted methods: PDFSurface.set_dpi, PSSurface.set_dpi, SVGSurface.set_dpi -- replaced by Surface.set_fallback_resolution + - replaced by Surface.set_fallback_resolution * cairo.FORMAT_RGB16_565 added - overview of changes from pycairo 1.0.2 to pycairo 1.1.6 * pycairo has been updated to work with cairo 1.1.6. @@ -120,18 +123,18 @@ ScaledFont.text_extents, Surface.get_device_offset, XlibSurface.get_depth * updated methods: -- PDFSurface()/PSSurface() - can now write to file-like objects (like + - PDFSurface()/PSSurface() - can now write to file-like objects (like StringIO). -- surface.write_to_png() and ImageSurface.create_from_png() can now + - surface.write_to_png() and ImageSurface.create_from_png() can now write to file-like objects (like StringIO). -- select_font_face, show_text, text_extents and text_path now accept + - select_font_face, show_text, text_extents and text_path now accept unicode objects. * misc bug fixes. * new examples: -- examples/cairo_snippets/snippets_svg.py -- examples/cairo_snippets/snippets/ellipse.py -- examples/cairo_snippets/snippets/group.py -- examples/svg/svgconvert.py + - examples/cairo_snippets/snippets_svg.py + - examples/cairo_snippets/snippets/ellipse.py + - examples/cairo_snippets/snippets/group.py + - examples/svg/svgconvert.py * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Wed Nov 02 2005 - sbrabec@suse.cz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de