public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/radcli] epel10: Update to 1.5.3 upstream release
@ 2026-08-19 20:25 Packit
0 siblings, 0 replies; only message in thread
From: Packit @ 2026-08-19 20:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/radcli
Branch : epel10
Commit : 6b1d05dd4c994a02cc8b171d1662e571f5ece026
Author : Packit <hello@packit.dev>
Date : 2026-08-19T19:28:40+00:00
Stats : +13/-17 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/radcli/c/6b1d05dd4c994a02cc8b171d1662e571f5ece026?branch=epel10
Log:
Update to 1.5.3 upstream release
Upstream tag: 1.5.3
Upstream commit: 916f5bb8
Commit authored by Packit automation (https://packit.dev/)
---
diff --git a/.gitignore b/.gitignore
index 4765019..c7d3ce6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,5 @@
/radcli-1.5.1.tar.gz.sig
/radcli-1.5.2.tar.gz
/radcli-1.5.2.tar.gz.sig
+/radcli-1.5.3.tar.xz
+/radcli-1.5.3.tar.xz.sig
diff --git a/README.packit b/README.packit
index 4e76cbe..09d231a 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
-The file was generated using packit 1.16.0.post1.dev8+g8a0482385.
+The file was generated using packit 1.16.2.post1.dev12+g819bb7962.
diff --git a/radcli.spec b/radcli.spec
index 26594f6..31aa4dc 100644
--- a/radcli.spec
+++ b/radcli.spec
@@ -1,6 +1,6 @@
Summary: RADIUS protocol client library
Name: radcli
-Version: 1.5.2
+Version: 1.5.3
Release: %autorelease
#Breakdown of licenses. Under MIT license:
@@ -14,12 +14,10 @@ Release: %autorelease
License: BSD-2-Clause AND UMich-Merit AND HPND-Fenneberg-Livingston
URL: http://radcli.github.io/radcli/
-Source0: https://github.com/radcli/radcli/releases/download/%{version}/%{name}-%{version}.tar.gz
-Source1: https://github.com/radcli/radcli/releases/download/%{version}/%{name}-%{version}.tar.gz.sig
+Source0: https://github.com/radcli/radcli/releases/download/%{version}/%{name}-%{version}.tar.xz
+Source1: https://github.com/radcli/radcli/releases/download/%{version}/%{name}-%{version}.tar.xz.sig
-BuildRequires: libtool, automake, autoconf
-#BuildRequires: gettext-devel
-BuildRequires: make
+BuildRequires: meson, ninja-build
BuildRequires: gcc, iproute
BuildRequires: nettle-devel >= 2.7.1
BuildRequires: gnutls-devel
@@ -51,20 +49,16 @@ and radiusclient-ng.
%prep
%autosetup -p1
rm -f lib/md5.c
-sed -i -e 's|sys_lib_dlsearch_path_spec="[^"]\+|& %{_libdir}|g' configure
%build
-autoreconf -fvi
-%configure --disable-rpath --with-nettle --with-tls --enable-legacy-compat
-make %{?_smp_mflags}
+%meson -Dnettle=enabled -Dtls=enabled -Dlegacy-compat=true -Ddocs=disabled
+%meson_build
%check
-make %{?_smp_mflags} check
+%meson_test
%install
-make DESTDIR=%{buildroot} install
-rm -f %{buildroot}%{_libdir}/*.la
-rm -f %{buildroot}%{_libdir}/*.a
+%meson_install
# these should be removed once the utils subpackage is on
diff --git a/sources b/sources
index c3ec7e3..28fa968 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (radcli-1.5.2.tar.gz) = 7f5f9a0f925e021511e3b1cb7e7d78d7ef42477cae8536096bd08745c485040fa095b7be4a7ba6eba8d65a8a4834cf41610d60cfeade6c7d6e5c0977f8ae09c5
-SHA512 (radcli-1.5.2.tar.gz.sig) = 79d197b3daa90a0eed720baf0fa5ca1d0b5608d24e9691467f813e9c938dc58c6f0aed04bacb901c530bacf2b6138a49e4c92245cc67852bb43f04546e0febda
+SHA512 (radcli-1.5.3.tar.xz) = 12f44dacf81d8d6f28fbbb93f7d6bc67ed36f63bbce293800c82bc3dc556336ebd3b4e18d8e37687ca128b0c806d5cb1bef647b06453a750f9290f24f14838d5
+SHA512 (radcli-1.5.3.tar.xz.sig) = 6e0827c6c37405e49068942534e50fa5c73e109cfe093c0580c0642317cb10725d2b23cc95d021cd0d1d075def2b9eb66ac5568020ee981296d42bf5345a7e96
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-19 20:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-19 20:25 [rpms/radcli] epel10: Update to 1.5.3 upstream release Packit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox