From 34b1d3fa01e9965da85144770b7f23b27a1a6c56 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 15 Jun 2021 14:22:36 +0200 Subject: [PATCH] Related: rhbz#1938800 Fix spelling in license GPLV2+ -> GPLv2+ --- libunistring.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libunistring.spec b/libunistring.spec index 66c27d8..22cc9e1 100644 --- a/libunistring.spec +++ b/libunistring.spec @@ -1,9 +1,9 @@ # This spec file has been automatically updated Version: 0.9.10 -Release: 12%{?dist} +Release: 13%{?dist} Name: libunistring Summary: GNU Unicode string library -License: GPLV2+ or LGPLv3+ +License: GPLv2+ or LGPLv3+ URL: https://www.gnu.org/software/libunistring/ Source0: https://ftp.gnu.org/gnu/libunistring/%{name}-%{version}.tar.xz Patch0: fix-memory-leak-in-vasnprintf.patch @@ -56,6 +56,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/%{name} __doc %ldconfig_scriptlets %changelog +* Mon Jun 14 2021 Mike FABIAN - 0.9.10-13 +- Related rhbz#1938800: Fix spelling in license GPLV2+ -> GPLv2+ + * Mon Jun 14 2021 Mike FABIAN - 0.9.10-12 - Fix memory leak in vasnprint. Resolves: rhbz#1938800 (Backported from upstream: https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=4d288a80bf7ebe29334b9805cdcc70eacb6059c1)