commit appframework for openSUSE:Factory

2018-07-07 Thread root
Hello community,

here is the log from the commit of package appframework for openSUSE:Factory 
checked in at 2018-07-07 21:58:52

Comparing /work/SRC/openSUSE:Factory/appframework (Old)
 and  /work/SRC/openSUSE:Factory/.appframework.new (New)


Package is "appframework"

Sat Jul  7 21:58:52 2018 rev:18 rq:620761 version:1.03

Changes:

--- /work/SRC/openSUSE:Factory/appframework/appframework.changes
2017-09-15 22:31:37.768776493 +0200
+++ /work/SRC/openSUSE:Factory/.appframework.new/appframework.changes   
2018-07-07 21:59:01.615269828 +0200
@@ -1,0 +2,8 @@
+Tue May 15 13:39:49 UTC 2018 - fst...@suse.com
+
+- Modified patch:
+  * appframework-sourcetarget.patch
++ Build with source and target 8 to prepare for a possible
+  removal of 1.6 compatibility
+
+---



Other differences:
--
++ appframework.spec ++
--- /var/tmp/diff_new_pack.0MyWzo/_old  2018-07-07 21:59:02.303268955 +0200
+++ /var/tmp/diff_new_pack.0MyWzo/_new  2018-07-07 21:59:02.303268955 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package appframework
 #
-# 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,7 +20,7 @@
 Version:1.03
 Release:0
 Summary:Swing Application Framework
-License:LGPL-2.0+
+License:LGPL-2.0-or-later
 Group:  Development/Libraries/Java
 Url:https://appframework.dev.java.net/
 Source0:
https://appframework.dev.java.net/downloads/AppFramework-%{version}-src.tar.bz2
@@ -29,10 +29,10 @@
 Patch2: %{name}-sourcetarget.patch
 BuildRequires:  ant
 BuildRequires:  fdupes
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  swing-layout >= 1.0.3
-Requires:   java >= 1.6
+Requires:   java >= 1.8
 Requires:   swing-layout >= 1.0.3
 BuildArch:  noarch
 

++ appframework-sourcetarget.patch ++
--- /var/tmp/diff_new_pack.0MyWzo/_old  2018-07-07 21:59:02.323268930 +0200
+++ /var/tmp/diff_new_pack.0MyWzo/_new  2018-07-07 21:59:02.323268930 +0200
@@ -6,8 +6,8 @@
  javac.deprecation=false
 -javac.source=1.5
 -javac.target=1.5
-+javac.source=1.6
-+javac.target=1.6
++javac.source=8
++javac.target=8
  javac.test.classpath=\
  ${javac.classpath}:\
  ${build.classes.dir}:\




commit appframework for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package appframework for openSUSE:Factory 
checked in at 2017-09-15 22:31:36

Comparing /work/SRC/openSUSE:Factory/appframework (Old)
 and  /work/SRC/openSUSE:Factory/.appframework.new (New)


Package is "appframework"

Fri Sep 15 22:31:36 2017 rev:17 rq:526280 version:1.03

Changes:

--- /work/SRC/openSUSE:Factory/appframework/appframework.changes
2017-05-22 10:49:14.514043642 +0200
+++ /work/SRC/openSUSE:Factory/.appframework.new/appframework.changes   
2017-09-15 22:31:37.768776493 +0200
@@ -1,0 +2,8 @@
+Fri Sep 15 07:41:38 UTC 2017 - fst...@suse.com
+
+- Added patch:
+  * appframework-sourcetarget.patch
++ fix build with jdk9: specify java source and target 1.6
+- Clean spec file and fix some rpmlint warnings
+
+---

New:

  appframework-sourcetarget.patch



Other differences:
--
++ appframework.spec ++
--- /var/tmp/diff_new_pack.Q030uF/_old  2017-09-15 22:31:38.656651424 +0200
+++ /var/tmp/diff_new_pack.Q030uF/_new  2017-09-15 22:31:38.660650861 +0200
@@ -26,10 +26,13 @@
 Source0:
https://appframework.dev.java.net/downloads/AppFramework-%{version}-src.tar.bz2
 Patch0: %{name}-%{version}-no-local-storage.diff
 Patch1: %{name}-%{version}-openjdk.diff
+Patch2: %{name}-sourcetarget.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.6
 BuildRequires:  javapackages-tools
 BuildRequires:  swing-layout >= 1.0.3
-Requires:   java
+Requires:   java >= 1.6
 Requires:   swing-layout >= 1.0.3
 BuildArch:  noarch
 
