Hello community,

here is the log from the commit of package python-pytz for openSUSE:Factory 
checked in at 2015-01-20 19:11:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytz (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytz.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytz"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytz/python-pytz.changes  2015-01-10 
23:06:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytz.new/python-pytz.changes     
2015-01-20 19:11:14.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan 14 07:55:05 UTC 2015 - mci...@suse.cz
+
+- Do not remove internal timezone database on older distributions where 
+  it is still required
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytz.spec ++++++
--- /var/tmp/diff_new_pack.eHfZay/_old  2015-01-20 19:11:14.000000000 +0100
+++ /var/tmp/diff_new_pack.eHfZay/_new  2015-01-20 19:11:14.000000000 +0100
@@ -70,8 +70,10 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-# Remove the pytz zoneinfo
+# Remove the pytz zoneinfo only if we use the system tz database
+%if 0%{?suse_version} >= 1310
 rm -fr %{buildroot}%{python_sitelib}/pytz/zoneinfo
+%endif
 %fdupes %{buildroot}%{python_sitelib}
 
 %check

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

Reply via email to