Hello community,

here is the log from the commit of package jgoodies-forms for openSUSE:Factory 
checked in at 2018-11-10 16:56:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jgoodies-forms (Old)
 and      /work/SRC/openSUSE:Factory/.jgoodies-forms.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jgoodies-forms"

Sat Nov 10 16:56:37 2018 rev:5 rq:644966 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jgoodies-forms/jgoodies-forms.changes    
2017-09-20 17:10:26.236590178 +0200
+++ /work/SRC/openSUSE:Factory/.jgoodies-forms.new/jgoodies-forms.changes       
2018-11-10 16:57:26.283895928 +0100
@@ -1,0 +2,7 @@
+Fri Oct 26 15:08:47 UTC 2018 - Pedro Monreal Gonzalez 
<[email protected]>
+
+- Fixed architecture dependent script jgoodies-forms.sh on noarch
+  package [bsc#1109757]
+- Cleaned with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jgoodies-forms.spec ++++++
--- /var/tmp/diff_new_pack.UOVxID/_old  2018-11-10 16:57:27.547894382 +0100
+++ /var/tmp/diff_new_pack.UOVxID/_new  2018-11-10 16:57:27.547894382 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jgoodies-forms
 #
-# 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
@@ -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/
 #
 
 
@@ -24,7 +24,7 @@
 Summary:        JGoodies Forms framework
 License:        BSD-3-Clause
 Group:          Development/Languages/Java
-Url:            http://jgoodies.com
+URL:            http://jgoodies.com
 Source0:        
http://www.jgoodies.com/download/libraries/%{_shortname}/%{_shortname}-%{tar_ver}.zip
 BuildRequires:  ant
 BuildRequires:  fdupes
@@ -150,7 +150,7 @@
 cat > %{name}.sh << EOF
 #!/bin/bash
 cd %{_datadir}/%{name}
-%java -cp .:%{_javadir}/forms.jar \
+java -cp .:%{_javadir}/forms.jar \
        com/jgoodies/forms/tutorial/QuickStartExample
 EOF
 install -dm 755 %{buildroot}%{_bindir}
@@ -163,7 +163,8 @@
 EOF
 
 %files
-%doc AUTHORS LICENSE.txt README.html RELEASE-NOTES.txt
+%license LICENSE.txt
+%doc AUTHORS README.html RELEASE-NOTES.txt
 %{_javadir}/%{_shortname}*.jar
 
 %files javadoc
@@ -179,7 +180,8 @@
 %doc docs/images/
 
 %files demo
-%doc LICENSE.txt README.html RELEASE-NOTES.txt
+%license LICENSE.txt
+%doc README.html RELEASE-NOTES.txt
 %doc docs/tutorial
 %{_datadir}/%{name}
 %defattr(755,root,root,755)



Reply via email to