diff --git a/.gitignore b/.gitignore index c7879cc..b0024ee 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index e229a74..a13708a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3267c2eac454f470c0659034196d2668 system-config-printer-1.4.0.tar.xz +3d794eb88c5813c3024b181677a602dd system-config-printer-1.4.1.tar.xz diff --git a/system-config-printer-1.4.0.tar.xz.sig b/system-config-printer-1.4.0.tar.xz.sig deleted file mode 100644 index 432ad8b..0000000 Binary files a/system-config-printer-1.4.0.tar.xz.sig and /dev/null differ diff --git a/system-config-printer-1.4.1.tar.xz.sig b/system-config-printer-1.4.1.tar.xz.sig new file mode 100644 index 0000000..8b59bdb Binary files /dev/null and b/system-config-printer-1.4.1.tar.xz.sig differ diff --git a/system-config-printer.spec b/system-config-printer.spec index d29b2bb..164b97f 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -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 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 1.4.0-4 - Don't call into Gtk directly from scp-dbus-service (bug #951710). - Adjusted dependencies now we use GObject introspection.