rpms/system-config-printer/F-11 pycups-1.9.49.tar.bz2.sig, NONE, 1.1 system-config-printer-1.1.18.tar.xz.sig, NONE, 1.1 .cvsignore, 1.212, 1.213 sources, 1.218, 1.219 system-config-printer.spec, 1.349, 1.350 pycups-1.9.48.tar.bz2.sig, 1.1, NONE system-config-printer-1.1.17.tar.xz.sig, 1.1, NONE system-config-printer-cupsGetPPD2.patch, 1.1, NONE system-config-printer-device-settings.patch, 1.1, NONE system-config-printer-empty-class.patch, 1.1, NONE

Tim Waugh twaugh at fedoraproject.org
Wed Mar 10 10:43:13 UTC 2010


Author: twaugh

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

Modified Files:
	.cvsignore sources system-config-printer.spec 
Added Files:
	pycups-1.9.49.tar.bz2.sig 
	system-config-printer-1.1.18.tar.xz.sig 
Removed Files:
	pycups-1.9.48.tar.bz2.sig 
	system-config-printer-1.1.17.tar.xz.sig 
	system-config-printer-cupsGetPPD2.patch 
	system-config-printer-device-settings.patch 
	system-config-printer-empty-class.patch 
Log Message:
* Wed Mar 10 2010 Tim Waugh <twaugh at redhat.com> - 1.1.18-1
- Updated to pycups-1.9.49.
- 1.1.18:
  - Treat hpcups-requiring-plugin as 3rd party proprietary (bug #547837).
  - Fixed jobviewer traceback when closing notification (bug #571603).
  - Fixed typo in data button setting function.
  - Import gobject in gtkspinner.
  - Added simple program to check IEEE 1284 Device IDs against PPDs.
  - Removed HP and Kyocera IEEE 1284 Device ID hacks.
  - Display a warning when the wrong IEEE 1284 Device ID is detected.
  - Update the PolicyKit code to use the correct signature for
    DevicesGet.
  - Added compatibility code for unofficial DevicesGet D-Bus
    interface.
  - Use gtk.STOCK_* instead of 'gtk-*' throughout.
  - Use stock 'add' icon for new-printer button (Ubuntu #394071).



--- NEW FILE pycups-1.9.49.tar.bz2.sig ---
ˆ? K—j´}šJÚ×þ= ŸP%i~<«®ŒG¸Lè0ø$,žÈq ž5®6†•ö$m?úl:„¹jCçÏ

--- NEW FILE system-config-printer-1.1.18.tar.xz.sig ---
ˆ? K—iG´}šJÚבš Ÿl{“0KÐ"8/ñÞh<‘™f¡ IŠùP*i»ŸñØBˆFïâ$

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/F-11/.cvsignore,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -p -r1.212 -r1.213
--- .cvsignore	9 Feb 2010 13:37:09 -0000	1.212
+++ .cvsignore	10 Mar 2010 10:43:12 -0000	1.213
@@ -211,3 +211,5 @@ pycups-1.9.47.tar.bz2
 system-config-printer-1.1.16.tar.xz
 pycups-1.9.48.tar.bz2
 system-config-printer-1.1.17.tar.xz
+pycups-1.9.49.tar.bz2
+system-config-printer-1.1.18.tar.xz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/F-11/sources,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -p -r1.218 -r1.219
--- sources	9 Feb 2010 13:37:09 -0000	1.218
+++ sources	10 Mar 2010 10:43:12 -0000	1.219
@@ -1,3 +1,3 @@
 ac8f98a40b0fc4b6ab4470f10489887a  pysmbc-1.0.6.tar.bz2
-2e9ed692c75328e7fb88f8c230f70990  pycups-1.9.48.tar.bz2
-b3430b605e5c3e793fdea6899454897f  system-config-printer-1.1.17.tar.xz
+6db9d8bc7f40315bc0b93f210737cc82  pycups-1.9.49.tar.bz2
+be1b9253fa8ababebc9b2ab62c2e9591  system-config-printer-1.1.18.tar.xz


Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/F-11/system-config-printer.spec,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -p -r1.349 -r1.350
--- system-config-printer.spec	1 Mar 2010 15:35:51 -0000	1.349
+++ system-config-printer.spec	10 Mar 2010 10:43:13 -0000	1.350
@@ -1,4 +1,4 @@
-%global pycups_version 1.9.48
+%global pycups_version 1.9.49
 %global pysmbc_version 1.0.6
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -6,8 +6,8 @@
 
 Summary: A printer administration tool
 Name: system-config-printer
-Version: 1.1.17
-Release: 4%{?dist}
+Version: 1.1.18
+Release: 1%{?dist}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
 Group: System Environment/Base
@@ -15,10 +15,6 @@ Source0: http://cyberelk.net/tim/data/sy
 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-device-settings.patch
-Patch2: system-config-printer-cupsGetPPD2.patch
-Patch3: system-config-printer-empty-class.patch
-
 BuildRequires: cups-devel >= 1.2
 BuildRequires: python-devel >= 2.4
 BuildRequires: libsmbclient-devel >= 3.2
@@ -65,9 +61,6 @@ the configuration tool.
 
 %prep
 %setup -q -a 1 -a 2
-%patch1 -p1 -b .device-settings
-%patch2 -p1 -b .cupsGetPPD2
-%patch3 -p1 -b .empty-class
 
 %build
 %configure
@@ -128,6 +121,7 @@ rm -rf %buildroot
 %{_datadir}/%{name}/asyncpk1.py*
 %{_datadir}/%{name}/asyncpk0.py*
 %{_datadir}/%{name}/authconn.py*
+%{_datadir}/%{name}/check-device-ids.py*
 %{_datadir}/%{name}/config.py*
 %{_datadir}/%{name}/cupspk.py*
 %{_datadir}/%{name}/debug.py*
@@ -174,6 +168,23 @@ rm -rf %buildroot
 exit 0
 
 %changelog
+* Wed Mar 10 2010 Tim Waugh <twaugh at redhat.com> - 1.1.18-1
+- Updated to pycups-1.9.49.
+- 1.1.18:
+  - Treat hpcups-requiring-plugin as 3rd party proprietary (bug #547837).
+  - Fixed jobviewer traceback when closing notification (bug #571603).
+  - Fixed typo in data button setting function.
+  - Import gobject in gtkspinner.
+  - Added simple program to check IEEE 1284 Device IDs against PPDs.
+  - Removed HP and Kyocera IEEE 1284 Device ID hacks.
+  - Display a warning when the wrong IEEE 1284 Device ID is detected.
+  - Update the PolicyKit code to use the correct signature for
+    DevicesGet.
+  - Added compatibility code for unofficial DevicesGet D-Bus
+    interface.
+  - Use gtk.STOCK_* instead of 'gtk-*' throughout.
+  - Use stock 'add' icon for new-printer button (Ubuntu #394071).
+
 * Mon Mar  1 2010 Tim Waugh <twaugh at redhat.com> - 1.1.17-4
 - Allow IPP_INTERNAL_ERROR when fetching PPD for empty class (bug #567902).
 


--- pycups-1.9.48.tar.bz2.sig DELETED ---


--- system-config-printer-1.1.17.tar.xz.sig DELETED ---


--- system-config-printer-cupsGetPPD2.patch DELETED ---


--- system-config-printer-device-settings.patch DELETED ---


--- system-config-printer-empty-class.patch DELETED ---



More information about the scm-commits mailing list