Hello community, here is the log from the commit of package premake4 for openSUSE:Factory checked in at 2012-02-14 11:26:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/premake4 (Old) and /work/SRC/openSUSE:Factory/.premake4.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "premake4", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/premake4/premake4.changes 2011-09-23 12:41:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.premake4.new/premake4.changes 2012-02-14 11:26:22.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Feb 9 13:56:47 UTC 2012 - [email protected] + +- use lua51 for factory + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ premake4.spec ++++++ --- /var/tmp/diff_new_pack.DIYiyl/_old 2012-02-14 11:26:23.000000000 +0100 +++ /var/tmp/diff_new_pack.DIYiyl/_new 2012-02-14 11:26:23.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package premake4 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,15 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: premake4 Summary: Powerfully simple build configuration +License: BSD-3-Clause Group: Development/Tools/Building Version: 4.3 -Release: 1 -License: BSD-3-Clause +Release: 0 Url: http://industriousone.com/premake # file http://sourceforge.net/projects/premake/files/Premake/4.3/premake-4.3-src.zip/download # removed src/host/lua-5.1.4 @@ -32,8 +30,12 @@ # PATCH-FIX-OPENSUSE premake-4.3.patch [email protected] -- use shared lua; use RPM_OPT_FLAGS; don't strip; Patch0: premake-4.3.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: lua-devel pkg-config -#Requires: +%if 0%{?suse_version} > 1210 +BuildRequires: lua51-devel +%else +BuildRequires: lua-devel +%endif +BuildRequires: pkg-config %description Premake is a build configuration tool. Describe your C, C++, or C# software project using a simple, easy to read syntax and let Premake generate the project files for: -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
