Hello community,

here is the log from the commit of package python-xattr for openSUSE:Factory 
checked in at 2013-03-18 07:14:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xattr (Old)
 and      /work/SRC/openSUSE:Factory/.python-xattr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xattr", Maintainer is "radma...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xattr/python-xattr.changes        
2012-06-26 17:26:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-xattr.new/python-xattr.changes   
2013-03-18 07:14:13.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Mar 15 08:49:50 UTC 2013 - speili...@suse.com
+
+- Add provides/obsoletes for pyxattr which just got deleted
+- Some minor cleanup
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-xattr.spec ++++++
--- /var/tmp/diff_new_pack.LpT5De/_old  2013-03-18 07:14:14.000000000 +0100
+++ /var/tmp/diff_new_pack.LpT5De/_new  2013-03-18 07:14:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xattr
 #
-# 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
@@ -27,10 +27,11 @@
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
-%py_requires
-%endif
+Provides:       pyxattr = %{version}
+Obsoletes:      pyxattr < %{version}
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%endif
 
 %description
 Extended attributes extend the basic attributes of files and directories
@@ -42,10 +43,10 @@
 
 %prep
 %setup -q -n xattr-%{version}
-sed -i "1d" xattr/tool.py # Fix executable-bit rpmlint warning
+sed -i "/#\!\/usr\/bin\/env python/d" xattr/tool.py # Fix executable-bit 
rpmlint warning
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to