diff --git a/libspectre-0.2.0.tar.bz2 b/libspectre-0.2.0.tar.bz2 deleted file mode 100644 index 394e007..0000000 --- a/libspectre-0.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32fdc41872675a158a8f0c28a4e5e9fdcb751e1d3cb9872cf041f44508c9299a -size 279222 diff --git a/libspectre-0.2.1.tar.bz2 b/libspectre-0.2.1.tar.bz2 new file mode 100644 index 0000000..53a1ef0 --- /dev/null +++ b/libspectre-0.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b17ce7d613402423fa51d0352990566ddd30660640a09f2a7ae081d7d2010c +size 271750 diff --git a/libspectre.changes b/libspectre.changes index 5a2ece3..6e7121c 100644 --- a/libspectre.changes +++ b/libspectre.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 15 15:27:45 CEST 2008 - stbinner@suse.de + +- update to 0.2.1: + * Fixes and improvements in the PostScript parser + * Portability fixes + ------------------------------------------------------------------- Fri Aug 1 17:32:25 CEST 2008 - ro@suse.de diff --git a/libspectre.spec b/libspectre.spec index 4b6696d..937ae1c 100644 --- a/libspectre.spec +++ b/libspectre.spec @@ -1,10 +1,17 @@ # -# spec file for package libspectre (Version 0.2.0) +# spec file for package libspectre (Version 0.2.1) # # 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/ # @@ -16,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.0 -Release: 4 +Version: 0.2.1 +Release: 1 Source0: %name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libspectre1 = %{version} @@ -103,6 +110,10 @@ rm -rf $RPM_BUILD_ROOT %_libdir/pkgconfig/libspectre.pc %changelog +* Wed Oct 15 2008 stbinner@suse.de +- update to 0.2.1: + * Fixes and improvements in the PostScript parser + * Portability fixes * Fri Aug 01 2008 ro@suse.de - fix requires for debuginfo package * Thu Apr 03 2008 dmueller@suse.de