Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2025-07-08 15:28:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzypp (Old)
 and      /work/SRC/openSUSE:Factory/.libzypp.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzypp"

Tue Jul  8 15:28:43 2025 rev:518 rq:1291071 version:17.37.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2025-07-06 
17:05:56.574068628 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new.7373/libzypp.changes        
2025-07-08 15:29:02.354244772 +0200
@@ -1,0 +2,15 @@
+Mon Jul  7 16:33:09 CEST 2025 - m...@suse.de
+
+- BuildRequires: %{libsolv_devel_package} >= 0.7.34 (bsc#1243486)
+  Newer rpm versions no longer allow a ':' in rpm package names or
+  obsoletes. So injecting an
+    Obsoletes: product:oldproductname < oldproductversion
+  into the -release package to indicate a product rename is no longer
+  possible.
+  Since libsolv-0.7.34 you can and should use:
+    Provides: product-obsoletes(oldproductname) < oldproductversion
+  in the -release package. libsolv will then inject the appropriate
+  Obsoletes into the Product.
+- version 17.37.10 (35)
+
+-------------------------------------------------------------------

Old:
----
  libzypp-17.37.9.tar.bz2

New:
----
  libzypp-17.37.10.tar.bz2

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

Other differences:
------------------
++++++ libzypp.spec ++++++
--- /var/tmp/diff_new_pack.BVuzoX/_old  2025-07-08 15:29:03.130277193 +0200
+++ /var/tmp/diff_new_pack.BVuzoX/_new  2025-07-08 15:29:03.130277193 +0200
@@ -72,7 +72,7 @@
 %endif
 
 Name:           libzypp
-Version:        17.37.9
+Version:        17.37.10
 Release:        0
 License:        GPL-2.0-or-later
 URL:            https://github.com/openSUSE/libzypp
@@ -145,7 +145,7 @@
 BuildRequires:  pkg-config
 %endif
 
-BuildRequires:  %{libsolv_devel_package} >= 0.7.32
+BuildRequires:  %{libsolv_devel_package} >= 0.7.34
 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600
 BuildRequires:  libsolv-tools-base >= 0.7.29
 %requires_eq    libsolv-tools-base

++++++ libzypp-17.37.9.tar.bz2 -> libzypp-17.37.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-17.37.9/VERSION.cmake 
new/libzypp-17.37.10/VERSION.cmake
--- old/libzypp-17.37.9/VERSION.cmake   2025-07-04 16:40:15.000000000 +0200
+++ new/libzypp-17.37.10/VERSION.cmake  2025-07-07 16:36:40.000000000 +0200
@@ -61,8 +61,8 @@
 SET(LIBZYPP_MAJOR "17")
 SET(LIBZYPP_COMPATMINOR "35")
 SET(LIBZYPP_MINOR "37")
-SET(LIBZYPP_PATCH "9")
+SET(LIBZYPP_PATCH "10")
 #
-# LAST RELEASED: 17.37.9 (35)
+# LAST RELEASED: 17.37.10 (35)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #=======
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-17.37.9/libzypp.spec.cmake 
new/libzypp-17.37.10/libzypp.spec.cmake
--- old/libzypp-17.37.9/libzypp.spec.cmake      2025-06-18 12:39:07.000000000 
+0200
+++ new/libzypp-17.37.10/libzypp.spec.cmake     2025-07-07 16:36:40.000000000 
+0200
@@ -145,7 +145,7 @@
 BuildRequires:  pkg-config
 %endif
 
-BuildRequires:  %{libsolv_devel_package} >= 0.7.32
+BuildRequires:  %{libsolv_devel_package} >= 0.7.34
 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600
 BuildRequires:  libsolv-tools-base >= 0.7.29
 %requires_eq    libsolv-tools-base
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-17.37.9/package/libzypp.changes 
new/libzypp-17.37.10/package/libzypp.changes
--- old/libzypp-17.37.9/package/libzypp.changes 2025-07-04 16:40:15.000000000 
+0200
+++ new/libzypp-17.37.10/package/libzypp.changes        2025-07-07 
16:36:40.000000000 +0200
@@ -1,4 +1,19 @@
 -------------------------------------------------------------------
+Mon Jul  7 16:33:09 CEST 2025 - m...@suse.de
+
+- BuildRequires: %{libsolv_devel_package} >= 0.7.34 (bsc#1243486)
+  Newer rpm versions no longer allow a ':' in rpm package names or
+  obsoletes. So injecting an
+    Obsoletes: product:oldproductname < oldproductversion
+  into the -release package to indicate a product rename is no longer
+  possible.
+  Since libsolv-0.7.34 you can and should use:
+    Provides: product-obsoletes(oldproductname) < oldproductversion
+  in the -release package. libsolv will then inject the appropriate
+  Obsoletes into the Product.
+- version 17.37.10 (35)
+
+-------------------------------------------------------------------
 Fri Jul  4 16:22:16 CEST 2025 - m...@suse.de
 
 - Ignore DeltaRpm download errors (bsc#1245672)

Reply via email to