Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package linux-glibc-devel for 
openSUSE:Factory checked in at 2025-08-12 17:02:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linux-glibc-devel (Old)
 and      /work/SRC/openSUSE:Factory/.linux-glibc-devel.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linux-glibc-devel"

Tue Aug 12 17:02:57 2025 rev:101 rq:1296193 version:6.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/linux-glibc-devel/linux-glibc-devel.changes      
2025-05-27 18:52:53.951601244 +0200
+++ 
/work/SRC/openSUSE:Factory/.linux-glibc-devel.new.1085/linux-glibc-devel.changes
    2025-08-12 17:02:59.971322730 +0200
@@ -1,0 +2,10 @@
+Mon Jul 28 17:36:24 UTC 2025 - Andreas Schwab <sch...@suse.de>
+
+- Update to kernel headers 6.16
+
+-------------------------------------------------------------------
+Wed Jun  4 11:55:43 UTC 2025 - Andreas Schwab <sch...@suse.de>
+
+- Rewrite preinstall scriptlet in lua
+
+-------------------------------------------------------------------

Old:
----
  linux-glibc-devel-6.15.tar.xz

New:
----
  linux-glibc-devel-6.16.tar.xz

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

Other differences:
------------------
++++++ linux-glibc-devel.spec ++++++
--- /var/tmp/diff_new_pack.cSgUAr/_old  2025-08-12 17:03:01.311378563 +0200
+++ /var/tmp/diff_new_pack.cSgUAr/_new  2025-08-12 17:03:01.315378729 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           linux-glibc-devel
-Version:        6.15
+Version:        6.16
 Release:        0
 Summary:        Linux headers for userspace development
 License:        GPL-2.0-only
@@ -83,19 +83,19 @@
   for i,arch in ipairs({cross_archs()}) do
     print(rpm.expand([[
 
-%package -n cross-]]..arch..[[-linux-glibc-devel
+%package -n cross-]]..arch..[[-%{name}
 Summary:        Linux headers for ]]..arch..[[ userspace cross development
 Group:          Development/Libraries/C and C++
 BuildArch:      noarch
 
-%description -n cross-]]..arch..[[-linux-glibc-devel
+%description -n cross-]]..arch..[[-%{name}
 This package provides Linux kernel headers for ]]..arch..[[, the kernel API 
description
 required for compilation of almost all programs.
 ]]))
   end}
 
 %prep
-%setup -q -n linux-glibc-devel-%{version}
+%setup -q -n %{name}-%{version}
 
 %build
 for karch in *; do
@@ -162,10 +162,9 @@
 ]]))
   end}
 
-%pre
-if test -L %{_includedir}/asm; then
-  rm -f %{_includedir}/asm
-fi
+%pre -p <lua>
+link = "%{_includedir}/asm"
+if posix.readlink(link) then os.remove(link) end
 
 %files
 %{_includedir}/*
@@ -174,7 +173,7 @@
   for i,arch in ipairs({cross_archs()}) do
     print(rpm.expand([[
 
-%files -n cross-]]..arch..[[-linux-glibc-devel
+%files -n cross-]]..arch..[[-%{name}
 %{_prefix}/]]..gcc_target(arch).."\n"))
   end}
 

++++++ linux-glibc-devel-6.15.tar.xz -> linux-glibc-devel-6.16.tar.xz ++++++
++++ 45637 lines of diff (skipped)

Reply via email to