Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package uid_wrapper for openSUSE:Factory 
checked in at 2025-07-20 15:27:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uid_wrapper (Old)
 and      /work/SRC/openSUSE:Factory/.uid_wrapper.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uid_wrapper"

Sun Jul 20 15:27:58 2025 rev:18 rq:1294182 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/uid_wrapper/uid_wrapper.changes  2024-06-14 
18:57:29.153573790 +0200
+++ /work/SRC/openSUSE:Factory/.uid_wrapper.new.8875/uid_wrapper.changes        
2025-07-20 15:28:07.897734564 +0200
@@ -1,0 +2,5 @@
+Thu Jul 17 13:47:26 UTC 2025 - Andreas Schneider <a...@cryptomilk.org>
+
+- Added uwrap-fix-tests.patch
+
+-------------------------------------------------------------------

New:
----
  uwrap-fix-tests.patch

----------(New B)----------
  New:
- Added uwrap-fix-tests.patch
----------(New E)----------

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

Other differences:
------------------
++++++ uid_wrapper.spec ++++++
--- /var/tmp/diff_new_pack.iHKg4S/_old  2025-07-20 15:28:08.521760387 +0200
+++ /var/tmp/diff_new_pack.iHKg4S/_new  2025-07-20 15:28:08.525760552 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package uid_wrapper
 #
-# 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
@@ -33,6 +33,8 @@
 Source1:        %{name}-rpmlintrc
 Source2:        https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz.asc
 Source3:        uid_wrapper.keyring
+# PATCH-FIX-UPSTREAM https://gitlab.com/cwrap/uid_wrapper/-/merge_requests/21
+Patch0:         uwrap-fix-tests.patch
 BuildRequires:  cmake
 BuildRequires:  libcmocka-devel
 BuildRequires:  pkgconf



++++++ uwrap-fix-tests.patch ++++++
>From fb17ea0d4a346e21332f5eb32dcb02b2e57c2320 Mon Sep 17 00:00:00 2001
From: Andreas Schneider <a...@samba.org>
Date: Thu, 17 Jul 2025 15:19:39 +0200
Subject: [PATCH 1/2] cpack: Fix ignore files

Signed-off-by: Andreas Schneider <a...@samba.org>
---
 CPackConfig.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CPackConfig.cmake b/CPackConfig.cmake
index 955c8ee..c1a3373 100644
--- a/CPackConfig.cmake
+++ b/CPackConfig.cmake
@@ -16,7 +16,7 @@ set(CPACK_PACKAGE_VERSION "${PROJECT_VERSION}")
 
 ### source generator
 set(CPACK_SOURCE_GENERATOR "TGZ")
-set(CPACK_SOURCE_IGNORE_FILES 
"~$;[.]swp$;/[.]svn/;/[.]git/;.gitignore;/build*;/obj*;tags;cscope.*")
+set(CPACK_SOURCE_IGNORE_FILES 
"~$;\.swp$;\.git;\.gitignore;/\.cache/;/\.clangd/;/build*;/obj*;tags;cscope.*")
 set(CPACK_SOURCE_PACKAGE_FILE_NAME 
"${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
 
 if (WIN32)
-- 
GitLab


>From a85877afadfbca22b2d8927dca62d6cc0e25dd65 Mon Sep 17 00:00:00 2001
From: Andreas Schneider <a...@samba.org>
Date: Thu, 17 Jul 2025 15:20:43 +0200
Subject: [PATCH 2/2] tests: Add missing include for stdint.h

Signed-off-by: Andreas Schneider <a...@samba.org>
---
 tests/test_thread_sync_setreuid.c | 1 +
 tests/test_uwrap_disabled.c       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tests/test_thread_sync_setreuid.c 
b/tests/test_thread_sync_setreuid.c
index 720a707..627791c 100644
--- a/tests/test_thread_sync_setreuid.c
+++ b/tests/test_thread_sync_setreuid.c
@@ -2,6 +2,7 @@
 
 #include <stdarg.h>
 #include <stddef.h>
+#include <stdint.h>
 #include <setjmp.h>
 #include <cmocka.h>
 
diff --git a/tests/test_uwrap_disabled.c b/tests/test_uwrap_disabled.c
index 52a2bf0..61a8c87 100644
--- a/tests/test_uwrap_disabled.c
+++ b/tests/test_uwrap_disabled.c
@@ -2,6 +2,7 @@
 
 #include <stdarg.h>
 #include <stddef.h>
+#include <stdint.h>
 #include <setjmp.h>
 #include <cmocka.h>
 
-- 
GitLab

Reply via email to