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
This commit is contained in:
parent
912a350fdd
commit
0c9f31b462
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:847827c7685256a8e12c069eb3d0354303f4d5655bc6f8750ba235ad463c34c8
|
||||
size 273279
|
3
libspectre-0.2.3.tar.bz2
Normal file
3
libspectre-0.2.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:372dbd066a5964db200ce0150dc2241cf784792145ec229e6a99fb9dc6999400
|
||||
size 270638
|
@ -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
|
||||
|
||||
|
@ -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 <aacid@kde.org>
|
||||
Carlos Garcia Campos <carlosgc@gnome.org>
|
||||
|
||||
%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 <aacid@kde.org>
|
||||
Carlos Garcia Campos <carlosgc@gnome.org>
|
||||
|
||||
%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 <aacid@kde.org>
|
||||
Carlos Garcia Campos <carlosgc@gnome.org>
|
||||
|
||||
%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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user