summaryrefslogtreecommitdiffstats
path: root/phpunit12.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-08 06:28:40 +0200
committerRemi Collet <remi@php.net>2026-04-08 06:28:40 +0200
commit1f72e048b4c007014141ac03e7e5c2b3e0a1be06 (patch)
tree49ebcbc110da1059175cc1c4646c87e2ee93fd36 /phpunit12.spec
parentcef417bcc92e6b0aae120af6f6bf5b98ec353997 (diff)
update to 12.5.17
Diffstat (limited to 'phpunit12.spec')
-rw-r--r--phpunit12.spec15
1 files changed, 6 insertions, 9 deletions
diff --git a/phpunit12.spec b/phpunit12.spec
index ebc8342..b03d2bb 100644
--- a/phpunit12.spec
+++ b/phpunit12.spec
@@ -19,9 +19,6 @@
%bcond_with defcmd
%endif
-%global gh_commit b2429f58ae75cae980b5bb9873abe4de6aac8b58
-%global gh_date 2026-04-03
-%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpunit
# Packagist
@@ -33,18 +30,15 @@
%global ver_major 12
%global ver_minor 5
-%global upstream_version 12.5.16
-#global upstream_prever dev
-
Name: %{pk_project}%{ver_major}
-Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
+Version: 12.5.17
Release: 1%{?dist}
Summary: The PHP Unit Testing framework 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}-%{upstream_version}-%{gh_short}.tgz
+Source0: %{name}-%{version}.tgz
Source1: makesrc.sh
# Fix command for autoload
@@ -167,7 +161,7 @@ Documentation: https://phpunit.de/documentation.html
%prep
-%setup -q -n %{gh_project}-%{gh_commit}
+%setup -q -n %{gh_project}-%{version}
%patch -P0 -p0 -b .rpm
find . -name \*.rpm -delete -print
@@ -298,6 +292,9 @@ exit $ret
%changelog
+* Wed Apr 8 2026 Remi Collet <remi@remirepo.net> - 12.5.17-1
+- update to 12.5.17
+
* Fri Apr 3 2026 Remi Collet <remi@remirepo.net> - 12.5.16-1
- update to 12.5.16