commit opa-fmgui for openSUSE:Factory

2018-10-11 Thread root
Hello community,

here is the log from the commit of package opa-fmgui for openSUSE:Factory 
checked in at 2018-10-11 11:57:31

Comparing /work/SRC/openSUSE:Factory/opa-fmgui (Old)
 and  /work/SRC/openSUSE:Factory/.opa-fmgui.new (New)


Package is "opa-fmgui"

Thu Oct 11 11:57:31 2018 rev:8 rq:640970 version:10.1.0.0.115

Changes:

--- /work/SRC/openSUSE:Factory/opa-fmgui/opa-fmgui.changes  2018-04-30 
22:56:51.693008686 +0200
+++ /work/SRC/openSUSE:Factory/.opa-fmgui.new/opa-fmgui.changes 2018-10-11 
11:57:53.725837129 +0200
@@ -1,0 +2,5 @@
+Wed Oct 10 07:56:00 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Update gradle to 4.10.2 for JDK11 support
+
+---

Old:

  gradle-4.3.1-bin.zip

New:

  gradle-4.10.2-bin.zip



Other differences:
--
++ opa-fmgui.spec ++
--- /var/tmp/diff_new_pack.KcrMu2/_old  2018-10-11 11:57:56.293833864 +0200
+++ /var/tmp/diff_new_pack.KcrMu2/_new  2018-10-11 11:57:56.293833864 +0200
@@ -24,13 +24,13 @@
 %define appfolder opa-fmgui
 %define appjar opa-fmgui.jar
 %define _binary_payload w9.gzdio
-%define gradle_version 4.3.1
+%define gradle_version 4.10.2
 
 Name:   opa-fmgui
 Version:10.1.0.0.115
 Release:0
 Summary:Fabric Manager Graphical User Interface
-License:BSD-3-Clause and LGPL-2.0+
+License:BSD-3-Clause AND LGPL-2.0-or-later
 Group:  Productivity/Clustering/Computing
 Url:http://www.intel.com/
 Source0:%{name}-%{version}%{git_ver}.tar.gz







































commit opa-fmgui for openSUSE:Factory

2018-04-30 Thread root
Hello community,

here is the log from the commit of package opa-fmgui for openSUSE:Factory 
checked in at 2018-04-30 22:54:19

Comparing /work/SRC/openSUSE:Factory/opa-fmgui (Old)
 and  /work/SRC/openSUSE:Factory/.opa-fmgui.new (New)


Package is "opa-fmgui"

Mon Apr 30 22:54:19 2018 rev:7 rq:601906 version:10.1.0.0.115

Changes:

