Changes including:
  - Don't call into Gtk directly from scp-dbus-service (bug #951710).
  - Handle errors from Gdk.color_parse() correctly.
  - Fix creating of empty pixbuf.
  - Make man page and --help output consistent.
  - Some codec fixes (bug #957343, bug #957444, bug #960567).
  - Updated translations (bug #951647).
  - Use xxx-supported values for number-up and sides options
    (bug #923841).
This commit is contained in:
Tim Waugh 2013-05-09 15:42:47 +01:00
parent 68d136ae2d
commit c38528a2cb
5 changed files with 15 additions and 15 deletions

1
.gitignore vendored
View File

@ -243,3 +243,4 @@ pycups-1.9.51.tar.bz2
/system-config-printer-1.3.12.tar.xz
/system-config-printer-1.3.13.tar.xz
/system-config-printer-1.4.0.tar.xz
/system-config-printer-1.4.1.tar.xz

View File

@ -1 +1 @@
3267c2eac454f470c0659034196d2668 system-config-printer-1.4.0.tar.xz
3d794eb88c5813c3024b181677a602dd system-config-printer-1.4.1.tar.xz

Binary file not shown.

View File

@ -1,15 +1,12 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 1.4.0
Release: 4%{?dist}
Version: 1.4.1
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.3/%{name}-%{version}.tar.xz
Patch1: system-config-printer-no-applet-in-gnome.patch
Patch2: system-config-printer-DISPLAY.patch
Patch3: system-config-printer-encoding.patch
Patch4: system-config-printer-quit.patch
BuildRequires: cups-devel >= 1.2
BuildRequires: desktop-file-utils >= 0.2.92
@ -71,15 +68,6 @@ printers.
# Don't start the applet in GNOME.
%patch1 -p1 -b .no-applet-in-gnome
# Better behaviour when trying to run without valid DISPLAY (bug # #948240).
%patch2 -p1 -b .DISPLAY
# Fixed some printer name encoding issues (bug #950162).
%patch3 -p1 -b .encoding
# Don't delete mainlist too early when quitting (bug #915483).
%patch4 -p1 -b .quit
%build
%configure --with-udev-rules
@ -179,6 +167,17 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris
exit 0
%changelog
* Thu May 9 2013 Tim Waugh <twaugh@redhat.com> 1.4.1-1
- 1.4.1:
- Don't call into Gtk directly from scp-dbus-service (bug #951710).
- Handle errors from Gdk.color_parse() correctly.
- Fix creating of empty pixbuf.
- Make man page and --help output consistent.
- Some codec fixes (bug #957343, bug #957444, bug #960567).
- Updated translations (bug #951647).
- Use xxx-supported values for number-up and sides options
(bug #923841).
* Mon Apr 15 2013 Tim Waugh <twaugh@redhat.com> 1.4.0-4
- Don't call into Gtk directly from scp-dbus-service (bug #951710).
- Adjusted dependencies now we use GObject introspection.