Hello community,

here is the log from the commit of package wxlua for openSUSE:Factory checked 
in at 2017-08-24 18:38:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wxlua (Old)
 and      /work/SRC/openSUSE:Factory/.wxlua.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wxlua"

Thu Aug 24 18:38:34 2017 rev:2 rq:510374 version:2.8.12.3.r252

Changes:
--------
--- /work/SRC/openSUSE:Factory/wxlua/wxlua.changes      2016-11-10 
13:17:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wxlua.new/wxlua.changes 2017-08-24 
18:38:34.330257129 +0200
@@ -1,0 +2,5 @@
+Tue Jul 11 08:47:18 UTC 2017 - tchva...@suse.com
+
+- Fix build with namespaced lua
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wxlua.spec ++++++
--- /var/tmp/diff_new_pack.26npbK/_old  2017-08-24 18:38:35.054155147 +0200
+++ /var/tmp/diff_new_pack.26npbK/_new  2017-08-24 18:38:35.062154020 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxlua
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -28,14 +28,15 @@
 Patch0:         wxlstate.patch
 BuildRequires:  cmake >= 2.8.3
 BuildRequires:  desktop-file-utils
-BuildRequires:  hicolor-icon-theme
+BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  pkgconfig(glu)
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  lua51-devel
-BuildRequires:  wxWidgets-devel >= 3
 BuildRequires:  ncurses-devel
+BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
-BuildRequires:  doxygen
+BuildRequires:  wxWidgets-devel >= 3
+BuildRequires:  pkgconfig(glu)
 %if 0%{?suse_version} > 1320
 BuildRequires:  cppcheck
 %endif
@@ -67,7 +68,7 @@
 
 %prep
 %setup -q
-%patch0 -p0
+%patch0
 sed -r -i 's|LIBRARY DESTINATION .*$|LIBRARY DESTINATION %{_lib}|' 
CMakeLists.txt
 
 %build
@@ -76,14 +77,14 @@
        -DwxLua_LUA_LIBRARY_BUILD_SHARED=TRUE \
        -DwxLua_LUA_LIBRARY_USE_BUILTIN=FALSE \
        -DwxLua_LUA_LIBRARY_VERSION=5.1 \
-       -DwxLua_LUA_INCLUDE_DIR=%{_includedir} \
+       -DwxLua_LUA_INCLUDE_DIR=%{lua_incdir} \
        -DwxLua_LUA_LIBRARY=%{_libdir}/liblua.so.5.1 \
        -DBUILD_SHARED_LIBS=TRUE \
        -DCMAKE_BUILD_TYPE=RelWithDebInfo
 make %{?_smp_mflags}
 
 %install
-%{cmake_install}
+%cmake_install
 
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
 install -p art/wxlualogo.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
@@ -126,19 +127,16 @@
 %postun -n lib%{name} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %{_bindir}/*
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/mime/packages/wxlua.xml
 
 %files -n lib%{name}
-%defattr(-,root,root)
 %{_libdir}/lua/5.1/wx.so
 %{_libdir}/libwxlua*.so
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}
 %{_datadir}/wxlua/
 


Reply via email to