Hello community, here is the log from the commit of package pdftk for openSUSE:Factory checked in at 2014-01-15 16:26:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pdftk (Old) and /work/SRC/openSUSE:Factory/.pdftk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pdftk" Changes: -------- --- /work/SRC/openSUSE:Factory/pdftk/pdftk.changes 2013-11-02 09:06:18.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pdftk.new/pdftk.changes 2014-01-15 16:26:08.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Jan 13 2014 - [email protected] + +- Remove obsolete references to %%jarv & $LIBGCJ from .spec + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pdftk.spec ++++++ --- /var/tmp/diff_new_pack.etwbNw/_old 2014-01-15 16:26:08.000000000 +0100 +++ /var/tmp/diff_new_pack.etwbNw/_new 2014-01-15 16:26:08.000000000 +0100 @@ -30,13 +30,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: unzip +# There is a stack of fall-through logic from here to %%description. +# Be careful inserting stuff in here as order matters. + # BuildRequires package version suffix : "41" for "gcc41-java" %define pkgv %nil # gcc/gcj binaries version suffix : "-4.1" for "gcj-4.1" %define gxxv %nil # openSUSE 11.0 and SLE_11 are odd cases. -# %jarv is still correct from above for both %if 0%{?suse_version} == 1100 || 0%{?sles_version} == 11 # "Nothing provides libgcj" %define pkgv 43 @@ -46,13 +48,16 @@ BuildRequires: gcc%{pkgv}-c++ BuildRequires: gcc%{pkgv}-java + +# Unversioned libgcj does not exist after 12.2, +# but libgcj-devel pulls in libgcj$VERSION %if 0%{suse_version} < 1230 -# in >12.2, no libgcj is available anymore, and libgcj-devel pulls in libgcj$VERSION anyway BuildRequires: libgcj%{pkgv} %endif + BuildRequires: libgcj%{pkgv}-devel -# after 10.0 java-gcj was separated from gcj-java +# java-gcj was separated from gcj-java after 10.0 %if 0%{suse_version} > 1000 BuildRequires: java-gcj %endif @@ -91,7 +96,7 @@ %__chmod 644 changelog.txt license_gpl_pdftk/*.txt license_gpl_pdftk/*/*.txt %build -%__make -C pdftk CXXFLAGS="%optflags" LIBGCJ= GXXV=%gxxv +%__make -C pdftk CXXFLAGS="%optflags" GXXV=%gxxv %__strip pdftk/%name %install -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
