Hello community,

here is the log from the commit of package python-polib for openSUSE:Factory
checked in at Mon Sep 5 17:03:00 CEST 2011.



--------
--- python-polib/python-polib.changes   2011-08-15 09:57:07.000000000 +0200
+++ python-polib/python-polib.changes   2011-08-16 09:48:34.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Aug 16 07:46:58 UTC 2011 - [email protected]
+
+- Fix build on SLE_10 by adding a version check around fdupes and
+  by removing the %check section
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ python-polib.spec ++++++
--- /var/tmp/diff_new_pack.6fLVOc/_old  2011-09-05 17:02:45.000000000 +0200
+++ /var/tmp/diff_new_pack.6fLVOc/_new  2011-09-05 17:02:45.000000000 +0200
@@ -20,7 +20,7 @@
 
 Name:           python-polib
 Version:        0.7.0
-Release:        1
+Release:        3
 Url:            http://bitbucket.org/izi/polib/
 Summary:        A library to manipulate gettext files
 License:        X11/MIT
@@ -30,8 +30,10 @@
 BuildRequires:  python-devel
 BuildRequires:  python-Sphinx
 %if 0%{?suse_version}
-BuildRequires:  fdupes
 %py_requires
+%if 0%{?suse_version} > 1010
+BuildRequires:  fdupes
+%endif
 %if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
@@ -50,6 +52,7 @@
 
 %package doc
 
+
 Summary:        A library to manipulate gettext files
 Group:          Productivity/Other
 Requires:       %{name} = %{version}
@@ -76,13 +79,10 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%if 0%{?suse_version}
+%if 0%{?suse_version} > 1010
 %fdupes -s %{buildroot}/%{_prefix}
 %endif
 
-%check
-sh ./runtests.sh
-
 %files
 %defattr(-,root,root)
 %doc LICENSE CHANGELOG README.rst


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



Remember to have fun...

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

Reply via email to