diff --git a/libspectre-0.2.1.tar.bz2 b/libspectre-0.2.1.tar.bz2 deleted file mode 100644 index 53a1ef0..0000000 --- a/libspectre-0.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39b17ce7d613402423fa51d0352990566ddd30660640a09f2a7ae081d7d2010c -size 271750 diff --git a/libspectre-0.2.2.tar.bz2 b/libspectre-0.2.2.tar.bz2 new file mode 100644 index 0000000..a227d92 --- /dev/null +++ b/libspectre-0.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847827c7685256a8e12c069eb3d0354303f4d5655bc6f8750ba235ad463c34c8 +size 273279 diff --git a/libspectre.changes b/libspectre.changes index 10eb832..46b8940 100644 --- a/libspectre.changes +++ b/libspectre.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 5 04:11:47 CET 2009 - vuntz@novell.com + +- Update to version 0.2.2: + + A problem when rendering some documents where the page size is + different from the Bounding Box has been fixed (fdo#18239) + + Parser is now locale-independent when parsing float numbers + (fdo#18685) + + The display format has been fixed to match cairo/pixman. + (fdo#18266) + ------------------------------------------------------------------- Wed Oct 22 16:17:25 CEST 2008 - mrueckert@suse.de diff --git a/libspectre.spec b/libspectre.spec index 5f83125..b617394 100644 --- a/libspectre.spec +++ b/libspectre.spec @@ -1,7 +1,7 @@ # -# spec file for package libspectre (Version 0.2.1) +# spec file for package libspectre (Version 0.2.2) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,8 +23,8 @@ Name: libspectre License: GPL v2 or later Group: Development/Libraries/C and C++ Summary: Library for Rendering PostScript Documents -Version: 0.2.1 -Release: 2 +Version: 0.2.2 +Release: 1 Source0: %name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libspectre1 = %{version}-%{release} @@ -110,6 +110,14 @@ rm -rf $RPM_BUILD_ROOT %_libdir/pkgconfig/libspectre.pc %changelog +* Thu Feb 05 2009 vuntz@novell.com +- Update to version 0.2.2: + + A problem when rendering some documents where the page size is + different from the Bounding Box has been fixed (fdo#18239) + + Parser is now locale-independent when parsing float numbers + (fdo#18685) + + The display format has been fixed to match cairo/pixman. + (fdo#18266) * Wed Oct 22 2008 mrueckert@suse.de - fix debug_packages_requires define * Wed Oct 15 2008 stbinner@suse.de