Hello community,

here is the log from the commit of package Modules for openSUSE:Factory checked 
in at 2014-12-03 22:49:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Modules (Old)
 and      /work/SRC/openSUSE:Factory/.Modules.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Modules"

Changes:
--------
--- /work/SRC/openSUSE:Factory/Modules/Modules.changes  2014-08-29 
17:42:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.Modules.new/Modules.changes     2014-12-03 
22:49:42.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Nov 16 20:50:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashism in add.modules script
+- add patches:
+  * modules-3.2.10-fix-bashisms.patch
+
+-------------------------------------------------------------------

New:
----
  modules-3.2.10-fix-bashisms.patch

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

Other differences:
------------------
++++++ Modules.spec ++++++
--- /var/tmp/diff_new_pack.bqx5pd/_old  2014-12-03 22:49:43.000000000 +0100
+++ /var/tmp/diff_new_pack.bqx5pd/_new  2014-12-03 22:49:43.000000000 +0100
@@ -32,6 +32,7 @@
 Patch0:         share.patch
 # PATCH-FIX-UPSTREAM return.patch 
 Patch1:         return.patch
+Patch2:         modules-3.2.10-fix-bashisms.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       environment-modules
 Obsoletes:      environment-modules < %{version}
@@ -61,6 +62,7 @@
 %setup -q -n modules-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 # Remove overzealous use of "dnl" (+++), which caused

++++++ modules-3.2.10-fix-bashisms.patch ++++++
diff -Ndur modules-3.2.10/etc/add.modules.in 
modules-3.2.10-fix-bashisms/etc/add.modules.in
--- modules-3.2.10/etc/add.modules.in   2012-11-02 00:22:06.000000000 +0200
+++ modules-3.2.10-fix-bashisms/etc/add.modules.in      2014-11-16 
22:48:55.863380526 +0200
@@ -114,7 +114,7 @@
                                        findload $1.old
                                        /bin/cat > $1 <<!
 if ( -e $ETC/csh.modules ) then
-       source $ETC/csh.modules
+       . $ETC/csh.modules
 # put your own module loads here
 !
                                if [ -s /tmp/load.$$ ]
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to