Hello community,

here is the log from the commit of package rpmrebuild for openSUSE:Factory 
checked in at 2015-01-03 22:00:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmrebuild (Old)
 and      /work/SRC/openSUSE:Factory/.rpmrebuild.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmrebuild"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmrebuild/rpmrebuild.changes    2013-12-06 
09:48:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rpmrebuild.new/rpmrebuild.changes       
2015-01-03 22:00:58.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Dec 28 14:00:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in demofiles.sh script
+- add patches:
+  * rpmrebuild-fix-bashisms.patch
+
+-------------------------------------------------------------------

New:
----
  rpmrebuild-fix-bashisms.patch

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

Other differences:
------------------
++++++ rpmrebuild.spec ++++++
--- /var/tmp/diff_new_pack.pPXHWE/_old  2015-01-03 22:00:59.000000000 +0100
+++ /var/tmp/diff_new_pack.pPXHWE/_new  2015-01-03 22:00:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmrebuild
 #
-# 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
@@ -28,6 +28,7 @@
 Source2:        %{name}.keyring
 Patch1:         gpl-license.patch
 Patch2:         gpl-COPYRIGHT-address.patch
+Patch3:         rpmrebuild-fix-bashisms.patch
 %if 0%{?suse_version} >= 1230
 BuildRequires:  gpg-offline
 %endif
@@ -52,6 +53,7 @@
 %setup -q -c
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 make %{?_smp_mflags}


++++++ rpmrebuild-fix-bashisms.patch ++++++
diff -Ndur rpmrebuild/plugins/demofiles.sh 
rpmrebuild-fix-bashisms/plugins/demofiles.sh
--- rpmrebuild/plugins/demofiles.sh     2008-04-03 09:27:39.000000000 +0300
+++ rpmrebuild-fix-bashisms/plugins/demofiles.sh        2014-12-28 
15:58:30.290727796 +0200
@@ -25,11 +25,11 @@
 # with a file plugin
 version=1.0
 ###############################################################################
-function msg () {
+msg() {
        echo >&2 $*
 }
 ###############################################################################
-function syntaxe () {
+syntaxe() {
        msg "this plugin just show how to modifiy files"
        msg "it must be called with --change-files option"
        msg "-h|--help : this help"
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to