commit gnu-getopt for openSUSE:Factory

2019-12-21 Thread root
Hello community,

here is the log from the commit of package gnu-getopt for openSUSE:Factory 
checked in at 2019-12-21 12:29:32

Comparing /work/SRC/openSUSE:Factory/gnu-getopt (Old)
 and  /work/SRC/openSUSE:Factory/.gnu-getopt.new.6675 (New)


Package is "gnu-getopt"

Sat Dec 21 12:29:32 2019 rev:19 rq:757834 version:1.0.14

Changes:

--- /work/SRC/openSUSE:Factory/gnu-getopt/gnu-getopt.changes2018-07-07 
22:01:23.019090714 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-getopt.new.6675/gnu-getopt.changes  
2019-12-21 12:29:39.955314290 +0100
@@ -1,0 +2,6 @@
+Wed Dec 18 14:13:03 UTC 2019 - Fridrich Strba 
+
+- Upgrade to upstream version 1.0.14
+- Fix url download link
+
+---

Old:

  java-getopt-1.0.13.tar.bz2

New:

  java-getopt-1.0.14.tar.gz



Other differences:
--
++ gnu-getopt.spec ++
--- /var/tmp/diff_new_pack.TWdxt2/_old  2019-12-21 12:29:40.567314581 +0100
+++ /var/tmp/diff_new_pack.TWdxt2/_new  2019-12-21 12:29:40.571314583 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-getopt
 #
-# Copyright (c) 2018 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,18 +12,18 @@
 # 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-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
+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




commit gnu-getopt for openSUSE:Factory

2018-07-07 Thread root
Hello community,

here is the log from the commit of package gnu-getopt for openSUSE:Factory 
checked in at 2018-07-07 22:01:17

Comparing /work/SRC/openSUSE:Factory/gnu-getopt (Old)
 and  /work/SRC/openSUSE:Factory/.gnu-getopt.new (New)


Package is "gnu-getopt"

Sat Jul  7 22:01:17 2018 rev:18 rq:620796 version:1.0.13

Changes:

--- /work/SRC/openSUSE:Factory/gnu-getopt/gnu-getopt.changes2017-09-15 
22:31:14.832007452 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-getopt.new/gnu-getopt.changes   
2018-07-07 22:01:23.019090714 +0200
@@ -1,0 +2,8 @@
+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

New:

  gnu-getopt-java8compat.patch



Other differences:
--
++ gnu-getopt.spec ++
--- /var/tmp/diff_new_pack.UXZi1Z/_old  2018-07-07 22:01:24.171089256 +0200
+++ /var/tmp/diff_new_pack.UXZi1Z/_new  2018-07-07 22:01:24.171089256 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-getopt
 #
-# 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,12 +20,14 @@
 Version:1.0.13
 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
+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:Factory/gnu-getopt/gnu-getopt-java16compat.patch 
2017-09-15 22:31:14.800011960 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-getopt.new/gnu-getopt-java8compat.patch 
2018-07-07 22:01:22.367091539 +0200
@@ -6,7 +6,7 @@

  
-+   optimize="on" source="1.6" target="1.6"/>
++   optimize="on" source="8" target="8"/>
  

  




commit gnu-getopt for openSUSE:Factory

2017-09-15 Thread root
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.changes2017-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 - fst...@suse.com
+
+- 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.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-getopt.new/gnu-getopt-java16compat.patch
2017-09-15 22:31:14.800011960 +0200
@@ -6,7 +6,7 @@

  
-+   optimize="on" source="1.4" target="1.4"/>
++   optimize="on" source="1.6" target="1.6"/>
  

  




commit gnu-getopt for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package gnu-getopt for openSUSE:Factory 
checked in at 2017-05-22 10:48:06

Comparing /work/SRC/openSUSE:Factory/gnu-getopt (Old)
 and  /work/SRC/openSUSE:Factory/.gnu-getopt.new (New)


Package is "gnu-getopt"

Mon May 22 10:48:06 2017 rev:16 rq:496990 version:1.0.13

Changes:

--- /work/SRC/openSUSE:Factory/gnu-getopt/gnu-getopt.changes2014-10-07 
16:01:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-getopt.new/gnu-getopt.changes   
2017-05-22 10:49:05.283344670 +0200
@@ -1,0 +2,5 @@
+Sat May 20 18:46:39 UTC 2017 - tchva...@suse.com
+
+- Remove unneeded deps
+
+---



Other differences:
--
++ gnu-getopt.spec ++
--- /var/tmp/diff_new_pack.1t2LRn/_old  2017-05-22 10:49:05.755278153 +0200
+++ /var/tmp/diff_new_pack.1t2LRn/_new  2017-05-22 10:49:05.759277589 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-getopt
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -26,8 +26,6 @@
 Source0:
ftp://ftp.urbanophile.com/pub/arenn/software/sources/java-getopt-%{version}.tar.bz2
 Patch0: %{name}-java14compat.patch
 BuildRequires:  ant
-BuildRequires:  java2-devel-packages
-BuildRequires:  xml-commons-apis
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -53,7 +51,6 @@
 %prep
 %setup -q -c
 %patch0
