Hello community, here is the log from the commit of package pythia for openSUSE:Factory checked in at 2015-09-08 17:42:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-09-03 18:09:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pythia.new/pythia.changes 2015-09-08 17:45:53.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Sep 4 09:17:48 UTC 2015 - [email protected] + +- Update pythia-honour-env-cxxflags.patch to really fix the + issue (mentioned in previous entry) for all cases. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pythia-honour-env-cxxflags.patch ++++++ --- /var/tmp/diff_new_pack.jrpJ08/_old 2015-09-08 17:46:30.000000000 +0200 +++ /var/tmp/diff_new_pack.jrpJ08/_new 2015-09-08 17:46:30.000000000 +0200 @@ -15,11 +15,13 @@ =================================================================== --- pythia8210.orig/bin/pythia8-config +++ pythia8210/bin/pythia8-config -@@ -69,7 +69,7 @@ elif [ ! -f $CFG_FILE ]; then +@@ -68,8 +68,8 @@ elif [ ! -f $CFG_FILE ]; then + echo "Error: cannot find valid configuration for Pythia 8"; exit; fi while read LINE; do if [[ $LINE != *=* ]]; then continue; fi - VAR=${LINE%=*}; VAL=${LINE#$KEY}; VAL=${VAL#*=}; +- VAR=${LINE%=*}; VAL=${LINE#$KEY}; VAL=${VAL#*=}; - eval $VAR=\"$VAL\"; done < $CFG_FILE ++ VAR=${LINE%%=*}; VAL=${LINE#$KEY}; VAL=${VAL#*=}; + eval $VAR=\"${VAL}\"; done < $CFG_FILE # Change the prefixes if local version.
