diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-07 06:57:22 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-07 06:57:22 +0200 |
| commit | 8ac9b9b78aa8d3b83662b9d7f236850a1b6d66eb (patch) | |
| tree | 58db3c93bb5528a97ccecca429c47440bdb715ae /php-sebastian-comparator8.spec | |
| parent | 655cd5f715f23cd83180585a0db2a3459ede98d3 (diff) | |
update to 8.1.0
Diffstat (limited to 'php-sebastian-comparator8.spec')
| -rw-r--r-- | php-sebastian-comparator8.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/php-sebastian-comparator8.spec b/php-sebastian-comparator8.spec index 24774a0..650ef9f 100644 --- a/php-sebastian-comparator8.spec +++ b/php-sebastian-comparator8.spec @@ -9,11 +9,8 @@ %bcond_without tests -%global gh_commit 29b232ddc29c2b114c0358c69b3084e7c3da0d58 -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator -%global gh_date 2026-02-06 # Packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -24,14 +21,14 @@ %global ns_project Comparator Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 8.0.0 -Release: 2%{?dist} +Version: 8.1.0 +Release: 1%{?dist} Summary: Compare PHP values for equality, 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 +Source0: %{name}-%{version}.tgz Source1: makesrc.sh BuildArch: noarch @@ -76,7 +73,7 @@ Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php %prep -%setup -q -n %{gh_project}-%{gh_commit} +%setup -q -n %{gh_project}-%{version} %build @@ -124,6 +121,9 @@ exit $ret %changelog +* Tue Apr 7 2026 Remi Collet <remi@remirepo.net> - 8.1.0-1 +- update to 8.1.0 + * Tue Feb 10 2026 Remi Collet <remi@remirepo.net> - 8.0.0-2 - enable test suite |
