Related: rhbz#1938800 Fix spelling in license GPLV2+ -> GPLv2+

This commit is contained in:
Mike FABIAN 2021-06-15 14:22:36 +02:00
parent 0f674351d6
commit 34b1d3fa01

View File

@ -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 <mfabian@redhat.com> - 0.9.10-13
- Related rhbz#1938800: Fix spelling in license GPLV2+ -> GPLv2+
* Mon Jun 14 2021 Mike FABIAN <mfabian@redhat.com> - 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)