Hello community,

here is the log from the commit of package luajit for openSUSE:Factory checked 
in at 2015-03-18 13:04:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/luajit (Old)
 and      /work/SRC/openSUSE:Factory/.luajit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "luajit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/luajit/luajit.changes    2014-10-20 
07:27:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.luajit.new/luajit.changes       2015-03-18 
13:04:06.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 12:44:38 UTC 2015 - tchva...@suse.com
+
+- Cleanup a bit with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ luajit.spec ++++++
--- /var/tmp/diff_new_pack.INRigb/_old  2015-03-18 13:04:07.000000000 +0100
+++ /var/tmp/diff_new_pack.INRigb/_new  2015-03-18 13:04:07.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package luajit
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,16 @@
 
 %define libname libluajit-5_1-2
 Name:           luajit
+Version:        2.0.3
+Release:        0
 Summary:        JIT compiler for Lua language
 License:        MIT
 Group:          Development/Libraries
 Url:            http://www.luajit.com/
-Version:        2.0.3
-Release:        0
 Source:         http://luajit.org/download/LuaJIT-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       %{libname} = %{version}
 BuildRequires:  pkg-config
+Requires:       %{libname} = %{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A Just-In-Time Compiler for Lua language
@@ -52,8 +52,8 @@
 %setup -q -n LuaJIT-%{version}
 
 # Fix variables
-sed -i "s,PREFIX= /usr/local,PREFIX= /usr," Makefile
-sed -i "s,/usr/lib,/%{_libdir}," etc/luajit.pc
+sed -i "s,PREFIX= %{_prefix}/local,PREFIX= %{_prefix}," Makefile
+sed -i "s,%{_libexecdir},%{_libdir}," etc/luajit.pc
 
 %build
 CFLAGS="%{optflags}" \
@@ -73,6 +73,7 @@
 rm %{buildroot}/%{_libdir}/*.a
 
 %post -n %{libname} -p /sbin/ldconfig
+
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files

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

Reply via email to