Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libalternatives for openSUSE:Factory
checked in at 2022-11-17 17:23:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libalternatives (Old)
and /work/SRC/openSUSE:Factory/.libalternatives.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libalternatives"
Thu Nov 17 17:23:39 2022 rev:5 rq:1035906 version:1.2+3.b848aad
Changes:
--------
--- /work/SRC/openSUSE:Factory/libalternatives/libalternatives.changes
2021-11-18 10:33:12.179872193 +0100
+++
/work/SRC/openSUSE:Factory/.libalternatives.new.1597/libalternatives.changes
2022-11-17 17:23:45.940830930 +0100
@@ -1,0 +2,6 @@
+Mon Nov 14 10:26:50 UTC 2022 - [email protected]
+
+- switch to a manual service rather than a buildtime tar service
+ which introduces a bootstrap cycle between python and tar_scm
+
+-------------------------------------------------------------------
Old:
----
libalternatives-v1.2+3.b848aad.obscpio
libalternatives.obsinfo
New:
----
_servicedata
libalternatives-v1.2+3.b848aad.tar.zst
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libalternatives.spec ++++++
--- /var/tmp/diff_new_pack.5SbJKI/_old 2022-11-17 17:23:46.464833701 +0100
+++ /var/tmp/diff_new_pack.5SbJKI/_new 2022-11-17 17:23:46.468833722 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libalternatives
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,11 +23,12 @@
Release: 0
Summary: Helper for executing preferred application based on user
preferences
License: GPL-3.0-or-later AND LGPL-3.0-or-later
-URL: https://github.com/AdamMajer/libalternative.git
-Source0: libalternatives-v%{version}.tar
+URL: https://github.com/openSUSE/libalternatives
+Source0: libalternatives-v%{version}.tar.zst
BuildRequires: cmake > 3.8
BuildRequires: cunit-devel
BuildRequires: gcc
+BuildRequires: zstd
%description
libalternatives is a helper that executes an application based on
++++++ _service ++++++
--- /var/tmp/diff_new_pack.5SbJKI/_old 2022-11-17 17:23:46.504833913 +0100
+++ /var/tmp/diff_new_pack.5SbJKI/_new 2022-11-17 17:23:46.508833934 +0100
@@ -1,11 +1,14 @@
<services>
-<service name="obs_scm" mode="manual">
+<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/openSUSE/libalternatives.git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param>
<param name="revision">b848aad</param>
<param name="changesgenerate">enable</param>
</service>
-<service mode="buildtime" name="tar"/>
+ <service mode="manual" name="recompress">
+ <param name="file">*.tar</param>
+ <param name="compression">zstd</param>
+ </service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/libalternatives.git</param>
<param
name="changesrevision">b848aadddf4b24c547b5a9ce73f56f2ace9199f8</param></service></servicedata>
(No newline at EOF)