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 Sun Oct 21 08:43:31 UTC 2012 - zaitor@opensuse.org
- Update to version 0.2.7: - 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 or %%Page: comments are missing in the document or when
%%Pages: comment is present but it's invalid. %%Pages: comment is present but it's invalid.
- Changed tarball into upstream default gz. - 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,20 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Url: http://libspectre.freedesktop.org/ Url: http://libspectre.freedesktop.org/wiki/
Name: libspectre Name: libspectre
Summary: Library for Rendering PostScript Documents
License: GPL-2.0+ License: GPL-2.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Version: 0.2.7 Summary: Library for Rendering PostScript Documents
Release: 0 Version: 0.2.6
Source0: http://libspectre.freedesktop.org/releases/%name-%version.tar.gz Release: 1
Source0: %name-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libspectre1 = %{version}-%{release} %define debug_package_requires libspectre1 = %{version}-%{release}
BuildRequires: ghostscript-devel BuildRequires: ghostscript-devel ghostscript-library
BuildRequires: ghostscript-library
BuildRequires: pkg-config BuildRequires: pkg-config
%description %description
@ -37,8 +37,9 @@ provides a convenient easy to use API for handling and rendering
Postscript documents. Postscript documents.
%package -n libspectre1 %package -n libspectre1
Summary: Library for Rendering PostScript Documents License: GPL-2.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Summary: Library for Rendering PostScript Documents
%description -n libspectre1 %description -n libspectre1
libspectre is a small library for rendering Postscript documents. It 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. Postscript documents.
%package -n libspectre-devel %package -n libspectre-devel
Summary: Library for Rendering PostScript Documents License: GPL-2.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Summary: Library for Rendering PostScript Documents
Requires: libspectre1 >= %version Requires: libspectre1 >= %version
%requires_eq ghostscript-devel %requires_eq ghostscript-devel