rpms/system-config-printer/devel system-config-printer-1.1.12.tar.xz.sig, NONE, 1.1 .cvsignore, 1.204, 1.205 sources, 1.210, 1.211 system-config-printer.spec, 1.282, 1.283 system-config-printer-1.1.11.tar.xz.sig, 1.1, NONE system-config-printer-scp-git.patch, 1.2, NONE

Tim Waugh twaugh at fedoraproject.org
Tue Aug 25 16:29:17 UTC 2009


Author: twaugh

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

Modified Files:
	.cvsignore sources system-config-printer.spec 
Added Files:
	system-config-printer-1.1.12.tar.xz.sig 
Removed Files:
	system-config-printer-1.1.11.tar.xz.sig 
	system-config-printer-scp-git.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.



--- NEW FILE system-config-printer-1.1.12.tar.xz.sig ---
ˆ?
Ý´}šJÚ×u

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/.cvsignore,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -p -r1.204 -r1.205
--- .cvsignore	7 Aug 2009 17:12:28 -0000	1.204
+++ .cvsignore	25 Aug 2009 16:29:14 -0000	1.205
@@ -203,3 +203,4 @@ pycups-1.9.46.tar.bz2
 system-config-printer-1.1.8.tar.bz2
 system-config-printer-1.1.10.tar.bz2
 system-config-printer-1.1.11.tar.xz
+system-config-printer-1.1.12.tar.xz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/sources,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -p -r1.210 -r1.211
--- sources	7 Aug 2009 17:12:28 -0000	1.210
+++ sources	25 Aug 2009 16:29:14 -0000	1.211
@@ -1,3 +1,3 @@
 ac8f98a40b0fc4b6ab4470f10489887a  pysmbc-1.0.6.tar.bz2
 895d4170542ec80c74d41746a9474409  pycups-1.9.46.tar.bz2
-73c67f5ff95aa5b88949c6f15dd2d836  system-config-printer-1.1.11.tar.xz
+588d53af2750aa4e3418b61262012880  system-config-printer-1.1.12.tar.xz


Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/system-config-printer.spec,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -p -r1.282 -r1.283
--- system-config-printer.spec	20 Aug 2009 17:21:19 -0000	1.282
+++ system-config-printer.spec	25 Aug 2009 16:29:16 -0000	1.283
@@ -6,15 +6,14 @@
 
 Summary: A printer administration tool
 Name: system-config-printer
-Version: 1.1.11
-Release: 6%{?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.1/system-config-printer-%{version}.tar.xz
 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-scp-git.patch
 
 BuildRequires: cups-devel >= 1.2
 BuildRequires: python-devel >= 2.4
@@ -25,7 +24,6 @@ BuildRequires: intltool
 BuildRequires: libusb-devel, libudev-devel
 BuildRequires: xmlto
 BuildRequires: epydoc
-BuildRequires: autoconf, automake
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -76,11 +74,6 @@ printers.
 
 %prep
 %setup -q -a 1 -a 2
-# Applied patch from 1.1.x (52a73b6).
-%patch1 -p1 -b .scp-git
-aclocal
-automake --copy --add-missing
-autoconf
 
 %build
 %configure --with-udev-rules
@@ -192,6 +185,30 @@ rm -rf %buildroot
 exit 0
 
 %changelog
+* 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.
+
 * Thu Aug 20 2009 Tim Waugh <twaugh at redhat.com> 1.1.11-6
 - Applied patch from 1.1.x (52a73b6).
   - Better printer icons representing status (bug #518020).


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


--- system-config-printer-scp-git.patch DELETED ---




More information about the scm-commits mailing list