Hello community,

here is the log from the commit of package tolua++ for openSUSE:Factory checked 
in at 2012-02-08 15:42:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tolua++ (Old)
 and      /work/SRC/openSUSE:Factory/.tolua++.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tolua++", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/tolua++/tolua++.changes  2011-10-07 
16:40:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tolua++.new/tolua++.changes     2012-02-08 
15:42:48.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb  8 07:48:02 UTC 2012 - [email protected]
+
+- build against lua51-devel for openSUSE > 12.1 until tolua++ 
+  isn't ported to lua 5.2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tolua++.spec ++++++
--- /var/tmp/diff_new_pack.g592cY/_old  2012-02-08 15:42:52.000000000 +0100
+++ /var/tmp/diff_new_pack.g592cY/_new  2012-02-08 15:42:52.000000000 +0100
@@ -1,4 +1,21 @@
-# vim: set sw=4 ts=4 et nu:
+#
+# spec file for package tolua++
+#
+# 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
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
 
 Name:               tolua++
 Version:            1.0.93
@@ -7,12 +24,17 @@
 Source:             http://www.codenix.com/~tolua/tolua++-%{version}.tar.bz2
 Patch1:             tolua++-lib.patch
 Source99:           tolua++-rpmlintrc
-URL:                http://www.codenix.com/~tolua/
+Url:            http://www.codenix.com/~tolua/
 Group:              Development/Libraries/Other
 License:        MIT
-BuildRoot:          %{_tmppath}/build-%{name}-%{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:      scons
+#FIXME: change to lua-devel as soon as tolua++ is working with lua 5.2 
+%if 0%{?suse_version} > 1210
+BuildRequires:  lua51-devel
+%else
 BuildRequires:      lua-devel
+%endif
 BuildRequires:      gcc-c++
 BuildRequires:      pkgconfig
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to