Hello community,

here is the log from the commit of package openmpi2 for openSUSE:Factory 
checked in at 2017-09-09 20:25:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmpi2 (Old)
 and      /work/SRC/openSUSE:Factory/.openmpi2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmpi2"

Sat Sep  9 20:25:19 2017 rev:4 rq:521612 version:2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmpi2/openmpi2-testsuite.changes      
2017-08-21 11:38:21.555064209 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi2.new/openmpi2-testsuite.changes 
2017-09-09 20:25:27.311220409 +0200
@@ -1,0 +2,5 @@
+Tue Sep  5 16:04:49 UTC 2017 - [email protected]
+
+- Update _service to allow auto updates from github
+
+-------------------------------------------------------------------
openmpi2.changes: same change

Old:
----
  openmpi-2.1.1.tar.bz2

New:
----
  openmpi-2.1.1.0.a2fdb5bc70.tar.bz2

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

Other differences:
------------------
++++++ openmpi2-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.D6VfHr/_old  2017-09-09 20:25:28.183097516 +0200
+++ /var/tmp/diff_new_pack.D6VfHr/_new  2017-09-09 20:25:28.187096952 +0200
@@ -52,6 +52,8 @@
 %endif
 %endif
 
+%define git_ver .0.a2fdb5bc70
+
 #############################################################################
 #
 # Preamble Section
@@ -65,7 +67,7 @@
 Version:        2.1.1
 Release:        0
 Url:            http://www.open-mpi.org/
-Source0:        openmpi-%{version}.tar.bz2
+Source0:        openmpi-%{version}%{git_ver}.tar.bz2
 Source1:        baselibs.conf
 Source2:        openmpi2-rpmlintrc
 Patch0:         pml-ob1-do-not-access-fragment-after-calling-btl-rget.patch
@@ -240,7 +242,7 @@
 #
 #############################################################################
 %prep
-%setup -q -n openmpi-%{version}
+%setup -q -n  openmpi-%{version}%{git_ver}
 %patch0
 %patch1
 

++++++ openmpi2.spec ++++++
--- /var/tmp/diff_new_pack.D6VfHr/_old  2017-09-09 20:25:28.211093569 +0200
+++ /var/tmp/diff_new_pack.D6VfHr/_new  2017-09-09 20:25:28.215093006 +0200
@@ -52,6 +52,8 @@
 %endif
 %endif
 
+%define git_ver .0.a2fdb5bc70
+
 #############################################################################
 #
 # Preamble Section
@@ -65,7 +67,7 @@
 Version:        2.1.1
 Release:        0
 Url:            http://www.open-mpi.org/
-Source0:        openmpi-%{version}.tar.bz2
+Source0:        openmpi-%{version}%{git_ver}.tar.bz2
 Source1:        baselibs.conf
 Source2:        openmpi2-rpmlintrc
 Patch0:         pml-ob1-do-not-access-fragment-after-calling-btl-rget.patch
@@ -240,7 +242,7 @@
 #
 #############################################################################
 %prep
-%setup -q -n openmpi-%{version}
+%setup -q -n  openmpi-%{version}%{git_ver}
 %patch0
 %patch1
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.D6VfHr/_old  2017-09-09 20:25:28.243089059 +0200
+++ /var/tmp/diff_new_pack.D6VfHr/_new  2017-09-09 20:25:28.247088496 +0200
@@ -5,7 +5,9 @@
     <param name="package-meta">no</param>
     <param name="exclude">.git</param>
     <param name="filename">openmpi</param>
-    <param name="version">2.1.1</param>
+    <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="versionrewrite-replacement">\1</param>
     <param name="revision">a2fdb5bc709c56cc8f9f1da7dcef885d91a442b5</param>
   </service>
   <service name="recompress" mode="disabled">


Reply via email to