Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lua-zlib for openSUSE:Factory 
checked in at 2022-08-23 14:26:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-zlib (Old)
 and      /work/SRC/openSUSE:Factory/.lua-zlib.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-zlib"

Tue Aug 23 14:26:07 2022 rev:5 rq:998616 version:1.2+git29

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-zlib/lua-zlib.changes        2021-02-18 
20:54:15.143543115 +0100
+++ /work/SRC/openSUSE:Factory/.lua-zlib.new.2083/lua-zlib.changes      
2022-08-23 14:27:04.755283241 +0200
@@ -1,0 +2,20 @@
+Sat Aug 20 19:20:37 UTC 2022 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  zlib-1.1.tar.gz

New:
----
  _service
  lua-zlib-1.2+git29.tar.xz

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

Other differences:
------------------
++++++ lua-zlib.spec ++++++
--- /var/tmp/diff_new_pack.KNNZ2W/_old  2022-08-23 14:27:05.235284297 +0200
+++ /var/tmp/diff_new_pack.KNNZ2W/_new  2022-08-23 14:27:05.239284307 +0200
@@ -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}

++++++ _service ++++++
<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>

Reply via email to