rpms/yumex/EL-6 yumex-HEAD.patch, NONE, 1.1 sources, 1.68, 1.69 yumex.spec, 1.81, 1.82

Tim Lauridsen timlau at fedoraproject.org
Thu Jul 8 14:32:27 UTC 2010


Author: timlau

Update of /cvs/pkgs/rpms/yumex/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25826

Modified Files:
	sources yumex.spec 
Added Files:
	yumex-HEAD.patch 
Log Message:
Release 2.9.9-2

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: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yumex/EL-6/sources,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- sources	31 Jan 2010 07:56:06 -0000	1.68
+++ sources	8 Jul 2010 14:32:26 -0000	1.69
@@ -1 +1 @@
-4746a0e7c371c7c7c47a3e6eb9a1aa35  yumex-2.9.7.tar.gz
+1dfec85615190bd03b2cf41d399af2f7  yumex-2.9.9.tar.gz


Index: yumex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yumex/EL-6/yumex.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -p -r1.81 -r1.82
--- yumex.spec	31 Jan 2010 07:56:06 -0000	1.81
+++ yumex.spec	8 Jul 2010 14:32:27 -0000	1.82
@@ -1,14 +1,15 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:     yumex
-Version:  2.9.7
-Release:  1%{?dist}
+Version:  2.9.9
+Release:  2%{?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
@@ -18,12 +19,14 @@ BuildRequires: gettext
 BuildRequires: intltool
 
 
-Requires: yum >= 3.2.21
+Requires: yum >= 3.2.23
 Requires: pygtk2 >= 2.14
 Requires: usermode
 Requires: pexpect
 Requires: python-enum
 Requires: python-iniparse
+Requires: dbus-python
+Requires: udisks
 
 %description
 Graphical User Interface for Yum.
@@ -31,7 +34,7 @@ Graphical User Interface for Yum.
 
 %prep
 %setup -q
-
+%patch0 -p1
 
 %build
 make
@@ -73,6 +76,12 @@ 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
+- bumped version to 2.9.8-1
 * Mon Jan 31 2010 Tim Lauridsen <timlau at fedoraproject.org> - 2.9.7-1
 - bumped version to 2.9.7-1
 * Mon Jan 11 2010 Tim Lauridsen <timlau at fedoraproject.org> - 2.9.6-1



More information about the scm-commits mailing list