commit lua-luasocket for openSUSE:Factory

2020-07-15 Thread root
Hello community,

here is the log from the commit of package lua-luasocket for openSUSE:Factory 
checked in at 2020-07-15 11:30:55

Comparing /work/SRC/openSUSE:Factory/lua-luasocket (Old)
 and  /work/SRC/openSUSE:Factory/.lua-luasocket.new.3060 (New)


Package is "lua-luasocket"

Wed Jul 15 11:30:55 2020 rev:5 rq:819302 version:3.0~rc1+git20170515.5a17f79

Changes:

--- /work/SRC/openSUSE:Factory/lua-luasocket/lua-luasocket.changes  
2019-03-18 10:36:24.739517063 +0100
+++ /work/SRC/openSUSE:Factory/.lua-luasocket.new.3060/lua-luasocket.changes
2020-07-15 11:34:00.826144753 +0200
@@ -1,0 +2,5 @@
+Mon Jul  6 21:03:56 UTC 2020 - Callum Farmer 
+
+- Switch to multibuild and add lua54 build target.
+
+---

Old:

  lua51-luasocket.changes
  lua51-luasocket.spec
  lua53-luasocket.changes
  lua53-luasocket.spec
  pre_checkin.sh

New:

  _multibuild



Other differences:
--
++ lua-luasocket.spec ++
--- /var/tmp/diff_new_pack.j3EoQq/_old  2020-07-15 11:34:05.862150050 +0200
+++ /var/tmp/diff_new_pack.j3EoQq/_new  2020-07-15 11:34:05.866150054 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lua-luasocket
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-%define flavor lua
+%define flavor @BUILD_FLAVOR@
 %define mod_name luasocket
-Name:   %{flavor}-%{mod_name}
 Version:3.0~rc1+git20170515.5a17f79
 Release:0
 Summary:Network support for the Lua language
 License:MIT
 Group:  Development/Languages/Other
-Url:https://github.com/diegonehab/luasocket
+URL:https://github.com/diegonehab/luasocket
 Source: %{mod_name}-%{version}.tar.xz
 Patch0: luasocket-makefile.patch
 BuildRequires:  %{flavor}-devel
@@ -33,8 +32,11 @@
 Provides:   luasocket = %{version}
 Obsoletes:  luasocket < %{version}
 %endif
-%if "%{flavor}" == "lua"
+%if "%{flavor}" == ""
 ExclusiveArch:  do_not_build
+Name:   lua-%{mod_name}
+%else
+Name:   %{flavor}-%{mod_name}
 %endif
 
 %description

++ _multibuild ++

lua51
lua53
lua54




commit lua-luasocket for openSUSE:Factory

2019-03-18 Thread root
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 
+
+- Create subpackage -devel
+  * Package header files
+
+---
+Tue Oct 31 14:06:18 UTC 2017 - tchva...@suse.com
+
+- 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 
+
+- 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"
 )
 




commit lua-luasocket for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package lua-luasocket for openSUSE:Factory 
checked in at 2017-11-04 10:22:08

Comparing /work/SRC/openSUSE:Factory/lua-luasocket (Old)
 and  /work/SRC/openSUSE:Factory/.lua-luasocket.new (New)


Package is "lua-luasocket"

Sat Nov  4 10:22:08 2017 rev:3 rq:537925 version:3.0~rc1+git20170515.5a17f79

Changes:

lua51-luasocket.changes: same change
--- /work/SRC/openSUSE:Factory/lua-luasocket/lua53-luasocket.changes
2017-10-23 16:38:11.607080688 +0200
+++ /work/SRC/openSUSE:Factory/.lua-luasocket.new/lua53-luasocket.changes   
2017-11-04 10:22:10.450417605 +0100
@@ -1,0 +2,5 @@
+Tue Oct 31 14:06:18 UTC 2017 - tchva...@suse.com
+
+- Drop lua52-luasocket to obsolete lua52 from distribution
+
+---

Old:

  lua52-luasocket.changes
  lua52-luasocket.spec



Other differences:
--
lua51-luasocket.spec: same change
lua53-luasocket.spec: same change



commit lua-luasocket for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package lua-luasocket for openSUSE:Factory 
checked in at 2017-10-23 16:38:10

Comparing /work/SRC/openSUSE:Factory/lua-luasocket (Old)
 and  /work/SRC/openSUSE:Factory/.lua-luasocket.new (New)


Package is "lua-luasocket"

Mon Oct 23 16:38:10 2017 rev:2 rq:534155 version:3.0~rc1+git20170515.5a17f79

Changes:

--- /work/SRC/openSUSE:Factory/lua-luasocket/lua-luasocket.changes  
2017-08-14 12:35:19.335581947 +0200
+++ /work/SRC/openSUSE:Factory/.lua-luasocket.new/lua-luasocket.changes 
2017-10-23 16:38:11.307094726 +0200
@@ -1,0 +2,5 @@
+Mon Oct 16 08:39:37 UTC 2017 - tchva...@suse.com
+
+- Provide/Obsolete luasocket to avoid conflict wrt bsc#1063306
+
+---
lua51-luasocket.changes: same change
lua52-luasocket.changes: same change
lua53-luasocket.changes: same change



Other differences:
--
++ lua-luasocket.spec ++
--- /var/tmp/diff_new_pack.mBZCFr/_old  2017-10-23 16:38:12.379044562 +0200
+++ /var/tmp/diff_new_pack.mBZCFr/_new  2017-10-23 16:38:12.379044562 +0200
@@ -29,6 +29,10 @@
 Patch0: luasocket-makefile.patch
 BuildRequires:  %{flavor}-devel
 Requires:   %{flavor}
+%if "%{flavor}" == "lua53"
+Provides:   luasocket = %{version}
+Obsoletes:  luasocket < %{version}
+%endif
 %if "%{flavor}" == "lua"
 ExclusiveArch:  do_not_build
 %endif

++ lua51-luasocket.spec ++
--- /var/tmp/diff_new_pack.mBZCFr/_old  2017-10-23 16:38:12.395043813 +0200
+++ /var/tmp/diff_new_pack.mBZCFr/_new  2017-10-23 16:38:12.399043626 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package lua-luasocket
+# spec file for package lua51-luasocket
 #
 # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -29,6 +29,10 @@
 Patch0: luasocket-makefile.patch
 BuildRequires:  %{flavor}-devel
 Requires:   %{flavor}
+%if "%{flavor}" == "lua53"
+Provides:   luasocket = %{version}
+Obsoletes:  luasocket < %{version}
+%endif
 %if "%{flavor}" == "lua"
 ExclusiveArch:  do_not_build
 %endif

lua52-luasocket.spec: same change
lua53-luasocket.spec: same change