[fedora-review] Update to latest upstream version

Stanislav Ochotnicky sochotni at fedoraproject.org
Mon Apr 29 09:26:09 UTC 2013


commit 4994ec45422ae40ec5eb6d74c2d8e0b4f21406cd
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Mon Apr 29 11:10:52 2013 +0200

    Update to latest upstream version

 .gitignore                                         |    1 +
 0001-Fix-syntax-error.patch                        |   26 --------
 ...Handle-characters-i-package-name-BZ908830.patch |   40 -------------
 ...ocs-to-separate-doc-package-test-BZ-90883.patch |   40 -------------
 ...NO_MOCKGROUP_TEST-to-inhibit-test-of-mock.patch |   60 -------------------
 ...ock.init-is-invoked-before-other-usage-91.patch |   61 --------------------
 0006-Ensure-we-run-correct-mock-binary.patch       |   24 --------
 fedora-review.spec                                 |   29 ++--------
 sources                                            |    2 +-
 9 files changed, 7 insertions(+), 276 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 84ad670..941c432 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /fedora-review-0.3.0.tar.gz
 /fedora-review-0.3.1.tar.gz
 /fedora-review-0.4.0.tar.gz
+/fedora-review-0.4.1.tar.gz
diff --git a/fedora-review.spec b/fedora-review.spec
index 7a9b1ad..9fa53ee 100644
--- a/fedora-review.spec
+++ b/fedora-review.spec
@@ -5,8 +5,8 @@
 #global     git_tag  .fa1afe1
 
 Name:       fedora-review
-Version:    0.4.0
-Release:    4%{?git_tag}%{?dist}
+Version:    0.4.1
+Release:    1%{?git_tag}%{?dist}
 Summary:    Review tool for fedora rpm packages
 
 License:    GPLv2+
@@ -34,21 +34,6 @@ Requires:       python-argparse
 # Let's be consistent with the name used on fedorahosted
 provides:       FedoraReview = %{version}-%{release}
 
-# Applied upstream - 5aee7f3
-Patch1:         0001-Fix-syntax-error.patch
-# Applied upstream - caeb135
-Patch2:         0002-Handle-characters-i-package-name-BZ908830.patch
-# Applied upstream - d7298ce
-Patch3:         0003-Fix-large-docs-to-separate-doc-package-test-BZ-90883.patch
-# Applied upstream - d7aab9e
-Patch4:         0004-Use-REVIEW_NO_MOCKGROUP_TEST-to-inhibit-test-of-mock.patch
-# Applied upstream - 1216801, #912182
-Patch5:         0005-Make-sure-Mock.init-is-invoked-before-other-usage-91.patch
-# Applied upstream - b493e1c
-Patch6:         0006-Ensure-we-run-correct-mock-binary.patch
-
-
-
 
 %description
 This tool automates much of the dirty work when reviewing a package
@@ -89,13 +74,6 @@ see http://php5.laurent-laville.org/compatinfo/.
 %prep
 %setup -q
 
-%patch1 -p1 -b .
-%patch2 -p1 -b .
-%patch3 -p1 -b .
-%patch4 -p1 -b .
-%patch5 -p1 -b .
-%patch6 -p1 -b .
-
 %build
 %{__python} setup.py --quiet build
 
@@ -146,6 +124,9 @@ python -m unittest discover -f
 
 
 %changelog
+* Mon Apr 29 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0.4.1-1
+- Update to latest upstream version
+
 * Tue Feb 19 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0.4.0-4
 - Fix rhbz912182
 - Reorganize patches a bit
diff --git a/sources b/sources
index 82e2c74..424f451 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e51839a726d53d41225fa61ed48a747a  fedora-review-0.4.0.tar.gz
+905d9e13a3050d34652689325250da91  fedora-review-0.4.1.tar.gz


More information about the scm-commits mailing list