Hello community,

here is the log from the commit of package gnu-getopt for openSUSE:Factory 
checked in at 2017-09-15 22:31:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnu-getopt (Old)
 and      /work/SRC/openSUSE:Factory/.gnu-getopt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnu-getopt"

Fri Sep 15 22:31:13 2017 rev:17 rq:526192 version:1.0.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnu-getopt/gnu-getopt.changes    2017-05-22 
10:49:05.283344670 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-getopt.new/gnu-getopt.changes       
2017-09-15 22:31:14.832007452 +0200
@@ -1,0 +2,10 @@
+Thu Sep 14 16:41:45 UTC 2017 - [email protected]
+
+- Removed patch:
+  * gnu-getopt-java14compat.patch
+- Added patch:
+  * gnu-getopt-java16compat.patch
+    + Build with java source and target 1.6 in order to allow
+      building with jdk9 
+
+-------------------------------------------------------------------

Old:
----
  gnu-getopt-java14compat.patch

New:
----
  gnu-getopt-java16compat.patch

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

Other differences:
------------------
++++++ gnu-getopt.spec ++++++
--- /var/tmp/diff_new_pack.2FAbq5/_old  2017-09-15 22:31:15.763876186 +0200
+++ /var/tmp/diff_new_pack.2FAbq5/_new  2017-09-15 22:31:15.771875059 +0200
@@ -24,7 +24,7 @@
 Group:          Development/Libraries/Java
 Url:            http://www.urbanophile.com/arenn/hacking/download.html
 Source0:        
ftp://ftp.urbanophile.com/pub/arenn/software/sources/java-getopt-%{version}.tar.bz2
-Patch0:         %{name}-java14compat.patch
+Patch0:         %{name}-java16compat.patch
 BuildRequires:  ant
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch

++++++ gnu-getopt-java14compat.patch -> gnu-getopt-java16compat.patch ++++++
--- /work/SRC/openSUSE:Factory/gnu-getopt/gnu-getopt-java14compat.patch 
2011-09-23 02:01:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-getopt.new/gnu-getopt-java16compat.patch    
2017-09-15 22:31:14.800011960 +0200
@@ -6,7 +6,7 @@
    <target name="classes" depends="prepare">
      <javac srcdir="${src}" destdir="${build.classes}" debug="off" 
 -optimize="on"/>
-+           optimize="on" source="1.4" target="1.4"/>
++           optimize="on" source="1.6" target="1.6"/>
      <copy todir="${build.classes}">
        <fileset dir="${src}">
          <include name="**/*.properties"/>


Reply via email to