Hello community,

here is the log from the commit of package git-review for openSUSE:Factory 
checked in at 2014-07-10 14:55:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git-review (Old)
 and      /work/SRC/openSUSE:Factory/.git-review.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git-review"

Changes:
--------
--- /work/SRC/openSUSE:Factory/git-review/git-review.changes    2013-10-24 
19:08:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.git-review.new/git-review.changes       
2014-07-10 14:55:05.000000000 +0200
@@ -1,0 +2,48 @@
+Fri Jul  4 07:23:17 UTC 2014 - [email protected]
+
+- Avoid source Url, we're packaging from git
+
+-------------------------------------------------------------------
+Thu May 22 21:47:03 UTC 2014 - [email protected]
+
+- update to 1.23.61:
+* Topic: do not use '(detached' when detached
+* Use gerrit 2.8.5 instead of gerrit 2.6.1 in tests
+* Allow to specify default scheme in .gitreview file
+* Correct test_remote to support branchs without upstream
+* Remove parsing of --help and variants from our code
+* Python2: fixed UnicodeEncodeError
+* Skip invalid unicode in commit messages
+* Git review assumes the wrong ssh default port
+* Add http(s) protocol support to fetch_review and list_reviews
+* git-review.1 manpage fix for groff warnings
+* Fix parsing of SCP-style URLs, as these are valid in Git itself
+* "git review --setup" failed in Chinese locale
+* Bump hacking version in requirements
+* Reduce testr concurrnecy to 2
+* Add http(s) protocol support to set_hooks_commit_msg
+* Retrieve remote pushurl independently of user's locale
+* Add http(s) protocol support to test_remote
+* Verify if every attached file exists. Attach gerrig.config
+* Wrap exceptions that occur while running external process
+* Make Gerrit port and dir selection deterministic
+* Don't try to attach known_hosts if it's not there
+* Remove tox locale overrides
+* Fix the regex for setting topic
+* Add 2m timeout to tests
+* Attach Gerrit logs and known_hosts to failed tests
+* Change test gerrit ssh/http ports offset
+* Correct .Fl typo WRT --compare in the manual page
+* Ignore content of merge commits in reporting
+* Remove empty lines from git log output
+* Preserve merges when doing a rebase
+* Split git rev-parse --show-toplevel --git-dir on newline
+* Prefer .gitconfig username
+* Add more deterministic port selection for Gerrit
+* Document source location as git.openstack.org
+* Implement integration tests
+* Migrate to pbr
+* No longer check for new git-review releases
+- remove git-review-username.diff: merged upstream
+
+-------------------------------------------------------------------

Old:
----
  git-review-1.23.tar.gz
  git-review-username.diff

New:
----
  git-review-1.23.61.gcb87cd1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ git-review.spec ++++++
--- /var/tmp/diff_new_pack.NRNum6/_old  2014-07-10 14:55:07.000000000 +0200
+++ /var/tmp/diff_new_pack.NRNum6/_new  2014-07-10 14:55:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package git-review
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,29 @@
 
 
 Name:           git-review
-Version:        1.23
+Version:        1.23.61.gcb87cd1
 Release:        0
 Summary:        Tool to submit code to Gerrit
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            https://launchpad.net/git-review
-Source0:        
http://pypi.python.org/packages/source/g/git-review/git-review-%{version}.tar.gz
+#Source0:        
http://pypi.python.org/packages/source/g/git-review/git-review-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.gz
 Source1:        git-review.conf
-Patch1:         git-review-username.diff
 BuildRequires:  python-devel
+BuildRequires:  python-pbr
 BuildRequires:  python-setuptools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:      noarch
-%endif
 Provides:       python-git-review = %{version}
 Obsoletes:      python-git-review < %{version}
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 # This package does not install into %%{python_sitelib}, thus we have
 # to manually tell the dependency on python(abi):
 %py_requires
+%else
+BuildArch:      noarch
+%endif
 
 %description
 A git command for submitting branches to Gerrit
@@ -48,16 +49,14 @@
 
 %prep
 %setup -q -n git-review-%{version}
-%patch1 -p0
 
 %build
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-
-install -d %{buildroot}/%{_sysconfdir}/git-review/ 
-install -m 0644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/git-review/ 
+install -m 0644 -D git-review.1 %{buildroot}/%{_mandir}/man1/git-review.1
+install -m 0644 -D %{SOURCE1} 
%{buildroot}/%{_sysconfdir}/git-review/git-review.conf
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to