From f20cbb1a5dc3e261549e1e2c45a950f7fd454678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Thu, 13 Apr 2023 14:39:41 +0200 Subject: [PATCH] migrate to SPDX license format --- lz4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lz4.spec b/lz4.spec index b2f1886..5a1e871 100644 --- a/lz4.spec +++ b/lz4.spec @@ -2,10 +2,10 @@ Name: lz4 Version: 1.9.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extremely fast compression algorithm -License: GPLv2+ and BSD +License: GPL-2.0-or-later AND BSD-2-Clause URL: https://lz4.github.io/lz4/ Source0: https://github.com/lz4/lz4/archive/v%{version}/%{name}-%{version}.tar.gz @@ -82,6 +82,9 @@ contains static libraries for static linking of applications. %{_libdir}/liblz4.a %changelog +* Thu Apr 13 2023 Lukáš Zaoral - 1.9.4-3 +- migrate to SPDX license format + * Thu Jan 19 2023 Fedora Release Engineering - 1.9.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild