[git-review: 3/3] Update to 1.18.

Pete Zaitcev zaitcev at fedoraproject.org
Thu Sep 13 23:54:43 UTC 2012


commit 0ad88d1127d95294fe8bd386c1f69bbf40a1ebf7
Author: Pete Zaitcev <zaitcev at kotori.zaitcev.us>
Date:   Thu Sep 13 17:52:55 2012 -0600

    Update to 1.18.

 .gitignore      |    1 +
 git-review.spec |   12 ++++++++----
 sources         |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 140e9ac..476b128 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /openstack-ci-git-review-1.15-0-gf719a31.tar.gz
 /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
diff --git a/git-review.spec b/git-review.spec
index 3b2a401..a9efb5a 100644
--- a/git-review.spec
+++ b/git-review.spec
@@ -1,6 +1,6 @@
 Name:		git-review
-Version:	1.17
-Release:	3%{?dist}
+Version:	1.18
+Release:	1%{?dist}
 Summary:	A git helper for integration with Gerrit
 
 Group:		Development/Tools
@@ -9,7 +9,7 @@ URL:		https://github.com/openstack-ci/git-review
 # Source URL is https://github.com/openstack-ci/git-review/tarball/{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.17-0-g776e800.tar.gz
+Source0:	openstack-ci-git-review-1.18-0-ge20ad53.tar.gz
 Source1:	git-review.conf
 
 BuildArch:	noarch
@@ -23,7 +23,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-776e800
+%setup -q -n openstack-ci-git-review-7930bc0
 
 %build
 %{__python} setup.py build
@@ -57,6 +57,10 @@ rm -rf %{buildroot}
 %doc README.md
 
 %changelog
+* Thu Sep 13 2012 Pete Zaitcev <zaitcev at redhat.com>
+- 1.18-1
+- Upstream 1.18: list actions
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.17-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index dae3118..ca19cea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f2b343a5eeba9b43ff705146143f449b  openstack-ci-git-review-1.17-0-g776e800.tar.gz
+d7c490b2bd61da7586e21077d55bde99  openstack-ci-git-review-1.18-0-ge20ad53.tar.gz


More information about the scm-commits mailing list