diff --git a/.gitignore b/.gitignore index 4371f84..070cb64 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /openstack-ci-git-review-1.17-0-g776e800.tar.gz /openstack-ci-git-review-1.18-0-ge20ad53.tar.gz /git-review-1.22.tar.gz +/git-review-1.24.tar.gz diff --git a/git-review.conf b/git-review.conf index c247631..0c60d2b 100644 --- a/git-review.conf +++ b/git-review.conf @@ -1,2 +1,8 @@ -[updates] -check=off +[DEFAULT] +# scheme= +# hostname= +# port= +# project= +# defaultbranch= +# defaultremote= +# defaultrebase= diff --git a/git-review.spec b/git-review.spec index dbab300..21f2ffa 100644 --- a/git-review.spec +++ b/git-review.spec @@ -1,24 +1,23 @@ Name: git-review -Version: 1.22 -Release: 2%{?dist} -Summary: A git helper for integration with Gerrit +Version: 1.24 +Release: 1%{?dist} +Summary: A Git helper for integration with Gerrit Group: Development/Tools License: ASL 2.0 URL: https://github.com/openstack-infra/git-review -# Source URL is https://github.com/openstack-infra/git-review/archive/{version}, -# which produces Content-Disposition: attachment; filename=XXXXXX.tar.gz. -Source0: git-review-%{version}.tar.gz +Source0: http://tarballs.openstack.org/git-review/git-review-%{version}.tar.gz Source1: git-review.conf BuildArch: noarch BuildRequires: python2-devel +BuildRequires: python-pbr BuildRequires: python-setuptools Requires: git %description -An extension for source control system git that creates and manages review +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 @@ -38,9 +37,7 @@ 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 -# The setup.py in git-review manages manpages. -#install -d -m 755 #{buildroot}#{_mandir}/man1 -#install -p -m 0644 git-review.1 #{buildroot}#{_mandir}/man1 +install -p -m 0644 -D git-review.1 %{buildroot}%{_mandir}/man1/git-review.1 %clean rm -rf %{buildroot} @@ -50,8 +47,9 @@ rm -rf %{buildroot} %{_bindir}/git-review %{_mandir}/man1/git-review.1.gz # Our package name is git-review, but setup.py installs with underscore. -#{python_sitelib}/#{name}-#{version}-*.egg-info/ +%{python_sitelib}/git_review/ %{python_sitelib}/git_review-%{version}-*.egg-info/ + %dir %{_sysconfdir}/git-review/ %config(noreplace) %{_sysconfdir}/git-review/git-review.conf # License is required in percent-doc according to Packaging:LicensingGuidelines @@ -59,6 +57,10 @@ rm -rf %{buildroot} %doc README.rst %changelog +* Wed Oct 29 2014 Pete Zaitcev - 1.24-1 +- Upstream 1.24: better deal w/ proxies, https; bugfixes (e.g. unicode crash) +- Checking for updates is out, other configuration options are in + * Sat Jun 07 2014 Fedora Release Engineering - 1.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 6e22d45..9bed851 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e889df5838c059362e5e0d411bde9c48 git-review-1.22.tar.gz +537c78591e74853c204c5b3d88c0c4fd git-review-1.24.tar.gz