[fedora-review] Updating to upstream 0.5.0

Stanislav Ochotnicky sochotni at fedoraproject.org
Fri Aug 30 12:24:12 UTC 2013


commit 909b653558b5b7d47a65b13b372c18cbb91b11fc
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Fri Aug 30 13:57:31 2013 +0200

    Updating to upstream 0.5.0

 fedora-review.spec |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/fedora-review.spec b/fedora-review.spec
index c122050..2a88e11 100644
--- a/fedora-review.spec
+++ b/fedora-review.spec
@@ -5,34 +5,33 @@
 #global     git_tag  .fa1afe1
 
 Name:       fedora-review
-Version:    0.4.1
-Release:    4%{?git_tag}%{?dist}
+Version:    0.5.0
+Release:    1%{?git_tag}%{?dist}
 Summary:    Review tool for fedora rpm packages
 
 License:    GPLv2+
 URL:        https://fedorahosted.org/FedoraReview/
 Source0:    https://fedorahosted.org/released/FedoraReview/%{name}-%{version}%{?git_tag}.tar.gz
 
-# backport from upstream commit a775357fcf
-Patch1:     0001-Check-if-spec.get_section-returned-None-before-using.patch
-
 BuildArch:  noarch
 
+BuildRequires:  python-argparse
 BuildRequires:  python-BeautifulSoup
 BuildRequires:  python-bugzilla
 BuildRequires:  python-straight-plugin
+BuildRequires:  python-unittest2
 BuildRequires:  python2-devel
 BuildRequires:  rpm-python
-BuildRequires:  python-argparse
 
 Requires:       fedora-packager
+Requires:       python-argparse
 Requires:       python-BeautifulSoup
 Requires:       python-bugzilla
 Requires:       python-kitchen
 Requires:       python-straight-plugin
 Requires:       rpm-python
 Requires:       rpmdevtools
-Requires:       python-argparse
+Requires:       yum-utils
 
 # Let's be consistent with the name used on fedorahosted
 provides:       FedoraReview = %{version}-%{release}
@@ -76,7 +75,7 @@ see http://php5.laurent-laville.org/compatinfo/.
 
 %prep
 %setup -q
-%patch1 -p1
+
 
 %build
 %{__python} setup.py --quiet build
@@ -107,7 +106,7 @@ python -m unittest discover -f
 
 
 %files
-%doc COPYING AUTHORS TODO README
+%doc COPYING AUTHORS README
 %{python_sitelib}/*
 %{_bindir}/fedora-review
 %{_bindir}/fedora-create-review
@@ -128,6 +127,9 @@ python -m unittest discover -f
 
 
 %changelog
+* Fri Aug 30 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0.5.0-1
+- Updating to upstream 0.5.0
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list