commit flexdock for openSUSE:Factory

2018-07-07 Thread root
Hello community,

here is the log from the commit of package flexdock for openSUSE:Factory 
checked in at 2018-07-07 22:00:50

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


Package is "flexdock"

Sat Jul  7 22:00:50 2018 rev:4 rq:620792 version:1.2.4

Changes:

--- /work/SRC/openSUSE:Factory/flexdock/flexdock.changes2017-09-20 
17:08:33.148509560 +0200
+++ /work/SRC/openSUSE:Factory/.flexdock.new/flexdock.changes   2018-07-07 
22:00:53.923127547 +0200
@@ -1,0 +2,7 @@
+Thu May 17 06:26:03 UTC 2018 - fst...@suse.com
+
+- Modified patch:
+  * flexdock-1.2.4-jdk9.patch
++ Build with Java source/target levels 8
+
+---



Other differences:
--
++ flexdock.spec ++
--- /var/tmp/diff_new_pack.Ajal9o/_old  2018-07-07 22:00:55.011126170 +0200
+++ /var/tmp/diff_new_pack.Ajal9o/_new  2018-07-07 22:00:55.015126165 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package flexdock
 #
-# 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
@@ -30,12 +30,12 @@
 Patch2: flexdock-build.patch
 Patch3: flexdock-1.2.4-jdk9.patch
 BuildRequires:  ant
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  jgoodies-looks
 BuildRequires:  jpackage-utils
 BuildRequires:  skinlf
 Requires:   jakarta-commons-logging
-Requires:   java
+Requires:   java >= 1.8
 Requires:   jgoodies-looks
 Requires:   jpackage-utils
 Requires:   skinlf

++ flexdock-1.2.4-jdk9.patch ++
--- /var/tmp/diff_new_pack.Ajal9o/_old  2018-07-07 22:00:55.027126150 +0200
+++ /var/tmp/diff_new_pack.Ajal9o/_new  2018-07-07 22:00:55.027126150 +0200
@@ -5,7 +5,7 @@
 
 -  
-+  
++  
   
   
   
@@ -15,17 +15,16 @@

 -  
 -  
-+  
-+  
++  
++  
 
  
  
-@@ -213,7 +213,7 @@
+@@ -213,7 +213,6 @@
   
   
   
 - http://java.sun.com/j2se/1.5.0/docs/api/; />
-+ http://java.sun.com/j2se/1.6.0/docs/api/; />
   

 




commit flexdock for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package flexdock for openSUSE:Factory 
checked in at 2017-09-20 17:08:30

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


Package is "flexdock"

Wed Sep 20 17:08:30 2017 rev:3 rq:526952 version:1.2.4

Changes:

--- /work/SRC/openSUSE:Factory/flexdock/flexdock.changes2014-05-06 
17:40:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.flexdock.new/flexdock.changes   2017-09-20 
17:08:33.148509560 +0200
@@ -1,0 +2,8 @@
+Mon Sep 18 07:51:12 UTC 2017 - fst...@suse.com
+
+- Added patch:
+  * flexdock-1.2.4-jdk9.patch
++ Fix build with jdk9
++ Specify java source and target version 1.6
+
+---

New:

  flexdock-1.2.4-jdk9.patch



Other differences:
--
++ flexdock.spec ++
--- /var/tmp/diff_new_pack.6WuCsM/_old  2017-09-20 17:08:33.868408220 +0200
+++ /var/tmp/diff_new_pack.6WuCsM/_new  2017-09-20 17:08:33.872407657 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package flexdock
 #
-# 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,7 +28,7 @@
 Patch1: flexdock-nojmf.patch
 # PATCH-FIX-OPENSUSE flexdock-build.patch
 Patch2: flexdock-build.patch
-
+Patch3: flexdock-1.2.4-jdk9.patch
 BuildRequires:  ant
 BuildRequires:  java-devel
 BuildRequires:  jgoodies-looks
@@ -39,7 +39,6 @@
 Requires:   jgoodies-looks
 Requires:   jpackage-utils
 Requires:   skinlf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -60,6 +59,7 @@
 
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # fix wrong-file-end-of-line-encoding
 sed -i 's/\r$//' README
@@ -76,7 +76,7 @@
 rm src/java/demo/org/flexdock/demos/raw/jmf/JMFDemo.java
 
 %build
-%ant jar
+%{ant} jar
 
 %install
 # jars
@@ -84,7 +84,6 @@
 ln -sf %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
 
 %files
-%defattr(-,root,root)
 %doc LICENSE.txt README release-notes.txt
 %{_javadir}/*.jar
 

++ flexdock-1.2.4-jdk9.patch ++
--- flexdock-1.2.4/build.xml2017-09-18 09:47:31.454613558 +0200
+++ flexdock-1.2.4/build.xml2017-09-18 09:49:13.118615294 +0200
@@ -110,7 +110,7 @@
 

-  
+  
  
  
  
@@ -120,8 +120,8 @@
  
  
   
-  
-  
+  
+  

 
 
@@ -213,7 +213,7 @@
  
  
  
- http://java.sun.com/j2se/1.5.0/docs/api/; />
+ http://java.sun.com/j2se/1.6.0/docs/api/; />