Hello community,

here is the log from the commit of package java-1_5_0-gcj-compat for 
openSUSE:Factory checked in at 2014-11-15 11:44:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-1_5_0-gcj-compat (Old)
 and      /work/SRC/openSUSE:Factory/.java-1_5_0-gcj-compat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-1_5_0-gcj-compat"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/java-1_5_0-gcj-compat/java-1_5_0-gcj-compat.changes  
    2014-10-18 09:08:40.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_5_0-gcj-compat.new/java-1_5_0-gcj-compat.changes
 2014-11-15 12:17:24.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 04:59:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in post/postun scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ java-1_5_0-gcj-compat.spec ++++++
--- /var/tmp/diff_new_pack.Vh8yld/_old  2014-11-15 12:17:25.000000000 +0100
+++ /var/tmp/diff_new_pack.Vh8yld/_new  2014-11-15 12:17:25.000000000 +0100
@@ -238,16 +238,16 @@
 # little work-around if no version-less link to libgcj-x.y.z.jar does not exist
 if [ ! -e %{_javadir}/libgcj.jar ] && ls %{_javadir}/libgcj-[0-9]*.jar 
2>/dev/null >&2
 then
-  pushd %{_javadir}/ 1>/dev/null
+  cd %{_javadir}
   for file in `ls libgcj-[0-9]*.jar`
   do
     LIBGCJ_NAME=$file
   done
-  popd 1>/dev/null
+  cd - >/dev/null
 else
   LIBGCJ_NAME=libgcj.jar
 fi
-pushd %{jvmjardir} 1>/dev/null
+cd %{jvmjardir}
    ln -sf %{_javadir}/$LIBGCJ_NAME jndi-%{version}.jar
    ln -sf %{_javadir}/$LIBGCJ_NAME jndi-ldap-%{version}.jar
    ln -sf %{_javadir}/$LIBGCJ_NAME jndi-cos-%{version}.jar
@@ -259,7 +259,7 @@
       ln -fs ${jar} $(echo $jar | sed "s|-%{version}.jar|-%{javaver}.jar|g")
       ln -fs ${jar} $(echo $jar | sed "s|-%{version}.jar|.jar|g")
    done
-popd 1>/dev/null
+cd - >/dev/null
 
 %post devel
 %{_sbindir}/update-alternatives \
@@ -286,18 +286,18 @@
 # little work-around if no version-less link to libgcj-x.y.z.jar does not exist
 if [ ! -e %{_javadir}/libgcj-tool.sjar ] && ls %{_javadir}/libgcj-tools-*.jar 
2>/dev/null >&2
 then
-  pushd %{_javadir}/ 1>/dev/null
+  cd %{_javadir}
   for file in `ls libgcj-tools-*.jar`
   do
     LIBGCJTOOLS_NAME=$file
   done
-  popd 1>/dev/null
+  cd - >/dev/null
 else
   LIBGCJTOOLS_NAME=libgcj-tools.jar
 fi
-pushd %{sdkjardir} 1>/dev/null
+cd %{sdkjardir}
   ln -sf %{_javadir}/$LIBGCJTOOLS_NAME tools.jar
-popd 1>/dev/null
+cd - >/dev/null
 
 %postun
 if [ $1 -eq 0 ] ; then

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to