diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-06 08:22:44 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-06 08:22:44 +0100 |
commit | 4fbbdeccd380446d79e67c3fef0d4ae8f87ed9fe (patch) | |
tree | ccbcaab2ffd8952e8653bbe27991641794d0865b /php-icewind-streams.spec | |
parent | a9486bc53b37460bc16e693dd22490a5e8c5f9e2 (diff) |
Diffstat (limited to 'php-icewind-streams.spec')
-rw-r--r-- | php-icewind-streams.spec | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/php-icewind-streams.spec b/php-icewind-streams.spec index 504454b..8dd63db 100644 --- a/php-icewind-streams.spec +++ b/php-icewind-streams.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-icewind-streams # -# Copyright (c) 2015-2023 Remi Collet +# Copyright (c) 2015-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # Github information -%global gh_commit 64200fd7cfcc7f550c3c695c48d8fd8bba97fecb +%global gh_commit cb2bd3ed41b516efb97e06e8da35a12ef58ba48b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner icewind1991 %global gh_project Streams @@ -19,11 +19,12 @@ %global ns_name Streams Name: php-%{pk_vendor}-%{pk_name} -Version: 0.7.7 +Version: 0.7.8 Release: 1%{?dist} Summary: A set of generic stream wrappers -License: MIT +# See SPDX-License-Identifier in src tree +License: MIT AND AGPL-3.0-or-later URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{url}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz @@ -91,8 +92,8 @@ exit $ret %files -%{!?_licensedir:%global license %%doc} -%license LICENCE +%license LICENSE.txt +%license LICENSES/*txt %doc composer.json %doc *.md %dir %{_datadir}/php/%{ns_vendor} @@ -100,6 +101,9 @@ exit $ret %changelog +* Fri Dec 6 2024 Remi Collet <remi@remirepo.net> - 0.7.8-1 +- update to 0.7.8 + * Fri Mar 17 2023 Remi Collet <remi@remirepo.net> - 0.7.7-1 - update to 0.7.7 |