rpms/rpmlint/devel .cvsignore, 1.26, 1.27 rpmlint.config, 1.37, 1.38 rpmlint.spec, 1.69, 1.70 sources, 1.26, 1.27 rpmlint-0.87-compile.patch, 1.1, NONE

Ville Skyttä scop at fedoraproject.org
Mon Nov 2 21:40:43 UTC 2009


Author: scop

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

Modified Files:
	.cvsignore rpmlint.config rpmlint.spec sources 
Removed Files:
	rpmlint-0.87-compile.patch 
Log Message:
* Mon Nov  2 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.92-1
- Update to 0.92; fixes #528535, and #531102 (partially).
- Python byte compile patch applied/superseded upstream.
- Add <lua> to list of valid scriptlet shells.
- Sync Fedora license list with Wiki revision 1.53.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/devel/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- .cvsignore	13 Sep 2009 22:15:35 -0000	1.26
+++ .cvsignore	2 Nov 2009 21:40:41 -0000	1.27
@@ -1 +1 @@
-rpmlint-0.91.tar.bz2
+rpmlint-0.92.tar.bz2


Index: rpmlint.config
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/devel/rpmlint.config,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- rpmlint.config	13 Sep 2009 22:15:36 -0000	1.37
+++ rpmlint.config	2 Nov 2009 21:40:42 -0000	1.38
@@ -19,6 +19,7 @@ setOption("UseEpoch", False)
 setOption("UseUTF8", True)
 setOption("ValidSrcPerms", (0664, 0644, ))
 setOption("ValidShells", (
+    "<lua>",
     "/bin/sh",
     "/bin/bash",
     "/sbin/ldconfig",
@@ -34,7 +35,7 @@ setOption("DanglingSymlinkExceptions", (
 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 "1.49, 15 August 2009" of that page.
+    # Last synced with revision "1.53, 8 Oct 2009" of that page.
     'AAL',
     'Adobe',
     'ADSL',
@@ -132,6 +133,7 @@ setOption("ValidLicenses", (
     'MirOS',
     'MIT',
     'MIT with advertising',
+    'mod_macro',
     'Motosoto',
     'MPLv1.0',
     'MPLv1.0+',


Index: rpmlint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/devel/rpmlint.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -p -r1.69 -r1.70
--- rpmlint.spec	13 Sep 2009 22:15:36 -0000	1.69
+++ rpmlint.spec	2 Nov 2009 21:40:42 -0000	1.70
@@ -1,5 +1,5 @@
 Name:           rpmlint
-Version:        0.91
+Version:        0.92
 Release:        1%{?dist}
 Summary:        Tool for checking common errors in RPM packages
 
@@ -10,8 +10,6 @@ Source0:        http://rpmlint.zarb.org/
 Source1:        %{name}.config
 Source2:        %{name}-CHANGES.package.old
 Source3:        %{name}-etc.config
-# Fedora specific, not upstreamable
-Patch0:         %{name}-0.87-compile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -20,8 +18,10 @@ BuildRequires:  rpm-python >= 4.4
 BuildRequires:  sed >= 3.95
 Requires:       rpm-python >= 4.4
 Requires:       python >= 2.4
-# python-magic is strictly speaking an optional dep, but it's quite desirable.
+# python-magic and python-enchant are actually optional dependencies, but
+# they bring quite desirable features.
 Requires:       python-magic
+Requires:       python-enchant
 Requires:       cpio
 Requires:       binutils
 Requires:       desktop-file-utils
@@ -36,14 +36,13 @@ and source packages as well as spec file
 
 %prep
 %setup -q
-%patch0 -p1
 sed -i -e /MenuCheck/d Config.py
 install -pm 644 %{SOURCE2} CHANGES.package.old
 install -pm 644 %{SOURCE3} config
 
 
 %build
-make
+make COMPILE_PYC=1
 
 
 %install
@@ -75,6 +74,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Nov  2 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.92-1
+- Update to 0.92; fixes #528535, and #531102 (partially).
+- Python byte compile patch applied/superseded upstream.
+- Add <lua> to list of valid scriptlet shells.
+- Sync Fedora license list with Wiki revision 1.53.
+
 * Mon Sep 14 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.91-1
 - Update to 0.91; fixes #513811, #515185, #516492, #519694, and #521630.
 - Add dependencies on gzip, bzip2, and xz.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- sources	13 Sep 2009 22:15:36 -0000	1.26
+++ sources	2 Nov 2009 21:40:42 -0000	1.27
@@ -1 +1 @@
-38b22629d28a02c0f6d675860dc6f6d7  rpmlint-0.91.tar.bz2
+87b07adf3a93066546223a007af18169  rpmlint-0.92.tar.bz2


--- rpmlint-0.87-compile.patch DELETED ---




More information about the fedora-extras-commits mailing list