From 741d667a3e89cd040f5edeb165d037cb3636719e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Wed, 2 Aug 2023 02:18:12 +0200 Subject: [PATCH] migrate to SPDX license format --- libasyncns.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libasyncns.spec b/libasyncns.spec index ee138c3..96c3382 100644 --- a/libasyncns.spec +++ b/libasyncns.spec @@ -1,9 +1,9 @@ Name: libasyncns Version: 0.8 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Asynchronous Name Service Library Source0: http://0pointer.de/lennart/projects/libasyncns/libasyncns-%{version}.tar.gz -License: LGPLv2+ +License: LGPL-2.1-or-later Url: http://0pointer.de/lennart/projects/libasyncns/ BuildRequires: gcc @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/libasyncns/ %{_libdir}/pkgconfig/libasyncns.pc %changelog +* Wed Aug 02 2023 Lukáš Zaoral - 0.8-26 +- migrate to SPDX license format + * Thu Jul 20 2023 Fedora Release Engineering - 0.8-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild