Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-printer for openSUSE:Factory 
checked in at 2022-07-21 11:32:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-printer (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-printer.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-printer"

Thu Jul 21 11:32:38 2022 rev:152 rq:990247 version:4.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-printer/yast2-printer.changes      
2022-04-14 17:24:58.959229530 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-printer.new.1523/yast2-printer.changes    
2022-07-21 11:32:46.598916222 +0200
@@ -1,0 +2,8 @@
+Tue Jul 19 11:03:57 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
+
+- Removed the libX11 dependency (bsc#1201641)
+  (the old mechanism for that did not work anymore, use
+  %__requires_exclude_from)
+- 4.5.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-printer-4.5.0.tar.bz2

New:
----
  yast2-printer-4.5.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-printer.spec ++++++
--- /var/tmp/diff_new_pack.sUbAFf/_old  2022-07-21 11:32:50.498919578 +0200
+++ /var/tmp/diff_new_pack.sUbAFf/_new  2022-07-21 11:32:50.502919581 +0200
@@ -16,11 +16,8 @@
 #
 
 
-# Used to exclude libX11, libXau, libxcb, and libxcb-xlib from the requires 
list
-# which are pulled in by Autoreqprov because of the basicadd_displaytest tool:
-%define my_requires /tmp/my-requires
 Name:           yast2-printer
-Version:        4.5.0
+Version:        4.5.1
 Release:        0
 Summary:        YaST2 - Printer Configuration
 License:        GPL-2.0-only
@@ -42,6 +39,10 @@
 Supplements:    autoyast(printer)
 Obsoletes:      yast2-printer-devel-doc
 
+# Exclude libX11 from the requires list which is pulled in by Autoreqprov
+# because of the basicadd_displaytest tool
+%global __requires_exclude_from basicadd_displaytest
+
 %description
 This package contains the YaST2 component for printer configuration.
 
@@ -53,13 +54,6 @@
 
 %install
 %yast_install
-# Exclude libX11, libXau, libxcb, and libxcb-xlib from the requires list
-# which are pulled in by Autoreqprov because of the basicadd_displaytest tool:
-cat << EOF > %{my_requires}
-grep -v 'basicadd_displaytest' | %{__find_requires}
-EOF
-chmod 755 %{my_requires}
-%define __find_requires %{my_requires}
 %yast_metainfo
 
 %files

++++++ yast2-printer-4.5.0.tar.bz2 -> yast2-printer-4.5.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-4.5.0/package/yast2-printer.changes 
new/yast2-printer-4.5.1/package/yast2-printer.changes
--- old/yast2-printer-4.5.0/package/yast2-printer.changes       2022-04-12 
13:36:48.000000000 +0200
+++ new/yast2-printer-4.5.1/package/yast2-printer.changes       2022-07-19 
14:30:43.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Tue Jul 19 11:03:57 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
+
+- Removed the libX11 dependency (bsc#1201641)
+  (the old mechanism for that did not work anymore, use
+  %__requires_exclude_from)
+- 4.5.1
+
+-------------------------------------------------------------------
 Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
 
 - Bump version to 4.5.0 (bsc#1198109)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-4.5.0/package/yast2-printer.spec 
new/yast2-printer-4.5.1/package/yast2-printer.spec
--- old/yast2-printer-4.5.0/package/yast2-printer.spec  2022-04-12 
13:36:48.000000000 +0200
+++ new/yast2-printer-4.5.1/package/yast2-printer.spec  2022-07-19 
14:30:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-printer
 #
-# 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
@@ -16,11 +16,8 @@
 #
 
 
-# Used to exclude libX11, libXau, libxcb, and libxcb-xlib from the requires 
list
-# which are pulled in by Autoreqprov because of the basicadd_displaytest tool:
-%define my_requires /tmp/my-requires
 Name:           yast2-printer
-Version:        4.5.0
+Version:        4.5.1
 Release:        0
 Summary:        YaST2 - Printer Configuration
 License:        GPL-2.0-only
@@ -42,6 +39,10 @@
 Supplements:    autoyast(printer)
 Obsoletes:      yast2-printer-devel-doc
 
+# Exclude libX11 from the requires list which is pulled in by Autoreqprov
+# because of the basicadd_displaytest tool
+%global __requires_exclude_from basicadd_displaytest
+
 %description
 This package contains the YaST2 component for printer configuration.
 
@@ -53,13 +54,6 @@
 
 %install
 %yast_install
-# Exclude libX11, libXau, libxcb, and libxcb-xlib from the requires list
-# which are pulled in by Autoreqprov because of the basicadd_displaytest tool:
-cat << EOF > %{my_requires}
-grep -v 'basicadd_displaytest' | %{__find_requires}
-EOF
-chmod 755 %{my_requires}
-%define __find_requires %{my_requires}
 %yast_metainfo
 
 %files

Reply via email to