From 4357e2f04f81b80d9caaae77761989c2eb3b5da2 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Thu, 26 Aug 2010 12:36:58 +0200 Subject: [PATCH] Updated to 1.2.4 --- .gitignore | 1 + pycups-1.9.48.tar.bz2.sig | Bin 65 -> 0 bytes pycups-1.9.50.tar.bz2.sig | Bin 65 -> 0 bytes pycups-1.9.51.tar.bz2.sig | Bin 0 -> 65 bytes sources | 2 +- system-config-printer-1.2.3.tar.xz.sig | Bin 65 -> 0 bytes system-config-printer-1.2.4.tar.xz.sig | Bin 0 -> 65 bytes system-config-printer.spec | 38 +++++++++++++++++++++++-- 8 files changed, 38 insertions(+), 3 deletions(-) delete mode 100644 pycups-1.9.48.tar.bz2.sig delete mode 100644 pycups-1.9.50.tar.bz2.sig create mode 100644 pycups-1.9.51.tar.bz2.sig delete mode 100644 system-config-printer-1.2.3.tar.xz.sig create mode 100644 system-config-printer-1.2.4.tar.xz.sig diff --git a/.gitignore b/.gitignore index 8ffdac0..aa5f791 100644 --- a/.gitignore +++ b/.gitignore @@ -223,3 +223,4 @@ pycups-1.9.50.tar.bz2 system-config-printer-1.2.3.tar.xz pycups-1.9.51.tar.bz2 /pysmbc-1.0.9.tar.bz2 +/system-config-printer-1.2.4.tar.xz diff --git a/pycups-1.9.48.tar.bz2.sig b/pycups-1.9.48.tar.bz2.sig deleted file mode 100644 index 6ab9fa94c9fbaf751742a18883fc894a278aef08..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-OI4??1hg7`no8Q&5dt!90H0i?NhzoqW&Hb#h6np-4WJ$d&RaHSmz diff --git a/system-config-printer-1.2.4.tar.xz.sig b/system-config-printer-1.2.4.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000..f6134269b1a314f04c5dde884c73d265839cf818 GIT binary patch literal 65 zcmV-H0KWf-KLZ5-Omd|z1hg7`no8Q&5dyEL0HCJz9Tv3l3f}Z~5*iFHyj=M)f$spH XO~Zdq$a7MVv>7M11SD2U+&yieU&k9< literal 0 HcmV?d00001 diff --git a/system-config-printer.spec b/system-config-printer.spec index 5c20dce..ee67932 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -6,8 +6,8 @@ Summary: A printer administration tool Name: system-config-printer -Version: 1.2.3 -Release: 5%{?dist} +Version: 1.2.4 +Release: 1%{?dist} License: GPLv2+ URL: http://cyberelk.net/tim/software/system-config-printer/ Group: System Environment/Base @@ -198,6 +198,40 @@ rm -rf %buildroot exit 0 %changelog +* Thu Aug 26 2010 Jiri Popelka 1.2.4-1 +- Updated to 1.2.4: + - Error checking in on_job_cancel_prompt_response (bug #608283). + - Fixed UDEV_RULES conditional; also, avoid unnecessary tests. + - Fill in username before calling set_auth_info (bug #609515). + - Make the 'Add' button actually do something. + - Initialise downloadable_drivers dict earlier (bug #608815). + - Strip ' BR-Script3' from the names of Brother PPDs. + - Sanitize loading of non-existing icon (bug #612415). + - udev helper: use CUPS defaults when connecting. + - Blacklist certain printer state reasons (bug #520815). + - Exclude dnssd backend from udev search. + - Avoid double-destroy in ppdsloader. + - Catch KeyError in jobviewer when printer uri not known (bug #615727). + - Changed shebang in executables (bug #618357). + - Make udev-configure-printer work for Bluetooth (Bastien Nocera). + - Merged Till Kamppeter's patches. + - Access OpenPrinting via the web query API with redirect support. + - Prioritize DNS-SD-based URIs against IP-based URIs. + - Added missing "import gobject" to probe_printer.py. + - On discovered network printers do not only cache make and model but also the device ID. + - Fix recognition of remote CUPS queues when setting up an IPP queue. + - Added delay to the auto-start of the applet. + - Do not error out on missing firewall D-Bus service. + - Make multi-threaded driver package search via Jockey work. + - Prioritize HP's hpcups driver against HPIJS. + - Silence error messages of missing PrinterDriversInstaller D-Bus service. + - Improvements for setting up Bluetooth printers. + - udev-configure-printer: Match usblp, libusb, HPLIP, and USB device file URIs. + - Fill the queue list when clicking "Probe" in LPD printer setup screen. + - Remove the ":9100" from discovered "socket://..." URIs. + - Integration of the dnssd CUPS backend and assosiation of DNS-SD names and IPs. + - When setting up a printer search for local drivers before searching the internet. + * Sun Aug 22 2010 Tim Waugh - 1.2.3-5 - Updated pysmbc to 1.0.9.