diff options
author | Pete Zaitcev <zaitcev@kotori.zaitcev.us> | 2012-04-10 13:12:39 -0600 |
---|---|---|
committer | Pete Zaitcev <zaitcev@kotori.zaitcev.us> | 2012-04-10 13:12:39 -0600 |
commit | e3de461d75f68dd505d71ed97bc147c41da7c788 (patch) | |
tree | 3df602721b0db3a8ee8cfd97d446e5f51cda9bac /git-review.spec | |
parent | e865967fed28d417cd14d3f5355ba445e7f4f585 (diff) |
Update to 1.15
Diffstat (limited to 'git-review.spec')
-rw-r--r-- | git-review.spec | 12 |
1 files changed, 8 insertions, 4 deletions
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@redhat.com> +- 1.15-1 +- Update to upstream 1.15: everything except the big refactor for OSX. + * Tue Feb 7 2012 Pete Zaitcev <zaitcev@redhat.com> - 1.12-2 - Update with Rob Kukura's review comments: drop python_sitelib etc. |