[git-review/f19] Update to 1.22

Pete Zaitcev zaitcev at fedoraproject.org
Tue Aug 27 03:58:41 UTC 2013


commit 8802ee6918aca87c6b25705c2b746e192523d460
Author: Pete Zaitcev <zaitcev at kotori.zaitcev.us>
Date:   Mon Aug 26 21:57:40 2013 -0600

    Update to 1.22
    
    This is an exact copy of the update in Rawhide (and F20).
    
    Resolves: rhbz#997903

 .gitignore      |    1 +
 git-review.spec |   24 +++++++++++++++---------
 sources         |    2 +-
 3 files changed, 17 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 476b128..4371f84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /openstack-ci-git-review-1.16-0-gda19131.tar.gz
 /openstack-ci-git-review-1.17-0-g776e800.tar.gz
 /openstack-ci-git-review-1.18-0-ge20ad53.tar.gz
+/git-review-1.22.tar.gz
diff --git a/git-review.spec b/git-review.spec
index 3f108d4..98de5a5 100644
--- a/git-review.spec
+++ b/git-review.spec
@@ -1,15 +1,14 @@
 Name:		git-review
-Version:	1.18
-Release:	2%{?dist}
+Version:	1.22
+Release:	1%{?dist}
 Summary:	A git helper for integration with Gerrit
 
 Group:		Development/Tools
 License:	ASL 2.0
-URL:		https://github.com/openstack-ci/git-review
-# Source URL is https://github.com/openstack-ci/git-review/tarball/{version},
+URL:		https://github.com/openstack-infra/git-review
+# Source URL is https://github.com/openstack-infra/git-review/archive/{version},
 # which produces  Content-Disposition: attachment; filename=XXXXXX.tar.gz.
-# But wait! The extracted directory name is different from tarball name.
-Source0:	openstack-ci-git-review-1.18-0-ge20ad53.tar.gz
+Source0:	git-review-%{version}.tar.gz
 Source1:	git-review.conf
 
 BuildArch:	noarch
@@ -23,7 +22,7 @@ An extension for source control system git that creates and manages review
 requests in the patch management system Gerrit. It replaces the rfc.sh script.
 
 %prep
-%setup -q -n openstack-ci-git-review-7930bc0
+%setup -q
 
 %build
 %{__python} setup.py build
@@ -39,6 +38,10 @@ cp %{SOURCE1} %{buildroot}%{_sysconfdir}/git-review/
 # We do not save ".gitreview" as dot.gitreview because the man page has it too.
 # cp .gitreview #{buildroot}/usr/share/doc/dot.gitreview
 
+# The setup.py in git-review manages manpages.
+#install -d -m 755 #{buildroot}#{_mandir}/man1
+#install -p -m 0644 git-review.1 #{buildroot}#{_mandir}/man1
+
 %clean
 rm -rf %{buildroot}
 
@@ -53,10 +56,13 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/git-review/git-review.conf
 # License is required in percent-doc according to Packaging:LicensingGuidelines
 %doc AUTHORS LICENSE
-# How about transforming README.md into HTML or something?
-%doc README.md
+%doc README.rst
 
 %changelog
+* Fri Aug 09 2013 Pete Zaitcev <zaitcev at redhat.com>
+- 1.22-1
+- Upstream 1.22: per-user configurations, tweaks to gerrit branch search
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.18-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index ca19cea..6e22d45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7c490b2bd61da7586e21077d55bde99  openstack-ci-git-review-1.18-0-ge20ad53.tar.gz
+e889df5838c059362e5e0d411bde9c48  git-review-1.22.tar.gz


More information about the scm-commits mailing list