diff options
author | Remi Collet <remi@remirepo.net> | 2024-03-26 07:46:15 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-03-26 07:46:15 +0100 |
commit | bf68fbc1dc393f3e7c45d0ec521f9c42f3e628ea (patch) | |
tree | 7d5099a25eb10871a4b431debd9366fc795cecf7 /php-sebastian-environment7.spec | |
parent | f1d902690f2ae808eef0be0972942b0185640b27 (diff) |
update to 7.1.0
Diffstat (limited to 'php-sebastian-environment7.spec')
-rw-r--r-- | php-sebastian-environment7.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-sebastian-environment7.spec b/php-sebastian-environment7.spec index aaf06ce..0497f7b 100644 --- a/php-sebastian-environment7.spec +++ b/php-sebastian-environment7.spec @@ -11,11 +11,11 @@ %bcond_with tests # Sources -%global gh_commit 100d8b855d7180f79f9a9a5c483f2d960581c3ea +%global gh_commit 4eb3a442574d0e9d141aab209cd4aaf25701b09a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project environment -%global gh_date 2024-02-02 +%global gh_date 2024-03-23 # Packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -26,12 +26,13 @@ %global ns_project Environment Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 7.0.0 +Version: 7.1.0 Release: 1%{?dist} Summary: Handle HHVM/PHP environments, version %{major} License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} +# run makesrc.sh to create a git snapshot with test suite Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -114,6 +115,9 @@ exit $ret %changelog +* Tue Mar 26 2024 Remi Collet <remi@remirepo.net> - 7.1.0-1 +- update to 7.1.0 + * Mon Feb 5 2024 Remi Collet <remi@remirepo.net> - 7.0.0-1 - update to 7.0.0 - raise dependency on PHP 8.2 |