Hello community, here is the log from the commit of package pdfcompare for openSUSE:Factory checked in at 2017-10-11 23:01:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pdfcompare (Old) and /work/SRC/openSUSE:Factory/.pdfcompare.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pdfcompare" Wed Oct 11 23:01:43 2017 rev:5 rq:532946 version:1.6.8 Changes: -------- --- /work/SRC/openSUSE:Factory/pdfcompare/pdfcompare.changes 2016-04-28 17:02:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pdfcompare.new/pdfcompare.changes 2017-10-11 23:01:45.679829812 +0200 @@ -1,0 +2,8 @@ +Tue Oct 10 07:07:48 UTC 2017 - [email protected] + +- Remove dependency on pdftk. It is only needed for restest.sh and + pdftk depends on GCJ and its capacity to compile Java code + natively. This capacity goes with the removal of gcc6, which was + the last gcc version to be able to build tools for Java language. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pdfcompare.spec ++++++ --- /var/tmp/diff_new_pack.1aO4BB/_old 2017-10-11 23:01:46.403798095 +0200 +++ /var/tmp/diff_new_pack.1aO4BB/_new 2017-10-11 23:01:46.411797744 +0200 @@ -1,7 +1,7 @@ # # spec file for package pdfcompare # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -23,9 +23,8 @@ License: GPL-2.0 Group: Productivity/Publishing/PDF Url: https://github.com/jnweiger/pdfcompare -Source: pdfcompare-%version.tar.bz2 +Source: pdfcompare-%{version}.tar.bz2 Source100: pull_github.sh - # These BuildRequires are only required for the testsuite BuildRequires: poppler-tools BuildRequires: python-base @@ -33,26 +32,16 @@ BuildRequires: python-pypdf BuildRequires: python-reportlab BuildRequires: python-xml -%if 0%{?suse_version} >= 1210 -# some testsuite tools are not available before openSUSE 12.1 -BuildRequires: ImageMagick -BuildRequires: ghostscript -BuildRequires: pdftk -BuildRequires: python-scipy -BuildRequires: shunit2 -%endif - +## only needed for --spell +Requires: hunspell Requires: poppler-tools Requires: python-base Requires: python-pygame Requires: python-pypdf Requires: python-reportlab Requires: python-xml -## only needed for --spell -Requires: hunspell Recommends: myspell-american Recommends: myspell-german-old -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -61,7 +50,7 @@ for similarity with a second level diff. %prep -%setup +%setup -q %build @@ -69,18 +58,12 @@ cd test export PATH=$PATH:%{buildroot}%{_bindir} ./helptest.sh %{version} -%if 0%{?suse_version} >= 1210 -# testsuite tools are not available before openSUSE 12.1 -# false postitives todays. -./restest.sh && true -%endif %install test -f pdfcompare.py || mv pdf_highlight.py pdfcompare.py install -Dm 0755 pdfcompare.py %{buildroot}%{_bindir}/pdfcompare %files -%defattr(-, root, root, -) %{_bindir}/pdfcompare %doc COPYING
