Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lua-compat-5.3 for openSUSE:Factory 
checked in at 2024-07-25 15:39:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-compat-5.3 (Old)
 and      /work/SRC/openSUSE:Factory/.lua-compat-5.3.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-compat-5.3"

Thu Jul 25 15:39:01 2024 rev:13 rq:1189355 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-compat-5.3/lua-compat-5.3.changes    
2024-06-17 19:28:39.792427841 +0200
+++ /work/SRC/openSUSE:Factory/.lua-compat-5.3.new.1882/lua-compat-5.3.changes  
2024-07-25 15:48:30.173562944 +0200
@@ -1,0 +2,6 @@
+Wed Jul 24 10:18:22 UTC 2024 - Callum Farmer <[email protected]>
+
+- Rename bit32 package to avoid the package conflicting with
+  the version prior to the merge
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lua-compat-5.3.spec ++++++
--- /var/tmp/diff_new_pack.EQz0Vi/_old  2024-07-25 15:48:30.693583889 +0200
+++ /var/tmp/diff_new_pack.EQz0Vi/_new  2024-07-25 15:48:30.697584050 +0200
@@ -26,6 +26,7 @@
 %bcond_without bit32
 %endif
 %define mversion 0.13
+%define bit32_version 5.3.5.1
 Version:        %{mversion}
 Release:        0
 Summary:        Lua-5.3-style APIs for Lua 5.2 and 5.1
@@ -52,14 +53,16 @@
 This package provides terminal operations for Lua
 
 %if %{without bit32}
-%package -n %{flavor}-bit32
-Version:        5.3.5.1
+%package bit32
+Version:        %{bit32_version}
 Release:        0
 Summary:        Lua bit manipulation library
 Group:          Development/Libraries/Other
+Provides:       %{flavor}-bit32 = %{bit32_version}-%{release}
+Obsoletes:      %{flavor}-bit32 < %{bit32_version}-%{release}
 %lua_provides -n lua-bit32
 
-%description -n %{flavor}-bit32
+%description bit32
 bit32 is the native Lua 5.2 bit manipulation library, in the version
 from Lua 5.3; it is compatible with Lua 5.1, 5.2 and 5.3.
 %endif
@@ -104,7 +107,7 @@
 %{lua_incdir}/*
 
 %if %{without bit32}
-%files -n %{flavor}-bit32
+%files bit32
 %{lua_archdir}/bit32.so
 %endif
 

Reply via email to