rpms/system-config-printer/devel system-config-printer-1.1.13.tar.xz.sig, NONE, 1.1 .cvsignore, 1.205, 1.206 sources, 1.211, 1.212 system-config-printer.spec, 1.292, 1.293 system-config-printer-1.1.12.tar.xz.sig, 1.1, NONE system-config-printer-get-devices.patch, 1.2, NONE system-config-printer-get_cursor.patch, 1.1, NONE system-config-printer-icon-load-traceback.patch, 1.1, NONE system-config-printer-polkit-1.patch, 1.1, NONE system-config-printer-ppdippstr.patch, 1.1, NONE system-config-printer-proxy-auth.patch, 1.1, NONE system-config-printer-raw-device-change.patch, 1.1, NONE system-config-printer-statereason-icons.patch, 1.1, NONE

Tim Waugh twaugh at fedoraproject.org
Mon Sep 14 15:07:15 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/system-config-printer/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15810

Modified Files:
	.cvsignore sources system-config-printer.spec 
Added Files:
	system-config-printer-1.1.13.tar.xz.sig 
Removed Files:
	system-config-printer-1.1.12.tar.xz.sig 
	system-config-printer-get-devices.patch 
	system-config-printer-get_cursor.patch 
	system-config-printer-icon-load-traceback.patch 
	system-config-printer-polkit-1.patch 
	system-config-printer-ppdippstr.patch 
	system-config-printer-proxy-auth.patch 
	system-config-printer-raw-device-change.patch 
	system-config-printer-statereason-icons.patch 
Log Message:
* Mon Sep 14 2009 Tim Waugh <twaugh at redhat.com> 1.1.13-1
- 1.1.13:
  - Translation updates (bug #522451).



--- NEW FILE system-config-printer-1.1.13.tar.xz.sig ---
ˆ?
8"oêæ

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/.cvsignore,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -p -r1.205 -r1.206
--- .cvsignore	25 Aug 2009 16:29:14 -0000	1.205
+++ .cvsignore	14 Sep 2009 15:07:13 -0000	1.206
@@ -204,3 +204,4 @@ system-config-printer-1.1.8.tar.bz2
 system-config-printer-1.1.10.tar.bz2
 system-config-printer-1.1.11.tar.xz
 system-config-printer-1.1.12.tar.xz
+system-config-printer-1.1.13.tar.xz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/sources,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -p -r1.211 -r1.212
--- sources	25 Aug 2009 16:29:14 -0000	1.211
+++ sources	14 Sep 2009 15:07:14 -0000	1.212
@@ -1,3 +1,3 @@
 ac8f98a40b0fc4b6ab4470f10489887a  pysmbc-1.0.6.tar.bz2
 895d4170542ec80c74d41746a9474409  pycups-1.9.46.tar.bz2
-588d53af2750aa4e3418b61262012880  system-config-printer-1.1.12.tar.xz
+15fec6e2bb9543aa42bf86814855f25c  system-config-printer-1.1.13.tar.xz


Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/system-config-printer.spec,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -p -r1.292 -r1.293
--- system-config-printer.spec	4 Sep 2009 10:13:07 -0000	1.292
+++ system-config-printer.spec	14 Sep 2009 15:07:15 -0000	1.293
@@ -6,22 +6,14 @@
 
 Summary: A printer administration tool
 Name: system-config-printer
-Version: 1.1.12
-Release: 8%{?dist}
+Version: 1.1.13
+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.1/system-config-printer-%{version}.tar.xz
 Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
 Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
-Patch1: system-config-printer-get_cursor.patch
-Patch2: system-config-printer-statereason-icons.patch
-Patch3: system-config-printer-icon-load-traceback.patch
-Patch4: system-config-printer-polkit-1.patch
-Patch5: system-config-printer-proxy-auth.patch
-Patch6: system-config-printer-ppdippstr.patch
-Patch7: system-config-printer-raw-device-change.patch
-Patch8: system-config-printer-get-devices.patch
 
 BuildRequires: cups-devel >= 1.2
 BuildRequires: python-devel >= 2.4
@@ -32,7 +24,6 @@ BuildRequires: intltool
 BuildRequires: libusb-devel, libudev-devel
 BuildRequires: xmlto
 BuildRequires: epydoc
-BuildRequires: automake, autoconf
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -83,19 +74,8 @@ printers.
 
 %prep
 %setup -q -a 1 -a 2
-%patch1 -p1 -b .get_cursor
-%patch2 -p1 -b .statereason-icons
-%patch3 -p1 -b .icon-load-traceback
-%patch4 -p1 -b .polkit-1
-%patch5 -p1 -b .proxy-auth
-%patch6 -p1 -b .ppdippstr
-%patch7 -p1 -b .raw-device-change
-%patch8 -p1 -b .get-devices
 
 %build
-aclocal
-automake --copy --add-missing
-autoconf
 %configure --with-udev-rules --with-polkit-1
 
 pushd pycups-%{pycups_version}
@@ -205,6 +185,10 @@ rm -rf %buildroot
 exit 0
 
 %changelog
+* Mon Sep 14 2009 Tim Waugh <twaugh at redhat.com> 1.1.13-1
+- 1.1.13:
+  - Translation updates (bug #522451).
+
 * Fri Sep  4 2009 Tim Waugh <twaugh at redhat.com> 1.1.12-8
 - Further speed improvement when fetching devices.
 


--- system-config-printer-1.1.12.tar.xz.sig DELETED ---


--- system-config-printer-get-devices.patch DELETED ---


--- system-config-printer-get_cursor.patch DELETED ---


--- system-config-printer-icon-load-traceback.patch DELETED ---


--- system-config-printer-polkit-1.patch DELETED ---


--- system-config-printer-ppdippstr.patch DELETED ---


--- system-config-printer-proxy-auth.patch DELETED ---


--- system-config-printer-raw-device-change.patch DELETED ---


--- system-config-printer-statereason-icons.patch DELETED ---




More information about the fedora-extras-commits mailing list