Hello community,

here is the log from the commit of package lua51 for openSUSE:Factory checked 
in at 2013-05-16 16:14:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua51 (Old)
 and      /work/SRC/openSUSE:Factory/.lua51.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua51"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua51/lua51.changes      2012-09-17 
13:58:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lua51.new/lua51.changes 2013-05-16 
16:14:10.000000000 +0200
@@ -1,0 +2,18 @@
+Thu May 16 07:19:10 UTC 2013 - pgaj...@suse.com
+
+- move rpm macros back, but install it in /etc/rpm/macros.lua51
+  and call lua5.1 in %lua_version definition
+
+-------------------------------------------------------------------
+Sun May  5 21:47:35 UTC 2013 - mrd...@opensuse.org
+
+- move the lua rpm macros to the devel package to avoid conflict 
+  with lua 5.2
+
+-------------------------------------------------------------------
+Tue Apr 16 11:39:11 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+-------------------------------------------------------------------

Old:
----
  lua-5.1.5.tar.bz2

New:
----
  lua-5.1.5.tar.gz

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

Other differences:
------------------
++++++ lua51.spec ++++++
--- /var/tmp/diff_new_pack.gmgAIn/_old  2013-05-16 16:14:11.000000000 +0200
+++ /var/tmp/diff_new_pack.gmgAIn/_new  2013-05-16 16:14:11.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lua51
 #
-# 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
@@ -28,7 +28,7 @@
 License:        MIT
 Group:          System/Libraries
 Url:            http://www.lua.org
-Source:         lua-%{version}.tar.bz2
+Source:         http://www.lua.org/ftp/lua-%{version}.tar.gz
 Source1:        macros.lua
 Source2:        baselibs.conf
 Patch0:         %{name}-%{version}-shared.diff
@@ -122,7 +122,7 @@
 done
 install -d -m 0755 $RPM_BUILD_ROOT%{_libdir}/lua/%{major_version}
 install -d -m 0755 $RPM_BUILD_ROOT%{_datadir}/lua/%{major_version}
-install -D %{SOURCE1} %buildroot/etc/rpm/macros.lua
+install -D %{SOURCE1} %buildroot/etc/rpm/macros.lua51
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -154,7 +154,7 @@
 %dir %{_libdir}/lua/%{major_version}
 %dir %{_datadir}/lua
 %dir %{_datadir}/lua/%{major_version}
-/etc/rpm/macros.lua
+/etc/rpm/macros.lua51
 
 %files -n liblua5_1
 %defattr(-,root,root)

++++++ macros.lua ++++++
--- /var/tmp/diff_new_pack.gmgAIn/_old  2013-05-16 16:14:11.000000000 +0200
+++ /var/tmp/diff_new_pack.gmgAIn/_new  2013-05-16 16:14:11.000000000 +0200
@@ -1,7 +1,7 @@
 # RPM macros for Lua
 
 # The major.minor version of Lua
-%lua_version %(lua -e 'print(_VERSION)' | cut -d ' ' -f 2)
+%lua_version %(lua5.1 -e 'print(_VERSION)' | cut -d ' ' -f 2)
 
 # compiled modules should go here
 %lua_archdir %{_libdir}/lua/%{lua_version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to