OBS User unknown 2009-02-06 17:04:36 +00:00 committed by Git OBS Bridge
parent d7ca0ed1f7
commit 912a350fdd
4 changed files with 26 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39b17ce7d613402423fa51d0352990566ddd30660640a09f2a7ae081d7d2010c
size 271750

3
libspectre-0.2.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:847827c7685256a8e12c069eb3d0354303f4d5655bc6f8750ba235ad463c34c8
size 273279

View File

@ -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

View File

@ -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