From 0c9f31b462f9f5cf584d7f886a70ef2a263a23dfb21b7fd31abae5b32560a9e1 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 16 Nov 2009 13:06:11 +0000 Subject: [PATCH] Accepting request 24257 from X11:common:Factory Copy from X11:common:Factory/libspectre based on submit request 24257 from user vuntz OBS-URL: https://build.opensuse.org/request/show/24257 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libspectre?expand=0&rev=7 --- libspectre-0.2.2.tar.bz2 | 3 --- libspectre-0.2.3.tar.bz2 | 3 +++ libspectre.changes | 23 ++++++++++++++++++++ libspectre.spec | 46 ++-------------------------------------- 4 files changed, 28 insertions(+), 47 deletions(-) delete mode 100644 libspectre-0.2.2.tar.bz2 create mode 100644 libspectre-0.2.3.tar.bz2 diff --git a/libspectre-0.2.2.tar.bz2 b/libspectre-0.2.2.tar.bz2 deleted file mode 100644 index a227d92..0000000 --- a/libspectre-0.2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:847827c7685256a8e12c069eb3d0354303f4d5655bc6f8750ba235ad463c34c8 -size 273279 diff --git a/libspectre-0.2.3.tar.bz2 b/libspectre-0.2.3.tar.bz2 new file mode 100644 index 0000000..60c5411 --- /dev/null +++ b/libspectre-0.2.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372dbd066a5964db200ce0150dc2241cf784792145ec229e6a99fb9dc6999400 +size 270638 diff --git a/libspectre.changes b/libspectre.changes index 46b8940..489aaa8 100644 --- a/libspectre.changes +++ b/libspectre.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Nov 13 12:16:09 CET 2009 - vuntz@opensuse.org + +- Update to version 0.2.3: + + Several fixes in the PostScript parser: + - Detection of invalid or broken files has been improved. A + document scanned without errors with no pages and no format + is likely to be an invalid file, or not a PostScript file at + all (fdo#19042) + - Fix possible uninitialized use of Document media struct + contents(fdo#18685) + - Fix documents with PJL commands before the initial DSC + comments. + + Ghostscript is now always run with -dSAFER option + + A missing argument in gs command line of PDF exporter was + making it always fail for any document in BSD systems + (fdo#18826) + + Internal copy of ghostscript headers have been removed since + they are already installed by ghostscript since version 8.62 + (fdo#18827) +- Do not call suse_update_config, and do not reset CFLAGS to + default value. + ------------------------------------------------------------------- Thu Feb 5 04:11:47 CET 2009 - vuntz@novell.com diff --git a/libspectre.spec b/libspectre.spec index b617394..8e75d7b 100644 --- a/libspectre.spec +++ b/libspectre.spec @@ -1,5 +1,5 @@ # -# spec file for package libspectre (Version 0.2.2) +# spec file for package libspectre (Version 0.2.3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,7 +23,7 @@ Name: libspectre License: GPL v2 or later Group: Development/Libraries/C and C++ Summary: Library for Rendering PostScript Documents -Version: 0.2.2 +Version: 0.2.3 Release: 1 Source0: %name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -35,13 +35,6 @@ libspectre is a small library for rendering Postscript documents. It provides a convenient easy to use API for handling and rendering Postscript documents. - - -Authors: --------- - Albert Astals Cid - Carlos Garcia Campos - %package -n libspectre1 License: GPL v2 or later Group: Development/Libraries/C and C++ @@ -52,13 +45,6 @@ libspectre is a small library for rendering Postscript documents. It provides a convenient easy to use API for handling and rendering Postscript documents. - - -Authors: --------- - Albert Astals Cid - Carlos Garcia Campos - %package -n libspectre-devel License: GPL v2 or later Group: Development/Libraries/C and C++ @@ -71,20 +57,10 @@ libspectre is a small library for rendering Postscript documents. It provides a convenient easy to use API for handling and rendering Postscript documents. - - -Authors: --------- - Albert Astals Cid - Carlos Garcia Campos - %prep %setup -q %build -# Update config.{guess,sub} -%{?suse_update_config} -export CFLAGS="$RPM_OPT_FLAGS" %configure --disable-static --enable-shared make %{?jobs:-j %jobs} @@ -110,21 +86,3 @@ 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 -- 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 -- Initial package (0.2.0)