Hello community,

here is the log from the commit of package python-Tempita for openSUSE:Factory 
checked in at 2013-03-08 09:48:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Tempita (Old)
 and      /work/SRC/openSUSE:Factory/.python-Tempita.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Tempita", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Tempita/python-Tempita.changes    
2013-01-12 07:56:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-Tempita.new/python-Tempita.changes       
2013-03-08 09:48:18.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan 14 09:27:03 UTC 2013 - [email protected]
+
+- Simplify macro usage
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-Tempita/python3-Tempita.changes   
2013-01-12 07:56:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-Tempita.new/python3-Tempita.changes      
2013-03-08 09:48:18.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan 14 09:27:15 UTC 2013 - [email protected]
+
+- Drop requires on "python(abi)", RPM does that automatically
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Tempita.spec ++++++
--- /var/tmp/diff_new_pack.Mya1DV/_old  2013-03-08 09:48:18.000000000 +0100
+++ /var/tmp/diff_new_pack.Mya1DV/_new  2013-03-08 09:48:18.000000000 +0100
@@ -11,10 +11,11 @@
 # 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/
 #
 
+
 Name:           python-Tempita
 Version:        0.5.1
 Release:        0
@@ -26,15 +27,13 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
-BuildArch:      noarch
-%endif
-%endif
 Provides:       python-tempita = %{version}
 Obsoletes:      python-tempita < %{version}
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%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
 
 %description
 Tempita is a small templating language for text substitution.

++++++ python3-Tempita.spec ++++++
--- /var/tmp/diff_new_pack.Mya1DV/_old  2013-03-08 09:48:18.000000000 +0100
+++ /var/tmp/diff_new_pack.Mya1DV/_new  2013-03-08 09:48:18.000000000 +0100
@@ -11,10 +11,11 @@
 # 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/
 #
 
+
 Name:           python3-Tempita
 Version:        0.5.1
 Release:        0
@@ -27,7 +28,6 @@
 BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
-Requires:       python(abi) = %{py3_ver}
 BuildArch:      noarch
 
 %description

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

Reply via email to