Hello community, here is the log from the commit of package squirrel for openSUSE:Factory checked in at 2013-07-25 14:49:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/squirrel (Old) and /work/SRC/openSUSE:Factory/.squirrel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "squirrel" Changes: -------- --- /work/SRC/openSUSE:Factory/squirrel/squirrel.changes 2012-05-08 06:50:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.squirrel.new/squirrel.changes 2013-07-25 14:49:14.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jul 24 13:45:57 UTC 2013 - [email protected] + +- the dirname macro is something special in rpm 4.11, so rename + the macro to fix build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ squirrel.spec ++++++ --- /var/tmp/diff_new_pack.QKRzEq/_old 2013-07-25 14:49:14.000000000 +0200 +++ /var/tmp/diff_new_pack.QKRzEq/_new 2013-07-25 14:49:14.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package squirrel # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -16,7 +16,7 @@ # -%define dirname SQUIRREL3 +%define tardir SQUIRREL3 Name: squirrel Summary: A high level imperative/OO programming language @@ -79,7 +79,7 @@ Example scripts to show squirrel usage. %prep -%setup -q -n %{dirname} +%setup -q -n %{tardir} dos2unix -q $(find . -type f) %patch0 %patch1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
