From c825cd247b4c0d71f4c9bad45d1eeae7e649fd97 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 13 Aug 2022 09:44:55 -0400 Subject: [PATCH] Update License to SPDX --- abseil-cpp.spec | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/abseil-cpp.spec b/abseil-cpp.spec index 158d1a9..3c0534e 100644 --- a/abseil-cpp.spec +++ b/abseil-cpp.spec @@ -3,10 +3,20 @@ Name: abseil-cpp Version: 20211102.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: C++ Common Libraries -License: ASL 2.0 +# The entire source is Apache-2.0, except: +# - The following files are LicenseRef-Fedora-Public-Domain: +# absl/time/internal/cctz/src/tzfile.h +# ** This file is in the public domain, so clarified as of +# ** 1996-06-05 by Arthur David Olson. +# absl/time/internal/cctz/testdata/zoneinfo/iso3166.tab +# # This file is in the public domain, so clarified as of +# # 2009-05-17 by Arthur David Olson. +# absl/time/internal/cctz/testdata/zoneinfo/zone1970.tab +# # This file is in the public domain. +License: Apache-2.0 AND LicenseRef-Fedora-Public-Domain URL: https://abseil.io Source0: https://github.com/abseil/abseil-cpp/archive/%{version}/%{name}-%{version}.tar.gz @@ -124,6 +134,9 @@ find . -type f -name '*.cc' \ %{_libdir}/pkgconfig/*.pc %changelog +* Sat Jan 25 2025 Benjamin A. Beasley - 20211102.0-4 +- Update License to SPDX + * Fri Jul 29 2022 Benjamin A. Beasley - 20211102.0-3 - Do not leak -maes -msse4.1 into pkgconfig (fix RHBZ#2108658)