Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bazel-skylib for openSUSE:Factory 
checked in at 2021-09-02 23:20:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bazel-skylib (Old)
 and      /work/SRC/openSUSE:Factory/.bazel-skylib.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bazel-skylib"

Thu Sep  2 23:20:17 2021 rev:4 rq:915708 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/bazel-skylib/bazel-skylib.changes        
2021-06-11 00:19:31.481405630 +0200
+++ /work/SRC/openSUSE:Factory/.bazel-skylib.new.1899/bazel-skylib.changes      
2021-09-02 23:20:30.508567969 +0200
@@ -1,0 +2,7 @@
+Wed Sep  1 07:19:40 UTC 2021 - Egbert Eich <[email protected]>
+
+- Add support for versioned packages. This allows to provide
+  multiple versions of this package during the Leap version
+  lifecycle.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bazel-skylib.spec ++++++
--- /var/tmp/diff_new_pack.Wzaw1J/_old  2021-09-02 23:20:30.988568567 +0200
+++ /var/tmp/diff_new_pack.Wzaw1J/_new  2021-09-02 23:20:30.988568567 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package bazel-skylib
+# spec file for package bazel
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -16,16 +16,25 @@
 #
 
 
-%define src_install_dir /usr/src/%{name}
+%define set_ver_suffix 0
 
-Name:           bazel-skylib
+%define shortname bazel-skylib
+%define src_install_dir /usr/src/%{shortname}
+# set by service set_version:
+%define version_unconverted 1.0.3
+
+%if 0%{set_ver_suffix}
+%define n_suffix %version_unconverted
+%endif
+
+Name:           %{shortname}%{?n_suffix}
 Version:        1.0.3
 Release:        0
 Summary:        Set of functions for writing Bazel build rules with Skylark
 License:        Apache-2.0
 Group:          Development/Tools/Building
 URL:            https://github.com/bazelbuild/bazel-skylib
-Source:         
https://github.com/bazelbuild/bazel-skylib/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source:         
https://github.com/bazelbuild/bazel-skylib/archive/%{version}.tar.gz#/%{shortname}-%{version}.tar.gz
 
 %description
 Skylib is a standard library that provides functions for manipulating
@@ -36,6 +45,10 @@
 Summary:        Source code of bazel-skylib
 Group:          Development/Sources
 BuildArch:      noarch
+%if 0%{set_ver_suffix}
+Provides:       %{shortname}-source = %version
+Conflicts:      %{shortname}-source
+%endif
 
 %description source
 Skylib is a standard library that provides functions for manipulating
@@ -45,7 +58,7 @@
 This package contains source code of Skylib.
 
 %prep
-%setup -q
+%setup -q -n %{shortname}-%{version}
 
 %build
 

Reply via email to