Accepting request 27525 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/system-config-printer via accept of submit request 27525 revision 2. Request was accepted with message: accept OBS-URL: https://build.opensuse.org/request/show/27525 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/system-config-printer?expand=0&rev=58
This commit is contained in:
committed by
Git OBS Bridge
parent
9f761de3a1
commit
b8a4bfba8c
@@ -1,3 +1,99 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 23 12:47:03 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 1.1.16:
|
||||
+ system-config-printer:
|
||||
- Don't fail if smbc module is not available.
|
||||
- Don't overwrite BrowsePoll settings with basic settings
|
||||
dialog (rh #543986).
|
||||
- Fixed cupsd.conf parsing when lines begin with blanks
|
||||
(rh#544003).
|
||||
- Constraints handling fix.
|
||||
- Clear device screen each time a new dialog is presented.
|
||||
- Prefer Foomatic/hpijs to hpcups for the time being.
|
||||
- Rearchitecture code for more asynchronous code, and use it to
|
||||
fetch the device list in a safe way.
|
||||
- Adapted to new pycups API for cupsSetPasswordCB2.
|
||||
- Ignore com.apple.print.recoverable state reason.
|
||||
- Fix various tracebacks.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 15:16:27 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 1.1.15:
|
||||
+ system-config-printer:
|
||||
- Fix a traceback.
|
||||
- Don't update properties if apply failed (rh#542503).
|
||||
- Changes from version 1.1.14:
|
||||
+ system-config-printer:
|
||||
- Avoid unnecessary "publish printers" dialog.
|
||||
- Translate job-hold-until and retry-current-job values.
|
||||
- Attempt to discover whether the firewall needs adjusting.
|
||||
- Iconify jobs window into status icon.
|
||||
- Handle hpcups driver for 5400 series in test suite.
|
||||
- Added SMB support to 'Find Network Printer'.
|
||||
- Fixed device fetch when not using polkit-1.
|
||||
- Cancel PrinterFinder when new-printer dialog closes.
|
||||
- Added IPP and JetDirect support to 'Find Network Printer'.
|
||||
- Use the correct URI for probed CUPS queues.
|
||||
- Better order for network printer probes.
|
||||
- Use make-and-model to guess the PPD driver for a discovered
|
||||
printer, if no device ID is available.
|
||||
- Improve default name of printer, when the name already
|
||||
exists.
|
||||
- Auto-select raw queue correctly when changing PPD.
|
||||
- Attempt to determine make and model of network printers
|
||||
(rh#524321).
|
||||
- Don't display properties dialog for first test page
|
||||
(lp#444280).
|
||||
- Fixed visibility tracking for jobs window.
|
||||
- Strip 'zjs', 'zxs', 'pcl3' from make-and-model (rh#531048).
|
||||
- Added support for custom state reasons.
|
||||
- Catch IPP errors when updating from notified events
|
||||
(rh#530641).
|
||||
- Fail nicely if new printer is deleted during test page prompt
|
||||
(rh#533109).
|
||||
- Suggest installing foomatic-db-ppds when appropriate.
|
||||
- Install the foomatic package if foomatic-rip is missing.
|
||||
- Retry when reconnection (due to authentication) fails
|
||||
(rh#541741).
|
||||
- Various small bug and UI fixes.
|
||||
- Various code improvements.
|
||||
- Fix various tracebacks.
|
||||
+ udev-configure-printer/udev-add-printer:
|
||||
- Build system fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 10 23:45:32 CEST 2009 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.1.13:
|
||||
+ system-config-printer:
|
||||
- Use correct statereason level icon names.
|
||||
- Handle icon load failure gracefully.
|
||||
- Fix cleaning of TurboPrint PPD listings of CUPS 1.4.x.
|
||||
- Avoid error dialog after cancelling operation via PolicyKit
|
||||
dialog.
|
||||
- Fetch devices in a separate thread to avoid blocking
|
||||
(lp#516787).
|
||||
- Add polkit-1 support, and make it conditional on "configure
|
||||
--with-polkit-1".
|
||||
- Fixed traceback with older versions of GTK+.
|
||||
- Fixed proxy authentication.
|
||||
- Allow PPD/device changes for raw queues.
|
||||
- Extended TimedOperation class to allow callbacks
|
||||
- Fixed cupspk support for DevicesGet
|
||||
- Allow parameters to cupshelpers.getDevices
|
||||
- Allow for more than one spinner task
|
||||
- Use callbacks when fetching devices
|
||||
- Fixed spinner UI bug
|
||||
- Fixed cancellation in TimedOperation class
|
||||
- Fetch network devices as soon as local devices are received
|
||||
- Make sure to cancel the fetchDevices callback when not needed
|
||||
+ Updated translations.
|
||||
- Rebase system-config-printer-firewall-menu.patch to apply with
|
||||
fuzz=0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 10:07:51 CEST 2009 - vuntz@novell.com
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package system-config-printer (Version 1.1.12)
|
||||
# spec file for package system-config-printer (Version 1.1.16)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -19,10 +19,11 @@
|
||||
|
||||
|
||||
Name: system-config-printer
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Group: Hardware/Printing
|
||||
Version: 1.1.12
|
||||
Version: 1.1.16
|
||||
Release: 1
|
||||
# FIXME: use --with-polkit-1 in configure when new cups-pk-helper with polkit1 support is there
|
||||
Summary: A printer administration tool
|
||||
Url: http://cyberelk.net/tim/software/system-config-printer/
|
||||
Source0: http://cyberelk.net/tim/data/system-config-printer/1.0.x/system-config-printer-%{version}.tar.bz2
|
||||
@@ -74,7 +75,7 @@ system-config-printer is a graphical user interface that allows the
|
||||
user to configure a CUPS print server.
|
||||
|
||||
%package -n python-cupshelpers
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Summary: High-level Python Bindings for CUPS
|
||||
Group: Hardware/Printing
|
||||
Requires: python-cups
|
||||
@@ -85,7 +86,7 @@ This package contains high-level python bindings for CUPS, and can be
|
||||
used on top of python-cups.
|
||||
|
||||
%package -n udev-configure-printer
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Summary: Utility to autoconfigure printers when plugged
|
||||
Group: Hardware/Printing
|
||||
Obsoletes: cups-autoconfig <= 0.1.0
|
||||
@@ -156,10 +157,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -n udev-configure-printer
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_sysconfdir}/udev
|
||||
%dir %{_sysconfdir}/udev/rules.d
|
||||
%dir /lib/udev
|
||||
%{_sysconfdir}/udev/rules.d/*.rules
|
||||
%dir /lib/udev/rules.d
|
||||
/lib/udev/rules.d/*.rules
|
||||
/lib/udev/udev-add-printer
|
||||
/lib/udev/udev-configure-printer
|
||||
%endif
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3a33293bf6bc7a50dca35ac814637e4dac04889d25ec4a96b059f4d1054f9c2
|
||||
size 1009644
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:176b63ee6af2208313469192eb34eb12b41fe8b890a18c8a5ab693010a8e785d
|
||||
size 1036604
|
||||
@@ -1,9 +1,9 @@
|
||||
Index: system-config-printer-1.1.4/system-config-printer.py
|
||||
Index: system-config-printer-1.1.13/system-config-printer.py
|
||||
===================================================================
|
||||
--- system-config-printer-1.1.4.orig/system-config-printer.py
|
||||
+++ system-config-printer-1.1.4/system-config-printer.py
|
||||
@@ -123,7 +123,7 @@ busy_cursor = gtk.gdk.Cursor(gtk.gdk.WAT
|
||||
ready_cursor = gtk.gdk.Cursor(gtk.gdk.LEFT_PTR)
|
||||
--- system-config-printer-1.1.13.orig/system-config-printer.py
|
||||
+++ system-config-printer-1.1.13/system-config-printer.py
|
||||
@@ -137,7 +137,7 @@ sys.path.append (pkgdata)
|
||||
busy_cursor = gtk.gdk.Cursor(gtk.gdk.WATCH)
|
||||
|
||||
TEXT_start_firewall_tool = _("To do this, select "
|
||||
- "System->Administration->Firewall "
|
||||
|
||||
Reference in New Issue
Block a user