Hello community,

here is the log from the commit of package opensm for openSUSE:Factory checked 
in at 2017-06-12 15:36:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensm (Old)
 and      /work/SRC/openSUSE:Factory/.opensm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opensm"

Mon Jun 12 15:36:25 2017 rev:7 rq:503045 version:3.3.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/opensm/opensm.changes    2017-06-09 
15:57:20.488227460 +0200
+++ /work/SRC/openSUSE:Factory/.opensm.new/opensm.changes       2017-06-12 
15:36:36.097073162 +0200
@@ -1,0 +2,8 @@
+Mon Jun 12 09:39:52 UTC 2017 - [email protected]
+
+- Backport changes from SLE12-SP3 (bsc#1041403)
+- Add opensm-remove-date-time.patch to remove __DATE__ and
+  __TIME__ from build
+- Rename /usr/sbin/rcopensmd to /usr/sbin/rcopensm to match binary
+
+-------------------------------------------------------------------
@@ -7,0 +16,13 @@
+
+-------------------------------------------------------------------
+Mon Mar 21 13:38:46 CET 2016 - [email protected]
+
+- Drop opensm-autotools.patch as the fix is in.
+- Refresh opensm-type_punning.patch to match changed sources.
+
+-------------------------------------------------------------------
+Fri Mar 11 18:17:09 CET 2016 - [email protected]
+
+- Update to 3.3.19 git version (bsc#970668)
+  Changes to numerous to be listed here so please see
+  ChangeLog for the changes since 3.3.17.

Old:
----
  opensm-autotools.patch

New:
----
  opensm-remove-date-time.patch

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

Other differences:
------------------
++++++ opensm.spec ++++++
--- /var/tmp/diff_new_pack.ved1Px/_old  2017-06-12 15:36:36.864964855 +0200
+++ /var/tmp/diff_new_pack.ved1Px/_new  2017-06-12 15:36:36.868964291 +0200
@@ -27,8 +27,8 @@
 Source2:        %{name}.launch
 Source3:        opensm.service
 Source4:        baselibs.conf
-Patch0:         opensm-autotools.patch
 Patch1:         opensm-type_punning.patch
+Patch2:         opensm-remove-date-time.patch
 Url:            http://www.openfabrics.org
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -70,8 +70,8 @@
 
 %prep
 %setup -q
-%patch0
 %patch1
+%patch2
 
 cp %{S:1} %{S:2} %{S:3} .
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
@@ -92,7 +92,7 @@
 rm -rf %{buildroot}%_sysconfdir/init.d/
 install -Dm 644 %{SOURCE3} %{buildroot}%_unitdir/%{name}.service
 install -D %{SOURCE2}  %{buildroot}%{_libexecdir}/opensm-launch
-ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}d
+ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}
 
 # install the sysconfig configuration file
 install -m 644 -D conf.sysconfig 
%{buildroot}/var/adm/fillup-templates/sysconfig.%name

++++++ opensm-remove-date-time.patch ++++++
diff --git opensm/osm_console.c opensm/osm_console.c
index 0f68afe0..f1892e2d 100644
--- opensm/osm_console.c
+++ opensm/osm_console.c
@@ -1647,7 +1647,7 @@ static void help_version(FILE * out, int detail)
 
 static void version_parse(char **p_last, osm_opensm_t * p_osm, FILE * out)
 {
-       fprintf(out, "%s build %s %s\n", p_osm->osm_version, __DATE__, 
__TIME__);
+       fprintf(out, "%s build\n", p_osm->osm_version);
 }
 
 /* more parse routines go here */

Reply via email to