summaryrefslogtreecommitdiffstats
path: root/git-review.spec
diff options
context:
space:
mode:
authorPete Zaitcev <zaitcev@kotori.zaitcev.us>2012-04-11 15:13:09 -0600
committerPete Zaitcev <zaitcev@kotori.zaitcev.us>2012-04-11 15:13:09 -0600
commit348921c3066c3239fd533cee5a8e217b87c5e1ba (patch)
tree3288bc0f6e7cd1cdacadbb72126f1d092cd779ec /git-review.spec
parente3de461d75f68dd505d71ed97bc147c41da7c788 (diff)
Update to 1.16
Diffstat (limited to 'git-review.spec')
-rw-r--r--git-review.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/git-review.spec b/git-review.spec
index a8351f7..4c6fd6f 100644
--- a/git-review.spec
+++ b/git-review.spec
@@ -1,5 +1,5 @@
Name: git-review
-Version: 1.15
+Version: 1.16
Release: 1%{?dist}
Summary: A git helper for integration with Gerrit
@@ -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.15-0-gf719a31.tar.gz
+Source0: openstack-ci-git-review-1.16-0-gda19131.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-1e26fe8
+%setup -q -n openstack-ci-git-review-30855a7
%build
%{__python} setup.py build
@@ -36,6 +36,9 @@ rm -rf %{buildroot}
mkdir -p %{buildroot}%{_sysconfdir}/git-review/
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
+
%clean
rm -rf %{buildroot}
@@ -54,6 +57,10 @@ rm -rf %{buildroot}
%doc README.md
%changelog
+* Wed Apr 11 2012 Pete Zaitcev <zaitcev@redhat.com>
+- 1.16-1
+- Update to upstream 1.16: supports Gerrit 2.3 API (for draft reviews e.g.).
+
* Tue Apr 10 2012 Pete Zaitcev <zaitcev@redhat.com>
- 1.15-1
- Update to upstream 1.15: everything except the big refactor for OSX.