devel/yum .cvsignore, 1.60, 1.61 sources, 1.63, 1.64 yum.spec, 1.179, 1.180

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Wed Sep 26 18:53:08 UTC 2007


Author: katzj

Update of /cvs/pkgs/devel/yum
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19375

Modified Files:
	.cvsignore sources yum.spec 
Log Message:
* Wed Sep 25 2007 Jeremy Katz <katzj at redhat.com> - 3.2.5-4
- pull in fixes from upstream for media handling, pkgid (#291471), and 
  a potential depsolving bug



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/devel/yum/.cvsignore,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- .cvsignore	10 Sep 2007 16:07:13 -0000	1.60
+++ .cvsignore	26 Sep 2007 18:52:35 -0000	1.61
@@ -1,3 +1 @@
-yum-3.2.3.tar.gz
-yum-3.2.4.tar.gz
 yum-3.2.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/devel/yum/sources,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- sources	10 Sep 2007 16:07:14 -0000	1.63
+++ sources	26 Sep 2007 18:52:35 -0000	1.64
@@ -1,2 +1 @@
-f88b40b3d4429e1a05a2e7f319f096c8  yum-3.2.4.tar.gz
 f0899caf538ed864234cafbc77d211c1  yum-3.2.5.tar.gz


Index: yum.spec
===================================================================
RCS file: /cvs/pkgs/devel/yum/yum.spec,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- yum.spec	17 Sep 2007 14:51:39 -0000	1.179
+++ yum.spec	26 Sep 2007 18:52:35 -0000	1.180
@@ -3,7 +3,7 @@
 Summary: RPM installer/updater
 Name: yum
 Version: 3.2.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://linux.duke.edu/projects/yum/download/3.2/%{name}-%{version}.tar.gz
@@ -13,6 +13,7 @@
 Patch1: yum-showasdep.patch
 Patch2: yum-trans-display-object.patch
 Patch3: yum-3.2.5-close.patch
+Patch4: yum-misc-fixes.patch
 
 URL: http://linux.duke.edu/yum/
 BuildArch: noarch
@@ -52,6 +53,7 @@
 %patch1 -p1 -b .showdep
 %patch2 -p1 -b .transdisp
 %patch3 -p1 -b .close
+%patch4 -p1 
 
 %build
 make
@@ -97,6 +99,10 @@
 %dir /usr/lib/yum-plugins
 
 %changelog
+* Wed Sep 25 2007 Jeremy Katz <katzj at redhat.com> - 3.2.5-4
+- pull in fixes from upstream for media handling, pkgid (#291471), and 
+  a potential depsolving bug
+
 * Mon Sep 17 2007 Jeremy Katz <katzj at redhat.com> - 3.2.5-3
 - fix traceback with closing repos 
 




More information about the fedora-extras-commits mailing list