[git-review] Update to 1.15

Pete Zaitcev zaitcev at fedoraproject.org
Tue Apr 10 19:12:48 UTC 2012


commit e3de461d75f68dd505d71ed97bc147c41da7c788
Author: Pete Zaitcev <zaitcev at kotori.zaitcev.us>
Date:   Tue Apr 10 13:12:39 2012 -0600

    Update to 1.15

 .gitignore      |    1 +
 git-review.spec |   12 ++++++++----
 sources         |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 986a5e7..a85cead 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /openstack-ci-git-review-1.12-0-ge852960.tar.gz
+/openstack-ci-git-review-1.15-0-gf719a31.tar.gz
diff --git a/git-review.spec b/git-review.spec
index 3bff1a6..a8351f7 100644
--- a/git-review.spec
+++ b/git-review.spec
@@ -1,6 +1,6 @@
 Name:		git-review
-Version:	1.12
-Release:	2%{?dist}
+Version:	1.15
+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.12-0-ge852960.tar.gz
+Source0:	openstack-ci-git-review-1.15-0-gf719a31.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-019ee11
+%setup -q -n openstack-ci-git-review-1e26fe8
 
 %build
 %{__python} setup.py build
@@ -54,6 +54,10 @@ rm -rf %{buildroot}
 %doc README.md
 
 %changelog
+* Tue Apr 10 2012 Pete Zaitcev <zaitcev at redhat.com>
+- 1.15-1
+- Update to upstream 1.15: everything except the big refactor for OSX.
+
 * Tue Feb 7 2012 Pete Zaitcev <zaitcev at redhat.com>
 - 1.12-2
 - Update with Rob Kukura's review comments: drop python_sitelib etc.
diff --git a/sources b/sources
index e41348f..1323881 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-670cfc746326275af179a717db2ab653  openstack-ci-git-review-1.12-0-ge852960.tar.gz
+c7b9ef38a3ddfa8e387c30d58f53029a  openstack-ci-git-review-1.15-0-gf719a31.tar.gz


More information about the scm-commits mailing list