@@ -51,6 +54,7 @@
 find . -name "*.jar" -exec rm -f {} \;
 %patch0 -b .sav
 %patch1 -p1 -b .sav
+%patch2 -p1 -b .sav
 
 %build
 ant -Dlibs.swing-layout.classpath=%{_javadir}/swing-layout.jar dist
@@ -63,14 +67,13 @@
 # javadoc
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(-,root,root,-)
 %{_javadir}/*
 %doc COPYING README
 
 %files javadoc
-%defattr(-,root,root,-)
 %dir %{_javadocdir}/%{name}
 %{_javadocdir}/%{name}/*
 

++ appframework-sourcetarget.patch ++
--- AppFramework-1.03/nbproject/project.properties  2007-09-20 
17:29:34.0 +0200
+++ AppFramework-1.03/nbproject/project.properties  2017-09-15 
09:37:41.694825604 +0200
@@ -28,8 +28,8 @@
 # Space-separated list of extra javac options
 javac.compilerargs=
 javac.deprecation=false
-javac.source=1.5
-javac.target=1.5
+javac.source=1.6
+javac.target=1.6
 javac.test.classpath=\
 ${javac.classpath}:\
 ${build.classes.dir}:\



commit appframework for openSUSE:Factory

2017-05-22 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/appframework (Old)
 and  /work/SRC/openSUSE:Factory/.appframework.new (New)


Package is "appframework"

Mon May 22 10:48:37 2017 rev:16 rq:497065 version:1.03

Changes:

--- /work/SRC/openSUSE:Factory/appframework/appframework.changes
2014-07-16 16:49:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.appframework.new/appframework.changes   
2017-05-22 10:49:14.514043642 +0200
@@ -1,0 +2,5 @@
+Sun May 21 08:04:59 UTC 2017 - tchva...@suse.com
+
+- Drop unneeded dependencies
+
+---



Other differences:
--
++ appframework.spec ++
--- /var/tmp/diff_new_pack.RbOzKL/_old  2017-05-22 10:49:15.257938794 +0200
+++ /var/tmp/diff_new_pack.RbOzKL/_new  2017-05-22 10:49:15.265937666 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package appframework
 #
-# 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
@@ -27,14 +27,10 @@
 Patch0: %{name}-%{version}-no-local-storage.diff
 Patch1: %{name}-%{version}-openjdk.diff
 BuildRequires:  ant
-BuildRequires:  ant-junit
-BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  swing-layout >= 1.0.3
 Requires:   java
-Requires:   javapackages-tools
 Requires:   swing-layout >= 1.0.3
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -57,7 +53,7 @@
 %patch1 -p1 -b .sav
 
 %build
-%{ant} -Dlibs.swing-layout.classpath=%{_javadir}/swing-layout.jar dist
+ant -Dlibs.swing-layout.classpath=%{_javadir}/swing-layout.jar dist
 
 %install
 # jar
@@ -65,8 +61,8 @@
 install -m 644 dist/AppFramework-1.03.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
 ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
 # javadoc
-install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
-cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
+install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
+cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(-,root,root,-)
@@ -75,7 +71,7 @@
 
 %files javadoc
 %defattr(-,root,root,-)
-%dir %{_javadocdir}/%{name}-%{version}
-%{_javadocdir}/%{name}-%{version}/*
+%dir %{_javadocdir}/%{name}
+%{_javadocdir}/%{name}/*
 
 %changelog




commit appframework for openSUSE:Factory

2014-07-16 Thread h_root
Hello community,

here is the log from the commit of package appframework for openSUSE:Factory 
checked in at 2014-07-16 16:49:30

Comparing /work/SRC/openSUSE:Factory/appframework (Old)
 and  /work/SRC/openSUSE:Factory/.appframework.new (New)


Package is appframework

Changes:

--- /work/SRC/openSUSE:Factory/appframework/appframework.changes
2013-09-12 17:04:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.appframework.new/appframework.changes   
2014-07-16 16:49:39.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  8 10:59:55 UTC 2014 - tchva...@suse.com
+
+- Do not depend on ant-nodeps.
+
+---



Other differences:
--
++ appframework.spec ++
--- /var/tmp/diff_new_pack.v8jEqH/_old  2014-07-16 16:49:40.0 +0200
+++ /var/tmp/diff_new_pack.v8jEqH/_new  2014-07-16 16:49:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package appframework
 #
-# Copyright (c) 2013 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
@@ -28,22 +28,19 @@
 Patch1: %{name}-%{version}-openjdk.diff
 BuildRequires:  ant
 BuildRequires:  ant-junit
-BuildRequires:  ant-nodeps
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  swing-layout = 1.0.3
 Requires:   java
 Requires:   javapackages-tools
 Requires:   swing-layout = 1.0.3
-BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 The JSR-296 Swing Application Framework prototype implementation is a
 small set of Java classes that simplify building desktop applications.
 
-
-
 %package javadoc
 Summary:Swing Application Framework
 Group:  Development/Libraries/Java
@@ -52,12 +49,10 @@
 The JSR-296 Swing Application Framework prototype implementation is a
 small set of Java classes that simplify building desktop applications.
 
-
-
 %prep
 %setup -q -n AppFramework-%{version}
 # remove all binary libs
-find . -name *.jar -exec %{__rm} -f {} \;
+find . -name *.jar -exec rm -f {} \;
 %patch0 -b .sav
 %patch1 -p1 -b .sav
 
@@ -66,12 +61,12 @@
 
 %install
 # jar
-%{__install} -d -m 755 %{buildroot}%{_javadir}
-%{__install} -m 644 dist/AppFramework-1.03.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
-%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
+install -d -m 755 %{buildroot}%{_javadir}
+install -m 644 dist/AppFramework-1.03.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
+ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
 # javadoc
-%{__install} -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
-%{__cp} -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
+install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
+cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
 
 %files
 %defattr(-,root,root,-)

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



commit appframework for openSUSE:Factory

2013-09-12 Thread h_root
Hello community,

here is the log from the commit of package appframework for openSUSE:Factory 
checked in at 2013-09-12 17:04:53

Comparing /work/SRC/openSUSE:Factory/appframework (Old)
 and  /work/SRC/openSUSE:Factory/.appframework.new (New)


Package is appframework

Changes:

--- /work/SRC/openSUSE:Factory/appframework/appframework.changes
2011-09-23 11:36:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.appframework.new/appframework.changes   
2013-09-12 17:04:55.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  9 11:05:30 UTC 2013 - tchva...@suse.com
+
+- Move from jpackage-utils to javapackage-tools
+
+---



Other differences:
--
++ appframework.spec ++
--- /var/tmp/diff_new_pack.8MrT6H/_old  2013-09-12 17:04:56.0 +0200
+++ /var/tmp/diff_new_pack.8MrT6H/_new  2013-09-12 17:04:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package appframework
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,25 +16,24 @@
 #
 
 
-
 Name:   appframework
 Version:1.03
-Release:2
+Release:0
 Summary:Swing Application Framework
 License:LGPL-2.0+
-Url:https://appframework.dev.java.net/
 Group:  Development/Libraries/Java
+Url:https://appframework.dev.java.net/
 Source0:
https://appframework.dev.java.net/downloads/AppFramework-%{version}-src.tar.bz2
 Patch0: %{name}-%{version}-no-local-storage.diff
 Patch1: %{name}-%{version}-openjdk.diff
 BuildRequires:  ant
-BuildRequires:  ant-nodeps
 BuildRequires:  ant-junit
+BuildRequires:  ant-nodeps
 BuildRequires:  java-devel
-BuildRequires:  jpackage-utils
+BuildRequires:  javapackages-tools
 BuildRequires:  swing-layout = 1.0.3
 Requires:   java
-Requires:   jpackage-utils
+Requires:   javapackages-tools
 Requires:   swing-layout = 1.0.3
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,7 +45,6 @@
 
 
 %package javadoc
-License:LGPL-2.0+
 Summary:Swing Application Framework
 Group:  Development/Libraries/Java
 

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



commit appframework for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package appframework for openSUSE:Factory
checked in at Fri Sep 23 10:19:23 CEST 2011.




--- appframework/appframework.changes   2009-05-19 11:54:33.0 +0200
+++ /mounts/work_src_done/STABLE/appframework/appframework.changes  
2011-09-17 13:29:56.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 11:29:50 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ appframework.spec ++
--- /var/tmp/diff_new_pack.M02swf/_old  2011-09-23 10:19:19.0 +0200
+++ /var/tmp/diff_new_pack.M02swf/_new  2011-09-23 10:19:19.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package appframework (Version 1.03)
+# spec file for package appframework
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -75,9 +75,6 @@
 %{__install} -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
 %{__cp} -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %{_javadir}/*






Remember to have fun...

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