Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libjwt for openSUSE:Factory checked 
in at 2026-05-06 19:20:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libjwt (Old)
 and      /work/SRC/openSUSE:Factory/.libjwt.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libjwt"

Wed May  6 19:20:40 2026 rev:2 rq:1351236 version:1.18.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libjwt/libjwt.changes    2026-03-11 
20:52:27.966889604 +0100
+++ /work/SRC/openSUSE:Factory/.libjwt.new.30200/libjwt.changes 2026-05-06 
19:25:06.022910804 +0200
@@ -1,0 +2,6 @@
+Wed May  6 14:46:35 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Fix build on 32bit architectures: do not ever reference
+  /usr/lib64 in files section, but use %{_libdir}.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libjwt.spec ++++++
--- /var/tmp/diff_new_pack.lgY8dm/_old  2026-05-06 19:25:06.554932751 +0200
+++ /var/tmp/diff_new_pack.lgY8dm/_new  2026-05-06 19:25:06.558932916 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libjwt
 #
-# Copyright (c) 2023 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define lib_name libjwt2
 
 Name:           libjwt
@@ -31,8 +32,8 @@
 BuildRequires:  cmake
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
-BuildRequires:  libopenssl-devel
 BuildRequires:  libjansson-devel
+BuildRequires:  libopenssl-devel
 BuildRequires:  libtool
 
 %description
@@ -76,8 +77,7 @@
 %check
 make check V=1
 
-%post -n %{lib_name} -p /sbin/ldconfig
-%postun -n %{lib_name} -p /sbin/ldconfig
+%ldconfig_scriptlets -n %{lib_name}
 
 %files -n %{lib_name}
 %license LICENSE
@@ -87,8 +87,8 @@
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/jwt.h
 %{_libdir}/lib*.so
+%dir %{_libdir}/cmake
+%dir %{_libdir}/cmake/%{name}
 %{_libdir}/cmake/%{name}/*.cmake
 %{_bindir}/jwt*
-%dir /usr/lib64/cmake
-%dir /usr/lib64/cmake/%{name}
 

Reply via email to