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 2022-06-01 17:34:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/system-config-printer (Old) and /work/SRC/openSUSE:Factory/.system-config-printer.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "system-config-printer" Wed Jun 1 17:34:16 2022 rev:99 rq:980074 version:1.5.16 Changes: -------- --- /work/SRC/openSUSE:Factory/system-config-printer/system-config-printer.changes 2022-01-11 00:02:27.949270432 +0100 +++ /work/SRC/openSUSE:Factory/.system-config-printer.new.1548/system-config-printer.changes 2022-06-01 17:34:31.514731104 +0200 @@ -1,0 +2,19 @@ +Tue May 31 09:15:36 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Update to version 1.5.16: + + fix preserve_job_files default settings. + + add debugprint covering failed fingerprint retrieval attempts. + + Make sure that applet.py is running one instance per user. + + fix incorrect use of urllib.request. + + remove python3-requests. + + build: Migrate build system from Intltool to Gettext. + + udev-configure-printer.c: Fix possible use after frees and + leaks. + + scp-dbus-service.py: Fix typo in method call. + + add option to disable xmlto manual generation. + + allow + in device uris - gutenprint has a backend with +. +- Drop python3-requests requires: no longer needed, following + upstream changes. +- Rebase system-config-printer-no-openprinting.patch. + +------------------------------------------------------------------- Old: ---- system-config-printer-1.5.15.tar.gz system-config-printer-1.5.15.tar.gz.asc New: ---- system-config-printer-1.5.16.tar.gz system-config-printer-1.5.16.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ system-config-printer.spec ++++++ --- /var/tmp/diff_new_pack.yHhSkw/_old 2022-06-01 17:34:32.006731686 +0200 +++ /var/tmp/diff_new_pack.yHhSkw/_new 2022-06-01 17:34:32.010731690 +0200 @@ -19,7 +19,7 @@ %define _icontheme adwaita %define _iconlocation Adwaita Name: system-config-printer -Version: 1.5.15 +Version: 1.5.16 Release: 0 Summary: A printer administration tool License: GPL-2.0-or-later @@ -59,7 +59,6 @@ Requires: %{name}-common = %{version} Requires: python3-cups Requires: python3-pycurl -Requires: python3-requests # The applet is not strictly necessary, but it really makes sense Recommends: %{name}-applet Obsoletes: gnome-cups-manager <= 0.33 ++++++ system-config-printer-1.5.15.tar.gz -> system-config-printer-1.5.16.tar.gz ++++++ ++++ 30651 lines of diff (skipped) ++++++ system-config-printer-1.5.15.tar.gz.asc -> system-config-printer-1.5.16.tar.gz.asc ++++++ --- /work/SRC/openSUSE:Factory/system-config-printer/system-config-printer-1.5.15.tar.gz.asc 2021-04-23 17:49:43.930702005 +0200 +++ /work/SRC/openSUSE:Factory/.system-config-printer.new.1548/system-config-printer-1.5.16.tar.gz.asc 2022-06-01 17:34:31.490731076 +0200 @@ -1,11 +1 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEettYIDyl8EbygCWyFapqf01CJ9cFAl/+8i0ACgkQFapqf01C -J9foQQf/Wn7gz/aRT7sFTHQ+W+lPqBdO1Y5z6kB2jqZNMvP5V/Hpb6HgoLoyYF9v -GaF4mcUJoZsP9CwUighsRxsbnW20hUKPK4/4kAK3xa1/XjJD7gi1+T14hxITC1Bs -LZeiMtlxcq8/1hPSLMP+3bddst0Lp4GOquPAB0wwf+md5l/TXobCrxoB/xgfHG2T -MqkBbbVcJX1GXp6QmT9Lt8nnkQx19T0d5/Kp5mX4+eL0cAgNo0V8yzgBxPWRYhRs -qZfeG3nQhzIq3nQV1cY1AvZj4kmhbxiqOtylr2McngqIFUkrVvDZ62Bib83s3ZxG -E4YqKd9kr+F7nZMLQQNDYtpDZzBiQg== -=KRkx ------END PGP SIGNATURE----- +Not Found \ No newline at end of file ++++++ system-config-printer-no-openprinting.patch ++++++ --- /var/tmp/diff_new_pack.yHhSkw/_old 2022-06-01 17:34:32.406732159 +0200 +++ /var/tmp/diff_new_pack.yHhSkw/_new 2022-06-01 17:34:32.410732164 +0200 @@ -1,8 +1,8 @@ -Index: system-config-printer-1.5.5/cupshelpers/openprinting.py +Index: system-config-printer-1.5.16/cupshelpers/openprinting.py =================================================================== ---- system-config-printer-1.5.5.orig/cupshelpers/openprinting.py -+++ system-config-printer-1.5.5/cupshelpers/openprinting.py -@@ -52,6 +52,10 @@ class _QueryThread (threading.Thread): +--- system-config-printer-1.5.16.orig/cupshelpers/openprinting.py ++++ system-config-printer-1.5.16/cupshelpers/openprinting.py +@@ -54,6 +54,10 @@ class _QueryThread (threading.Thread): _debugprint ("-%s" % self) def run (self): @@ -13,19 +13,19 @@ # CGI script to be executed query_command = "/query.cgi" -@@ -76,6 +80,7 @@ class _QueryThread (threading.Thread): - status = 0 +@@ -77,6 +81,7 @@ class _QueryThread (threading.Thread): + self.result = sys.exc_info() _debugprint ("%s: query complete" % self) + ## openSUSE: just a guard to know if first part in patch should be updated if self.callback is not None: self.callback (status, self.user_data, self.result) -Index: system-config-printer-1.5.5/newprinter.py +Index: system-config-printer-1.5.16/newprinter.py =================================================================== ---- system-config-printer-1.5.5.orig/newprinter.py -+++ system-config-printer-1.5.5/newprinter.py -@@ -412,6 +412,8 @@ class NewPrinterGUI(GtkGUI): +--- system-config-printer-1.5.16.orig/newprinter.py ++++ system-config-printer-1.5.16/newprinter.py +@@ -409,6 +409,8 @@ class NewPrinterGUI(GtkGUI): # Set up OpenPrinting widgets. self.opreq = None self.opreq_handlers = None @@ -34,7 +34,7 @@ combobox = self.cmbNPDownloadableDriverFoundPrinters cell = Gtk.CellRendererText() combobox.pack_start (cell, True) -@@ -1616,6 +1618,7 @@ class NewPrinterGUI(GtkGUI): +@@ -1850,6 +1852,7 @@ class NewPrinterGUI(GtkGUI): self.btnNPBack.hide() self.btnNPForward.show() downloadable_selected = False @@ -42,7 +42,7 @@ if self.rbtnNPDownloadableDriverSearch.get_active (): combobox = self.cmbNPDownloadableDriverFoundPrinters iter = combobox.get_active_iter () -@@ -3828,6 +3831,8 @@ class NewPrinterGUI(GtkGUI): +@@ -4158,6 +4161,8 @@ class NewPrinterGUI(GtkGUI): elif self.rbtnNPPPD.get_active(): ppd = cups.PPD(self.filechooserPPD.get_filename()) else: