diff --git a/.gitignore b/.gitignore index b2b0014..140e9ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /openstack-ci-git-review-1.12-0-ge852960.tar.gz /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 diff --git a/git-review.spec b/git-review.spec index 4c6fd6f..b1f2b46 100644 --- a/git-review.spec +++ b/git-review.spec @@ -1,5 +1,5 @@ Name: git-review -Version: 1.16 +Version: 1.17 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.16-0-gda19131.tar.gz +Source0: openstack-ci-git-review-1.17-0-g776e800.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-30855a7 +%setup -q -n openstack-ci-git-review-776e800 %build %{__python} setup.py build @@ -57,6 +57,10 @@ rm -rf %{buildroot} %doc README.md %changelog +* Thu Jun 28 2012 Pete Zaitcev +- 1.17-1 +- Upstream 1.17: refs/publish, no ssh -Y, adapt to newer git so -d works + * Wed Apr 11 2012 Pete Zaitcev - 1.16-1 - Update to upstream 1.16: supports Gerrit 2.3 API (for draft reviews e.g.). diff --git a/sources b/sources index 0eff3d2..dae3118 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b319a7cfae24bc3a7c8d9da7bbde594 openstack-ci-git-review-1.16-0-gda19131.tar.gz +f2b343a5eeba9b43ff705146143f449b openstack-ci-git-review-1.17-0-g776e800.tar.gz