Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:Factory checked in at 2013-04-26 15:53:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/system-config-printer (Old)
 and      /work/SRC/openSUSE:Factory/.system-config-printer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "system-config-printer", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/system-config-printer/system-config-printer.changes  
    2013-02-12 12:55:24.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.system-config-printer.new/system-config-printer.changes
 2013-04-26 15:53:39.000000000 +0200
@@ -1,0 +2,14 @@
+Mon Apr 15 17:58:05 UTC 2013 - [email protected]
+
+- Update to version 1.4.0:
+  + Support for firewalld.
+  + Use gi.repository throughout.
+  + Removed old bits (gtk_label_autowrap and gtkspinner).
+  + Some locking fixes.
+- Drop system-config-printer-fix-name-of-udev-helper.patch: fixed
+  upstream.
+- Rebase system-config-printer-no-openprinting.patch.
+- Add gobject-introspection BuildRequires: needed to get automatic
+  typelib() requires.
+
+-------------------------------------------------------------------

Old:
----
  system-config-printer-1.3.12.tar.xz
  system-config-printer-fix-name-of-udev-helper.patch

New:
----
  system-config-printer-1.4.0.tar.xz

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

Other differences:
------------------
++++++ system-config-printer.spec ++++++
--- /var/tmp/diff_new_pack.BTBFKL/_old  2013-04-26 15:53:41.000000000 +0200
+++ /var/tmp/diff_new_pack.BTBFKL/_new  2013-04-26 15:53:41.000000000 +0200
@@ -17,19 +17,17 @@
 
 
 Name:           system-config-printer
-Version:        1.3.12
+Version:        1.4.0
 Release:        0
 Summary:        A printer administration tool
 License:        GPL-2.0+
 Group:          Hardware/Printing
 Url:            http://cyberelk.net/tim/software/system-config-printer/
-Source0:        
http://cyberelk.net/tim/data/system-config-printer/1.3/%{name}-%{version}.tar.xz
+Source0:        
http://cyberelk.net/tim/data/system-config-printer/1.4/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE system-config-printer-icon-brp-friendly.patch 
[email protected] -- 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 
[email protected] -- Disable feature that downloads ppd from openprinting.org
 Patch19:        system-config-printer-no-openprinting.patch
-# PATCH-FIX-UPSTREAM system-config-printer-fix-name-of-udev-helper.patch 
[email protected] -- the systemd service calls the wrong path for 
udev-configure-printer
-Patch20:        system-config-printer-fix-name-of-udev-helper.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Obsoletes:      gnome-cups-manager <= 0.33
 BuildRequires:  cups-devel
@@ -39,6 +37,8 @@
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
 BuildRequires:  gnome-icon-theme
+# Needed for typelib() requires
+BuildRequires:  gobject-introspection
 # For directory ownership
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
@@ -47,7 +47,7 @@
 BuildRequires:  systemd
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
-BuildRequires:  pkgconfig(libudev)
+BuildRequires:  pkgconfig(libudev) >= 172
 BuildRequires:  pkgconfig(libusb-1.0)
 Requires:       %{name}-common = %{version}
 Requires:       cups
@@ -145,7 +145,6 @@
 %setup -q
 %patch13 -p1
 %patch19 -p1
-%patch20 -p1
 
 %build
 %configure \
@@ -192,6 +191,7 @@
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING README
 %{_bindir}/%{name}
+%{_bindir}/install-printerdriver
 %{_datadir}/applications/system-config-printer.desktop
 %{_mandir}/man1/system-config-printer.1%{?ext_man}
 

++++++ system-config-printer-1.3.12.tar.xz -> 
system-config-printer-1.4.0.tar.xz ++++++
++++ 163120 lines of diff (skipped)

++++++ system-config-printer-no-openprinting.patch ++++++
--- /var/tmp/diff_new_pack.BTBFKL/_old  2013-04-26 15:53:42.000000000 +0200
+++ /var/tmp/diff_new_pack.BTBFKL/_new  2013-04-26 15:53:42.000000000 +0200
@@ -1,7 +1,7 @@
-Index: system-config-printer-1.3.8/cupshelpers/openprinting.py
+Index: system-config-printer-1.4.0/cupshelpers/openprinting.py
 ===================================================================
---- system-config-printer-1.3.8.orig/cupshelpers/openprinting.py
-+++ system-config-printer-1.3.8/cupshelpers/openprinting.py
+--- system-config-printer-1.4.0.orig/cupshelpers/openprinting.py
++++ system-config-printer-1.4.0/cupshelpers/openprinting.py
 @@ -48,6 +48,11 @@ class _QueryThread (threading.Thread):
  
      def run (self):
@@ -22,20 +22,20 @@
          if self.callback != None:
              self.callback (status, self.user_data, self.result)
  
-Index: system-config-printer-1.3.8/newprinter.py
+Index: system-config-printer-1.4.0/newprinter.py
 ===================================================================
---- system-config-printer-1.3.8.orig/newprinter.py
-+++ system-config-printer-1.3.8/newprinter.py
-@@ -362,6 +362,8 @@ class NewPrinterGUI(GtkGUI):
+--- system-config-printer-1.4.0.orig/newprinter.py
++++ system-config-printer-1.4.0/newprinter.py
+@@ -424,6 +424,8 @@ class NewPrinterGUI(GtkGUI):
          # Set up OpenPrinting widgets.
          self.openprinting = cupshelpers.openprinting.OpenPrinting ()
          self.openprinting_query_handle = None
 +        ## Disabled on openSUSE, see discussion in 
https://bugzilla.novell.com/show_bug.cgi?id=733542
 +        self.rbtnNPDownloadableDriverSearch.hide()
          combobox = self.cmbNPDownloadableDriverFoundPrinters
-         cell = gtk.CellRendererText()
+         cell = Gtk.CellRendererText()
          combobox.pack_start (cell, True)
-@@ -1248,6 +1250,7 @@ class NewPrinterGUI(GtkGUI):
+@@ -1537,6 +1539,7 @@ class NewPrinterGUI(GtkGUI):
                  self.btnNPBack.hide()
                  self.btnNPForward.show()
                  downloadable_selected = False
@@ -43,7 +43,7 @@
                  if self.rbtnNPDownloadableDriverSearch.get_active ():
                      combobox = self.cmbNPDownloadableDriverFoundPrinters
                      iter = combobox.get_active_iter ()
-@@ -3340,6 +3343,8 @@ class NewPrinterGUI(GtkGUI):
+@@ -3717,6 +3720,8 @@ class NewPrinterGUI(GtkGUI):
              elif self.rbtnNPPPD.get_active():
                  ppd = cups.PPD(self.filechooserPPD.get_filename())
              else:

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to