Hello community,

here is the log from the commit of package lua-luasocket for openSUSE:Factory 
checked in at 2019-03-18 10:36:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-luasocket (Old)
 and      /work/SRC/openSUSE:Factory/.lua-luasocket.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-luasocket"

Mon Mar 18 10:36:23 2019 rev:4 rq:684695 version:3.0~rc1+git20170515.5a17f79

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-luasocket/lua-luasocket.changes      
2017-10-23 16:38:11.307094726 +0200
+++ /work/SRC/openSUSE:Factory/.lua-luasocket.new.28833/lua-luasocket.changes   
2019-03-18 10:36:24.739517063 +0100
@@ -1,0 +2,11 @@
+Tue Mar 12 20:27:47 UTC 2019 - Martin Hauke <[email protected]>
+
+- Create subpackage -devel
+  * Package header files
+
+-------------------------------------------------------------------
+Tue Oct 31 14:06:18 UTC 2017 - [email protected]
+
+- Drop lua52-luasocket to obsolete lua52 from distribution
+
+-------------------------------------------------------------------
lua51-luasocket.changes: same change
--- /work/SRC/openSUSE:Factory/lua-luasocket/lua53-luasocket.changes    
2017-11-04 10:22:10.450417605 +0100
+++ /work/SRC/openSUSE:Factory/.lua-luasocket.new.28833/lua53-luasocket.changes 
2019-03-18 10:36:24.851517039 +0100
@@ -1,0 +2,6 @@
+Tue Mar 12 20:27:47 UTC 2019 - Martin Hauke <[email protected]>
+
+- Create subpackage -devel
+  * Package header files
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lua-luasocket.spec ++++++
--- /var/tmp/diff_new_pack.t0w0Q9/_old  2019-03-18 10:36:25.595516877 +0100
+++ /var/tmp/diff_new_pack.t0w0Q9/_new  2019-03-18 10:36:25.599516876 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lua-luasocket
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -46,6 +46,15 @@
 Among the support modules, the most commonly used implement the SMTP, HTTP
 and FTP. In addition there are modules for MIME, URL handling and LTN12.
 
+%package devel
+Summary:        Header files for %{flavor}-%{mod_name}
+Group:          Development/Languages/Other
+Requires:       %{flavor}-%{mod_name} = %{version}
+
+%description devel
+This subpackage contains header files for developing applications that
+want to make use of %{flavor}-%{mod_name}.
+
 %prep
 %setup -q -n %{mod_name}-%{version}
 %patch0 -p1
@@ -58,9 +67,14 @@
 %install
 make install-unix OPTFLAGS="%{optflags}" INSTALL_TOP=%{buildroot} 
INSTALL_TOP_CDIR=%{buildroot}%{lua_archdir} 
INSTALL_TOP_LDIR=%{buildroot}%{lua_noarchdir}
 
+# install development files
+install -d %{buildroot}%{lua_incdir}
+install -p -m 0644 src/*.h %{buildroot}%{lua_incdir}
+
 %files
+%license LICENSE
 %doc doc/*
-%doc README LICENSE
+%doc README
 %{lua_archdir}/mime
 %{lua_archdir}/socket
 %{lua_noarchdir}/ltn12.lua
@@ -68,4 +82,7 @@
 %{lua_noarchdir}/socket.lua
 %{lua_noarchdir}/socket/
 
+%files devel
+%{lua_incdir}/*.h
+
 %changelog

lua51-luasocket.spec: same change
lua53-luasocket.spec: same change
++++++ pre_checkin.sh ++++++
--- /var/tmp/diff_new_pack.t0w0Q9/_old  2019-03-18 10:36:25.695516855 +0100
+++ /var/tmp/diff_new_pack.t0w0Q9/_new  2019-03-18 10:36:25.695516855 +0100
@@ -2,7 +2,6 @@
 name="luasocket"
 variants=(
        "lua51"
-       "lua52"
        "lua53"
 )
 


Reply via email to