From 4ee27eadf8902fdfeda0816dd2e3f2e18f78813b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Jan 2023 16:16:21 +0100 Subject: update to 3.0.0 rename to php-sabre-uri3 install in /usr/share/php/Sabre/Uri3 --- php-sabre-uri3.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/php-sabre-uri3.spec b/php-sabre-uri3.spec index 465a025..9bb6b78 100644 --- a/php-sabre-uri3.spec +++ b/php-sabre-uri3.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-sabre-uri2 # -# Copyright (c) 2016-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2016-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit eceb4a1b8b680b45e215574222d6ca00be541970 +%global gh_commit 0ab547f34cf15a735e976a285ffc0cfcc27a3f82 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project uri @@ -20,15 +20,15 @@ # Namespace %global ns_vendor Sabre %global ns_project Uri -%global major 2 +%global major 3 Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: Functions for making sense out of URIs -Version: 2.3.2 +Version: 3.0.0 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} -License: BSD +License: BSD-3-Clause # Git snapshot with tests, because of .gitattributes Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -136,6 +136,11 @@ exit $ret %changelog +* Fri Jan 20 2023 Remi Collet - 3.0.0-1 +- update to 3.0.0 +- rename to php-sabre-uri3 +- install in /usr/share/php/Sabre/Uri3 + * Mon Sep 19 2022 Remi Collet - 2.3.2-1 - update to 2.3.2 -- cgit