Hello community,

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

Package is "legion"

Sat Sep  9 20:25:27 2017 rev:7 rq:521637 version:17.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/legion/legion.changes    2017-08-28 
15:16:59.250224521 +0200
+++ /work/SRC/openSUSE:Factory/.legion.new/legion.changes       2017-09-09 
20:25:29.478914867 +0200
@@ -1,0 +2,5 @@
+Tue Sep  5 12:40:35 UTC 2017 - [email protected]
+
+- Add _service to allow easier updates from github
+
+-------------------------------------------------------------------

Old:
----
  legion-17.08.0.tar.gz

New:
----
  _service
  legion-17.08.0.0.291592ef.tar.gz

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

Other differences:
------------------
++++++ legion.spec ++++++
--- /var/tmp/diff_new_pack.RzNyYz/_old  2017-09-09 20:25:30.206812268 +0200
+++ /var/tmp/diff_new_pack.RzNyYz/_new  2017-09-09 20:25:30.206812268 +0200
@@ -17,6 +17,8 @@
 #
 
 
+%define git_ver .0.291592ef
+
 Name:           legion
 Version:        17.08.0
 Release:        0
@@ -24,7 +26,7 @@
 License:        Apache-2.0
 Group:          Productivity/Networking/Other
 Url:            http://legion.stanford.edu/
-Source0:        
https://github.com/StanfordLegion/legion/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}%{git_ver}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -79,7 +81,7 @@
 This package contains development headers and libraries for the legion library.
 
 %prep
-%setup -q -n %{name}-%{name}-%{version}
+%setup -q -n  %{name}-%{version}%{git_ver}
 
 %build
 %{cmake} -DLegion_USE_HWLOC=ON \

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="scm">git</param>
    <param name="url">https://github.com/StanfordLegion/legion.git</param>
    <param name="package-meta">no</param>
    <param name="exclude">.git</param>
    <param name="filename">legion</param>
    <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
    <param name="versionrewrite-pattern">legion(.*)</param>
    <param name="versionrewrite-replacement">\1</param>
    <param name="revision">291592ef7d52d9116428cd50253a99f5754e1983</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">legion*.tar</param>
    <param name="compression">gz</param>
  </service>

</services>

Reply via email to