Script 'mail_helper' called by obssrc
Hello community,

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

Package is "lua-testmore"

Tue Apr  2 16:41:00 2024 rev:3 rq:1163829 version:0.3.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-testmore/lua-testmore.changes        
2023-01-26 14:03:25.065901929 +0100
+++ /work/SRC/openSUSE:Factory/.lua-testmore.new.1905/lua-testmore.changes      
2024-04-02 16:42:32.437428762 +0200
@@ -1,0 +2,7 @@
+Mon Apr  1 02:05:41 UTC 2024 - Gordon Leung <[email protected]>
+
+- Update to 0.3.7
+  * Minor refactoring
+- Switch from xz compression to zstd
+
+-------------------------------------------------------------------

Old:
----
  lua-TestMore-0.3.6+git2.tar.xz

New:
----
  lua-TestMore-0.3.7.tar.zst

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

Other differences:
------------------
++++++ lua-testmore.spec ++++++
--- /var/tmp/diff_new_pack.R6bEaM/_old  2024-04-02 16:42:33.025449751 +0200
+++ /var/tmp/diff_new_pack.R6bEaM/_new  2024-04-02 16:42:33.025449751 +0200
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package lua-testmore
 #
-# 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
@@ -18,15 +18,16 @@
 
 %define flavor @BUILD_FLAVOR@
 %define mod_name testmore
-Version:        0.3.6+git2
+Version:        0.3.7
 Release:        0
 Summary:        A Lua port of the Perl Test::More unit testing framework
 License:        MIT
 Group:          Development/Languages/Other
 URL:            https://framagit.org/fperrad/lua-TestMore
-Source:         lua-TestMore-%{version}.tar.xz
-BuildRequires:  lua-macros
+Source:         lua-TestMore-%{version}.tar.zst
 BuildRequires:  %{flavor}-devel
+BuildRequires:  lua-macros
+BuildRequires:  zstd
 Requires:       %{flavor}
 %lua_provides
 %if "%{flavor}" == ""

++++++ _service ++++++
--- /var/tmp/diff_new_pack.R6bEaM/_old  2024-04-02 16:42:33.061451036 +0200
+++ /var/tmp/diff_new_pack.R6bEaM/_new  2024-04-02 16:42:33.065451180 +0200
@@ -1,16 +1,16 @@
 <services>
   <service mode="manual" name="obs_scm">
     <param name="url">https://framagit.org/fperrad/lua-TestMore.git</param>
-    <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
+    <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">e441547009f891a259c6324ef50d9ed9fee39538</param>
+    <param name="revision">a7cc81ba3153d9009275cc74a5c05d951553e0f4</param>
     <param name="versionrewrite-pattern">(\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