Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package product-composer for
openSUSE:Factory checked in at 2026-01-23 17:34:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/product-composer (Old)
and /work/SRC/openSUSE:Factory/.product-composer.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "product-composer"
Fri Jan 23 17:34:19 2026 rev:49 rq:1328838 version:0.8.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/product-composer/product-composer.changes
2026-01-15 16:45:36.974680939 +0100
+++
/work/SRC/openSUSE:Factory/.product-composer.new.1928/product-composer.changes
2026-01-23 17:34:35.121688816 +0100
@@ -1,0 +2,7 @@
+Fri Jan 23 09:35:49 UTC 2026 - Adrian Schröter <[email protected]>
+
+- update to version 0.8.2
+ - special handling for i686/i586 products where only a few
+ i686 rpms are available, but no own release package
+
+-------------------------------------------------------------------
Old:
----
product-composer-0.8.1.tar.xz
New:
----
product-composer-0.8.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ product-composer.spec ++++++
--- /var/tmp/diff_new_pack.2QTXFN/_old 2026-01-23 17:34:35.733714038 +0100
+++ /var/tmp/diff_new_pack.2QTXFN/_new 2026-01-23 17:34:35.733714038 +0100
@@ -23,7 +23,7 @@
%endif
Name: product-composer
-Version: 0.8.1
+Version: 0.8.2
Release: 0
Summary: Product Composer
License: GPL-2.0-or-later
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.2QTXFN/_old 2026-01-23 17:34:35.777715852 +0100
+++ /var/tmp/diff_new_pack.2QTXFN/_new 2026-01-23 17:34:35.781716017 +0100
@@ -1,5 +1,5 @@
-mtime: 1768387086
-commit: 3ad96175ecf303563ca44f972d77baaafc0e299470ffa8d5e72d7c2ac40fa6ee
+mtime: 1769161003
+commit: 0d6baa576a429d2922e4d3421cee81b43e2924552389690d8a503436af94b53d
url: https://src.opensuse.org/tools/product-composer
revision: devel
++++++ _service ++++++
--- /var/tmp/diff_new_pack.2QTXFN/_old 2026-01-23 17:34:35.805717006 +0100
+++ /var/tmp/diff_new_pack.2QTXFN/_new 2026-01-23 17:34:35.817717501 +0100
@@ -2,8 +2,8 @@
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/openSUSE/product-composer</param>
<param name="scm">git</param>
- <param name="revision">0.8.1</param>
- <param name="version">0.8.1</param>
+ <param name="revision">0.8.2</param>
+ <param name="version">0.8.2</param>
</service>
<service name="tar" mode="manual" />
<service name="recompress" mode="manual">
++++++ build.specials.obscpio ++++++
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-01-23 10:38:01.000000000 +0100
@@ -0,0 +1,5 @@
+.osc
+*.obscpio
+*.osc
+*.obscpio
+*.osc
++++++ product-composer-0.8.1.tar.xz -> product-composer-0.8.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/product-composer-0.8.1/src/productcomposer/createartifacts/createtree.py
new/product-composer-0.8.2/src/productcomposer/createartifacts/createtree.py
---
old/product-composer-0.8.1/src/productcomposer/createartifacts/createtree.py
2026-01-13 12:51:05.000000000 +0100
+++
new/product-composer-0.8.2/src/productcomposer/createartifacts/createtree.py
2026-01-23 10:18:18.000000000 +0100
@@ -56,7 +56,12 @@
for arch in yml['architectures']:
note(f"Linking rpms for {arch}")
- link_rpms_to_tree(maindir, yml, pool, arch, flavor, tree_report,
supporstatus, supportstatus_override, debugdir, sourcedir, get_cpeid(yml))
+ required_cpeid = get_cpeid(yml)
+ if arch == "i686" and "i586" in yml['architectures']:
+ # handle the special case for legacy x86 builds where some
additional i686 rpms
+ # get added, but it is still handled as a single common i586
architecture.
+ required_cpeid = None
+ link_rpms_to_tree(maindir, yml, pool, arch, flavor, tree_report,
supporstatus, supportstatus_override, debugdir, sourcedir, required_cpeid)
for arch in yml['architectures']:
note(f"Unpack rpms for {arch}")
++++++ product-composer.obsinfo ++++++
--- /var/tmp/diff_new_pack.2QTXFN/_old 2026-01-23 17:34:36.209733656 +0100
+++ /var/tmp/diff_new_pack.2QTXFN/_new 2026-01-23 17:34:36.213733821 +0100
@@ -1,5 +1,5 @@
name: product-composer
-version: 0.8.1
-mtime: 1768305065
-commit: 893d9bd96dc22df8fda76c81e99ab0f5b9d79100
+version: 0.8.2
+mtime: 1769159898
+commit: e9e006a14718ee2a515d4469ca266ae6bad8a009