Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnustep-libobjc2 for
openSUSE:Factory checked in at 2026-04-30 20:27:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnustep-libobjc2 (Old)
and /work/SRC/openSUSE:Factory/.gnustep-libobjc2.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnustep-libobjc2"
Thu Apr 30 20:27:47 2026 rev:8 rq:1350080 version:2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnustep-libobjc2/gnustep-libobjc2.changes
2025-05-20 09:39:45.805865535 +0200
+++
/work/SRC/openSUSE:Factory/.gnustep-libobjc2.new.30200/gnustep-libobjc2.changes
2026-04-30 20:27:58.620876488 +0200
@@ -1,0 +2,27 @@
+Wed Apr 29 06:36:03 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 2.3:
+ * The blocks runtime from swift-corelibs-libdispatch can now be
+ used instead of the runtime included in libobjc2.
+ * The blocks runtime is now capable of selecting block
+ trampolines based on the current page size at runtime. It now
+ supports AArch64 targets with 16 KiB page sizes, fixing a
+ segmentation fault on Asahi Linux and Android 15 devices with
+ 16 KiB page sizes. For PowerPC64, the trampoline page size was
+ adjusted to 64 KiB.
+ * Implemented the method_getTypedSelector_np function.
+ * The AArch64 objc_msgSend implementation now conforms to the
+ Visual Studio ABI's sret mechanism for non-trivial data types.
+ * Differences in the x86_64 calling convention have been
+ addressed in the objc_msgSend implementation.
+ * The robin map dependency was updated to version 1.4.0.
+ * Associated objects are now properly retained and autoreleased.
+ * Several bug fixes in the fast-path code.
+ * Built-in classes no longer rely on load order.
+ * Various memory leaks have been fixed.
+- Please see https://github.com/gnustep/libobjc2/releases for a
+ full overview of change since last release.
+- Drop gnustep-libobjc2-2.1-fix-trampoline-flags.patch: Fixed
+ upstream.
+
+-------------------------------------------------------------------
Old:
----
gnustep-libobjc2-2.1-fix-trampoline-flags.patch
libobjc2-2.1.tar.gz
New:
----
libobjc2-2.3.tar.gz
----------(Old B)----------
Old: full overview of change since last release.
- Drop gnustep-libobjc2-2.1-fix-trampoline-flags.patch: Fixed
upstream.
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnustep-libobjc2.spec ++++++
--- /var/tmp/diff_new_pack.wkxVxy/_old 2026-04-30 20:27:59.332905711 +0200
+++ /var/tmp/diff_new_pack.wkxVxy/_new 2026-04-30 20:27:59.336905876 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gnustep-libobjc2
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,14 @@
%define _oname libobjc2
%define libname libobjc4_6
Name: gnustep-libobjc2
-Version: 2.1
+Version: 2.3
Release: 0
Summary: GNUstep Objective-C Runtime
License: MIT
Group: Development/Languages/C and C++
URL: https://github.com/gnustep/libobjc2
Source:
https://github.com/gnustep/libobjc2/archive/v%{version}/%{_oname}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gnustep-libobjc2-2.1-fix-trampoline-flags.patch --
gh#gnustep/libobjc2#177
-Patch0: gnustep-libobjc2-2.1-fix-trampoline-flags.patch
+
BuildRequires: cmake >= 3.1
BuildRequires: fdupes
BuildRequires: gnustep-make
@@ -72,9 +71,6 @@
%prep
%autosetup -p1 -n %{_oname}-%{version}
-# Add link to build against system's robin-map-devel
-mkdir third_party/robin-map/include
-ln -s %{_includedir}/tsl third_party/robin-map/include/tsl
%build
# Remove cmake4 error due to not setting
@@ -103,8 +99,7 @@
%fdupes -s %{buildroot}%{_includedir}
-%post -n %{libname} -p /sbin/ldconfig
-%postun -n %{libname} -p /sbin/ldconfig
+%ldconfig_scriptlets -n %{libname}
%files -n %{libname}
%{_libdir}/libobjc.so.*
@@ -117,4 +112,9 @@
%{_includedir}/Block_private.h
%{_libdir}/libobjc.so
%{_libdir}/pkgconfig/libobjc.pc
+%dir %{_libdir}/cmake/libobjc
+%{_libdir}/cmake/libobjc/libobjcConfig.cmake
+%{_libdir}/cmake/libobjc/libobjcConfigVersion.cmake
+%{_libdir}/cmake/libobjc/libobjcTargets-noconfig.cmake
+%{_libdir}/cmake/libobjc/libobjcTargets.cmake
++++++ libobjc2-2.1.tar.gz -> libobjc2-2.3.tar.gz ++++++
++++ 9817 lines of diff (skipped)