From 3c68b42bef4e4828e17b59654dd7946f50295550 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Aug 2023 09:40:36 +0200 Subject: update to 1.0.5 (no change) sources from git snapshot --- php-dasprid-enum.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'php-dasprid-enum.spec') diff --git a/php-dasprid-enum.spec b/php-dasprid-enum.spec index 2abd0af..1b88a45 100644 --- a/php-dasprid-enum.spec +++ b/php-dasprid-enum.spec @@ -8,7 +8,7 @@ # %bcond_without tests -%global gh_commit 8e6b6ea76eabbf19ea2bf5b67b98e1860474012f +%global gh_commit 6faf451159fb8ba4126b925ed2d78acfce0dc016 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner DASPRiD %global gh_project Enum @@ -22,13 +22,15 @@ %global major %nil Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.0.4 +Version: 1.0.5 Release: 1%{?dist} Summary: PHP enum implementation License: BSD-2-Clause URL: https://github.com/%{gh_owner}/%{gh_project} -Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz +# git snapshot to retrieve test suite removed by .gitattributes +Source0: %{name}-%{version}-%{gh_short}.tgz +Source1: makesrc.sh BuildArch: noarch %if %{with tests} @@ -98,7 +100,7 @@ require '%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}/autoload.php'; EOF ret=0 -for cmd in "php %{phpunit}" php80 php81 php82; do +for cmd in "php %{phpunit}" php80 php81 php82 php83; do if which $cmd; then set $cmd $1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1 @@ -120,6 +122,10 @@ exit $ret %changelog +* Tue Aug 29 2023 Remi Collet - 1.0.5-1 +- update to 1.0.5 (no change) +- sources from git snapshot + * Thu Mar 2 2023 Remi Collet - 1.0.4-1 - update to 1.0.4 -- cgit