-# Aaron, where did you put my build script :-) ?
 mv gnu/getopt/buildx.xml build.xml
 
 %build




commit gnu-getopt for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

here is the log from the commit of package gnu-getopt for openSUSE:Factory 
checked in at 2014-10-07 16:00:41

Comparing /work/SRC/openSUSE:Factory/gnu-getopt (Old)
 and  /work/SRC/openSUSE:Factory/.gnu-getopt.new (New)


Package is "gnu-getopt"

Changes:

--- /work/SRC/openSUSE:Factory/gnu-getopt/gnu-getopt.changes2011-09-23 
02:01:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-getopt.new/gnu-getopt.changes   
2014-10-07 16:01:34.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  7 08:59:37 UTC 2014 - tchva...@suse.com
+
+- Clean up with spec-cleaner
+
+---



Other differences:
--
++ gnu-getopt.spec ++
--- /var/tmp/diff_new_pack.ByP4fO/_old  2014-10-07 16:01:34.0 +0200
+++ /var/tmp/diff_new_pack.ByP4fO/_new  2014-10-07 16:01:34.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gnu-getopt (Version 1.0.13)
+# spec file for package gnu-getopt
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-# icecream 0
-
 
 Name:   gnu-getopt
-BuildRequires:  ant java2-devel-packages xml-commons-apis
-%define name   gnu-getopt
-%define version1.0.10
-%define release1jpp
-%definesection free
 Version:1.0.13
-Release:1
+Release:0
 Summary:Java getopt Implementation
 License:LGPL-2.1+
+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
-Patch:  %{name}-java14compat.patch
-Group:  Development/Libraries/Java
-BuildArch:  noarch
+Patch0: %{name}-java14compat.patch
+BuildRequires:  ant
+BuildRequires:  java2-devel-packages
+BuildRequires:  xml-commons-apis
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 The GNU Java getopt classes support short and long argument parsing in
@@ -42,11 +37,7 @@
 with a mostly compatible programmer's interface as well. Note that this
 is a port, not a new implementation.
 
-
-
 %package javadoc
-License:LGPL-2.1+
-PreReq: coreutils
 Summary:Javadoc for gnu.getopt
 Group:  Development/Libraries/Java
 
@@ -59,37 +50,23 @@
 This package contains the javadoc documentation for the GNU Java getopt
 classes.
 
-
-
 %prep
 %setup -q -c
-%patch 
+%patch0
 # Aaron, where did you put my build script :-) ?
 mv gnu/getopt/buildx.xml build.xml
 
 %build
-%ant jar javadoc
+ant jar javadoc
 
 %install
 # jars
-%__mkdir_p %{buildroot}%{_javadir}
-%__install -m 644 build/lib/gnu.getopt.jar 
%{buildroot}%{_javadir}/gnu.getopt-%{version}.jar
-(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %__ln_s ${jar} 
${jar/-%{version}/}; done)
+mkdir -p %{buildroot}%{_javadir}
+install -m 644 build/lib/gnu.getopt.jar 
%{buildroot}%{_javadir}/gnu.getopt-%{version}.jar
+(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -s ${jar} 
${jar/-%{version}/}; done)
 # javadoc
-%__mkdir_p %{buildroot}%{_javadocdir}/%{name}-%{version}
-%__cp -a build/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post javadoc
-%__rm -f %{_javadocdir}/%{name}
-%__ln_s %{name}-%{version} %{_javadocdir}/%{name}
-
-%postun javadoc
-if [ "$1" = "0" ]; then
-%__rm -f %{_javadocdir}/%{name}
-fi
+mkdir -p %{buildroot}%{_javadocdir}/%{name}
+cp -a build/api/* %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(0644,root,root,0755)
@@ -98,6 +75,6 @@
 
 %files javadoc
 %defattr(0644,root,root,0755)
-%{_javadocdir}/%{name}-%{version}
+%{_javadocdir}/%{name}
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnu-getopt for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package gnu-getopt for openSUSE:Factory 
checked in at 2011-12-06 18:15:10

Comparing /work/SRC/openSUSE:Factory/gnu-getopt (Old)
 and  /work/SRC/openSUSE:Factory/.gnu-getopt.new (New)


Package is "gnu-getopt", Maintainer is "bnc-team-j...@forge.provo.novell.com"

Changes:




Other differences:
--
++ gnu-getopt.spec ++
--- /var/tmp/diff_new_pack.DfBIVt/_old  2011-12-06 18:22:33.0 +0100
+++ /var/tmp/diff_new_pack.DfBIVt/_new  2011-12-06 18:22:33.0 +0100
@@ -28,7 +28,7 @@
 Version:1.0.13
 Release:1
 Summary:Java getopt Implementation
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 Url:http://www.urbanophile.com/arenn/hacking/download.html
 Source0:
ftp://ftp.urbanophile.com/pub/arenn/software/sources/java-getopt-%{version}.tar.bz2
 Patch:  %{name}-java14compat.patch
@@ -45,7 +45,7 @@
 
 
 %package javadoc
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 PreReq: coreutils
 Summary:Javadoc for gnu.getopt
 Group:  Development/Libraries/Java

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org