[system-config-printer] 1.2.96:

Jiří Popelka jpopelka at fedoraproject.org
Mon Jan 17 17:12:14 UTC 2011


commit 94e288eba451b0ab562aab57a372a1675328bc38
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Mon Jan 17 17:59:39 2011 +0100

    1.2.96:

 .gitignore                                        |    1 +
 pycups-1.9.51.tar.bz2.sig                         |  Bin 65 -> 0 bytes
 pysmbc-1.0.9.tar.bz2.asc                          |    7 ------
 sources                                           |    2 +-
 system-config-printer-1.2.95.tar.xz.sig           |  Bin 65 -> 0 bytes
 system-config-printer-1.2.96.tar.xz.sig           |  Bin 0 -> 65 bytes
 system-config-printer-attach-to-status-icon.patch |   23 ---------------------
 system-config-printer-compiz-rename.patch         |   11 ----------
 system-config-printer.spec                        |   18 ++++++++++------
 9 files changed, 13 insertions(+), 49 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd2fe06..1249deb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -226,3 +226,4 @@ pycups-1.9.51.tar.bz2
 /system-config-printer-1.2.4.tar.xz
 /system-config-printer-1.2.5.tar.xz
 /system-config-printer-1.2.95.tar.xz
+/system-config-printer-1.2.96.tar.xz
diff --git a/sources b/sources
index 0c3dec4..ec158eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-42bc90e9b2d558b332b03eb7b112fb94  system-config-printer-1.2.95.tar.xz
+90a4e4bdb404758d4ad69d772fb3e5e1  system-config-printer-1.2.96.tar.xz
diff --git a/system-config-printer-1.2.96.tar.xz.sig b/system-config-printer-1.2.96.tar.xz.sig
new file mode 100644
index 0000000..ad09278
Binary files /dev/null and b/system-config-printer-1.2.96.tar.xz.sig differ
diff --git a/system-config-printer.spec b/system-config-printer.spec
index 0901166..823f703 100644
--- a/system-config-printer.spec
+++ b/system-config-printer.spec
@@ -4,14 +4,12 @@
 
 Summary: A printer administration tool
 Name: system-config-printer
-Version: 1.2.95
-Release: 4%{?dist}
+Version: 1.2.96
+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.2/%{name}-%{version}.tar.xz
-Patch1: system-config-printer-attach-to-status-icon.patch
-Patch2: system-config-printer-compiz-rename.patch
 BuildRequires: cups-devel >= 1.2
 BuildRequires: desktop-file-utils >= 0.2.92
 BuildRequires: gettext-devel
@@ -67,8 +65,6 @@ printers.
 
 %prep
 %setup -q
-%patch1 -p1 -b .attach-to-status-icon
-%patch2 -p1 -b .compiz-rename
 
 %build
 %configure --with-udev-rules
@@ -168,7 +164,7 @@ rm -rf %buildroot
 %{_datadir}/%{name}/xml/*.rng
 %{_datadir}/%{name}/xml/validate.py*
 %dir %{_datadir}/%{name}/ui
-%{_datadir}/%{name}/ui/*.glade
+%{_datadir}/%{name}/ui/*.ui
 %{_datadir}/applications/system-config-printer.desktop
 %{_sysconfdir}/xdg/autostart/print-applet.desktop
 %{_mandir}/man1/*
@@ -178,6 +174,14 @@ rm -rf %buildroot
 exit 0
 
 %changelog
+* Mon Jan 17 2011 Jiri Popelka <jpopelka at redhat.com> 1.2.96-1
+- 1.2.96:
+  - Remove reference to current printer on exit (bug #556548).
+  - Handle cups.Connection() failure in PrinterURIIndexr (bug #648014).
+  - Block unwanted characters when editing queue name (bug #658550).
+  - Initialise D-Bus threading in timedops module (bug #662047).
+  - many other fixes
+
 * Thu Dec  2 2010 Tim Waugh <twaugh at redhat.com> - 1.2.95-4
 - Grab focus on the IconView after setting it editable (bug #650995).
 


More information about the scm-commits mailing list