rpms/system-config-printer/F-10 .cvsignore, 1.194, 1.195 sources, 1.202, 1.203 system-config-printer.spec, 1.242, 1.243 upstream-key.gpg, 1.2, 1.3 system-config-printer-1.0.16.tar.bz2.sig, 1.1, NONE system-config-printer-monitor-traceback.patch, 1.1, NONE

Tim Waugh twaugh at fedoraproject.org
Tue Aug 25 21:38:58 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/system-config-printer/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8426

Modified Files:
	.cvsignore sources system-config-printer.spec upstream-key.gpg 
Removed Files:
	system-config-printer-1.0.16.tar.bz2.sig 
	system-config-printer-monitor-traceback.patch 
Log Message:
* Tue Aug 25 2009 Tim Waugh <twaugh at redhat.com> 1.1.12-1
- 1.1.12:
  - Troubleshooting fix.
  - Fixed applet traceback when printing test page.
  - Removed completed job notifications (trac #181).
  - Show printer status in printer icons (bug #518020).
  - Use paused icon when printer state reason is 'paused'.
  - Driver preference order fixes.
  - Job status icon and state reason display in jobs list
    (bug #518070).
  - Fixed overactive job creation times update timer.
  - Use preferred D-Bus object path for AuthenticationAgent
    (bug #518427).
  - Fixed disabling a printer when PolicyKit call fails.
  - Set appropriate status icon tooltip when configuration printer
    (bug #518007).
  - Use separate thread for verifying IPP queue (bug #518065).
  - Use newer tooltip API to avoid deprecation warnings.
  - Compare MFG/MDL case-insensitively in udev rule.
  - Support for cups-pk-helper's DevicesGet method.
  - Don't attempt to use PolicyKit if running as root.
  - Support for localized marker names (trac #183).
  - Other small fixes.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/F-10/.cvsignore,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -p -r1.194 -r1.195
--- .cvsignore	13 Mar 2009 18:26:53 -0000	1.194
+++ .cvsignore	25 Aug 2009 21:38:58 -0000	1.195
@@ -193,3 +193,4 @@ pycups-1.9.45.tar.bz2
 system-config-printer-1.0.13.tar.bz2
 system-config-printer-1.0.14.tar.bz2
 system-config-printer-1.0.16.tar.bz2
+system-config-printer-1.1.12.tar.xz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/F-10/sources,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -p -r1.202 -r1.203
--- sources	13 Mar 2009 18:26:53 -0000	1.202
+++ sources	25 Aug 2009 21:38:58 -0000	1.203
@@ -1,3 +1,3 @@
 ac8f98a40b0fc4b6ab4470f10489887a  pysmbc-1.0.6.tar.bz2
-ff634a6751f8a859ed26751bf03abef0  pycups-1.9.45.tar.bz2
-eab094411498de16a0c2cf2c2ab5428a  system-config-printer-1.0.16.tar.bz2
+895d4170542ec80c74d41746a9474409  pycups-1.9.46.tar.bz2
+588d53af2750aa4e3418b61262012880  system-config-printer-1.1.12.tar.xz


Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/F-10/system-config-printer.spec,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -p -r1.242 -r1.243
--- system-config-printer.spec	14 Apr 2009 12:13:20 -0000	1.242
+++ system-config-printer.spec	25 Aug 2009 21:38:58 -0000	1.243
@@ -1,4 +1,4 @@
-%define pycups_version 1.9.45
+%define pycups_version 1.9.46
 %define pysmbc_version 1.0.6
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -6,15 +6,14 @@
 
 Summary: A printer administration tool
 Name: system-config-printer
-Version: 1.0.16
-Release: 2%{?dist}
+Version: 1.1.12
+Release: 1%{?dist}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
 Group: System Environment/Base
-Source0: http://cyberelk.net/tim/data/system-config-printer/1.0.x/system-config-printer-%{version}.tar.bz2
+Source0: http://cyberelk.net/tim/data/system-config-printer/1.1/system-config-printer-%{version}.tar.bz2
 Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
 Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
-Patch1: system-config-printer-monitor-traceback.patch
 
 BuildRequires: cups-devel >= 1.2
 BuildRequires: python-devel >= 2.4
@@ -34,9 +33,10 @@ Requires: dbus-x11
 Requires: dbus-python
 Requires: system-config-printer-libs = %{version}-%{release}
 Requires: gnome-icon-theme
-Requires: gnome-python2-gnome
-Requires: notification-daemon
+Requires: desktop-notification-daemon
 Requires: notify-python
+Requires: gnome-python2-gnomekeyring
+Requires: libxml2-python
 
 Obsoletes: system-config-printer-gui <= 0.6.152
 Provides: system-config-printer-gui = 0.6.152
@@ -62,7 +62,6 @@ the configuration tool.
 
 %prep
 %setup -q -a 1 -a 2
-%patch1 -p1 -b .monitor-traceback
 
 %build
 %configure
@@ -120,31 +119,43 @@ rm -rf %buildroot
 %{_datadir}/%{name}/AdvancedServerSettings.py*
 %{_datadir}/%{name}/authconn.py*
 %{_datadir}/%{name}/config.py*
-%{_datadir}/%{name}/contextmenu.py*
+%{_datadir}/%{name}/cupspk.py*
 %{_datadir}/%{name}/debug.py*
 %{_datadir}/%{name}/errordialogs.py*
+%{_datadir}/%{name}/glade.py*
+%{_datadir}/%{name}/GroupsPane.py*
+%{_datadir}/%{name}/GroupsPaneModel.py*
+%{_datadir}/%{name}/gtkinklevel.py*
+%{_datadir}/%{name}/gtkspinner.py*
+%{_datadir}/%{name}/HIG.py*
+%{_datadir}/%{name}/installpackage.py*
 %{_datadir}/%{name}/jobviewer.py*
 %{_datadir}/%{name}/monitor.py*
 %{_datadir}/%{name}/my-default-printer.py*
 %{_datadir}/%{name}/options.py*
 %{_datadir}/%{name}/optionwidgets.py*
 %{_datadir}/%{name}/PhysicalDevice.py*
+%{_datadir}/%{name}/ppdippstr.py*
 %{_datadir}/%{name}/probe_printer.py*
 %{_datadir}/%{name}/pysmb.py*
+%{_datadir}/%{name}/SearchCriterion.py*
 %{_datadir}/%{name}/smburi.py*
 %{_datadir}/%{name}/statereason.py*
 %{_datadir}/%{name}/system-config-printer.py*
+%{_datadir}/%{name}/timedops.py*
+%{_datadir}/%{name}/ToolbarSearchEntry.py*
 %{_datadir}/%{name}/userdefault.py*
+%{_datadir}/%{name}/XmlHelper.py*
 %{_datadir}/%{name}/gtk_label_autowrap.py*
-%{_datadir}/%{name}/gtk_treeviewtooltips.py*
 %{_datadir}/%{name}/applet.py*
 %{_datadir}/%{name}/troubleshoot
-%{_datadir}/%{name}/*.glade
 %{_datadir}/%{name}/icons
-%{_datadir}/applications/redhat-system-config-printer.desktop
-%{_datadir}/applications/redhat-manage-print-jobs.desktop
-%{_datadir}/applications/redhat-my-default-printer.desktop
-%{_sysconfdir}/xdg/autostart/redhat-print-applet.desktop
+%dir %{_datadir}/%{name}/glade
+%{_datadir}/%{name}/glade/*.glade
+%{_datadir}/applications/system-config-printer.desktop
+%{_datadir}/applications/manage-print-jobs.desktop
+%{_datadir}/applications/my-default-printer.desktop
+%{_sysconfdir}/xdg/autostart/print-applet.desktop
 %{_mandir}/man1/*
 
 %post
@@ -152,70 +163,226 @@ rm -rf %buildroot
 exit 0
 
 %changelog
-* Tue Apr 14 2009 Tim Waugh <twaugh at redhat.com>
-- Requires dbus-python (bug #495392).
+* Tue Aug 25 2009 Tim Waugh <twaugh at redhat.com> 1.1.12-1
+- 1.1.12:
+  - Troubleshooting fix.
+  - Fixed applet traceback when printing test page.
+  - Removed completed job notifications (trac #181).
+  - Show printer status in printer icons (bug #518020).
+  - Use paused icon when printer state reason is 'paused'.
+  - Driver preference order fixes.
+  - Job status icon and state reason display in jobs list
+    (bug #518070).
+  - Fixed overactive job creation times update timer.
+  - Use preferred D-Bus object path for AuthenticationAgent
+    (bug #518427).
+  - Fixed disabling a printer when PolicyKit call fails.
+  - Set appropriate status icon tooltip when configuration printer
+    (bug #518007).
+  - Use separate thread for verifying IPP queue (bug #518065).
+  - Use newer tooltip API to avoid deprecation warnings.
+  - Compare MFG/MDL case-insensitively in udev rule.
+  - Support for cups-pk-helper's DevicesGet method.
+  - Don't attempt to use PolicyKit if running as root.
+  - Support for localized marker names (trac #183).
+  - Other small fixes.
+
+* Mon Aug 10 2009 Tim Waugh <twaugh at redhat.com> 1.1.11-2
+- Added patch for cupspk DevicesGet method call.
+
+* Fri Aug  7 2009 Tim Waugh <twaugh at redhat.com> 1.1.11-1
+- 1.1.11:
+  - Several udev-configure-printer fixes.
+  - Use case-insensitive PPD matching.
+  - Better URI validity testing.
+  - Another stale printer status icon fix.
+  - Notice when jobs stop due to backend errors.
+  - Warn about job history when renaming printers.
+  - Small UI improvements.
+
+* Tue Jul 28 2009 Tim Waugh <twaugh at redhat.com> 1.1.10-1
+- Dropped no-longer-used python-sexy dependency.
+- 1.1.10:
+  - Now uses gnome-packagekit utility to install packages
+    instead of the D-Bus API.
+  - Fixed detection of stopped jobs with CUPS 1.4.
+  - Fixed tracebacks when adding a new printer and when receiving
+    IPP notifications.
+  - Fixed 'location' field for printers added on remote CUPS servers.
+  - Fixed handling of incorrect authentication.
+  - Some UI and troubleshooter fixes have been made.
+
+* Fri Jul 24 2009 Tim Waugh <twaugh at redhat.com> 1.1.8-7
+- Removed gnome-packagekit dependency.  The presence of
+  gpk-install-package-name is detected at run-time, and the program
+  acts accordingly.
+
+* Mon Jul  6 2009 Tim Waugh <twaugh at redhat.com> 1.1.8-6
+- Requires gnome-packagekit for gpk-install-package-name.
+
+* Fri Jul  3 2009 Tim Waugh <twaugh at redhat.com> 1.1.8-5
+- Use gpk-install-package-name instead of trying to use the D-Bus API.
+- Spot stopped jobs with CUPS 1.4 as well (trac #177).  This, along
+  with the previous fix, addresses bug #509177.
+- Map gutenprint filenames to the package name.
+- Fixed sensitivity of class member selection arrows (bug #508653).
+
+* Thu Jun 25 2009 Tim Waugh <twaugh at redhat.com> 1.1.8-3
+- Use correct 'location' field for printers added remotely.
+- Parse nmblookup failures correctly in troubleshooter.
+- Prevent traceback on IPP notification after properties dialog
+  cancelled.
+- Fixed handling of incorrect authentication when not using
+  PolicyKit (bug #508102).
+
+* Wed Jun 24 2009 Tim Waugh <twaugh at redhat.com> 1.1.8-2
+- Make sure we find https URIs from https backend (bug #507628).
+- Avoid showing a non-fatal exception when adding an IPP printer
+  (bug #507629).
+- Fixed traceback when adding/modifying printer which could lead to
+  display bugs (bug #507489).
+
+* Thu Jun 18 2009 Tim Waugh <twaugh at redhat.com> 1.1.8-1
+- Updated pycups to 1.9.46.
+- Updated to 1.1.8:
+  - Select a printer after adding it (trac #145).
+  - Make sure the job and printer context menus cannot get out of date
+    (trac #175, trac #172).
+  - Fixed displayed hold time for held jobs.
+  - Use grey ink-drop when there is no marker-colors value instead of
+    crashing (bug #505399).
+  - Scroll job list window to new job when appropriate.
+  - Clean up temporary PPD files (bug #498743).
+  - Fixed XML crash (Ubuntu #370469).
+  - Fixed automatic printer model selection.
+  - Fixed cupspk crash due to missing debugprint import (bug #496722,
+    trac #161). 
+  - Fixed PhysicalDevice crash (bug #496722, trac #161).
+  - Adjusted border padding for New Printer window (bug #493862).
+  - Set glade's textdomain in the job viewer (Ubuntu #341765).
+  - Fixed URI parsing when verifying IPP URIs.
+  - Set relaxed PPD conformance (trac #159).
+  - Make troubleshooter work again by disabling cupspk for it.
+
+* Wed May 13 2009 Tim Waugh <twaugh at redhat.com> 1.1.7-4
+- Changed requirement on notification-daemon to
+  desktop-notification-daemon to allow for other implementations
+  (bug #500587).
+
+* Tue Apr 21 2009 Tim Waugh <twaugh at redhat.com> 1.1.7-3
+- Moved them back again, as they are not part of the exported
+  interface (bug #496808).
 
-* Wed Mar 25 2009 Tim Waugh <twaugh at redhat.com> 1.0.16-2
-- Prevent traceback in monitor when connection failed
-  (Ubuntu #343387).
+* Tue Apr 21 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.1.7-2
+- Move files required by system-config-printer-kde to -libs (#496646)
 
-* Fri Mar 13 2009 Tim Waugh <twaugh at redhat.com> 1.0.16-1
-- Updated to 1.0.16:
+* Tue Apr 14 2009 Tim Waugh <twaugh at redhat.com> 1.1.7-1
+- Requires dbus-python (bug #495392).
+- Updated to 1.1.7:
+  - Updated translations.
+  - Don't abort if the jobviewer couldn't show a notification.
+  - Don't use setlocale() for locale-independent case conversion.
+  - Don't assume the notification daemon can show action buttons.
+  - Use case-insensitive matching for model names.
+  - HPLIP compatibility fixes.
+  - Fixed typo in jobviewer keyring support (Ubuntu #343156).
+  - Added support for https device URIs (bug #478677).
+  - Prevent traceback in monitor when connection failed (Ubuntu #343387).
+
+* Fri Mar 13 2009 Tim Waugh <twaugh at redhat.com> 1.1.6-1
+- No longer requires gnome-python2-gnome.
+- Updated to 1.1.6:
+  - Translatable string fix for authconn.
+  - Romanian allow/deny translation fix (bug #489748).
+  - Set glade's textdomain in the jobviewer (Ubuntu #341765).
+
+* Tue Mar 10 2009 Tim Waugh <twaugh at redhat.com> 1.1.5-2
+- Added patch for changes in 1.1.x since 1.1.5:
+  - Strip " hpijs" from PPD names.
+  - Handle there being no operation name set when authentication/retry
+    is required.
+  - Mark "Unauthorized" PolicyKit dialog strings for translation, and
+    change that dialog to an error.
+  - Work around marker-* attributes not being presented as lists
+    (bug #489512).
+  - D-Bus policy tweak.
   - Better PPD fallback searching.
-  - Strip " hpijs" from PPD make-and-model names.
   - Fixed model search oddity when no digits in model name.
-
-* Mon Mar  9 2009 Tim Waugh <twaugh at redhat.com> 1.0.15-2
-- Added patch for 1.0.x changes since 1.0.15:
   - Fixed locale save/restore in cupshelpers (bug #489313).
-  - Troubleshoot: include local printer attributes in diagnostic
-    output.
-  - Don't allow LPD probe with an empty hostname.
-  - Fixed the LPD probe.
-  - Updated translations.
-
-* Wed Feb 18 2009 Tim Waugh <twaugh at redhat.com> 1.0.15-1
-- Updated to 1.0.15:
-  - Perform lowercase operations in a locale-independent manner
-    (trac #151).
-  - Avoid false positives when checking for fax support in HP devices.
+  - Use gtk.show_uri() instead of gnome.url_show() (trac #147).
+  - Removed HPLIP probe screen (no longer needed).
+  - Be certain of having the right cell when starting a rename
+    (Ubuntu #333260).
+  - Fixed strftime call (Ubuntu #334859).
+  - Check dict before use when handling auth-info-required.
+  - Handle timed operations being cancelled in the troubleshooter test
+    print page (Ubuntu #325084).
+  - Put pycups version requirement in monitor module.
+
+* Tue Mar  3 2009 Tim Waugh <twaugh at redhat.com> 1.1.5-1
+- 1.1.5.
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.4-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Fri Feb 20 2009 Tim Waugh <twaugh at redhat.com> 1.1.4-2
+- Updated from git:
+  - Prevent traceback when adding new printer (bug #486587).
+
+* Wed Feb 18 2009 Tim Waugh <twaugh at redhat.com> 1.1.4-1
+- 1.1.4:
+  - Skip model selection screen when adding a new printer for which we
+    know the exact model.
+  - Better integration for HPLIP hp and hpfax queues.
   - Work around HPLIP option parsing bug.
+  - Pre-select the current device correctly.
+  - Better descriptions for types of available connection.
+  - Perform lowercase operations in a locale-independent manner (trac #151).
+
+* Wed Feb 11 2009 Tim Waugh <twaugh at redhat.com> 1.1.3-7
+- Updated from git:
+  - Avoid tracebacks in main application (bug #484130) and job viewer.
+  - Avoid unnecessary modal dialog when adding printer (bug #484960).
+  - Don't use notification when authentication is required, just
+    display the dialog.
+
+* Tue Feb 10 2009 Tim Waugh <twaugh at redhat.com> 1.1.3-6
+- Updated from git:
+  - Better make/model discovery for multiple devices (bug #484130).
+
+* Tue Feb 10 2009 Tim Waugh <twaugh at redhat.com> 1.1.3-5
+- Updated from git:
+  - Handle D-Bus failures when querying Jockey (bug #484402).
+  - Set operation when fetching PPD from server (bug #484130).
+  - Don't allow prompting when updating the UI for a server failure
+    (bug #484130).
+  - Fixed printing a test page from the applet (bug #484130).
+
+* Mon Feb  9 2009 Tim Waugh <twaugh at redhat.com> 1.1.3-4
+- Requires libxml2-python.
+
+* Sat Feb  7 2009 Tim Waugh <twaugh at redhat.com> 1.1.3-3
+- Ship the missing cupspk file (bug #484461).
+
+* Thu Feb  5 2009 Tim Waugh <twaugh at redhat.com> 1.1.3-2
+- Added in cups-pk-helper support from upstream.
+
+* Tue Feb  3 2009 Tim Waugh <twaugh at redhat.com> 1.1.3-1
+- Requires python-sexy.
+- 1.1.3.
+
+* Thu Jan 15 2009 Tim Waugh <twaugh at redhat.com> 1.1.2-1
+- 1.1.2.
+- Requires gnome-python2-gnomekeyring.
 
-* Wed Feb 11 2009 Tim Waugh <twaugh at redhat.com> 1.0.14-1
-- Updated to 1.0.14:
-  - Don't allow PPD changes when there are conflicts (trac #144).
-  - Fixed constraints checking and conflicts buttons.
-  - Just display a dialog when job authentication is needed, not a
-    notification as well.
-  - Don't grab keyboard and pointer for authentication dialogs.
-  - Don't show 'wait' window when adding new printer (bug #484960).
-  - Show printer chosen from command line as selected.
-  - Handle session D-Bus connection failure gracefully (bug #484402).
-  - Fixed status icon display when viewing completed jobs (trac #140).
-  - Fixed expander display in job options screen.
-  - Don't make the troubleshooter window transient for the main
-    window (bug #481505).
-  - Use authenticated connection when printing a test page from the
-    troubleshooter.
-  - Fixed traceback while fetching hpfax device ID (Ubuntu #321139).
-  - Fixed D-Bus policy rules.
-  - More consistency with select_iter/set_cursor (trac #142).
-  - Better default height for job viewer window.
-
-* Fri Jan 16 2009 Tim Waugh <twaugh at redhat.com> 1.0.13-1
-- Updated to 1.0.13:
-  - Cope with there being no system D-Bus (bug #479534).
-  - Enable/set-accepting new classes as well as new printers (trac #132).
-  - Added accessibility relations for screen readers (trac #136).
-  - Fixed downloadable driver traceback (Ubuntu #316828).
-  - Avoid traceback with raw queues (bug #480277).
-
-* Thu Jan  8 2009 Tim Waugh <twaugh at redhat.com> 1.0.12-8
+* Thu Jan  8 2009 Tim Waugh <twaugh at redhat.com> 1.1.1-2
 - Updated pycups to 1.9.45.
-- Updated patch for 1.0.x changes:
-  - More cursor/selection fixes.
-  - Notification fix.
-  - Advertise correct defaults for page-* job options (bug #468553).
+
+* Sat Dec 20 2008 Tim Waugh <twaugh at redhat.com> 1.1.1-1
+- 1.1.1.
+
+* Fri Dec 19 2008 Tim Waugh <twaugh at redhat.com> 1.1.0-1
+- 1.1.0.
 
 * Fri Dec 19 2008 Tim Waugh <twaugh at redhat.com> 1.0.12-7
 - Updated patch for 1.0.x changes:


Index: upstream-key.gpg
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/F-10/upstream-key.gpg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- upstream-key.gpg	9 Aug 2007 14:19:31 -0000	1.2
+++ upstream-key.gpg	25 Aug 2009 21:38:58 -0000	1.3
@@ -1,36 +1,36 @@
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v1.4.7 (GNU/Linux)
+Version: GnuPG v1.4.9 (GNU/Linux)
 
-mQGiBEa5fNcRBACJCPsz2q0hj0p5pJABzMKTb4r5lko0upe6ZYOQ2NFZw61upKzI
-uFanlwDVi3MaEHIGf8hsYr82GxTFUc+O2DFskKwEuZ3O4Q50qqkHAnMLZ2VFKXyF
-VJRPUrezpiXifbRjdV3ED0ikc7+ANArUStqbaIvjM3zJOo5GuEcO7AAPiwCgofNk
-1DG1GNH8cBxqGQoEPYrm/pkD/1e7OsMk50XXTQd77hZW1ViIQK8P4tkj65FWBgNg
-d5PyXNqGfOcskn+iVbx9cGsTgAbfP5IVlnxCmf3QE2rLelJtX++aCUmM4irDclTv
-9hn5UQf1QPqvwHFr+h6FHAg8WjHhdORc8hDlWMntmAArjmqFY4FcF/DZMzddZNgf
-jklwA/0aOef82dkwMbgmtLMcx1m0QTSBV04x2z3UIuBLdG9klhzTSCzr0EbtoSWe
-8JN5LdZr//BDJV5elyEWuiQP5uMhXkrVWCZlt3hJ8zvncO/1gnPQPzRty3IuoAyO
-j4uIWLupjdHVqqBDhJEmc+MvjRgQvUkdt07PEm5ehaRxaB36I7QdVGltIFdhdWdo
-IDx0d2F1Z2hAcmVkaGF0LmNvbT6IZgQTEQIAJgUCRrl9JAIbAwUJA8JnAAYLCQgH
-AwIEFQIIAwQWAgMBAh4BAheAAAoJEGklkaMet5kjzfYAoIjd5Y/5+BKxYMXndh4a
-54MVmEXoAJ0f1pdb+zMVcCMs/lyB2oF/+nMWwYhGBBARAgAGBQJGuX11AAoJEO3n
-xuaBAwm9DF0AnAnBbra0+WvYa1TLgdIA/ME9r/NNAJ9hXtoFm8s/rAw3YUM79wK1
-8P1RIrQcVGltIFdhdWdoIDx0aW1AY3liZXJlbGsubmV0PohmBBMRAgAmBQJGuXzX
-AhsDBQkDwmcABgsJCAcDAgQVAggDBBYCAwECHgECF4AACgkQaSWRox63mSPQowCg
-jEKmAQght3t/7JVPX6H29kZyqFYAni3DbBuKULwKMuL71PA556bVbdsMiEYEEBEC
-AAYFAka5fXUACgkQ7efG5oEDCb3VrwCfft0SMdCYReiyNoazvWmVvfPk1hgAn2JH
-1pdBUCMeMVrxbIBfngNM6Me0uQINBEa5fNcQCACqm3SBctiw150XfY5AWUFPwmJB
-xX2YTG867RiuaXntFCdERybikjmgNVVlCRudufdqs2bqeqY+oFvS3TMz7SOQmSwv
-QJbEx7WrR7RWU9l0UWMPmiOZ6ZMZjwl2qArvR28RME+n2ooFjuOV3xzb1f4itbo0
-KDshdhoXvcr93z7+vSMjAGLwrLButh1BwbadSAFyIkIyguakKak+vY5kcBPbYUh6
-AnLKWZJF/UNzC6gU4fqc1kLM7RbPLO8oXMgghqcEDK7AVQoXD13xXL6+oDCtwv1u
-zZ6HTYK4l7Dcnpr9nQALF/yepD0xqpRcAA5GFrElFxdVoF24kRKy56+eOOkTAAMG
-B/9npM+/tnF49zw4onQjqEtie1lxDKZAgOmbu34aaH0udF8n37XQdmd4z7M2/Jf8
-qFBqeO01MfYmuAfZ9esM+Sneh3/Nvmi5++kz7IKS4V6EE4DndLZW+hnO09i498Fe
-dwEkhsxpU3YqB9IL6iNjKjQgYtfYBlDJvBwtlgUzKK80toAH6XPA6j/SBjJM6vZb
-P1XpZajWbkvhKzYfqXtjXZ2dqIGbtSW8uJr1Ighr9ZYQvK0r6XkhZBoUorteQUS4
-IrweKXRGnUeOHuUXr8d7rzsufSP6ZNhQQvwG80vr8V4Z++8YKpfyv8uOwAc3GK/u
-9O+CLk4lvD4SBCVoZaSCv/9aiE8EGBECAA8FAka5fNcCGwwFCQPCZwAACgkQaSWR
-ox63mSPTcgCfUiOr+XPLLhqJEQLQHp+Y8FvU7voAnRQuODX6A2Siap8Aw09esWVq
-L7PW
-=wzDO
+mQGiBEpnDbARBADRsKGwS54yxqAoniGaI8X+saG4ezdZ1OmPr9f7L4PugzjjL7qR
+p9O7hj+RZNVM7QR9nPUFTawBTfWQisyS8/a3xiBbQxlhW8uuORhM2gTkVGGlGbCc
+jH+RT0T8t/75m6n2IXKATqugrMH60NXreQQuCKWgCrT6TroMldlVQpBaFwCgx/s0
+1KlfCY42Er0YA/DDpMgTYhUEAI0PgOpD6C8ncEpqvSYSs1qyvRsrpp86M/nyi+pm
+15+7IZhlXE53gXeSLT+dTutvVQtbXbf2DwJmAKdjQw1Y4esjxwH1bPYnPnTlIlZ6
+CHQbYO0n6u2pDnSF8sxi3ene6BSuL7NvKpejwXqLEQFGjaop5eAdDs6YvHNU3Yev
+os0UA/4t9TstI4laLwvCqZ7npwsNxT/1sXa5F09d26oTSZlJwSEmGe6+tOqAbDYn
+1mrCajNt40pGPBKXhE2UNJIBrrWSjZCAp4LSmj6KCEXs35fpmUhUp54V79cC4AI/
+rezLlZIB6l4Dey1is5bkw1yOsBT6Qf4lGJHkggyUfW/ymGZfqbQdVGltIFdhdWdo
+IDx0d2F1Z2hAcmVkaGF0LmNvbT6IZgQTEQIAJgUCSmcOPwIbAwUJA8JnAAYLCQgH
+AwIEFQIIAwQWAgMBAh4BAheAAAoJEAS0Gn2aStrXYHMAoLxVaLxFP6P6rRlQtla+
+NO1KSkMBAJ9jNppMaAf2pHi1b9CoD4f4MEvOS4hGBBARAgAGBQJKZxDHAAoJEO3n
+xuaBAwm91N0AoJROznoZyHKXRxgzLyXemIA4TYMAAJ9Y9HdZOenEMw9HMg36guZK
+dBIVLLQcVGltIFdhdWdoIDx0aW1AY3liZXJlbGsubmV0PohmBBMRAgAmBQJKZw2w
+AhsDBQkDwmcABgsJCAcDAgQVAggDBBYCAwECHgECF4AACgkQBLQafZpK2tet4gCf
+VKhWbUJAcIlNpWpYD0kYgGty/ucAoIfsKq9FNBPw9pQPaDnxbKDyserxiEYEEBEC
+AAYFAkpnEMcACgkQ7efG5oEDCb0RvACePTmfisPxeKkGo6QoA42MFH5wtPIAn329
+9ur6BKDz/QrKVT13CxRoKosLuQINBEpnDbAQCACCZaJHH6EctIyz+PYBCzz889PR
+iLAOyKlbrgaR4KhVGBFttKyOJkEk+UvxLUuRkOOY6i6TWbT3qNUnZT6QkftGulal
+8MAtBf2xnJXEsyKgPkRkeDAx3uvMBfrW0wgxcFw9K6E+p8x76bFFD+FtrduDRfxk
+2jDwJgyYubnM3+nPZzZXfuFnxSRYjJcoAq4O61YdH8O79TElEGqTwd/BHeIexEf2
+BkBAscE4GCmGXTYCsLByY8sGD13U7OO3Kk4ul4FgI/mzM25zgqqhbAObjsIwJqE+
+6MXqkkylmo+noTe3zlfNdnR1xkmYUCfUc4+WeFyziHRiXMkt5OYY5wDW5WGnAAMF
+B/4gvjt8SXekSxgdFCuEOQ0J2YM4DElQkaf+Tggbr9F3hnsWfJ49gEipCWEhKPt2
+ks4kDexO/Cn6SI7SQUPiNUWylm80G1Dd+xaQ9qrN1KTsReACXOCKoRgz64MooSOj
+Qs8YIGI/ejLzPkn6mUEmFRHssd4jmmSCbF99AmVh6Z4VnkKLTG+z3KQUymF0ng5b
+AAcwTOJhlAR7xrBJGfhnRUTIaNtD+UnBsoxApeUJie2lc84Pc10p56TGomkEy3Ib
+se1kk4w3mZ8kkR57voh/PovSl/8NyPmv81oVHbJnGLKAVku4XT0IBQOBdDKeRKHB
+tlPLsK9KFx2LxhtAmQN4C/j5iE8EGBECAA8FAkpnDbACGwwFCQPCZwAACgkQBLQa
+fZpK2teQogCgg68475moQ7dh/HIUHRNJKZJfmoQAoIw92pM7V5VYMpz9kW+701Fu
+JofS
+=vrpj
 -----END PGP PUBLIC KEY BLOCK-----


--- system-config-printer-1.0.16.tar.bz2.sig DELETED ---


--- system-config-printer-monitor-traceback.patch DELETED ---




More information about the fedora-extras-commits mailing list