rpms/system-config-printer/devel pysmbc-1.0.6.tar.bz2.sig, NONE, 1.1 system-config-printer-1.0.9.tar.bz2.sig, NONE, 1.1 .cvsignore, 1.186, 1.187 sources, 1.192, 1.193 system-config-printer.spec, 1.224, 1.225 pysmbc-1.0.5.tar.bz2.sig, 1.1, NONE pysmbc-git.patch, 1.1, NONE system-config-printer-1.0.8.tar.bz2.sig, 1.1, NONE system-config-printer-1.0.x.patch, 1.7, NONE

Tim Waugh twaugh at fedoraproject.org
Tue Oct 21 16:58:05 UTC 2008


Author: twaugh

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

Modified Files:
	.cvsignore sources system-config-printer.spec 
Added Files:
	pysmbc-1.0.6.tar.bz2.sig 
	system-config-printer-1.0.9.tar.bz2.sig 
Removed Files:
	pysmbc-1.0.5.tar.bz2.sig pysmbc-git.patch 
	system-config-printer-1.0.8.tar.bz2.sig 
	system-config-printer-1.0.x.patch 
Log Message:
* Tue Oct 21 2008 Tim Waugh <twaugh at redhat.com> 1.0.9-1
- Updated to 1.0.9 for translations.
- Updated pysmbc to 1.0.6.  No longer need pysmbc-git patch.



--- NEW FILE pysmbc-1.0.6.tar.bz2.sig ---
ˆ?
‹ô£6AýÕ½

--- NEW FILE system-config-printer-1.0.9.tar.bz2.sig ---
ˆ?

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/.cvsignore,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- .cvsignore	29 Sep 2008 17:00:58 -0000	1.186
+++ .cvsignore	21 Oct 2008 16:57:35 -0000	1.187
@@ -183,3 +183,5 @@
 pysmbc-1.0.5.tar.bz2
 system-config-printer-1.0.7.tar.bz2
 system-config-printer-1.0.8.tar.bz2
+pysmbc-1.0.6.tar.bz2
+system-config-printer-1.0.9.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/sources,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- sources	29 Sep 2008 17:00:58 -0000	1.192
+++ sources	21 Oct 2008 16:57:35 -0000	1.193
@@ -1,3 +1,3 @@
 030379d4accc18c402cd1ec367524a3b  pycups-1.9.42.tar.bz2
-fb77befa25ad919f532e24ea8f9cdd36  pysmbc-1.0.5.tar.bz2
-7cd1662e1ee658cd7815b1732c7fc604  system-config-printer-1.0.8.tar.bz2
+ac8f98a40b0fc4b6ab4470f10489887a  pysmbc-1.0.6.tar.bz2
+accb926526b4c56c47ba732dd1028cb4  system-config-printer-1.0.9.tar.bz2


Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/system-config-printer.spec,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- system-config-printer.spec	17 Oct 2008 09:12:59 -0000	1.224
+++ system-config-printer.spec	21 Oct 2008 16:57:35 -0000	1.225
@@ -1,21 +1,19 @@
 %define pycups_version 1.9.42
-%define pysmbc_version 1.0.5
+%define pysmbc_version 1.0.6
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Summary: A printer administration tool
 Name: system-config-printer
-Version: 1.0.8
-Release: 7%{?dist}
+Version: 1.0.9
+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.0.x/system-config-printer-%{version}.tar.bz2
 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-1.0.x.patch
-Patch2: pysmbc-git.patch
 
 BuildRequires: cups-devel >= 1.2
 BuildRequires: python-devel >= 2.4
@@ -62,9 +60,6 @@
 
 %prep
 %setup -q -a 1 -a 2
-%patch1 -p1 -z .1.0.x
-cd pysmbc-%{pysmbc_version}
-%patch2 -p1 -z .git
 
 %build
 %configure
@@ -154,6 +149,10 @@
 exit 0
 
 %changelog
+* Tue Oct 21 2008 Tim Waugh <twaugh at redhat.com> 1.0.9-1
+- Updated to 1.0.9 for translations.
+- Updated pysmbc to 1.0.6.  No longer need pysmbc-git patch.
+
 * Fri Oct 17 2008 Tim Waugh <twaugh at redhat.com> 1.0.8-7
 - Added patch for pysmbc changes in git to prevent getdents crashing
   (bug #465975).


--- pysmbc-1.0.5.tar.bz2.sig DELETED ---


--- pysmbc-git.patch DELETED ---


--- system-config-printer-1.0.8.tar.bz2.sig DELETED ---


--- system-config-printer-1.0.x.patch DELETED ---




More information about the fedora-extras-commits mailing list