Hello community,

here is the log from the commit of package python-suds-jurko for 
openSUSE:Factory checked in at 2015-10-30 13:42:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-suds-jurko (Old)
 and      /work/SRC/openSUSE:Factory/.python-suds-jurko.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-suds-jurko"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-suds-jurko/python-suds-jurko.changes      
2015-08-05 06:50:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-suds-jurko.new/python-suds-jurko.changes 
2015-10-30 13:42:23.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Jul 29 11:05:38 UTC 2015 - tbecht...@suse.com
+
+- Unify spec file. Use fedora compatible files macros
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-suds-jurko.spec ++++++
--- /var/tmp/diff_new_pack.oCLeD0/_old  2015-10-30 13:42:24.000000000 +0100
+++ /var/tmp/diff_new_pack.oCLeD0/_new  2015-10-30 13:42:24.000000000 +0100
@@ -24,6 +24,7 @@
 Group:          Development/Languages/Python
 Url:            http://bitbucket.org/jurko/suds
 Source:         
https://pypi.python.org/packages/source/s/suds-jurko/suds-jurko-%{version}.tar.bz2
+BuildRequires:  openstack-suse-macros
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-xml
@@ -49,10 +50,10 @@
 %setup -q -n suds-jurko-%{version}
 
 %build
-python setup.py build
+%{__python2} setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
 #python setup.py test
@@ -60,6 +61,6 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.txt README.rst
-%{python_sitelib}/*
+%{python2_sitelib}/*
 
 %changelog


Reply via email to