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 2025-03-12 15:23:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-luautf8 (Old)
 and      /work/SRC/openSUSE:Factory/.lua-luautf8.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-luautf8"

Wed Mar 12 15:23:52 2025 rev:6 rq:1252171 version:0.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-luautf8/lua-luautf8.changes  2024-04-02 
16:42:34.237493016 +0200
+++ /work/SRC/openSUSE:Factory/.lua-luautf8.new.19136/lua-luautf8.changes       
2025-03-12 15:24:39.295731023 +0100
@@ -1,0 +2,11 @@
+Tue Mar 11 22:44:22 UTC 2025 - Matej Cepl <mc...@cepl.eu>
+
+- Update to 0.1.6:
+  - Add 'normalize_nfc' and 'isnfc' functions
+  - Update to Unicode 15.1
+  - Add new 'grapheme_indices' function
+  - Improve grammar, spelling, and formatting of README.md
+  - Fix bugs in NFC normalization code
+  - Explicitly include limits.h instead of transitively assuming it
+
+-------------------------------------------------------------------

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

New:
----
  luautf8-0.1.6.tar.gz

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

Other differences:
------------------
++++++ lua-luautf8.spec ++++++
--- /var/tmp/diff_new_pack.htkY8j/_old  2025-03-12 15:24:40.663788319 +0100
+++ /var/tmp/diff_new_pack.htkY8j/_new  2025-03-12 15:24:40.667788486 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lua-luautf8
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 %define flavor @BUILD_FLAVOR@
-%define mod_name luautf8
+%define modname luautf8
 %define rock_version 0.1.5-2
 %ifarch %{ix86}
  %define luarock_arch x86
@@ -28,13 +28,14 @@
   %define luarock_arch %{_arch}
  %endif
 %endif
-Version:        0.1.5+git6
+Version:        0.1.6
 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.zst
+# Source:         %%{modname}-%%{version}.tar.zst
+Source:         
https://github.com/starwing/%{modname}/archive/refs/tags/%{version}.tar.gz#/%{modname}-%{version}.tar.gz
 BuildRequires:  %{flavor}-devel
 BuildRequires:  %{flavor}-luarocks
 BuildRequires:  lua-macros
@@ -42,10 +43,10 @@
 Requires:       %{flavor}
 %lua_provides
 %if "%{flavor}" == ""
-Name:           lua-%{mod_name}
+Name:           lua-%{modname}
 ExclusiveArch:  do_not_build
 %else
-Name:           %{flavor}-%{mod_name}
+Name:           %{flavor}-%{modname}
 %endif
 
 %description
@@ -57,19 +58,19 @@
 test in lua test suite2.
 
 %prep
-%autosetup -n %{mod_name}-%{version}
+%autosetup -n %{modname}-%{version}
 
 %build
-%luarocks_build "rockspecs/%{mod_name}-%{rock_version}.rockspec"
+%luarocks_build "rockspecs/%{modname}-%{rock_version}.rockspec"
 
 %install
-%luarocks_install "%{mod_name}-%{rock_version}.linux-%{luarock_arch}.rock"
+%luarocks_install "%{modname}-%{rock_version}.linux-%{luarock_arch}.rock"
 
 %check
 
 %files
 %{lua_archdir}
-%{luarocks_treedir}/%{mod_name}
-%docdir %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc
-%license %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc/LICENSE
+%{luarocks_treedir}/%{modname}
+%docdir %{luarocks_treedir}/%{modname}/%{rock_version}/doc
+%license %{luarocks_treedir}/%{modname}/%{rock_version}/doc/LICENSE
 

Reply via email to