[fedora-review] Update to latest upstream (0.5.1)

Stanislav Ochotnicky sochotni at fedoraproject.org
Fri Dec 13 13:00:25 UTC 2013


commit 08bcfb36956f9eb62c50aa78985d14711f11242b
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Fri Dec 13 13:07:23 2013 +0100

    Update to latest upstream (0.5.1)

 .gitignore         |    1 +
 fedora-review.spec |   15 ++++++++++-----
 sources            |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e83b56..d7e8d58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /fedora-review-0.4.0.tar.gz
 /fedora-review-0.4.1.tar.gz
 /fedora-review-0.5.0.tar.gz
+/fedora-review-0.5.1.tar.gz
diff --git a/fedora-review.spec b/fedora-review.spec
index 6368a62..bb114e1 100644
--- a/fedora-review.spec
+++ b/fedora-review.spec
@@ -1,12 +1,17 @@
+# needed for test content
+%{?perl_default_filter}
+%global __provides_exclude_from %{perl_vendorarch}/auto/.*\\.so$|%{perl_archlib}/.*\\.so$|%{_docdir}|%{_datadir}/fedora-review/
+
 #invoke with "--with tests" to enable tests
 %bcond_with tests
 
 # See notes in make_release which patches this.
 #global     git_tag  .fa1afe1
 
+
 Name:       fedora-review
-Version:    0.5.0
-Release:    3%{?git_tag}%{?dist}
+Version:    0.5.1
+Release:    1%{?git_tag}%{?dist}
 Summary:    Review tool for fedora rpm packages
 
 License:    GPLv2+
@@ -70,9 +75,6 @@ Tests are packaged separately due to space concerns.
 %prep
 %setup -q
 
-mv scripts/php-{phpci,compatinfo}.sh
-sed -i 's:^phpci :phpcompatinfo :' scripts/php-compatinfo.sh
-
 %build
 %{__python} setup.py --quiet build
 
@@ -119,6 +121,9 @@ python -m unittest discover -f
 
 
 %changelog
+* Fri Dec 13 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0.5.1-1
+- Update to latest upstream (0.5.1)
+
 * Tue Oct 15 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0.5.0-3
 - Really use phpcompatinfo instead of phpci
 
diff --git a/sources b/sources
index 5bdd607..d054b7a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-121b1e8d9333e0841808ba0865c5f379  fedora-review-0.5.0.tar.gz
+924d2218bf19b6ba70e70d7230cff64d  fedora-review-0.5.1.tar.gz


More information about the scm-commits mailing list