rpms/rpmlint/devel .cvsignore, 1.20, 1.21 rpmlint.config, 1.23, 1.24 rpmlint.spec, 1.49, 1.50 sources, 1.20, 1.21 rpmlint-0.84-distregex.patch, 1.1, NONE

Ville Skyttä scop at fedoraproject.org
Thu Oct 23 20:14:50 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/rpmlint/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19609

Modified Files:
	.cvsignore rpmlint.config rpmlint.spec sources 
Removed Files:
	rpmlint-0.84-distregex.patch 
Log Message:
* Thu Oct 23 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.85-1
- 0.85, fixes #355861, #450011, #455371, #456843, #461421, #461423, #461434.
- Dist regex patch applied/superseded upstream.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	26 Jul 2008 17:09:14 -0000	1.20
+++ .cvsignore	23 Oct 2008 20:14:20 -0000	1.21
@@ -1 +1 @@
-rpmlint-0.84.tar.bz2
+rpmlint-0.85.tar.bz2


Index: rpmlint.config
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/devel/rpmlint.config,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- rpmlint.config	12 Sep 2008 17:00:21 -0000	1.23
+++ rpmlint.config	23 Oct 2008 20:14:20 -0000	1.24
@@ -5,7 +5,7 @@
 
 from Config import *
 
-setOption("DistRegex", '\.(fc|rhe?l|el)\d+(?=\.|$)')
+setOption("ReleaseExtension", '\.(fc|rhe?l|el)\d+(?=\.|$)')
 setOption("UseVersionInChangeLog", 1)
 setOption("UseBzip2", 0)
 setOption("UseDefaultRunlevels", 0)
@@ -249,3 +249,4 @@
 addFilter("^gpg-pubkey:")
 addFilter(" doc-file-dependency .* /bin/sh$")
 addFilter("hardcoded-library-path .*/lib/udev(/|$)")
+addFilter("not-standard-release-extension")


Index: rpmlint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/devel/rpmlint.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- rpmlint.spec	12 Sep 2008 17:00:21 -0000	1.49
+++ rpmlint.spec	23 Oct 2008 20:14:20 -0000	1.50
@@ -1,6 +1,6 @@
 Name:           rpmlint
-Version:        0.84
-Release:        3%{?dist}
+Version:        0.85
+Release:        1%{?dist}
 Summary:        Tool for checking common errors in RPM packages
 
 Group:          Development/Tools
@@ -9,8 +9,7 @@
 Source0:        http://rpmlint.zarb.org/download/%{name}-%{version}.tar.bz2
 Source1:        %{name}.config
 Source2:        %{name}-CHANGES.package.old
-Patch0:         %{name}-0.84-distregex.patch
-Patch1:         %{name}-0.77-compile.patch
+Patch0:         %{name}-0.77-compile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -31,8 +30,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1
+%patch0
 sed -i -e /MenuCheck/d Config.py
 install -pm 644 %{SOURCE2} CHANGES.package.old
 
@@ -68,6 +66,10 @@
 
 
 %changelog
+* Thu Oct 23 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.85-1
+- 0.85, fixes #355861, #450011, #455371, #456843, #461421, #461423, #461434.
+- Dist regex patch applied/superseded upstream.
+
 * Fri Sep 12 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.84-3
 - Sync Fedora license list with Wiki revision 1.09
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	26 Jul 2008 17:09:14 -0000	1.20
+++ sources	23 Oct 2008 20:14:20 -0000	1.21
@@ -1 +1 @@
-d7e2aab6135a44a845f677d27f2722bd  rpmlint-0.84.tar.bz2
+a9344017826f709328c63192c5a727ec  rpmlint-0.85.tar.bz2


--- rpmlint-0.84-distregex.patch DELETED ---




More information about the scm-commits mailing list