Hello community,

here is the log from the commit of package geeqie for openSUSE:Factory checked 
in at 2014-12-17 19:16:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/geeqie (Old)
 and      /work/SRC/openSUSE:Factory/.geeqie.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "geeqie"

Changes:
--------
--- /work/SRC/openSUSE:Factory/geeqie/geeqie.changes    2013-01-10 
11:11:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.geeqie.new/geeqie.changes       2014-12-17 
19:15:34.000000000 +0100
@@ -1,0 +2,11 @@
+Wed Dec 17 13:55:36 UTC 2014 - [email protected]
+
+- Rebase patch to match what upstream actually have commited.
+
+-------------------------------------------------------------------
+Tue Dec 16 18:07:00 UTC 2014 - Led <[email protected]>
+
+- Add geeqie-1.1-fix-bashisms.patch: Fix bashisms in geeqie-rotate
+  script.
+
+-------------------------------------------------------------------

New:
----
  geeqie-1.1-fix-bashisms.patch

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

Other differences:
------------------
++++++ geeqie.spec ++++++
--- /var/tmp/diff_new_pack.D0oXCA/_old  2014-12-17 19:15:35.000000000 +0100
+++ /var/tmp/diff_new_pack.D0oXCA/_new  2014-12-17 19:15:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geeqie
 #
-# 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
@@ -27,6 +27,8 @@
 Source:         
http://downloads.sourceforge.net/project/geeqie/geeqie/geeqie-1.1/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM geeqie-bigendian.patch [email protected] -- Fix build on 
big endian systems. Taken from upstream commit c6793b7
 Patch0:         geeqie-bigendian.patch
+# PATCH-FIX-UPSTREAM geeqie-1.1-fix-bashisms.patch [email protected] -- Fix 
bashisms, upstream commit 7a32d30
+Patch1:         geeqie-1.1-fix-bashisms.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-doc-utils
@@ -53,6 +55,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure \

++++++ geeqie-1.1-fix-bashisms.patch ++++++
diff -Ndur geeqie-1.1/plugins/rotate/geeqie-rotate 
geeqie-1.1-fix-bashisms/plugins/rotate/geeqie-rotate
--- geeqie-1.1/plugins/rotate/geeqie-rotate     2012-08-12 23:13:40.000000000 
+0300
+++ geeqie-1.1-fix-bashisms/plugins/rotate/geeqie-rotate        2014-11-17 
05:25:16.014771785 +0200
@@ -8,7 +8,7 @@
 rotate()
 {
     ext=`echo "${1##*.}" |tr "[:upper:]" "[:lower:]"`
-    [ "x$ext" == "x" ] && return 1 #no extension
+    [ "x$ext" = "x" ] && return 1 #no extension
 
     gq_metadata="$GQ_METADATA_DIR/$1.gq.xmp"
     if [ -f "$gq_metadata" ]; then
@@ -48,7 +48,7 @@
 }
 
 get_sidecars=
-if [ "x$1" == "x-g" ] ; then
+if [ "x$1" = "x-g" ] ; then
     get_sidecars=yes
     shift
 fi
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to