rpms/rpmlint/devel rpmlint-0.75-develdep.patch, NONE, 1.1 rpmlint.spec, 1.20, 1.21

Ville Skytta (scop) fedora-extras-commits at redhat.com
Fri Feb 17 23:02:54 UTC 2006


Author: scop

Update of /cvs/extras/rpms/rpmlint/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25911

Modified Files:
	rpmlint.spec 
Added Files:
	rpmlint-0.75-develdep.patch 
Log Message:
* Sat Feb 18 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.75-1
- 0.75 + -devel Epoch version check patch from CVS.


rpmlint-0.75-develdep.patch:

--- NEW FILE rpmlint-0.75-develdep.patch ---
--- TagsCheck.py	31 Jan 2006 10:49:33 -0000	1.90
+++ TagsCheck.py	17 Feb 2006 22:55:43 -0000	1.91
@@ -553,3 +553,3 @@
                     elif version:
-                        if use_epoch:
+                        if epoch is not None: # regardless of use_epoch
                             expected=str(epoch) + ":" + version


Index: rpmlint.spec
===================================================================
RCS file: /cvs/extras/rpms/rpmlint/devel/rpmlint.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- rpmlint.spec	12 Feb 2006 20:31:35 -0000	1.20
+++ rpmlint.spec	17 Feb 2006 23:02:54 -0000	1.21
@@ -10,6 +10,7 @@
 Source0:        http://www.zarb.org/~misc/%{name}-%{version}.tar.bz2
 Source1:        %{name}-fedora-config
 Patch0:         %{name}-0.71-disttag.patch
+Patch1:         %{name}-0.75-develdep.patch
 Patch2:         %{name}-0.71-prereq.patch
 Patch3:         %{name}-0.71-la-exec.patch
 Patch4:         %{name}-0.71-doc-exec.patch
@@ -87,8 +88,8 @@
 
 
 %changelog
-* Sun Feb 12 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.75-1
-- 0.75.
+* Sat Feb 18 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.75-1
+- 0.75 + -devel Epoch version check patch from CVS.
 
 * Tue Jan 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.71-3
 - Sync with upstream CVS as of 2006-01-15, includes improved versions of




More information about the fedora-extras-commits mailing list