commit gnu-inetlib for openSUSE:Factory

2018-07-07 Thread root
Hello community,

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

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


Package is "gnu-inetlib"

Sat Jul  7 22:01:24 2018 rev:19 rq:620797 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/gnu-inetlib/gnu-inetlib.changes  2017-09-14 
21:21:12.096025516 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-inetlib.new/gnu-inetlib.changes 
2018-07-07 22:01:27.283085317 +0200
@@ -1,0 +2,6 @@
+Thu May 17 19:48:43 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+---



Other differences:
--
++ gnu-inetlib.spec ++
--- /var/tmp/diff_new_pack.zK2694/_old  2018-07-07 22:01:27.907084527 +0200
+++ /var/tmp/diff_new_pack.zK2694/_new  2018-07-07 22:01:27.907084527 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-inetlib
 #
-# 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
@@ -21,14 +21,14 @@
 Version:1.1
 Release:0
 Summary:Library of clients for common internet protocols
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Libraries/Java
 Url:http://www.gnu.org/software/classpath/inetlib.html
 Source: %{official_name}-%{version}.tar.bz2
 Patch0: gnu-inetlib-gcc44-build.patch
 BuildRequires:  ant
 BuildRequires:  antlr
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  unzip
 Provides:   inetlib
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,7 +54,7 @@
 
 %build
 export CLASSPATH=$(build-classpath glibj)
-ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 dist
+ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 dist
 
 %install
 mkdir -p %{buildroot}/%{_javadir}




commit gnu-inetlib for openSUSE:Factory

2017-09-14 Thread root
Hello community,

here is the log from the commit of package gnu-inetlib for openSUSE:Factory 
checked in at 2017-09-14 21:21:10

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


Package is "gnu-inetlib"

Thu Sep 14 21:21:10 2017 rev:18 rq:526175 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/gnu-inetlib/gnu-inetlib.changes  2014-10-07 
16:01:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-inetlib.new/gnu-inetlib.changes 
2017-09-14 21:21:12.096025516 +0200
@@ -1,0 +2,6 @@
+Thu Sep 14 15:42:59 UTC 2017 - fst...@suse.com
+
+- Build with java source and target 1.6
+- Do not require buiding with java-gcj-compat
+
+---



Other differences:
--
++ gnu-inetlib.spec ++
--- /var/tmp/diff_new_pack.VeRMc3/_old  2017-09-14 21:21:13.591814999 +0200
+++ /var/tmp/diff_new_pack.VeRMc3/_new  2017-09-14 21:21:13.595814437 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-inetlib
 #
-# 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
@@ -28,8 +28,7 @@
 Patch0: gnu-inetlib-gcc44-build.patch
 BuildRequires:  ant
 BuildRequires:  antlr
-BuildRequires:  classpath
-BuildRequires:  java-1_4_2-gcj-compat-devel
+BuildRequires:  java-devel
 BuildRequires:  unzip
 Provides:   inetlib
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,7 +53,8 @@
 %patch0 -p1
 
 %build
-CLASSPATH=$(build-classpath glibj) ant dist
+export CLASSPATH=$(build-classpath glibj)
+ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 dist
 
 %install
 mkdir -p %{buildroot}/%{_javadir}




commit gnu-inetlib for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

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

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


Package is gnu-inetlib

Changes:

--- /work/SRC/openSUSE:Factory/gnu-inetlib/gnu-inetlib.changes  2011-09-23 
02:01:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-inetlib.new/gnu-inetlib.changes 
2014-10-07 16:01:29.0 +0200
@@ -1,0 +2,10 @@
+Tue Oct  7 08:55:14 UTC 2014 - tchva...@suse.com
+
+- Clean it up with spec-cleaner too
+
+---
+Mon Oct  6 18:07:56 UTC 2014 - jeng...@inai.de
+
+- Remove ancient spec tags and sections
+
+---



Other differences:
--
++ gnu-inetlib.spec ++
--- /var/tmp/diff_new_pack.3KRkpW/_old  2014-10-07 16:01:31.0 +0200
+++ /var/tmp/diff_new_pack.3KRkpW/_new  2014-10-07 16:01:31.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gnu-inetlib (Version 1.1)
+# spec file for package gnu-inetlib
 #
-# Copyright (c) 2009 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,25 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-
-Name:   gnu-inetlib
-BuildRequires:  ant antlr classpath java-1_4_2-gcj-compat-devel unzip
 %define official_name inetlib
-License:GPL-2.0+
-Group:  Development/Libraries/Java
-AutoReqProv:on
+Name:   gnu-inetlib
 Version:1.1
-Release:228
+Release:0
 Summary:Library of clients for common internet protocols
+License:GPL-2.0+
+Group:  Development/Libraries/Java
 Url:http://www.gnu.org/software/classpath/inetlib.html
 Source: %{official_name}-%{version}.tar.bz2
 Patch0: gnu-inetlib-gcc44-build.patch
+BuildRequires:  ant
+BuildRequires:  antlr
+BuildRequires:  classpath
+BuildRequires:  java-1_4_2-gcj-compat-devel
+BuildRequires:  unzip
+Provides:   inetlib
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Provides:   inetlib
-#ExclusiveArch: %ix86
 
 %description
 GNU inetlib is a library of clients for common internet protocols. The
@@ -49,36 +49,19 @@
 some of the protocols. These can be used to add support for the
 corresponding URL scheme to the java.net.URL class.
 
-
-
-Authors:
-
-Chris Burdess
-
 %prep
 %setup -q -n %{official_name}
 %patch0 -p1 
-# prep
-# build
 
 %build
 CLASSPATH=$(build-classpath glibj) ant dist
-# build
-# install
 
 %install
-mkdir -p $RPM_BUILD_ROOT/%{_javadir}
-cp %{official_name}.jar $RPM_BUILD_ROOT/%{_javadir}
-# install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-# files
+mkdir -p %{buildroot}/%{_javadir}
+cp %{official_name}.jar %{buildroot}/%{_javadir}
 
 %files
 %defattr(-,root,root)   
 %{_javadir}/*
-# 
-# vim: foldcolumn=4 foldmarker=, foldmethod=marker foldlevel=42
 
 %changelog

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



commit gnu-inetlib for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

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

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


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

Changes:




Other differences:
--
++ gnu-inetlib.spec ++
--- /var/tmp/diff_new_pack.XsCThh/_old  2011-12-06 18:22:35.0 +0100
+++ /var/tmp/diff_new_pack.XsCThh/_new  2011-12-06 18:22:35.0 +0100
@@ -21,7 +21,7 @@
 Name:   gnu-inetlib
 BuildRequires:  ant antlr classpath java-1_4_2-gcj-compat-devel unzip
 %define official_name inetlib
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Development/Libraries/Java
 AutoReqProv:on
 Version:1.1

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