Hello community, here is the log from the commit of package python-pip for openSUSE:Factory checked in at 2013-12-03 16:12:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pip (Old) and /work/SRC/openSUSE:Factory/.python-pip.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pip" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pip/python-pip.changes 2013-09-26 19:55:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-pip.new/python-pip.changes 2013-12-03 16:12:07.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Nov 22 12:53:53 UTC 2013 - [email protected] + +- Fix alternative link in buildroot + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pip.spec ++++++ --- /var/tmp/diff_new_pack.mHdEgw/_old 2013-12-03 16:12:07.000000000 +0100 +++ /var/tmp/diff_new_pack.mHdEgw/_new 2013-12-03 16:12:07.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pip # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -11,7 +11,7 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -51,6 +51,8 @@ %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +rm %{buildroot}%{_bindir}/pip +ln -s %{_bindir}/pip-%{py_ver} %{buildroot}%{_bindir}/pip %pre # Since /usr/bin/pip became ghosted to be used with update-alternatives, we have to get rid @@ -73,5 +75,8 @@ %{_bindir}/pip-%{py_ver} %{python_sitelib}/pip-%{version}-py%{py_ver}.egg-info %{python_sitelib}/pip +%if 0%{?suse_version} >= 1230 +%ghost %{_sysconfdir}/alternatives/pip +%endif %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
