public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libntirpc] rawhide: ntirpc 15.3 plus accidently omitted patch for 15.4
@ 2026-09-14 12:33 Kaleb S. KEITHLEY
  0 siblings, 0 replies; only message in thread
From: Kaleb S. KEITHLEY @ 2026-09-14 12:33 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/libntirpc
Branch : rawhide
Commit : f79917a3cc4a3b6c83a7c18baab71b831fe2b976
Author : Kaleb S. KEITHLEY <kkeithle@redhat.com>
Date   : 2026-09-14T08:32:40-04:00
Stats  : +38/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/libntirpc/c/f79917a3cc4a3b6c83a7c18baab71b831fe2b976?branch=rawhide

Log:
ntirpc 15.3 plus accidently omitted patch for 15.4

---
diff --git a/0001-src-monitoring-include-monitoring.h.patch b/0001-src-monitoring-include-monitoring.h.patch
new file mode 100644
index 0000000..0fdbc04
--- /dev/null
+++ b/0001-src-monitoring-include-monitoring.h.patch
@@ -0,0 +1,32 @@
+--- ntirpc-15.3/src/monitoring/include/monitoring.h.orig	2026-09-02 14:50:30.000000000 -0400
++++ ntirpc-15.3/src/monitoring/include/monitoring.h	2026-09-14 08:18:34.782114838 -0400
+@@ -220,6 +220,7 @@
+ static inline uint64_t
+ monitoring__counter_get(counter_metric_handle_t UNUSED(handle))
+ {
++	return 0;
+ }
+ 
+ static inline void monitoring__counter_set(
+@@ -227,16 +228,17 @@
+ {
+ }
+ 
+-static void monitoring__counter_remove(counter_metric_handle_t UNUSED(handle))
++static inline void
++monitoring__counter_remove(counter_metric_handle_t UNUSED(handle))
+ {
+ }
+ 
+-static void monitoring__gauge_remove(gauge_metric_handle_t UNUSED(handle))
++static inline void monitoring__gauge_remove(gauge_metric_handle_t UNUSED(handle))
+ {
+ }
+ 
+-static void
+-monitoring__histogram_remove(histogram_metric_handle_t UNUSED(handle))
++static void inline monitoring__histogram_remove(
++	histogram_metric_handle_t UNUSED(handle))
+ {
+ }
+ 

diff --git a/libntirpc.spec b/libntirpc.spec
index 40fa244..2416579 100644
--- a/libntirpc.spec
+++ b/libntirpc.spec
@@ -3,7 +3,7 @@
 
 Name:		libntirpc
 Version:	15.3
-Release:	1%{?dev:%{dev}}%{?dist}
+Release:	2%{?dev:%{dev}}%{?dist}
 Summary:	New Transport Independent RPC Library
 License:	BSD-3-Clause
 Url:		https://github.com/nfs-ganesha/ntirpc
@@ -12,6 +12,7 @@ Url:		https://github.com/nfs-ganesha/ntirpc
 %global prometh_ver_short	48d09c45
 Source0:	https://github.com/nfs-ganesha/ntirpc/archive/v%{version}/ntirpc-%{version}%{?dev:%{dev}}.tar.gz
 Source1:	https://github.com/biaks/prometheus-cpp-lite/archive/%{prometh_ver_long}/prometheus-cpp-lite-%{prometh_ver_short}.tar.gz
+Patch:		0001-src-monitoring-include-monitoring.h.patch
 
 BuildRequires:	cmake gcc gcc-c++
 %ifarch x86_64 aarch64
@@ -93,6 +94,10 @@ ln -s %{name}.so.%{version} %{buildroot}%{_libdir}/%{name}.so.15
 %{_libdir}/pkgconfig/libntirpc.pc
 
 %changelog
+* Mon Sep 14 2026 Kaleb S. KEITHLEY <kkeithle at redhat.com> 15.3-2
+- ntirpc-15.3 (side tag f46-build-side-151546)
+- ntirpc-15.4ish, include monitoring fix accidently omitted
+
 * Thu Sep 3 2026 Kaleb S. KEITHLEY <kkeithle at redhat.com> 15.3-1
 - ntirpc-15.3 GA (side tag f46-build-side-150285)
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-14 12:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-14 12:33 [rpms/libntirpc] rawhide: ntirpc 15.3 plus accidently omitted patch for 15.4 Kaleb S. KEITHLEY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox