Accepting request 139131 from home:dimstar:branches:X11:common:Factory

tweak

OBS-URL: https://build.opensuse.org/request/show/139131
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libspectre?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2012-10-23 20:43:03 +00:00 committed by Git OBS Bridge
parent e09a001728
commit 399f4b7ee8
3 changed files with 14 additions and 15 deletions

View File

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

View File

@ -2,7 +2,7 @@
Sun Oct 21 08:43:31 UTC 2012 - zaitor@opensuse.org
- Update to version 0.2.7:
+ This release fixes two crashes than can happen when %%Pages:
+ This release fixes two crashes that can happen when %%Pages:
or %%Page: comments are missing in the document or when
%%Pages: comment is present but it's invalid.
- Changed tarball into upstream default gz.

View File

@ -1,7 +1,7 @@
#
# spec file for package libspectre
# spec file for package libspectre (Version 0.2.6)
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 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
@ -15,20 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Url: http://libspectre.freedesktop.org/
Url: http://libspectre.freedesktop.org/wiki/
Name: libspectre
Summary: Library for Rendering PostScript Documents
License: GPL-2.0+
Group: Development/Libraries/C and C++
Version: 0.2.7
Release: 0
Source0: http://libspectre.freedesktop.org/releases/%name-%version.tar.gz
Summary: Library for Rendering PostScript Documents
Version: 0.2.6
Release: 1
Source0: %name-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libspectre1 = %{version}-%{release}
BuildRequires: ghostscript-devel
BuildRequires: ghostscript-library
BuildRequires: ghostscript-devel ghostscript-library
BuildRequires: pkg-config
%description
@ -37,8 +37,9 @@ provides a convenient easy to use API for handling and rendering
Postscript documents.
%package -n libspectre1
Summary: Library for Rendering PostScript Documents
License: GPL-2.0+
Group: Development/Libraries/C and C++
Summary: Library for Rendering PostScript Documents
%description -n libspectre1
libspectre is a small library for rendering Postscript documents. It
@ -46,8 +47,9 @@ provides a convenient easy to use API for handling and rendering
Postscript documents.
%package -n libspectre-devel
Summary: Library for Rendering PostScript Documents
License: GPL-2.0+
Group: Development/Libraries/C and C++
Summary: Library for Rendering PostScript Documents
Requires: libspectre1 >= %version
%requires_eq ghostscript-devel