Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package patterns-base for openSUSE:Factory 
checked in at 2026-06-22 18:05:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/patterns-base (Old)
 and      /work/SRC/openSUSE:Factory/.patterns-base.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "patterns-base"

Mon Jun 22 18:05:36 2026 rev:148 rq:1361073 version:20241218

Changes:
--------
--- /work/SRC/openSUSE:Factory/patterns-base/patterns-base.changes      
2026-06-10 15:47:42.979200116 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-base.new.1956/patterns-base.changes    
2026-06-22 18:06:05.930621309 +0200
@@ -1,0 +2,6 @@
+Mon Jun 22 10:22:02 UTC 2026 - Eugenio Paolantonio 
<[email protected]>
+
+- Disambiguate 32bit patterns and x11 patterns summaries
+  (bsc#1267854)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ patterns-base.spec ++++++
--- /var/tmp/diff_new_pack.N7KXyh/_old  2026-06-22 18:06:07.706683277 +0200
+++ /var/tmp/diff_new_pack.N7KXyh/_new  2026-06-22 18:06:07.710683416 +0200
@@ -984,7 +984,7 @@
 
 %package x11_enhanced
 %pattern_graphicalenvironments
-Summary:        X Window System
+Summary:        Enhanced X Window System
 Group:          Metapackages
 Provides:       pattern() = x11_enhanced
 Provides:       pattern-icon() = pattern-x11
@@ -1082,7 +1082,7 @@
 %ifarch armv6hl armv7hl aarch64
 %package x11_raspberrypi
 %pattern_graphicalenvironments
-Summary:        X Window System
+Summary:        X Window System (Raspberry Pi)
 Group:          Metapackages
 Provides:       pattern() = x11_raspberrypi
 Provides:       pattern-icon() = pattern-x11

++++++ create_32bit-patterns_file.pl ++++++
--- /var/tmp/diff_new_pack.N7KXyh/_old  2026-06-22 18:06:07.786686068 +0200
+++ /var/tmp/diff_new_pack.N7KXyh/_new  2026-06-22 18:06:07.794686347 +0200
@@ -40,7 +40,7 @@
                exit (1);
        }
        if ($to_parse =~ /Summary:/) {
-               return "$to_parse\n";
+               return "$to_parse (32bit)\n";
        }
        # XXX simplify me
        if ($to_parse =~ /Recommends:\s*([^\s]*)\s*/) {

++++++ pattern-definition-32bit.txt ++++++
--- /var/tmp/diff_new_pack.N7KXyh/_old  2026-06-22 18:06:07.834687743 +0200
+++ /var/tmp/diff_new_pack.N7KXyh/_new  2026-06-22 18:06:07.850688301 +0200
@@ -1,6 +1,6 @@
 %if 0%{?is_opensuse}
 %package apparmor-32bit
-Summary:        AppArmor
+Summary:        AppArmor (32bit)
 Recommends:     apparmor-abstractions-32bit
 Recommends:     apparmor-parser-32bit
 Recommends:     apparmor-profiles-32bit
@@ -25,7 +25,7 @@
 #-------------------------------------------------------------------
 #
 %package base-32bit
-Summary:        Base System
+Summary:        Base System (32bit)
 Recommends:     aaa_base-32bit
 Recommends:     bash-32bit
 Recommends:     ca-certificates-mozilla-32bit
@@ -78,7 +78,7 @@
 #-------------------------------------------------------------------
 #
 %package enhanced_base-32bit
-Summary:        Enhanced Base System
+Summary:        Enhanced Base System (32bit)
 Recommends:     openssh-32bit
 Recommends:     aaa_base-extras-32bit
 Recommends:     acl-32bit
@@ -205,7 +205,7 @@
 #-------------------------------------------------------------------
 #
 %package minimal_base-32bit
-Summary:        Minimal Appliance Base
+Summary:        Minimal Appliance Base (32bit)
 Recommends:     branding-32bit
 Recommends:     build-key-32bit
 Recommends:     distribution-release-32bit
@@ -225,7 +225,7 @@
 #-------------------------------------------------------------------
 #
 %package sw_management-32bit
-Summary:        Software Management
+Summary:        Software Management (32bit)
 Recommends:     lifecycle-data-32bit
 Recommends:     zypper-lifecycle-plugin-32bit
 Recommends:     zypper-32bit
@@ -244,7 +244,7 @@
 #-------------------------------------------------------------------
 #
 %package x11-32bit
-Summary:        X Window System
+Summary:        X Window System (32bit)
 Recommends:     xf86-input-libinput-32bit
 Recommends:     xorg-x11-fonts-core-32bit
 Recommends:     xorg-x11-server-32bit
@@ -280,7 +280,7 @@
 #-------------------------------------------------------------------
 #
 %package x11_enhanced-32bit
-Summary:        X Window System
+Summary:        Enhanced X Window System (32bit)
 Recommends:     glibc-locale-32bit
 Recommends:     glibc-locale-base-32bit
 Recommends:     xkeyboard-config-32bit

Reply via email to