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 - [email protected] + +- 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 ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/01org/opa-fmgui.git</param> <param name="package-meta">no</param> <param name="exclude">.git</param> <param name="filename">opa-fmgui</param> <param name="version">10.1.0.0</param> <param name="revision">814f72fc665e4143a25e3c685e784d2006898603</param> </service> <service name="recompress" mode="disabled"> <param name="file">opa-fmgui*.tar</param> <param name="compression">gz</param> </service> <service name="extract_file" mode="disabled"> <param name="files"> */*.patch </param> <param name="archive">opa-fmgui-*.tar.gz</param> </service> </services> ++++++ 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
