rpms/yumex/devel yumex-HEAD.patch,NONE,1.1 yumex.spec,1.86,1.87

Tim Lauridsen timlau at fedoraproject.org
Wed Jul 7 07:36:35 UTC 2010


Author: timlau

Update of /cvs/pkgs/rpms/yumex/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32160

Modified Files:
	yumex.spec 
Added Files:
	yumex-HEAD.patch 
Log Message:
Release 2.9.9-2 : Add patch to fix typo

yumex-HEAD.patch:
 yum_childtask.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE yumex-HEAD.patch ---
diff --git a/src/yum_childtask.py b/src/yum_childtask.py
index 733edb7..2099a1f 100755
--- a/src/yum_childtask.py
+++ b/src/yum_childtask.py
@@ -52,7 +52,7 @@ if __name__ == "__main__":
     plugins = True
     offline = False
     yum_conf = '/etc/yum.conf'
-    if len(sys.sargv) > 3:
+    if len(sys.argv) > 3:
         debuglevel = int(sys.argv[1])
         plugins = sys.argv[2] == 'True'
         offline = sys.argv[3] == 'True'


Index: yumex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yumex/devel/yumex.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -p -r1.86 -r1.87
--- yumex.spec	6 Jul 2010 08:14:05 -0000	1.86
+++ yumex.spec	7 Jul 2010 07:36:33 -0000	1.87
@@ -2,13 +2,14 @@
 
 Name:     yumex
 Version:  2.9.9
-Release:  1%{?dist}
+Release:  %{?dist}
 Summary:  Yum Extender graphical package management tool
 
 Group:    Applications/System
 License:  GPLv2+
 URL:      http://www.yum-extender.org
 Source0:  http://www.yum-extender.org/dnl/yumex/source/%{name}-%{version}.tar.gz
+Patch0:	  yumex-HEAD.patch
 BuildRoot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
@@ -33,7 +34,7 @@ Graphical User Interface for Yum.
 
 %prep
 %setup -q
-
+%patch0 -p1
 
 %build
 make
@@ -75,6 +76,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/fedora-%{name}.desktop
 
 %changelog
+* Wed Jul 7 2010 Tim Lauridsen <timlau at fedoraproject.org> - 2.9.9-2
+- Added patch with yumex git HEAD, to fix typo
 * Tue Jul 6 2010 Tim Lauridsen <timlau at fedoraproject.org> - 2.9.9-1
 - bumped version to 2.9.9-1
 * Sat Jun 5 2010 Tim Lauridsen <timlau at fedoraproject.org> - 2.9.8-1



More information about the scm-commits mailing list