forked from pool/lua-zlib
Accepting request 998399 from home:Pi-Cla:branches:devel:languages:lua
- Update to version 1.2+git29: * avoid converting string to char *. * ci: Update deps in test workflow * ci: Drop superlinter * ci: Use upstream luacheck action for Lua lint * Update lua_zlib.c * Correct spelling mistakes * Update rockspecs/lua-zlib-1.2-2.rockspec * fix unauthenticated git protocol on port 9418 * Add CI job to build and test across Lua versions matrix * Fix low hanging Lua coding issues, ignore remaining lint warnings * Add superlinter to check up on C code * Add luacheck config & CI job to run in - add _service file - use +git versions as last version bump was in 2017 and there are bug fixes as recent as 2 months ago OBS-URL: https://build.opensuse.org/request/show/998399 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-zlib?expand=0&rev=15
This commit is contained in:
parent
6dd65becf8
commit
fc7605b849
17
_service
Normal file
17
_service
Normal file
@ -0,0 +1,17 @@
|
||||
<services>
|
||||
<service mode="manual" name="obs_scm">
|
||||
<param name="url">https://github.com/brimworks/lua-zlib</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">3f5c326760e62137a48fd8288541f51ee80b256b</param>
|
||||
<param name="versionrewrite-pattern">v(\d+.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="manual" name="tar" />
|
||||
<service mode="manual" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version"/>
|
||||
</services>
|
3
lua-zlib-1.2+git29.tar.xz
Normal file
3
lua-zlib-1.2+git29.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:782818d036daa7fcf586d1bb6cfe8e39fb4303f36177139874373e9814838749
|
||||
size 16056
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 20 19:20:37 UTC 2022 - pirateclip@protonmail.com
|
||||
|
||||
- Update to version 1.2+git29:
|
||||
* avoid converting string to char *.
|
||||
* ci: Update deps in test workflow
|
||||
* ci: Drop superlinter
|
||||
* ci: Use upstream luacheck action for Lua lint
|
||||
* Update lua_zlib.c
|
||||
* Correct spelling mistakes
|
||||
* Update rockspecs/lua-zlib-1.2-2.rockspec
|
||||
* fix unauthenticated git protocol on port 9418
|
||||
* Add CI job to build and test across Lua versions matrix
|
||||
* Fix low hanging Lua coding issues, ignore remaining lint warnings
|
||||
* Add superlinter to check up on C code
|
||||
* Add luacheck config & CI job to run in
|
||||
- add _service file
|
||||
- use +git versions as last version bump was in 2017 and there are
|
||||
bug fixes as recent as 2 months ago
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 18 16:04:08 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lua-zlib
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
%define flavor @BUILD_FLAVOR@
|
||||
%define mod_name zlib
|
||||
Version: 1.1
|
||||
Version: 1.2+git29
|
||||
Release: 0
|
||||
Summary: Simple streaming interface to zlib for Lua
|
||||
License: MIT OR X11
|
||||
Group: Productivity/Archiving/Compression
|
||||
URL: https://github.com/brimworks/lua-zlib
|
||||
Source: https://github.com/brimworks/lua-zlib/archive/v%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz
|
||||
Source: lua-%{mod_name}-%{version}.tar.xz
|
||||
BuildRequires: %{flavor}-devel
|
||||
BuildRequires: zlib-devel
|
||||
Requires: %{flavor}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f0820cc14873248a0c5ae22623cb2fc767fb830e47f6b34b01d71a6e1db2356
|
||||
size 16572
|
Loading…
x
Reference in New Issue
Block a user