Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:Factory checked in at 2021-04-23 17:49:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/system-config-printer (Old)
 and      /work/SRC/openSUSE:Factory/.system-config-printer.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "system-config-printer"

Fri Apr 23 17:49:39 2021 rev:96 rq:886873 version:1.5.15

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/system-config-printer/system-config-printer.changes  
    2020-01-28 10:53:02.088880848 +0100
+++ 
/work/SRC/openSUSE:Factory/.system-config-printer.new.12324/system-config-printer.changes
   2021-04-23 17:49:43.962702060 +0200
@@ -1,0 +2,27 @@
+Sun Apr 18 11:08:17 UTC 2021 - Sebastian Wagner <sebix+novell....@sebix.at>
+
+- Update to version 1.5.15 (boo#1184930):
+  + set the minimum gettext version because autoconf 2.70 requires
+    it.
+  + create README file because autoconf requires it.
+- Changes from version 1.5.14:
+  + set preferred driver for DYMO LabelWriter 400.
+  + udev: ignore devices capable of IPP over USB, we have ipp-usb
+    for it.
+  + asyncpk1.py: dont require the exact Gdk version.
+- Changes from version 1.5.13:
+  + add checks for NULL in udev-configure-printer.
+  + github #174 - put back notification about missing pysmbc.
+  + python3.9 - xml module removed elem.getchildren() method,
+    use list(elem).
+  + Make the matching rule of printer device path more flexible.
+- For more details of the update between 1.5.7 and 1.5.13, please
+  see packaged NEWS file.
+- Drop upstream merged patches:
+  + 0001-Fallback-to-using-LC_CTYPE-if-LC_MESSAGES-is-empty-a.patch
+  + fix_connect_dialog_focus.diff
+  + system-config-printer-no-params-to-py3.patch
+  + system-config-printer-Gtk-introspect.patch
+  + system-config-printer-no-applet-in-gnome.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Fallback-to-using-LC_CTYPE-if-LC_MESSAGES-is-empty-a.patch
  fix_connect_dialog_focus.diff
  system-config-printer-1.5.7.tar.xz
  system-config-printer-1.5.7.tar.xz.sig
  system-config-printer-Gtk-introspect.patch
  system-config-printer-no-applet-in-gnome.patch
  system-config-printer-no-params-to-py3.patch
  system-config-printer.keyring

New:
----
  system-config-printer-1.5.15.tar.gz
  system-config-printer-1.5.15.tar.gz.asc

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

Other differences:
------------------
++++++ system-config-printer.spec ++++++
--- /var/tmp/diff_new_pack.Tuy7uK/_old  2021-04-23 17:49:44.434702871 +0200
+++ /var/tmp/diff_new_pack.Tuy7uK/_new  2021-04-23 17:49:44.434702871 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package system-config-printer
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,30 +19,19 @@
 %define _icontheme adwaita
 %define _iconlocation Adwaita
 Name:           system-config-printer
-Version:        1.5.7
+Version:        1.5.15
 Release:        0
 Summary:        A printer administration tool
 License:        GPL-2.0-or-later
 Group:          Hardware/Printing
-URL:            http://cyberelk.net/tim/software/system-config-printer/
-Source0:        
http://cyberelk.net/tim/data/system-config-printer/1.5/%{name}-%{version}.tar.xz
-Source1:        
http://cyberelk.net/tim/data/system-config-printer/1.5/%{name}-%{version}.tar.xz.sig
-Source2:        %{name}.keyring
+URL:            https://github.com/OpenPrinting/system-config-printer/
+Source0:        
https://github.com/OpenPrinting/system-config-printer/releases/download/v%{version}/system-config-printer-%{version}.tar.gz
+Source1:        
https://github.com/OpenPrinting/system-config-printer/releases/download/v%{version}/system-config-printer-%{version}.tar.gz.asc
 Source99:       %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE system-config-printer-icon-brp-friendly.patch 
vu...@novell.com -- brp checks don't like the printer icon name, so we have to 
use something else
 Patch13:        system-config-printer-icon-brp-friendly.patch
 # PATCH-FIX-OPENSUSE system-config-printer-no-openprinting.patch bnc#733542 
vu...@opensuse.org -- Disable feature that downloads ppd from openprinting.org
 Patch19:        system-config-printer-no-openprinting.patch
-# PATCH-FIX-UPSTREAM system-config-printer-Gtk-introspect.patch bnc#852450 
dims...@opensuse.org -- Require Gtk 3.0 to be present
-Patch20:        system-config-printer-Gtk-introspect.patch
-# PATCH-FIX-UPSTREAM system-config-printer-no-applet-in-gnome.patch rh#677676 
fcro...@suse.com -- Do not start applet in GNOME
-Patch21:        system-config-printer-no-applet-in-gnome.patch
-# PATCH-FIX-UPSTREAM system-config-printer-no-params-to-py3.patch boo#924809 
dims...@opensuse.org -- Do not pass parameters to python3
-Patch22:        system-config-printer-no-params-to-py3.patch
-# PATCH-FIX-UPSTREAM fix_connect_dialog_focus.diff 
gh#twaugh/system-config-printer#38 alarr...@suse.com -- Allow to set the focus 
on a connect dialog combobox so the user can edit its contents
-Patch24:        fix_connect_dialog_focus.diff
-# PATCH-FIX-UPSTREAM 
0001-Fallback-to-using-LC_CTYPE-if-LC_MESSAGES-is-empty-a.patch 
gh#twaugh/system-config-printer#108 alarr...@suse.com -- Fix language usage 
when LC_MESSAGES is not set (which is the default)
-Patch25:        0001-Fallback-to-using-LC_CTYPE-if-LC_MESSAGES-is-empty-a.patch
 # PATCH-FEATURE-OPENSUSE system-config-printer-no-simple-gui.patch boo#1090189 
dims...@opensuse.org -- Remove unused _simple_gui class in openprinting.py. 
Pulls in GTK
 Patch100:       system-config-printer-no-simple-gui.patch
 # For directory ownership
@@ -163,11 +152,6 @@
 %setup -q
 %patch13 -p1
 %patch19 -p1
-%patch20 -p1
-%patch21 -p1
-%patch22 -p1
-%patch24 -p1
-%patch25 -p1
 %patch100 -p1
 
 %build
@@ -201,8 +185,8 @@
 %doc ChangeLog README
 %{_bindir}/%{name}
 %{_bindir}/install-printerdriver
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/system-config-printer.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/system-config-printer.appdata.xml
 %{_datadir}/applications/system-config-printer.desktop
 %{_mandir}/man1/system-config-printer.1%{?ext_man}
 

++++++ system-config-printer-icon-brp-friendly.patch ++++++
--- /var/tmp/diff_new_pack.Tuy7uK/_old  2021-04-23 17:49:44.458702913 +0200
+++ /var/tmp/diff_new_pack.Tuy7uK/_new  2021-04-23 17:49:44.458702913 +0200
@@ -8,7 +8,7 @@
  Type=Application
 -Icon=printer
 +Icon=system-config-printer
- NotShowIn=KDE;
+ NotShowIn=KDE;GNOME;Cinnamon;
  StartupNotify=false
  X-GNOME-Autostart-Delay=30
 Index: system-config-printer-1.5.4/system-config-printer.desktop.in

++++++ system-config-printer-no-openprinting.patch ++++++
--- /var/tmp/diff_new_pack.Tuy7uK/_old  2021-04-23 17:49:44.466702927 +0200
+++ /var/tmp/diff_new_pack.Tuy7uK/_new  2021-04-23 17:49:44.466702927 +0200
@@ -14,11 +14,11 @@
          # CGI script to be executed
          query_command = "/query.cgi"
 @@ -76,6 +80,7 @@ class _QueryThread (threading.Thread):
-             if status == None: status = 0
+                 status = 0
  
          _debugprint ("%s: query complete" % self)
 +        ## openSUSE: just a guard to know if first part in patch should be 
updated
-         if self.callback != None:
+         if self.callback is not None:
              self.callback (status, self.user_data, self.result)
  
 Index: system-config-printer-1.5.5/newprinter.py

Reply via email to