--- /work/SRC/openSUSE:Factory/opa-fmgui/opa-fmgui.changes  2017-12-08 
13:03:35.308249227 +0100
+++ /work/SRC/openSUSE:Factory/.opa-fmgui.new/opa-fmgui.changes 2018-04-30 
22:56:51.693008686 +0200
@@ -1,0 +2,6 @@
+Fri Apr 27 13:16:49 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Add opa-fmgui-force-loading-java.xml.bind-for-JDK9.patch to allow
+  opa-fmgui to run with JDK9+ (bsc#1090589)
+
+---

New:

  opa-fmgui-force-loading-java.xml.bind-for-JDK9.patch



Other differences:
--
++ opa-fmgui.spec ++
--- /var/tmp/diff_new_pack.kn35hX/_old  2018-04-30 22:56:53.792932063 +0200
+++ /var/tmp/diff_new_pack.kn35hX/_new  2018-04-30 22:56:53.796931917 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opa-fmgui
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Intel Corporation
 #
 # All modifications and additions to the file contributed by third parties
@@ -78,6 +78,7 @@
 Patch5: stl-14927-jgraphx-update.patch
 Patch6: manifest-version.patch
 Patch7: opa-fmgui-fix-build-for-JDK9-Gradle-3.2.patch
+Patch8: opa-fmgui-force-loading-java.xml.bind-for-JDK9.patch
 
 BuildRequires:  ant
 BuildRequires:  jre >= 1.7
@@ -103,6 +104,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7
+%patch8
 
 %build
 (cd %{_tmppath}; rm -Rf gradle-%{gradle_version}; unzip 
%{_sourcedir}/gradle-%{gradle_version}-bin.zip)

























++ opa-fmgui-force-loading-java.xml.bind-for-JDK9.patch ++
commit 3ed6b221531f961706f15ec7582eb0716addd94b
Author: Nicolas Morey-Chaisemartin 
Date:   Fri Apr 27 15:15:57 2018 +0200

opa-fmgui: force loading java.xml.bind for JDK9

Signed-off-by: Nicolas Morey-Chaisemartin 

diff --git install/opa-fmgui.sh install/opa-fmgui.sh
index c2283850c919..cc2f00995207 100644
--- install/opa-fmgui.sh
+++ install/opa-fmgui.sh
@@ -98,6 +98,9 @@ if [ "$JAVA" == "nojava" ]; then
 read -p 'Press [Enter] key to continue...'
 else
 if [ -a $JAR ]; then
+# Force loading java.xml.bind for JDK9+
+export JDK_JAVA_OPTIONS="--add-modules java.xml.bind"
+
 # run the JVM and pass the jar name
 if [ $DEBUG -eq 1 ]; then 
 echo















commit opa-fmgui for openSUSE:Factory

2017-12-08 Thread root
Hello community,

here is the log from the commit of package opa-fmgui for openSUSE:Factory 
checked in at 2017-12-08 13:02:47

Comparing /work/SRC/openSUSE:Factory/opa-fmgui (Old)
 and  /work/SRC/openSUSE:Factory/.opa-fmgui.new (New)


Package is "opa-fmgui"

Fri Dec  8 13:02:47 2017 rev:6 rq:555179 version:10.1.0.0.115

Changes:

--- /work/SRC/openSUSE:Factory/opa-fmgui/opa-fmgui.changes  2017-11-16 
14:01:40.256197940 +0100
+++ /work/SRC/openSUSE:Factory/.opa-fmgui.new/opa-fmgui.changes 2017-12-08 
13:03:35.308249227 +0100
@@ -1,0 +2,6 @@
+Wed Nov 22 15:07:26 UTC 2017 - mgo...@suse.com
+
+- Remove libgnome from BuildRequires; appears to be unused
+  (boo#1067727).
+
+---



Other differences:
--
++ opa-fmgui.spec ++
--- /var/tmp/diff_new_pack.TkEw9u/_old  2017-12-08 13:03:39.416100870 +0100
+++ /var/tmp/diff_new_pack.TkEw9u/_new  2017-12-08 13:03:39.44013 +0100
@@ -84,7 +84,6 @@
 Requires:   jre >= 1.7
 Requires:   mlocate
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libgnome
 BuildRequires:  openssl
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files








































commit opa-fmgui for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package opa-fmgui for openSUSE:Factory 
checked in at 2017-11-16 14:01:34

Comparing /work/SRC/openSUSE:Factory/opa-fmgui (Old)
 and  /work/SRC/openSUSE:Factory/.opa-fmgui.new (New)


Package is "opa-fmgui"

Thu Nov 16 14:01:34 2017 rev:5 rq:541253 version:10.1.0.0.115

Changes:

--- /work/SRC/openSUSE:Factory/opa-fmgui/opa-fmgui.changes  2017-10-03 
23:17:27.169001725 +0200
+++ /work/SRC/openSUSE:Factory/.opa-fmgui.new/opa-fmgui.changes 2017-11-16 
14:01:40.256197940 +0100
@@ -1,0 +2,5 @@
+Mon Nov 13 10:14:30 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Upgrade gradle to 4.3.1 to support JDK 9.0.1
+
+---

Old:

  gradle-3.2-bin.zip

New:

  gradle-4.3.1-bin.zip



Other differences:
--
++ opa-fmgui.spec ++
--- /var/tmp/diff_new_pack.pX83RH/_old  2017-11-16 14:01:44.224054149 +0100
+++ /var/tmp/diff_new_pack.pX83RH/_new  2017-11-16 14:01:44.224054149 +0100
@@ -24,7 +24,7 @@
 %define appfolder opa-fmgui
 %define appjar opa-fmgui.jar
 %define _binary_payload w9.gzdio
-%define gradle_version 3.2
+%define gradle_version 4.3.1
 
 Name:   opa-fmgui
 Version:10.1.0.0.115







































commit opa-fmgui for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package opa-fmgui for openSUSE:Factory 
checked in at 2017-10-03 23:17:24

Comparing /work/SRC/openSUSE:Factory/opa-fmgui (Old)
 and  /work/SRC/openSUSE:Factory/.opa-fmgui.new (New)


Package is "opa-fmgui"

Tue Oct  3 23:17:24 2017 rev:4 rq:528669 version:10.1.0.0.115

Changes:

--- /work/SRC/openSUSE:Factory/opa-fmgui/opa-fmgui.changes  2017-09-12 
19:56:16.315678205 +0200
+++ /work/SRC/openSUSE:Factory/.opa-fmgui.new/opa-fmgui.changes 2017-10-03 
23:17:27.169001725 +0200
@@ -1,0 +2,7 @@
+Mon Sep 25 14:41:13 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Update embedded gradle binaries to 3.2 to support JDK9
+- Add opa-fmgui-fix-build-for-JDK9-Gradle-3.2.patch to fix 
+  compilation with JDK9
+
+---

Old:

  gradle-2.9-bin.zip

New:

  gradle-3.2-bin.zip
  opa-fmgui-fix-build-for-JDK9-Gradle-3.2.patch



Other differences:
--
++ opa-fmgui.spec ++
--- /var/tmp/diff_new_pack.9rEZYX/_old  2017-10-03 23:17:30.348554253 +0200
+++ /var/tmp/diff_new_pack.9rEZYX/_new  2017-10-03 23:17:30.348554253 +0200
@@ -24,7 +24,7 @@
 %define appfolder opa-fmgui
 %define appjar opa-fmgui.jar
 %define _binary_payload w9.gzdio
-%define gradle_version 2.9
+%define gradle_version 3.2
 
 Name:   opa-fmgui
 Version:10.1.0.0.115
@@ -77,6 +77,7 @@
 # Patch auto extracted by service
 Patch5: stl-14927-jgraphx-update.patch
 Patch6: manifest-version.patch
+Patch7: opa-fmgui-fix-build-for-JDK9-Gradle-3.2.patch
 
 BuildRequires:  ant
 BuildRequires:  jre >= 1.7
@@ -102,12 +103,13 @@
 %patch3 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7
 
 %build
 (cd %{_tmppath}; rm -Rf gradle-%{gradle_version}; unzip 
%{_sourcedir}/gradle-%{gradle_version}-bin.zip)
 GRADLE_LIB_DIR=%{_sourcedir}
 export GRADLE_LIB_DIR
-%{_tmppath}/gradle-%{gradle_version}/bin/gradle copyDeps build --info
+%{_tmppath}/gradle-%{gradle_version}/bin/gradle copyDeps buildOPA --info
 
 %install
 mkdir -p %{buildroot}%{_javadir}/%{appfolder}
























++ opa-fmgui-fix-build-for-JDK9-Gradle-3.2.patch ++
diff --git build.xml build.xml
index a7f6209..84f4c59 100644
--- build.xml
+++ build.xml
@@ -1,4 +1,4 @@
-
+


 
@@ -18,7 +18,7 @@
 


-   


-   
+   


 















commit opa-fmgui for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package opa-fmgui for openSUSE:Factory 
checked in at 2017-09-12 19:56:02

Comparing /work/SRC/openSUSE:Factory/opa-fmgui (Old)
 and  /work/SRC/openSUSE:Factory/.opa-fmgui.new (New)


Package is "opa-fmgui"

Tue Sep 12 19:56:02 2017 rev:3 rq:523332 version:10.1.0.0.115

Changes:

--- /work/SRC/openSUSE:Factory/opa-fmgui/opa-fmgui.changes  2017-06-09 
15:57:07.770022534 +0200
+++ /work/SRC/openSUSE:Factory/.opa-fmgui.new/opa-fmgui.changes 2017-09-12 
19:56:16.315678205 +0200
@@ -1,0 +2,10 @@
+Sun Sep 10 23:38:22 UTC 2017 - jeng...@inai.de
+
+- Replace old $RPM_* shell vars by macros. Fix RPM group.
+
+---
+Tue Sep  5 14:32:45 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Update _service to allow auto updates from github
+
+---

Old:

  opa-fmgui-10.1.0.0.tar.gz

New:

  opa-fmgui-10.1.0.0.115.tar.gz



Other differences:
--
++ opa-fmgui.spec ++
--- /var/tmp/diff_new_pack.Ekshn4/_old  2017-09-12 19:56:18.567361600 +0200
+++ /var/tmp/diff_new_pack.Ekshn4/_new  2017-09-12 19:56:18.575360476 +0200
@@ -17,6 +17,8 @@
 #
 
 
+%define git_ver %{nil}
+
 %define name opa-fmgui
 %define appdir .
 %define appfolder opa-fmgui
@@ -25,13 +27,13 @@
 %define gradle_version 2.9
 
 Name:   opa-fmgui
-Version:10.1.0.0
+Version:10.1.0.0.115
 Release:0
 Summary:Fabric Manager Graphical User Interface
 License:BSD-3-Clause and LGPL-2.0+
-Group:  Applications/System
+Group:  Productivity/Clustering/Computing
 Url:http://www.intel.com/
-Source0:opa-fmgui-%{version}.tar.gz
+Source0:%{name}-%{version}%{git_ver}.tar.gz
 Source1:antlr-2.7.7.jar
 Source2:dom4j-1.6.1.jar
 # Source3:gritty.jar
@@ -95,15 +97,15 @@
 script fmgui.
 
 %prep
-%setup -q -n opa-fmgui-%{version}
+%setup -q -n  %{name}-%{version}%{git_ver}
 %patch1 -p1
 %patch3 -p1
 %patch5 -p1
 %patch6 -p1
 
 %build
-(cd %{_tmppath}; rm -Rf gradle-%{gradle_version}; unzip 
$RPM_SOURCE_DIR/gradle-%{gradle_version}-bin.zip)
-GRADLE_LIB_DIR=$RPM_SOURCE_DIR
+(cd %{_tmppath}; rm -Rf gradle-%{gradle_version}; unzip 
%{_sourcedir}/gradle-%{gradle_version}-bin.zip)
+GRADLE_LIB_DIR=%{_sourcedir}
 export GRADLE_LIB_DIR
 %{_tmppath}/gradle-%{gradle_version}/bin/gradle copyDeps build --info
 

++ _service ++
--- /var/tmp/diff_new_pack.Ekshn4/_old  2017-09-12 19:56:18.623353728 +0200
+++ /var/tmp/diff_new_pack.Ekshn4/_new  2017-09-12 19:56:18.623353728 +0200
@@ -5,7 +5,9 @@
 no
 .git
 opa-fmgui
-10.1.0.0
+10.1.0.0.115
+v(.*)
+\1
 814f72fc665e4143a25e3c685e784d2006898603
   
   

























++ opa-fmgui-10.1.0.0.tar.gz -> opa-fmgui-10.1.0.0.115.tar.gz ++
















commit opa-fmgui for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package opa-fmgui for openSUSE:Factory 
checked in at 2017-06-09 15:57:01

Comparing /work/SRC/openSUSE:Factory/opa-fmgui (Old)
 and  /work/SRC/openSUSE:Factory/.opa-fmgui.new (New)


Package is "opa-fmgui"

Fri Jun  9 15:57:01 2017 rev:2 rq:501894 version:10.1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/opa-fmgui/opa-fmgui.changes  2017-05-18 
20:48:28.993879549 +0200
+++ /work/SRC/openSUSE:Factory/.opa-fmgui.new/opa-fmgui.changes 2017-06-09 
15:57:07.770022534 +0200
@@ -1,0 +2,8 @@
+Thu Jun  8 10:08:04 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Add _service
+- Auto extract patch from upstream tar
+- Add manifest-version.patch from upstream to fix internal
+  version number.
+
+---

Old:

  opa-fmgui.tar.gz

New:

  _service
  manifest-version.patch
  opa-fmgui-10.1.0.0.tar.gz



Other differences:
--
++ opa-fmgui.spec ++
--- /var/tmp/diff_new_pack.aKP6zU/_old  2017-06-09 15:57:10.189681018 +0200
+++ /var/tmp/diff_new_pack.aKP6zU/_new  2017-06-09 15:57:10.189681018 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opa-fmgui
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Intel Corporation
 #
 # All modifications and additions to the file contributed by third parties
@@ -31,7 +31,7 @@
 License:BSD-3-Clause and LGPL-2.0+
 Group:  Applications/System
 Url:http://www.intel.com/
-Source0:opa-fmgui.tar.gz
+Source0:opa-fmgui-%{version}.tar.gz
 Source1:antlr-2.7.7.jar
 Source2:dom4j-1.6.1.jar
 # Source3:gritty.jar
@@ -72,18 +72,20 @@
 
 Patch1: gradle-use_local_repo.patch
 Patch3:opa-fmgui-intel-manifest-license.patch
+# Patch auto extracted by service
 Patch5: stl-14927-jgraphx-update.patch
+Patch6: manifest-version.patch
 
 BuildRequires:  ant
 BuildRequires:  jre >= 1.7
 Requires:  jre >= 1.7
 Requires:  mlocate
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libgnome
 BuildRequires:  openssl
+BuildRequires:  unzip
 BuildRequires:  update-desktop-files
-BuildRequires:  hicolor-icon-theme
 BuildRequires:  wget
-BuildRequires:  unzip
 # BuildRequires:  gradle
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -93,13 +95,14 @@
 script fmgui.
 
 %prep
-%setup -q -n opa-fmgui
+%setup -q -n opa-fmgui-%{version}
 %patch1 -p1
 %patch3 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
-(cd %{_tmppath}; unzip $RPM_SOURCE_DIR/gradle-%{gradle_version}-bin.zip)
+(cd %{_tmppath}; rm -Rf gradle-%{gradle_version}; unzip 
$RPM_SOURCE_DIR/gradle-%{gradle_version}-bin.zip)
 GRADLE_LIB_DIR=$RPM_SOURCE_DIR
 export GRADLE_LIB_DIR
 %{_tmppath}/gradle-%{gradle_version}/bin/gradle copyDeps build --info

++ _service ++

  
git
https://github.com/01org/opa-fmgui.git
no
.git
opa-fmgui
10.1.0.0
814f72fc665e4143a25e3c685e784d2006898603
  
  
opa-fmgui*.tar
gz
  

  

  */*.patch

opa-fmgui-*.tar.gz
  
























++ manifest-version.patch ++
diff -Npru a/src/META-INF/MANIFEST.MF b/src/META-INF/MANIFEST.MF
--- a/src/META-INF/MANIFEST.MF  2017-03-19 14:43:56.476594823 -0400
+++ b/src/META-INF/MANIFEST.MF  2017-03-19 14:44:32.354453193 -0400
@@ -6,8 +6,8 @@ Implementation-Title: Intel Fabric Manag
 Implementation-Vendor: Intel Corporation
 Implementation-Version: 10.0.0.DEV
 Schema-Version: 37
-Intel-OPAFM-Version: 10.1.0.0.112
-Intel-Build-Id: 10_1_0_0_112
+Intel-OPAFM-Version: 10.1.0.0.115
+Intel-Build-Id: 10_1_0_0_115
 Intel-Build-Date: 2016-05-14 08:54:41
 Main-Class: com.intel.stl.main.FMGuiApp
 
















commit opa-fmgui for openSUSE:Factory

2017-05-18 Thread root
Hello community,

here is the log from the commit of package opa-fmgui for openSUSE:Factory 
checked in at 2017-05-18 20:48:21

Comparing /work/SRC/openSUSE:Factory/opa-fmgui (Old)
 and  /work/SRC/openSUSE:Factory/.opa-fmgui.new (New)


Package is "opa-fmgui"

Thu May 18 20:48:21 2017 rev:1 rq:495570 version:10.1.0.0

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.opa-fmgui.new/opa-fmgui.changes 2017-05-18 
20:48:28.993879549 +0200
@@ -0,0 +1,85 @@
+---
+Wed May 17 09:28:18 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Add BuildRequires to hicolor-icon-theme in order to enable
+ %icon_theme_cache_post/postun macros
+
+---
+Wed Apr  5 08:46:46 UTC 2017 - josef.moell...@suse.com
+
+- Upgrade to Version 10.1.0.0
+  This obsoletes Patches
+  2:opa-fmgui-desktopfile-without-binary.patch
+  and
+  4:opa-fmgui-fix-detection-of-OpenJDK.patch
+  Added pre-built gradle-2.9 for build phase.
+  Replaced wrong Sun licence by GPLv2-CE as given on
+  https://javahelp.java.net/license.txt
+  [FATE#321477, bsc#989769]
+
+---
+Tue Oct  4 18:35:02 CEST 2016 - n...@suse.de
+
+- Applied patch from Intel to search for 'version' instead of 'java version'
+  so the openJDK can be detected at runtime(bsc#989769).
+  [+ opa-fmgui-fix-detection-of-OpenJDK.patch]
+
+---
+Wed Jul 27 12:39:49 CEST 2016 - n...@suse.de
+
+- Applied patch from Intel and modified the spec file as required(bsc#989769).
+  [+opa-fmgui-intel-manifest-license.patch]
+
+* opa-fmgui/opa-fmgui.spec
+--
+  - Updated Version/Release numbers to match opa-fmgui
+  - Changed app folder and name to match installed application name "opa-fmgui"
+  - Removed references to /usr/local/bin; only using /usr/bin
+  - Installed jar files in lib/ folder with correct permissions for all users, 
not just root
+  - Added reference to patch file to make corrections
+
+* opa-fmgui/install/fmgui.sh
+
+  - Updated to reference the new folder /usr/share/java/opa-fmgui where the 
fmgui.jar is stored
+
+* opa-fmgui/src/META-INF/MANIFEST.MF
+
+  - Updated to correct reference to Gritty library (gritty.jar not 
gritty-0.02.jar)
+
+* opa-fmgui/util/postsetup.sh
+-
+  - Fabric.directory was copied from /usr/local/share/desktop-directories, 
which doesn't exist. Now copying from /usr/share/desktop-directories
+
+* License Files
+---
+- Added all 3rd party license files since their jar files are being 
packaged as required by Intel Legal
+gritty_license.txt
+hibernate_license.txt
+hsqldb_license.txt
+javahelp_license.html
+javamail_license.txt
+jfreechart_license.txt
+jgraphx_license.txt
+jsch_license.txt
+logback_license.txt
+mbassador_license.txt
+slf4j_license.txt
+swingx_license.txt
+
+---
+Thu Jul 21 13:50:53 CEST 2016 - n...@suse.de
+
+- Corrected the version in spec file(bsc#989769).
+
+---
+Wed Jun  1 15:42:13 CEST 2016 - n...@suse.de
+
+- Added mlocate and jre as depended package(bsc#982579).
+- Fixed desktopfile-without-binary rpm warning.
+  [+opa-fmgui-desktopfile-without-binary.patch]
+
+---
+Tue Apr 12 15:17:02 UTC 2016 - nirmoy@suse.com
+
+- Initial package version 10_0_0_0_2) for fate#319231
+

New:

  antlr-2.7.7.jar
  dom4j-1.6.1.jar
  gradle-2.9-bin.zip
  gradle-use_local_repo.patch
  hibernate-commons-annotations-4.0.4.Final.jar
  hibernate-core-4.3.5.Final.jar
  hibernate-entitymanager-4.3.5.Final.jar
  hibernate-jpa-2.1-api-1.0.0.Final.jar
  hsqldb-2.3.2.jar
  jandex-1.1.0.Final.jar
  javahelp-2.0.05.jar
  javassist-3.18.1-GA.jar
  javax.mail-1.5.2.jar
  jboss-logging-3.1.3.GA.jar
  jboss-logging-annotations-1.2.0.Beta1.jar
  jboss-transaction-api_1.2_spec-1.0.0.Final.jar
  jcommon-1.0.21.jar
  jfreechart-1.0.17.jar
  jgraphx-3.6.0.0.jar
  jsch-0.1.53.jar
  log4j-1.2.14.jar
  log4j-over-slf4j-1.7.7.jar
  logback-classic-1.1.2.jar
  logback-core-1.1.2.jar
  mbassador-1.2.4.2.jar
  opa-fmgui-intel-manifest-license.patch
  opa-fmgui.changes
  opa-fmgui.spec
  opa-fmgui.tar.gz
  slf4j-api-1.7.7.jar
  stl-14927-jgraphx-update.patch
  swingx-action-1.6.5.jar
  swingx-all-1.6.5.jar
  swingx-autocomplete-1.6.5.jar
  swingx-beaninfo-1.6.5.jar
  swingx-common-1.6.5.jar
  swingx-core-1.6.5.jar
  swingx-graphics-1.6.5.jar