Script 'mail_helper' called by obssrc
Hello community,

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

Package is "lua-luautf8"

Tue Apr  2 16:41:02 2024 rev:5 rq:1164035 version:0.1.5+git6

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-luautf8/lua-luautf8.changes  2023-01-26 
14:03:21.453882610 +0100
+++ /work/SRC/openSUSE:Factory/.lua-luautf8.new.1905/lua-luautf8.changes        
2024-04-02 16:42:34.237493016 +0200
@@ -1,0 +2,7 @@
+Mon Apr  1 02:00:36 UTC 2024 - Gordon Leung <piratec...@protonmail.com>
+
+- Update to 0.1.5+git6
+  * Update to Unicode 15.1
+- Switch from xz compression to zstd
+
+-------------------------------------------------------------------

Old:
----
  luautf8-0.1.5.tar.xz

New:
----
  luautf8-0.1.5+git6.tar.zst

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

Other differences:
------------------
++++++ lua-luautf8.spec ++++++
--- /var/tmp/diff_new_pack.zmE3Nj/_old  2024-04-02 16:42:34.989519860 +0200
+++ /var/tmp/diff_new_pack.zmE3Nj/_new  2024-04-02 16:42:34.989519860 +0200
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package lua-luautf8
 #
-# 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,7 +18,7 @@
 
 %define flavor @BUILD_FLAVOR@
 %define mod_name luautf8
-%define rock_version 0.1.5-1
+%define rock_version 0.1.5-2
 %ifarch %{ix86}
  %define luarock_arch x86
 %else
@@ -28,16 +28,17 @@
   %define luarock_arch %{_arch}
  %endif
 %endif
-Version:        0.1.5
+Version:        0.1.5+git6
 Release:        0
 Summary:        A utf-8 support module for Lua and LuaJIT
 License:        MIT
 Group:          Development/Languages/Other
 URL:            https://github.com/starwing/luautf8
-Source:         %{mod_name}-%{version}.tar.xz
-BuildRequires:  lua-macros
+Source:         %{mod_name}-%{version}.tar.zst
 BuildRequires:  %{flavor}-devel
 BuildRequires:  %{flavor}-luarocks
+BuildRequires:  lua-macros
+BuildRequires:  zstd
 Requires:       %{flavor}
 %lua_provides
 %if "%{flavor}" == ""
@@ -64,6 +65,8 @@
 %install
 %luarocks_install "%{mod_name}-%{rock_version}.linux-%{luarock_arch}.rock"
 
+%check
+
 %files
 %{lua_archdir}
 %{luarocks_treedir}/%{mod_name}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.zmE3Nj/_old  2024-04-02 16:42:35.033521431 +0200
+++ /var/tmp/diff_new_pack.zmE3Nj/_new  2024-04-02 16:42:35.037521573 +0200
@@ -1,16 +1,16 @@
 <services>
   <service mode="manual" name="obs_scm">
     <param name="url">https://github.com/starwing/luautf8</param>
-    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
     <param name="scm">git</param>
-    <param name="revision">751c782864f4c636760339e16f218d6dee292d5d</param>
+    <param name="revision">bdd3d7fb6ef22334fde028ba792d3a16309a4de8</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