Hello community, here is the log from the commit of package ibsim for openSUSE:Factory checked in at 2018-06-25 11:38:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ibsim (Old) and /work/SRC/openSUSE:Factory/.ibsim.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ibsim" Mon Jun 25 11:38:02 2018 rev:7 rq:617079 version:0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/ibsim/ibsim.changes 2017-06-26 15:54:25.121424981 +0200 +++ /work/SRC/openSUSE:Factory/.ibsim.new/ibsim.changes 2018-06-25 11:38:10.974822080 +0200 @@ -1,0 +2,6 @@ +Fri Jun 15 05:55:57 UTC 2018 - nmoreychaisemar...@suse.com + +- Update Source and URL as ibsim was moved to GitHub +- Add a _service file to be able to auto-fetch from github + +------------------------------------------------------------------- Old: ---- ibsim-0.7.tar.gz New: ---- _service ibsim-0.7.0.ddf8f6e443b0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ibsim.spec ++++++ --- /var/tmp/diff_new_pack.ZE0rNh/_old 2018-06-25 11:38:12.074781479 +0200 +++ /var/tmp/diff_new_pack.ZE0rNh/_new 2018-06-25 11:38:12.078781331 +0200 @@ -1,7 +1,7 @@ # # spec file for package ibsim # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,19 @@ # -%define git_ver %{nil} +%define git_ver .0.ddf8f6e443b0 Summary: InfiniBand fabric simulator for management -License: BSD-2-Clause or GPL-2.0 +License: BSD-2-Clause OR GPL-2.0-only Group: Productivity/Networking/Diagnostic Name: ibsim Version: 0.7 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: https://www.openfabrics.org/downloads/management/ibsim-%{version}.tar.gz +Source: ibsim-%{version}%{git_ver}.tar.gz Patch1: ibsim-fix_type_punning.patch -Url: http://www.openfabrics.org +Url: https://github.com/linux-rdma/ibsim BuildRequires: autoconf BuildRequires: automake BuildRequires: infiniband-diags-devel @@ -42,7 +42,7 @@ %prep -%setup -q +%setup -q -n %{name}-%{version}%{git_ver} %patch1 %build ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/linux-rdma/ibsim.git</param> <param name="package-meta">no</param> <param name="exclude">.git</param> <param name="filename">ibsim</param> <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param> <param name="versionrewrite-pattern">ibsim(.*)</param> <param name="versionrewrite-replacement">\1</param> <param name="revision">ddf8f6e443b0b7b0ffeaeba823b800589b2dd8da</param> </service> <service name="recompress" mode="disabled"> <param name="file">*ibsim*.tar</param> <param name="compression">gz</param> </service> </services>