Hello community,

here is the log from the commit of package gnu-regexp for openSUSE:Factory 
checked in at 2018-07-07 22:01:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnu-regexp (Old)
 and      /work/SRC/openSUSE:Factory/.gnu-regexp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnu-regexp"

Sat Jul  7 22:01:28 2018 rev:19 rq:620799 version:1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnu-regexp/gnu-regexp.changes    2017-09-15 
22:31:15.935851961 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-regexp.new/gnu-regexp.changes       
2018-07-07 22:01:31.211080346 +0200
@@ -1,0 +2,7 @@
+Thu Jun 14 05:54:48 UTC 2018 - fst...@suse.com
+
+- Build with source and target level 8 in order to prepare for the
+  removal of 1.6 compatibility.
+- Run fdupes on documentation
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnu-regexp.spec ++++++
--- /var/tmp/diff_new_pack.HkmKsZ/_old  2018-07-07 22:01:32.043079292 +0200
+++ /var/tmp/diff_new_pack.HkmKsZ/_new  2018-07-07 22:01:32.047079288 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-regexp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,14 +20,15 @@
 Version:        1.1.4
 Release:        0
 Summary:        Java NFA regular expression engine
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/Java
 Url:            http://www.cacas.org/java/gnu/regexp/
 Source0:        
ftp://ftp.tralfamadore.com/pub/java/gnu.regexp-%{version}.tar.gz
 Source1:        %{name}.build.xml
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  gnu-getopt
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -77,6 +78,7 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/gnu.regexp
 cp -a build/api/* %{buildroot}%{_javadocdir}/gnu.regexp
+%fdupes -s %{buildroot}%{_javadocdir}/gnu.regexp
 
 %files
 %defattr(0644,root,root,0755)

++++++ gnu-regexp.build.xml ++++++
--- /var/tmp/diff_new_pack.HkmKsZ/_old  2018-07-07 22:01:32.079079247 +0200
+++ /var/tmp/diff_new_pack.HkmKsZ/_new  2018-07-07 22:01:32.079079247 +0200
@@ -30,7 +30,7 @@
   <!-- Build classes -->
   <target name="classes" depends="prepare">
     <javac srcdir="${src}" destdir="${build.classes}" debug="off" optimize="on"
-           source="1.6" target="1.6" />
+           source="8" target="8" />
     <copy todir="${build.classes}">
       <fileset dir="${src}">
         <include name="**/*.properties"/>
@@ -52,7 +52,7 @@
             windowtitle="${name} JavaDoc"
             package="true"
             author="true"
-            source="1.6" 
+            source="8" 
             version="true"
             packagenames="${packagenames}"
     />


Reply via email to