Hello community,

here is the log from the commit of package ipmctl for openSUSE:Factory checked 
in at 2019-02-01 11:45:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ipmctl (Old)
 and      /work/SRC/openSUSE:Factory/.ipmctl.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ipmctl"

Fri Feb  1 11:45:47 2019 rev:4 rq:669947 version:01.00.00.3402

Changes:
--------
--- /work/SRC/openSUSE:Factory/ipmctl/ipmctl.changes    2019-01-24 
14:13:54.863327872 +0100
+++ /work/SRC/openSUSE:Factory/.ipmctl.new.28833/ipmctl.changes 2019-02-01 
11:45:50.692527869 +0100
@@ -1,0 +2,7 @@
+Tue Jan 29 14:03:31 UTC 2019 - [email protected]
+
+- Update to v01.00.00.3402.
+  Switch to release tarball, no content changes.
+- Improve spec-file.
+
+-------------------------------------------------------------------

Old:
----
  ipmctl-01.00.00.3394.1547861714.b7a59da.tar.gz

New:
----
  ipmctl-01.00.00.3402.tar.gz

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

Other differences:
------------------
++++++ ipmctl.spec ++++++
--- /var/tmp/diff_new_pack.5iM6Hq/_old  2019-02-01 11:45:51.300527245 +0100
+++ /var/tmp/diff_new_pack.5iM6Hq/_new  2019-02-01 11:45:51.308527237 +0100
@@ -17,23 +17,27 @@
 
 
 %define abi     3
-%define vgit    .1547861714.b7a59da
+#define vgit    .1547861714.b7a59da
+%define vgit    %{nil}
 %define vSafeC  03032018
 %define pSafeC  rurban/safeclib/releases/download/v%{vSafeC}
+%bcond_with     precompiledSafeC
 
 Name:           ipmctl
-Version:        01.00.00.3394
+Version:        01.00.00.3402
 Release:        0
 Summary:        Utility for managing Intel Optane DC persistent memory modules
 License:        BSD-3-Clause
 Group:          System/Management
 Url:            https://github.com/intel/ipmctl
-#SIC!e:         
https://github.com/intel/ipmctl/archive/v%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz
+%if "%{vgit}" == ""
+Source:         
https://github.com/intel/ipmctl/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+%else
 Source:         %{name}-%{version}%{vgit}.tar.gz
+%endif
 Source1:        ChangeLog.xz
 Source2:        %{name}-rpmlintrc
 Source10:       
https://github.com/%{pSafeC}/libsafec-%{vSafeC}.0-g570fa5.tar.gz
-#SIC!e10:       libsafec-prebuild.tar.xz
 Source11:       mkSafeC
 Source12:       libsafec-patches.tar
 Patch1:         ipmctl-python3.patch
@@ -56,10 +60,13 @@
 BuildRequires:  gcc
 BuildRequires:  libtool
 
+# no 'Conflicts' for 'zypper patch'
+Obsoletes:      lib%{name}2
+# for impctl
 Obsoletes:      ixpdimm-cli < 01.00.00.3000
+# for (obsoleted) libipmctl2 et.al.
 Obsoletes:      ixpdimm-data < 01.00.00.3000
 Obsoletes:      ixpdimm_sw < 01.00.00.3000
-Obsoletes:      lib%{name}2
 Obsoletes:      libixpdimm < 01.00.00.3000
 Obsoletes:      libixpdimm-cim < 01.00.00.3000
 Obsoletes:      libixpdimm-cli < 01.00.00.3000
@@ -102,9 +109,11 @@
 %setup -q -n %{name}-%{version}%{vgit} -a 10
 %patch1 -p1
 
-LICENSE_VIOLATIONS_IN=$(find . -type f -print0 | sort -z |
-  xargs -0r grep -li 'INTEL CONFIDENTIAL' || true)
-[ -z "$LICENSE_VIOLATIONS_IN" ]
+! grep -lri 'INTEL CONFIDENTIAL' || exit 1
+
+%if %{with precompiledSafeC}
+  tar xfJ ../../SOURCES/libsafec-prebuild.tar.xz || sleep 5
+%endif
 
 %build
 /bin/bash -ex "%{SOURCE11}" "%{SOURCE12}" "%{?_smp_mflags}"


++++++ _service ++++++
--- /var/tmp/diff_new_pack.5iM6Hq/_old  2019-02-01 11:45:51.352527191 +0100
+++ /var/tmp/diff_new_pack.5iM6Hq/_new  2019-02-01 11:45:51.352527191 +0100
@@ -4,6 +4,7 @@
     <param name="url">https://github.com/intel/ipmctl.git</param>
     <param name="filename">ipmctl</param>
     <param name="versionprefix">01.00.00.3394</param>
+    <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
     <param name="revision">master_1_0</param>
     <param name="exclude">.git</param>
     <param name="changesgenerate">enable</param>

++++++ ipmctl-01.00.00.3394.1547861714.b7a59da.tar.gz -> 
ipmctl-01.00.00.3402.tar.gz ++++++
/work/SRC/openSUSE:Factory/ipmctl/ipmctl-01.00.00.3394.1547861714.b7a59da.tar.gz
 /work/SRC/openSUSE:Factory/.ipmctl.new.28833/ipmctl-01.00.00.3402.tar.gz 
differ: char 12, line 1


Reply via email to