[rpmlint] update to 1.6

Tom Callaway spot at fedoraproject.org
Thu Sep 4 13:41:00 UTC 2014


commit 4346425f029068a0532dc9153faac21f2b3f7b3f
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Sep 4 09:40:52 2014 -0400

    update to 1.6

 .gitignore   |    1 +
 rpmlint.spec |   26 +++++++-------------------
 sources      |    2 +-
 3 files changed, 9 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6b7ec6..61479dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /rpmlint-1.3.tar.xz
 /rpmlint-1.4.tar.xz
 /rpmlint-1.5.tar.xz
+/rpmlint-1.6.tar.xz
diff --git a/rpmlint.spec b/rpmlint.spec
index 1aad23e..a156d40 100644
--- a/rpmlint.spec
+++ b/rpmlint.spec
@@ -1,8 +1,7 @@
 Name:           rpmlint
-Version:        1.5
-Release:        12%{?dist}
+Version:        1.6
+Release:        1%{?dist}
 Summary:        Tool for checking common errors in RPM packages
-
 Group:          Development/Tools
 License:        GPLv2
 URL:            http://sourceforge.net/projects/rpmlint/
@@ -14,21 +13,12 @@ Source3:        %{name}-etc.config
 Source4:        %{name}.config.el4
 # EL-5 specific config
 Source5:        %{name}.config.el5
-# http://sourceforge.net/p/rpmlint/code/ci/f85186d/
-Patch0:		rpmlint-1.5-desktopfix.patch
-# http://sourceforge.net/p/rpmlint/code/ci/b5044ef95714377fd8b6f1dec79360b34d8c24f9
-Patch1:		rpmlint-1.5-dont-modify-sys-argv-0.patch
-# http://sourceforge.net/p/rpmlint/code/ci/910b08d053eb384605ca6ad5606791e7c224c3fa
-Patch2:		rpmlint-1.5-fix-unbound-var.patch
-# https://sourceforge.net/p/rpmlint/code/ci/9844a91e281b2da647c599c3958ec34375d245a2
-Patch3:		rpmlint-1.5-fix-unicode-name-bug.patch
-# http://sourceforge.net/p/rpmlint/code/ci/0929683e2544813d65ef85ae49b52ccdc6662746
-Patch4:		rpmlint-1.5-python-3.4-magic-number-fix.patch
 
 BuildArch:      noarch
 BuildRequires:  python >= 2.4
 BuildRequires:  rpm-python >= 4.4
 BuildRequires:  sed >= 3.95
+BuildRequires:	pytest
 %if ! 0%{?rhel}
 # no bash-completion for RHEL
 BuildRequires:  bash-completion
@@ -59,11 +49,6 @@ and source packages as well as spec files can be checked.
 
 %prep
 %setup -q
-%patch0 -p1 -b .desktopfix
-%patch1 -p1 -b .argv0
-%patch2 -p1 -b .fixunbound
-%patch3 -p1 -b .fixunicode
-%patch4 -p1 -b .py34
 sed -i -e /MenuCheck/d Config.py
 cp -p config config.example
 install -pm 644 %{SOURCE2} CHANGES.package.old
@@ -110,10 +95,13 @@ make check
 %{_bindir}/rpmlint
 %{_datadir}/rpmlint/
 %exclude %{_datadir}/rpmlint/rpmlint.py[co]
+%{_mandir}/man1/rpmdiff.1*
 %{_mandir}/man1/rpmlint.1*
 
-
 %changelog
+* Thu Sep  4 2014 Tom Callaway <spot at fedoraproject.org> - 1.6-1
+- update to 1.6
+
 * Wed Jun 25 2014 Tom Callaway <spot at fedoraproject.org> - 1.5-12
 - add systemd to UsrLibBinaryException
 
diff --git a/sources b/sources
index e3480ab..32a8a9d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7e82d97211ba0128ef864c7eac2fab8  rpmlint-1.5.tar.xz
+ad09ff960c7f3561af59f7886f3619ef  rpmlint-1.6.tar.xz


More information about the scm-commits mailing list