Hello community,

here is the log from the commit of package pydf for openSUSE:Factory checked in 
at 2016-03-26 15:24:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pydf (Old)
 and      /work/SRC/openSUSE:Factory/.pydf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pydf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pydf/pydf.changes        2015-11-04 
15:33:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pydf.new/pydf.changes   2016-03-26 
15:24:41.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Mar 20 20:57:34 UTC 2016 - mplus...@suse.com
+
+- Use python3 by default
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pydf.spec ++++++
--- /var/tmp/diff_new_pack.tPQgnx/_old  2016-03-26 15:24:42.000000000 +0100
+++ /var/tmp/diff_new_pack.tPQgnx/_new  2016-03-26 15:24:42.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pydf
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,8 @@
 
 %prep
 %setup -q
+# use python3 by default
+sed -i "s|/usr/bin/python|/usr/bin/python3|g" pydf 
 
 %build
 
@@ -45,6 +47,6 @@
 %doc README COPYING
 %config(noreplace) %{_sysconfdir}/pydfrc
 %{_bindir}/pydf
-%{_mandir}/man1/pydf.1.*
+%{_mandir}/man1/pydf.1%{ext_man}
 
 %changelog


Reply via email to