From 575613093890da8863280c0c97da3a311b7a618a Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Wed, 18 Jan 2023 23:58:49 +0100 Subject: [PATCH] Fix license info Resolves: rhbz#2157620 --- mpdecimal.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/mpdecimal.spec b/mpdecimal.spec index a18309d..3469e98 100644 --- a/mpdecimal.spec +++ b/mpdecimal.spec @@ -3,7 +3,7 @@ Name: mpdecimal Version: 2.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for general decimal arithmetic License: BSD @@ -33,12 +33,12 @@ The package contains development headers for the mpdecimal library. Summary: Documentation for mpdecimal library # docs is FBSDDL # bundles underscore.js: MIT -# bundles jquery: MIT or GPLv2 -# jquery bundles sizzle.js: MIT and BSD and GPL -License: FBSDDL and BSD and GPL +# bundles jquery: MIT +# jquery bundles sizzle.js: MIT +License: FBSDDL and MIT BuildArch: noarch -Provides: bundled(js-jquery) = 1.7.2 -Provides: bundled(js-underscore) = 1.4.4 +Provides: bundled(js-jquery) = 3.4.1 +Provides: bundled(js-underscore) = 1.3.1 %description doc The package contains documentation for the mpdecimal library. @@ -92,5 +92,8 @@ fi %ldconfig_scriptlets %changelog +* Wed Jan 18 2023 Charalampos Stratakis - 2.5.1-2 +- Fix license information + * Tue Jan 17 2023 Charalampos Stratakis - 2.5.1-1 - Import into RHEL