Hello community,

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

Package is "gnu-regexp"

Fri Sep 15 22:31:15 2017 rev:18 rq:526194 version:1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnu-regexp/gnu-regexp.changes    2017-05-22 
10:49:05.895258423 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-regexp.new/gnu-regexp.changes       
2017-09-15 22:31:15.935851961 +0200
@@ -1,0 +2,6 @@
+Thu Sep 14 16:46:23 UTC 2017 - fst...@suse.com
+
+- Build with source and target level 1.6 in order to allow building
+  with jdk9
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnu-regexp.spec ++++++
--- /var/tmp/diff_new_pack.uEXJki/_old  2017-09-15 22:31:16.615756186 +0200
+++ /var/tmp/diff_new_pack.uEXJki/_new  2017-09-15 22:31:16.615756186 +0200
@@ -27,6 +27,7 @@
 Source1:        %{name}.build.xml
 BuildRequires:  ant
 BuildRequires:  gnu-getopt
+BuildRequires:  java-devel >= 1.6
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 

++++++ gnu-regexp.build.xml ++++++
--- /var/tmp/diff_new_pack.uEXJki/_old  2017-09-15 22:31:16.663749426 +0200
+++ /var/tmp/diff_new_pack.uEXJki/_new  2017-09-15 22:31:16.667748862 +0200
@@ -30,7 +30,7 @@
   <!-- Build classes -->
   <target name="classes" depends="prepare">
     <javac srcdir="${src}" destdir="${build.classes}" debug="off" optimize="on"
-           source="1.4" target="1.4" />
+           source="1.6" target="1.6" />
     <copy todir="${build.classes}">
       <fileset dir="${src}">
         <include name="**/*.properties"/>
@@ -52,6 +52,7 @@
             windowtitle="${name} JavaDoc"
             package="true"
             author="true"
+            source="1.6" 
             version="true"
             packagenames="${packagenames}"
     />


Reply via email to