Hello community, here is the log from the commit of package giver for openSUSE:Factory checked in at 2014-11-24 11:09:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/giver (Old) and /work/SRC/openSUSE:Factory/.giver.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "giver" Changes: -------- --- /work/SRC/openSUSE:Factory/giver/giver.changes 2013-04-07 14:22:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.giver.new/giver.changes 2014-11-24 11:09:32.000000000 +0100 @@ -1,0 +2,8 @@ +Sat Nov 15 04:55:00 UTC 2014 - Led <[email protected]> + +- fix shebang in giver start script: option '-a' of 'exec' command + may be unsupported in some POSIX-complete shells +- add patches: + * giver-0.1.8-fix-bashisms.patch + +------------------------------------------------------------------- New: ---- giver-0.1.8-fix-bashisms.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ giver.spec ++++++ --- /var/tmp/diff_new_pack.jGG2Z6/_old 2014-11-24 11:09:33.000000000 +0100 +++ /var/tmp/diff_new_pack.jGG2Z6/_new 2014-11-24 11:09:33.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package giver # -# 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,7 @@ Patch: bnc-326064.txt # PATCH-FIX-UPSTREAM giver-change-photo.patch bnc#328531 [email protected] -- Make it possible to change the photo, patch taken from http://code.google.com/p/giver/issues/detail?id=4 Patch1: giver-change-photo.patch +Patch2: %{name}-0.1.8-fix-bashisms.patch BuildRequires: fdupes BuildRequires: mono-devel BuildRequires: perl-XML-Parser @@ -54,6 +55,7 @@ %setup %patch -p1 %patch1 -p1 +%patch2 -p1 # Prefer dmcs over gmcs, bnc#812529 sed -i "s:gmcs:dmcs:g" configure* src/Makefile* ++++++ giver-0.1.8-fix-bashisms.patch ++++++ diff -Ndur giver-0.1.8/src/giver.in giver-0.1.8-fix-bashisms/src/giver.in --- giver-0.1.8/src/giver.in 2014-11-15 07:49:40.072723948 +0200 +++ giver-0.1.8-fix-bashisms/src/giver.in 2014-11-15 07:49:31.594724522 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash prefix="@prefix@" exec_prefix="@exec_prefix@" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
