rpms/rpmlint/F-9 .cvsignore, 1.20, 1.21 rpmlint.config, 1.21, 1.22 rpmlint.spec, 1.45, 1.46 sources, 1.20, 1.21 rpmlint-0.84-distregex.patch, 1.1, NONE

Ville Skyttä scop at fedoraproject.org
Thu Oct 23 20:29:24 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/rpmlint/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22254

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.
- Mute some explicit-lib-dependency false positives (#458290).
- Sync Fedora license list with Wiki revision 1.19.
- 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/F-9/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	26 Jul 2008 19:04:08 -0000	1.20
+++ .cvsignore	23 Oct 2008 20:28:54 -0000	1.21
@@ -1 +1 @@
-rpmlint-0.84.tar.bz2
+rpmlint-0.85.tar.bz2


Index: rpmlint.config
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/F-9/rpmlint.config,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- rpmlint.config	26 Jul 2008 19:04:08 -0000	1.21
+++ rpmlint.config	23 Oct 2008 20:28:54 -0000	1.22
@@ -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)
@@ -28,7 +28,8 @@
 setOption("ValidLicenses", (
     # These are the short names for all of the Fedora approved licenses.
     # The master list is kept here: http://fedoraproject.org/wiki/Licensing
-    # Last synced with revision "16:08, 18 July 2008" of that page.
+    # Last synced with revision "1.19, 23 Oct 2008" of that page.
+    'AAL',
     'Adobe',
     'ADSL',
     'AFL',
@@ -50,8 +51,12 @@
     'Boost',
     'BSD',
     'BSD with advertising',
+    'CATOSL',
     'CeCILL',
+    'CeCILL-B',
+    'CeCILL-C',
     'CDDL',
+    'CNRI',
     'CPAL',
     'CPL',
     'Condor',
@@ -63,6 +68,7 @@
     'eCos',
     'EFL 2.0',
     'EFL 2.0+',
+    'Entessa',
     'EPL',
     'ERPL',
     'EU Datagrid',
@@ -75,6 +81,7 @@
     'GPL+',
     'GPL+ or Artistic',
     'GPLv1',
+    'GPLv2 or Artistic',
     'GPLv2+ or Artistic',
     'GPLv2',
     'GPLv2 with exceptions',
@@ -98,6 +105,7 @@
     'LGPLv2',
     'LGPLv2 with exceptions',
     'LGPLv2+',
+    'LGPLv2+ or Artistic',
     'LGPLv2+ with exceptions',
     'LGPLv3',
     'LGPLv3 with exceptions',
@@ -136,8 +144,10 @@
     'OSL 3.0',
     'OSL 3.0+',
     'OpenSSL',
+    'OReilly',
     'Phorum',
     'PHP',
+    'psutils',
     'Public Domain',
     'Python',
     'Qhull',
@@ -152,6 +162,8 @@
     'SLIB',
     'SPL',
     'TCL',
+    'Teeworlds',
+    'TMate',
     'UCD',
     'VOSTROM',
     'Vim',
@@ -187,10 +199,13 @@
     'DSL',
     'EFML',
     'Free Art',
+    'GeoGratis',
+    'OAL',
     # Font licenses
     'Arphic',
     'Baekmuk',
     'Bitstream Vera',
+    'Hershey',
     'Liberation',
     'Lucida',
     'mplus',
@@ -238,3 +253,5 @@
 addFilter("^gpg-pubkey:")
 addFilter(" doc-file-dependency .* /bin/sh$")
 addFilter("hardcoded-library-path .*/lib/udev(/|$)")
+addFilter("not-standard-release-extension")
+addFilter("explicit-lib-dependency (liberation-fonts|libertas-.*-firmware)")


Index: rpmlint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/F-9/rpmlint.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- rpmlint.spec	26 Jul 2008 19:04:08 -0000	1.45
+++ rpmlint.spec	23 Oct 2008 20:28:54 -0000	1.46
@@ -1,6 +1,6 @@
 Name:           rpmlint
-Version:        0.84
-Release:        2%{?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,15 @@
 
 
 %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.
+- Mute some explicit-lib-dependency false positives (#458290).
+- Sync Fedora license list with Wiki revision 1.19.
+- 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
+
 * Sat Jul 26 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.84-2
 - 0.84, fixes #355861, #456304.
 - Sync Fedora license list with Wiki revision "16:08, 18 July 2008".


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/F-9/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	26 Jul 2008 19:04:08 -0000	1.20
+++ sources	23 Oct 2008 20:28:54 -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 fedora-extras-commits mailing list