Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lua-vstruct for openSUSE:Factory 
checked in at 2024-04-02 16:41:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-vstruct (Old)
 and      /work/SRC/openSUSE:Factory/.lua-vstruct.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-vstruct"

Tue Apr  2 16:41:01 2024 rev:3 rq:1163830 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-vstruct/lua-vstruct.changes  2023-01-26 
14:03:26.329908690 +0100
+++ /work/SRC/openSUSE:Factory/.lua-vstruct.new.1905/lua-vstruct.changes        
2024-04-02 16:42:33.501466743 +0200
@@ -1,0 +2,7 @@
+Mon Apr  1 02:15:50 UTC 2024 - Gordon Leung <[email protected]>
+
+- Update to version 2.2.0
+  * Backreference support added
+- Switch from xz compression to zstd
+
+-------------------------------------------------------------------

Old:
----
  vstruct-2.1.1+git2.tar.xz

New:
----
  vstruct-2.2.0.tar.zst

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

Other differences:
------------------
++++++ lua-vstruct.spec ++++++
--- /var/tmp/diff_new_pack.UeQcWv/_old  2024-04-02 16:42:33.981483878 +0200
+++ /var/tmp/diff_new_pack.UeQcWv/_new  2024-04-02 16:42:33.981483878 +0200
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package lua-vstruct
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,16 +20,17 @@
 %define mod_name vstruct
 %define rock_version 2.1.1-1
 
-Version:        2.1.1+git2
+Version:        2.2.0
 Release:        0
 Summary:        Lua library to manipulate binary data
 License:        MIT
 Group:          Development/Languages/Other
 URL:            https://github.com/ToxicFrog/vstruct
-Source:         %{mod_name}-%{version}.tar.xz
-BuildRequires:  lua-macros
-BuildRequires:  %{flavor}-luarocks
+Source:         %{mod_name}-%{version}.tar.zst
 BuildRequires:  %{flavor}-devel
+BuildRequires:  %{flavor}-luarocks
+BuildRequires:  lua-macros
+BuildRequires:  zstd
 Requires:       %{flavor}
 %lua_provides
 %if "%{flavor}" == ""
@@ -53,6 +54,8 @@
 %install
 %luarocks_install *.rock
 
+%check
+
 %files
 %{lua_noarchdir}/%{mod_name}
 %{luarocks_treedir}/%{mod_name}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.UeQcWv/_old  2024-04-02 16:42:34.017485163 +0200
+++ /var/tmp/diff_new_pack.UeQcWv/_new  2024-04-02 16:42:34.021485305 +0200
@@ -1,16 +1,16 @@
 <services>
   <service mode="manual" name="obs_scm">
     <param name="url">https://github.com/ToxicFrog/vstruct</param>
-    <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
+    <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">b6889e3b275e9f9532b5dff4917e903b17e22730</param>
+    <param name="revision">227433d5d0ea69760c8ada1954e22d318aaafc30</param>
     <param name="versionrewrite-pattern">v(\d+.\d+.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>
   </service>
   <service mode="manual" name="tar" />
   <service mode="manual" name="recompress">
     <param name="file">*.tar</param>
-    <param name="compression">xz</param>
+    <param name="compression">zst</param>
   </service>
   <service mode="manual" name="set_version"/>
 </services>

Reply via email to