public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/radcli] rawhide: Update to 1.5.3 upstream release
Date: Wed, 19 Aug 2026 20:24:26 GMT	[thread overview]
Message-ID: <178717106665.1.620385440627888005.rpms-radcli-e617be23dc66@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/radcli
            Branch : rawhide
            Commit : e617be23dc6631d5708910e9cb190df52218994f
            Author : Packit <hello@packit.dev>
            Date   : 2026-08-19T19:28:08+00:00
            Stats  : +13/-17 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/radcli/c/e617be23dc6631d5708910e9cb190df52218994f?branch=rawhide

            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

                 reply	other threads:[~2026-08-19 20:24 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=178717106665.1.620385440627888005.rpms-radcli-e617be23dc66@fedoraproject.org \
    --to=hello@packit.dev \
    --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