Hello community,

here is the log from the commit of package gnu-getopt for openSUSE:Leap:15.2 
checked in at 2020-02-05 07:29:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gnu-getopt (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.gnu-getopt.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnu-getopt"

Wed Feb  5 07:29:06 2020 rev:12 rq:764485 version:1.0.14

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/gnu-getopt/gnu-getopt.changes  2020-01-15 
15:05:28.397905506 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.gnu-getopt.new.26092/gnu-getopt.changes       
2020-02-05 07:29:11.182740822 +0100
@@ -1,0 +2,14 @@
+Wed Dec 18 14:13:03 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Upgrade to upstream version 1.0.14
+- Fix url download link
+
+-------------------------------------------------------------------
+Thu May 17 08:21:50 UTC 2018 - fst...@suse.com
+
+- Modified patch:
+  * gnu-getopt-java16compat.patch -> gnu-getopt-java8compat.patch
+    + Build with source and target 8 to prepare for a possible
+      removal of 1.6 compatibility
+
+-------------------------------------------------------------------

Old:
----
  gnu-getopt-java16compat.patch
  java-getopt-1.0.13.tar.bz2

New:
----
  gnu-getopt-java8compat.patch
  java-getopt-1.0.14.tar.gz

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

Other differences:
------------------
++++++ gnu-getopt.spec ++++++
--- /var/tmp/diff_new_pack.H0IYzj/_old  2020-02-05 07:29:11.626741009 +0100
+++ /var/tmp/diff_new_pack.H0IYzj/_new  2020-02-05 07:29:11.630741011 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-getopt
 #
-# 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,20 +12,22 @@
 # 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/
 #
 
 
 Name:           gnu-getopt
-Version:        1.0.13
+Version:        1.0.14
 Release:        0
 Summary:        Java getopt Implementation
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 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}-java16compat.patch
+URL:            http://www.urbanophile.com/arenn/hacking/download.html
+Source0:        
http://www.urbanophile.com/arenn/hacking/getopt/java-getopt-%{version}.tar.gz
+Patch0:         %{name}-java8compat.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -64,6 +66,7 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -a build/api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(0644,root,root,0755)

++++++ gnu-getopt-java16compat.patch -> gnu-getopt-java8compat.patch ++++++
--- /work/SRC/openSUSE:Leap:15.2/gnu-getopt/gnu-getopt-java16compat.patch       
2020-01-15 15:05:28.377905495 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.gnu-getopt.new.26092/gnu-getopt-java8compat.patch 
    2020-02-05 07:29:11.114740793 +0100
@@ -6,7 +6,7 @@
    <target name="classes" depends="prepare">
      <javac srcdir="${src}" destdir="${build.classes}" debug="off" 
 -optimize="on"/>
-+           optimize="on" source="1.6" target="1.6"/>
++           optimize="on" source="8" target="8"/>
      <copy todir="${build.classes}">
        <fileset dir="${src}">
          <include name="**/*.properties"/>


Reply via email to