From 1073ead0d578ec8693977f5e3271ac8ac29c916f Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 10 May 2022 18:36:08 +0800 Subject: [PATCH] License compliance rectification --- LibRaw.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/LibRaw.spec b/LibRaw.spec index 84c0898..6c9b971 100644 --- a/LibRaw.spec +++ b/LibRaw.spec @@ -1,8 +1,8 @@ Name: LibRaw Version: 0.20.2 -Release: 4 +Release: 5 Summary: Library for reading RAW files obtained from digital photo cameras -License: BSD and (CDDL or LGPLv2) +License: BSD-3-Clause and (CDDL or LGPLv2) URL: http://www.libraw.org Source0: http://github.com/LibRaw/LibRaw/archive/%{version}.tar.gz Patch0000: prevent-buffer-overrun-in-parse_rollei.patch @@ -68,6 +68,9 @@ rm -rfv samples/.deps samples/.dirstamp samples/*.o %exclude %{_docdir}/libraw/* %changelog +* Mon May 9 2022 baizhonggui - 0.20.2-5 +- modify license identifier + * Thu Jun 3 2021 zhangjiapeng - 0.20.2-4 - fix use of uninitialized value -- Gitee