Accepting request 963328 from home:dirkmueller:Factory

- update to 0.2.10:
  * Fix display of some EPS files
  * Fixed memory leak in in case spectre_presize is called multiple times
  * Use the new api to pass the callbacks to libgs. Needs ghostscript >= 9.53

OBS-URL: https://build.opensuse.org/request/show/963328
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libspectre?expand=0&rev=30
This commit is contained in:
Bjørn Lie 2022-03-20 20:11:12 +00:00 committed by Git OBS Bridge
parent c35c3bdb8d
commit edd6b4b401
4 changed files with 14 additions and 6 deletions

3
libspectre-0.2.10.tar.gz Normal file
View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Mar 20 19:41:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.2.10:
* Fix display of some EPS files
* Fixed memory leak in in case spectre_presize is called multiple times
* Use the new api to pass the callbacks to libgs. Needs ghostscript >= 9.53
-------------------------------------------------------------------
Thu Aug 20 22:01:59 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libspectre
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
%define debug_package_requires libspectre1 = %{version}-%{release}
Name: libspectre
Version: 0.2.9
Version: 0.2.10
Release: 0
Summary: Library for Rendering PostScript Documents
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
URL: https://libspectre.freedesktop.org/
Source0: http://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.gz
Source0: https://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM fix-bsc975503.diff bsc#975503 fdo#97091 -- Parse ps files ignoring EOF comments which would stop parsing too soon in documents with embedded EPS files.
Patch0: fix-bsc975503.diff
BuildRequires: ghostscript-devel