Hello community, here is the log from the commit of package libspectre for openSUSE:Factory checked in at 2016-07-14 09:41:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libspectre (Old) and /work/SRC/openSUSE:Factory/.libspectre.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libspectre" Changes: -------- --- /work/SRC/openSUSE:Factory/libspectre/libspectre.changes 2015-11-22 10:59:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libspectre.new/libspectre.changes 2016-07-14 09:41:34.000000000 +0200 @@ -1,0 +2,16 @@ +Sat Jul 2 13:32:33 UTC 2016 - [email protected] + +- Update to version to version 0.2.8: + + Fixed the document rotation with newer versions of Ghostscript + (fdo#76450). + + Build was also broken with Ghostscript >= 9.18 and has been + fixed. + + Fixed a compile warning due to a comparison of integers of + different signs when building on OS X (fdo#56476). + + Makefiles were updated to properly use CPPFLAGS instead of + CFLAGS (fdo#56481). +- Drop libspectre-gs-9.18.patch and + libspectre-rotate-documents-correctly.patch: Fixed upstream. +- Drop zypper BuildRequires: It was only needed for above patches. + +------------------------------------------------------------------- Old: ---- libspectre-0.2.7.tar.gz libspectre-gs-9.18.patch libspectre-rotate-documents-correctly.patch New: ---- libspectre-0.2.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libspectre.spec ++++++ --- /var/tmp/diff_new_pack.sCG4Wh/_old 2016-07-14 09:41:34.000000000 +0200 +++ /var/tmp/diff_new_pack.sCG4Wh/_new 2016-07-14 09:41:34.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libspectre # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,23 +19,16 @@ Url: http://libspectre.freedesktop.org/ Name: libspectre -Version: 0.2.7 +Version: 0.2.8 Release: 0 Summary: Library for Rendering PostScript Documents License: GPL-2.0+ Group: Development/Libraries/C and C++ Source0: http://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM libspectre-gs-9.18.patch boo#953149 [email protected] -- Fix build with Ghostscript 9.18: e_* is renamed to gs_error_* -Patch0: libspectre-gs-9.18.patch %define debug_package_requires libspectre1 = %{version}-%{release} -# Need ghostscript-devel >= 9.18 due to libspectre-gs-9.18 patch -# PATCH-FIX-UPSTREAM libspectre-rotate-documents-correctly.patch fdo#76450 boo#898327 [email protected] -- Fix documents not rotated correctly -Patch1: libspectre-rotate-documents-correctly.patch BuildRequires: ghostscript-devel BuildRequires: ghostscript-library BuildRequires: pkg-config -# Zypper is just needed as a helper to properly compare versions, to decide if patch0 needs to be applied or not -BuildRequires: zypper BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -65,11 +58,6 @@ %prep %setup -q -# Apply the patch only for ghostscript >= 9.18 -if zypper vcmp $(rpm -q --qf '%%{version}' ghostscript-devel) 9.18 | grep -e "\(newer\|matches\)"; then -%patch0 -p1 -fi -%patch1 -p1 %build %configure --disable-static --enable-shared ++++++ libspectre-0.2.7.tar.gz -> libspectre-0.2.8.tar.gz ++++++ ++++ 32938 lines of diff (skipped)
