public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kaleb S. KEITHLEY <kkeithle@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libntirpc] rawhide: correct version in version.h
Date: Tue, 23 Jun 2026 22:17:19 GMT [thread overview]
Message-ID: <178225303924.1.14744745801015537543.rpms-libntirpc-d281521ccc19@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-23 22:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178225303924.1.14744745801015537543.rpms-libntirpc-d281521ccc19@fedoraproject.org \
--to=kkeithle@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox