From 11f8d361a1396e58a755ed6dd84fe6252b8438d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 May 2023 11:31:10 +0200 Subject: update to 3.0.4 --- php-sebastian-diff3.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'php-sebastian-diff3.spec') diff --git a/php-sebastian-diff3.spec b/php-sebastian-diff3.spec index 06ece80..7ad3e0d 100644 --- a/php-sebastian-diff3.spec +++ b/php-sebastian-diff3.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-sebastian-diff3 # -# Copyright (c) 2013-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2013-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 14f72dd46eaf2f2293cbe79c93cc0bc43161a211 +%global gh_commit 6296a0c086dd0117c1b78b059374d7fcbe7545ae %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project diff @@ -27,8 +27,8 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.3 -Release: 8%{?dist} +Version: 3.0.4 +Release: 1%{?dist} Summary: Diff implementation, version %{major} License: BSD-3-Clause @@ -75,7 +75,7 @@ Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php %prep %setup -q -n %{gh_project}-%{gh_commit} -a 2 -%patch0 -p0 +%patch -P0 -p0 %build @@ -124,6 +124,9 @@ exit $ret %changelog +* Tue May 9 2023 Remi Collet - 3.0.4-1 +- update to 3.0.4 + * Fri Apr 21 2023 Remi Collet - 3.0.3-8 - use SPDX license ID - use bundled symfony/process for test -- cgit