From 3f4bacc2ec4f7cb7c5d4ab95d48e12fc158de53a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jul 2024 13:58:51 +0200 Subject: update to 5.0.1 --- php-sebastian-version5.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/php-sebastian-version5.spec b/php-sebastian-version5.spec index e7cf35a..d058bf6 100644 --- a/php-sebastian-version5.spec +++ b/php-sebastian-version5.spec @@ -6,11 +6,11 @@ # # Please, preserve the changelog entries # -%global gh_commit 13999475d2cb1ab33cb73403ba356a814fdbb001 +%global gh_commit 45c9debb7d039ce9b97de2f749c2cf5832a06ac4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project version -%global gh_date 2024-02-02 +%global gh_date 2024-07-03 # Packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -21,12 +21,13 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 5.0.0 +Version: 5.0.1 Release: 1%{?dist} Summary: Managing the version number of Git-hosted PHP projects, version %{ver_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 @@ -78,8 +79,6 @@ exit (class_exists("%{ns_vendor}\\%{ns_project}") ? 0 : 1); %files -# remirepo:1 -%{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md %doc composer.json @@ -88,6 +87,9 @@ exit (class_exists("%{ns_vendor}\\%{ns_project}") ? 0 : 1); %changelog +* Wed Jul 3 2024 Remi Collet - 5.0.1-1 +- update to 5.0.1 + * Mon Feb 5 2024 Remi Collet - 5.0.0-1 - update to 5.0.0 - raise dependency on PHP 8.2 -- cgit