public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libntirpc] rawhide: correct version in version.h
@ 2026-06-23 22:17 Kaleb S. KEITHLEY
0 siblings, 0 replies; only message in thread
From: Kaleb S. KEITHLEY @ 2026-06-23 22:17 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libntirpc
Branch : rawhide
Commit : d281521ccc19b414084a0bc630825775f471de1c
Author : Kaleb S. KEITHLEY <kkeithle@redhat.com>
Date : 2026-06-23T18:16:45-04:00
Stats : +19/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/libntirpc/c/d281521ccc19b414084a0bc630825775f471de1c?branch=rawhide
Log:
correct version in version.h
---
diff --git a/0001-CMakeLists.txt.patch b/0001-CMakeLists.txt.patch
new file mode 100644
index 0000000..9b9167d
--- /dev/null
+++ b/0001-CMakeLists.txt.patch
@@ -0,0 +1,14 @@
+--- ntirpc-10.0/CMakeLists.txt.orig 2026-06-23 18:13:54.715209154 -0400
++++ ntirpc-10.0/CMakeLists.txt 2026-06-23 18:14:16.118565858 -0400
+@@ -14,9 +14,9 @@
+ project(NTIRPC C CXX)
+
+ # version numbers
+-set(NTIRPC_MAJOR_VERSION 7)
++set(NTIRPC_MAJOR_VERSION 10)
+ # This is .0 for a release, .N for a stable branch, blank for development
+-set(NTIRPC_MINOR_VERSION .2)
++set(NTIRPC_MINOR_VERSION .0)
+ # -something for dev releases
+ set(NTIRPC_VERSION_EXTRA )
+ set(VERSION_COMMENT
diff --git a/libntirpc.spec b/libntirpc.spec
index 18fbe73..5c500b1 100644
--- a/libntirpc.spec
+++ b/libntirpc.spec
@@ -3,7 +3,7 @@
Name: libntirpc
Version: 10.0
-Release: 2%{?dev:%{dev}}%{?dist}
+Release: 3%{?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-CMakeLists.txt.patch
BuildRequires: cmake gcc gcc-c++
%ifarch x86_64 aarch64
@@ -93,6 +94,9 @@ ln -s %{name}.so.%{version} %{buildroot}%{_libdir}/%{name}.so.7
%{_libdir}/pkgconfig/libntirpc.pc
%changelog
+* Tue Jun 23 2026 Kaleb S. KEITHLEY <kkeithle at redhat.com> 10.0-3
+- fix version.h
+
* Mon Jun 22 2026 Kaleb S. KEITHLEY <kkeithle at redhat.com> 10.0-2
- ntirpc-10.0 GA, enable TLS
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-23 22:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-23 22:17 [rpms/libntirpc] rawhide: correct version in version.h 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