Hello community,

here is the log from the commit of package pythia for openSUSE:Factory checked 
in at 2015-09-03 18:03:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pythia (Old)
 and      /work/SRC/openSUSE:Factory/.pythia.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pythia"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pythia/pythia.changes    2015-08-21 
07:40:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pythia.new/pythia.changes       2015-09-03 
18:09:06.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Sep  2 03:22:30 UTC 2015 - badshah...@gmail.com
+
+- Update pythia-honour-env-cxxflags.patch to fix a minor issue
+  with the pythia8-config script when system CXXFLAGS are passed
+  during compilation.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pythia.spec ++++++
--- /var/tmp/diff_new_pack.zTO02X/_old  2015-09-03 18:09:39.000000000 +0200
+++ /var/tmp/diff_new_pack.zTO02X/_new  2015-09-03 18:09:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pythia
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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

++++++ pythia-honour-env-cxxflags.patch ++++++
--- /var/tmp/diff_new_pack.zTO02X/_old  2015-09-03 18:09:39.000000000 +0200
+++ /var/tmp/diff_new_pack.zTO02X/_new  2015-09-03 18:09:39.000000000 +0200
@@ -11,3 +11,16 @@
      CXX_COMMON="$CXX_COMMON -pedantic -W -Wall -Wshadow -fPIC"; fi
  if [ -z "$CXX_SHARED" ]; then
      if [ "$ARCH" = "LINUX" ];  then CXX_SHARED="-shared"; fi
+Index: pythia8210/bin/pythia8-config
+===================================================================
+--- pythia8210.orig/bin/pythia8-config
++++ pythia8210/bin/pythia8-config
+@@ -69,7 +69,7 @@ elif [ ! -f $CFG_FILE ]; then
+ while read LINE; do
+     if [[ $LINE != *=* ]]; then continue; fi
+     VAR=${LINE%=*}; VAL=${LINE#$KEY}; VAL=${VAL#*=};
+-    eval $VAR=\"$VAL\"; done < $CFG_FILE
++    eval $VAR=\"${VAL}\"; done < $CFG_FILE
+ 
+ # Change the prefixes if local version.
+ if [ "$CFG_FILE" = "$PREFIX/Makefile.inc" ]; then


Reply via email to