Hello community,

here is the log from the commit of package firebird for openSUSE:Factory 
checked in at 2014-11-26 10:32:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/firebird (Old)
 and      /work/SRC/openSUSE:Factory/.firebird.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "firebird"

Changes:
--------
--- /work/SRC/openSUSE:Factory/firebird/firebird.changes        2014-07-10 
09:32:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.firebird.new/firebird.changes   2014-11-26 
10:32:37.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Nov 17 01:29:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in scripts
+- add patches:
+  * Firebird-2.5.2.26539-0-fix-bashisms.patch
+
+-------------------------------------------------------------------

New:
----
  Firebird-2.5.2.26539-0-fix-bashisms.patch

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

Other differences:
------------------
++++++ firebird.spec ++++++
--- /var/tmp/diff_new_pack.QNo8ep/_old  2014-11-26 10:32:39.000000000 +0100
+++ /var/tmp/diff_new_pack.QNo8ep/_new  2014-11-26 10:32:39.000000000 +0100
@@ -48,6 +48,7 @@
 Patch1:         %{name}-2.5.1-chown.patch
 Patch2:         %{name}-2.5.2-gpidfile.patch
 Patch3:         %{name}-2.5.2-init.patch
+Patch4:         Firebird-2.5.2.26539-0-fix-bashisms.patch
 Patch5:         %{name}-2.5.1-disable.patch
 Patch6:         %{name}-2.5.1-config.patch
 Patch7:         %{name}-2.5.2-pkgconfig.patch
@@ -76,6 +77,7 @@
 %patch1
 %patch2 -p1
 %patch3
+%patch4 -p1
 %patch5
 %patch6
 %patch7

++++++ Firebird-2.5.2.26539-0-fix-bashisms.patch ++++++
diff -Ndur 
Firebird-2.5.2.26539-0/builds/install/arch-specific/aix/misc/aixLibrary.sh.in 
Firebird-2.5.2.26539-0-fix-bashisms/builds/install/arch-specific/aix/misc/aixLibrary.sh.in
--- 
Firebird-2.5.2.26539-0/builds/install/arch-specific/aix/misc/aixLibrary.sh.in   
    2012-11-01 11:30:52.000000000 +0200
+++ 
Firebird-2.5.2.26539-0-fix-bashisms/builds/install/arch-specific/aix/misc/aixLibrary.sh.in
  2014-11-17 03:24:44.577260996 +0200
@@ -104,7 +104,7 @@
 
 generateNewDBAPassword() {
     # openssl generates random data.
-       openssl </dev/null >/dev/null 2&>/dev/null
+       openssl </dev/null >/dev/null 2>/dev/null
     if [ $? -eq 0 ]
     then
         # We generate 20 random chars, strip any '/''s and get the first 8
diff -Ndur 
Firebird-2.5.2.26539-0/builds/install/arch-specific/freebsd/freebsdLibrary.sh.in
 
Firebird-2.5.2.26539-0-fix-bashisms/builds/install/arch-specific/freebsd/freebsdLibrary.sh.in
--- 
Firebird-2.5.2.26539-0/builds/install/arch-specific/freebsd/freebsdLibrary.sh.in
    2012-11-01 11:30:57.000000000 +0200
+++ 
Firebird-2.5.2.26539-0-fix-bashisms/builds/install/arch-specific/freebsd/freebsdLibrary.sh.in
       2014-11-17 03:24:37.314261488 +0200
@@ -128,7 +128,7 @@
 
 generateNewDBAPassword() {
     # openssl generates random data.
-       openssl </dev/null >/dev/null 2&>/dev/null
+       openssl </dev/null >/dev/null 2>/dev/null
     if [ $? -eq 0 ]
     then
         # We generate 20 random chars, strip any '/''s and get the first 8
diff -Ndur 
Firebird-2.5.2.26539-0/builds/install/arch-specific/linux/misc/linuxLibrary.sh.in
 
Firebird-2.5.2.26539-0-fix-bashisms/builds/install/arch-specific/linux/misc/linuxLibrary.sh.in
--- 
Firebird-2.5.2.26539-0/builds/install/arch-specific/linux/misc/linuxLibrary.sh.in
   2012-11-01 11:30:51.000000000 +0200
+++ 
Firebird-2.5.2.26539-0-fix-bashisms/builds/install/arch-specific/linux/misc/linuxLibrary.sh.in
      2014-11-17 03:24:51.836260505 +0200
@@ -183,7 +183,7 @@
 
 generateNewDBAPassword() {
     # openssl generates random data.
-       openssl </dev/null >/dev/null 2&>/dev/null
+       openssl </dev/null >/dev/null 2>/dev/null
     if [ $? -eq 0 ]
     then
         # We generate 20 random chars, strip any '/''s and get the first 8
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to