Hello community,

here is the log from the commit of package pdftk for openSUSE:Factory checked 
in at 2012-06-13 13:10:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pdftk (Old)
 and      /work/SRC/openSUSE:Factory/.pdftk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pdftk", Maintainer is "thomas.schrai...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pdftk/pdftk.changes      2012-06-07 
15:39:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pdftk.new/pdftk.changes 2012-06-13 
13:10:55.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jun  7 17:49:09 UTC 2012 - seife+...@b1-systems.com
+
+- simplify the java-gcj-compat buildrequire
+- fix build for opensuse 10.0, it does not have nor need java-gcj
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pdftk.spec ++++++
--- /var/tmp/diff_new_pack.CTKKQE/_old  2012-06-13 13:10:57.000000000 +0200
+++ /var/tmp/diff_new_pack.CTKKQE/_new  2012-06-13 13:10:57.000000000 +0200
@@ -30,13 +30,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  unzip
 
-# not sure when 1_5_0 was introduced, just guessing
-%if 0%{?suse_version} >= 1100
-BuildRequires:  java-1_5_0-gcj-compat
-%else
-BuildRequires:  java-1_4_2-gcj-compat
-%endif
-
 # BuildRequires package version suffix : "41" for "gcc41-java"
 %define pkgv %nil
 # gcc/gcj binaries version suffix : "-4.1" for "gcj-4.1"
@@ -56,6 +49,11 @@
 BuildRequires:  libgcj%{pkgv}
 BuildRequires:  libgcj%{pkgv}-devel
 
+# after 10.0 java-gcj was separated from gcj-java
+%if 0%{suse_version} > 1000
+BuildRequires:  java-gcj
+%endif
+
 %if 0%{?suse_version} > 1010 || 0%{?sles_version} == 10
 BuildRequires:  fastjar
 %endif


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to