Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2014-11-24 11:17:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10 (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-0_10.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-0_10"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer-0_10/gstreamer-0_10.changes    
2013-09-29 19:25:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes       
2014-11-24 11:18:11.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Nov 17 14:44:00 UTC 2014 - Led <[email protected]>
+
+- fix pre_checkin.sh script that was broken in previous commit
+
+-------------------------------------------------------------------
+Mon Nov 17 02:35:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in gstreamer.prov and pre_checkin.sh scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gstreamer-0_10-doc.spec ++++++
--- /var/tmp/diff_new_pack.E7Dj6J/_old  2014-11-24 11:18:12.000000000 +0100
+++ /var/tmp/diff_new_pack.E7Dj6J/_new  2014-11-24 11:18:12.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-doc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

gstreamer-0_10.spec: same change
++++++ gstreamer-0_10.prov ++++++
--- /var/tmp/diff_new_pack.E7Dj6J/_old  2014-11-24 11:18:12.000000000 +0100
+++ /var/tmp/diff_new_pack.E7Dj6J/_new  2014-11-24 11:18:12.000000000 +0100
@@ -24,13 +24,13 @@
 solist=$(echo $filelist | grep "libgst" | \
        xargs file -L 2>/dev/null | grep "ELF.*shared object" | cut -d: -f1 )
 
-function getmark()
+getmark()
 {
        lib64=`if file -L $1 2>/dev/null | \
                grep "ELF 64-bit" >/dev/null; then echo -n "$mark64"; fi`
 }
 
-function libdir()
+libdir()
 {
        buildlibdir=`dirname $1`
        buildlibdir=`dirname $buildlibdir`

++++++ pre_checkin.sh ++++++
--- /var/tmp/diff_new_pack.E7Dj6J/_old  2014-11-24 11:18:12.000000000 +0100
+++ /var/tmp/diff_new_pack.E7Dj6J/_new  2014-11-24 11:18:12.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-function fail {
+fail() {
     echo Something failed.  Too bad.
     exit 1
 }

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

Reply via email to