Hello community,

here is the log from the commit of package nmap for openSUSE:Factory checked in 
at 2015-08-01 11:39:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nmap (Old)
 and      /work/SRC/openSUSE:Factory/.nmap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nmap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nmap/nmap.changes        2015-03-11 
09:59:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nmap.new/nmap.changes   2015-08-01 
11:39:11.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Jul 30 10:21:10 UTC 2015 - dims...@opensuse.org
+
+- BuildRequire lua52-devel on openSUSE > 13.2 (current Tumbleweed):
+  nmap has not been ported to LUA 5.3 yet.
+- Minor fix in check session: internal lua identifies itself as
+  5.2.3 by now.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nmap.spec ++++++
--- /var/tmp/diff_new_pack.V6Jbf3/_old  2015-08-01 11:39:12.000000000 +0200
+++ /var/tmp/diff_new_pack.V6Jbf3/_new  2015-08-01 11:39:12.000000000 +0200
@@ -47,6 +47,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with_system_lua}
 BuildRequires:  pkgconfig(lua) >= 5.2
+%if 0%{?suse_version} > 1320
+BuildRequires:  lua52-devel
+%endif
 %endif
 
 %description
@@ -177,8 +180,8 @@
 %if %{with_system_lua}
 [[ $compiled_with == *\ liblua-5.2* ]]
 %else
-# lua in nmap tarball identifies itself as "liblua-5.2.1"
-[[ $compiled_with == *\ liblua-5.2.1* ]]
+# lua in nmap tarball identifies itself as "liblua-5.2.3"
+[[ $compiled_with == *\ liblua-5.2.3* ]]
 %endif
 #
 



Reply via email to