Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2014-11-24 11:09:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osc (Old)
 and      /work/SRC/openSUSE:Factory/.osc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/osc/osc.changes  2014-10-29 21:11:38.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes     2014-11-24 
11:09:23.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 14 12:46:34 UTC 2014 - [email protected]
+
+- fixed #123 (wrong requires for Fedora 20)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ osc.spec ++++++
--- /var/tmp/diff_new_pack.IBTYWT/_old  2014-11-24 11:09:24.000000000 +0100
+++ /var/tmp/diff_new_pack.IBTYWT/_new  2014-11-24 11:09:24.000000000 +0100
@@ -93,7 +93,11 @@
 %setup -q
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+# the PATH hack/rewrite is needed for Fedora 20 builds, because /bin
+# is a symlink to /usr/bin and /bin precedes /usr/bin in PATH
+# => a "wrong" interpreter line ("#!/bin/python") is constructed
+# ("wrong", because no package provides "/bin/python").
+PATH="/usr/bin:$PATH" CFLAGS="%{optflags}" python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}

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

Reply via email to