Hello community, here is the log from the commit of package scpm for openSUSE:Factory checked in at 2014-11-26 10:33:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scpm (Old) and /work/SRC/openSUSE:Factory/.scpm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scpm" Changes: -------- --- /work/SRC/openSUSE:Factory/scpm/scpm.changes 2014-05-02 14:03:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.scpm.new/scpm.changes 2014-11-26 10:33:43.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Nov 23 06:04:00 UTC 2014 - Led <[email protected]> + +- fix shebang in scripts that contains bash-specific constructions +- add patches: + * scpm-1.1.7-fix-shebang.patch + +------------------------------------------------------------------- New: ---- scpm-1.1.7-fix-shebang.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scpm.spec ++++++ --- /var/tmp/diff_new_pack.qbrd83/_old 2014-11-26 10:33:44.000000000 +0100 +++ /var/tmp/diff_new_pack.qbrd83/_new 2014-11-26 10:33:44.000000000 +0100 @@ -45,6 +45,7 @@ Patch8: scpm-constification.patch Patch9: scpm-doc_config.patch Patch10: scpm-md5.patch +Patch11: scpm-1.1.7-fix-shebang.patch Requires: diffutils Requires: textutils Requires(post): awk @@ -90,6 +91,8 @@ %patch8 %patch9 %patch10 -p1 +%patch11 -p1 + %build export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" echo -e "#!/bin/bash\n$(which %__cxx) \"\$@\"" >g++ ++++++ scpm-1.1.7-fix-shebang.patch ++++++ diff -Ndur scpm-1.1.7/lib/file_get_all scpm-1.1.7-fix-shebang/lib/file_get_all --- scpm-1.1.7/lib/file_get_all 2005-12-13 18:30:15.000000000 +0200 +++ scpm-1.1.7-fix-shebang/lib/file_get_all 2014-11-23 08:00:47.307548981 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # $Id: file_get_all,v 1.2 2005/12/13 16:30:15 gleissner Exp $ # diff -Ndur scpm-1.1.7/lib/run_script scpm-1.1.7-fix-shebang/lib/run_script --- scpm-1.1.7/lib/run_script 2005-05-11 12:03:12.000000000 +0300 +++ scpm-1.1.7-fix-shebang/lib/run_script 2014-11-23 07:58:57.365543036 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # $Id: run_script,v 1.1.1.1 2005/05/11 09:03:12 gleissner Exp $ # diff -Ndur scpm-1.1.7/lib/service_get_all scpm-1.1.7-fix-shebang/lib/service_get_all --- scpm-1.1.7/lib/service_get_all 2005-12-13 18:30:15.000000000 +0200 +++ scpm-1.1.7-fix-shebang/lib/service_get_all 2014-11-23 08:01:11.942550313 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # $Id: service_get_all,v 1.2 2005/12/13 16:30:15 gleissner Exp $ # diff -Ndur scpm-1.1.7/lib/service_get_deps scpm-1.1.7-fix-shebang/lib/service_get_deps --- scpm-1.1.7/lib/service_get_deps 2005-12-13 18:30:15.000000000 +0200 +++ scpm-1.1.7-fix-shebang/lib/service_get_deps 2014-11-23 08:02:33.395554717 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # $Id: service_get_deps,v 1.2 2005/12/13 16:30:15 gleissner Exp $ # diff -Ndur scpm-1.1.7/lib/write_boot_message scpm-1.1.7-fix-shebang/lib/write_boot_message --- scpm-1.1.7/lib/write_boot_message 2005-05-11 12:03:12.000000000 +0300 +++ scpm-1.1.7-fix-shebang/lib/write_boot_message 2014-11-23 07:59:15.335544008 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # $Id: write_boot_message,v 1.1.1.1 2005/05/11 09:03:12 gleissner Exp $ # -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
