Hello community, here is the log from the commit of package gnu-regexp for openSUSE:Leap:15.2 checked in at 2020-02-05 07:29:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/gnu-regexp (Old) and /work/SRC/openSUSE:Leap:15.2/.gnu-regexp.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnu-regexp" Wed Feb 5 07:29:05 2020 rev:12 rq:764483 version:1.1.4 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/gnu-regexp/gnu-regexp.changes 2020-01-15 15:05:28.941905790 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.gnu-regexp.new.26092/gnu-regexp.changes 2020-02-05 07:29:10.446740512 +0100 @@ -1,0 +2,13 @@ +Wed Dec 18 13:16:19 UTC 2019 - Fridrich Strba <[email protected]> + +- Some files are under GPL 2.0+ +- Correct link of the tarball in order to be valid + +------------------------------------------------------------------- +Thu Jun 14 05:54:48 UTC 2018 - [email protected] + +- 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.rXcIyI/_old 2020-02-05 07:29:10.854740684 +0100 +++ /var/tmp/diff_new_pack.rXcIyI/_new 2020-02-05 07:29:10.862740688 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnu-regexp # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,14 +20,15 @@ Version: 1.1.4 Release: 0 Summary: Java NFA regular expression engine -License: LGPL-2.1+ +License: GPL-2.0-or-later AND 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 +URL: http://www.cacas.org/java/gnu/regexp/ +Source0: http://ftp.frugalware.org/pub/other/sources/gnu.regexp/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.rXcIyI/_old 2020-02-05 07:29:10.902740704 +0100 +++ /var/tmp/diff_new_pack.rXcIyI/_new 2020-02-05 07:29:10.902740704 +0100 @@ -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}" />
