From 07b65fe436a6330dce981b209a3b19346ab36ea7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:40:29 +0000 Subject: [PATCH 1/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-webmozart-assert.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-webmozart-assert.spec b/php-webmozart-assert.spec index 4193ff0..8d813b1 100644 --- a/php-webmozart-assert.spec +++ b/php-webmozart-assert.spec @@ -38,7 +38,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 7%{?github_release}%{?dist} +Release: 8%{?github_release}%{?dist} Summary: Assertions to validate method input/output with nice error messages License: MIT @@ -151,6 +151,9 @@ exit $RETURN_CODE %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.11.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 18 2025 Fedora Release Engineering - 1.11.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 3b11601ae4f9b2b4dd1e67f18943047096a865d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Oct 2025 07:22:31 +0200 Subject: [PATCH 2/3] v1.12.0 --- .gitignore | 1 + php-webmozart-assert.spec | 20 ++++++++------------ sources | 2 +- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index fa4ebad..03acade 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ clog /php-webmozart-assert-1.11.0-11cb2199493b2f8a3b53e7f19068fc6aac760991.tar.gz +/php-webmozart-assert-1.12.0-541057574806f942c94662b817a50f63f7345360.tar.gz diff --git a/php-webmozart-assert.spec b/php-webmozart-assert.spec index 8d813b1..28ef1f4 100644 --- a/php-webmozart-assert.spec +++ b/php-webmozart-assert.spec @@ -1,7 +1,7 @@ # # Fedora spec file for php-webmozart-assert # -# Copyright (c) 2016-2020 Shawn Iwinski +# Copyright (c) 2016-2025 Shawn Iwinski # # License: MIT # http://opensource.org/licenses/MIT @@ -13,8 +13,8 @@ %global bootstrap 0 %global github_owner webmozart %global github_name assert -%global github_version 1.11.0 -%global github_commit 11cb2199493b2f8a3b53e7f19068fc6aac760991 +%global github_version 1.12.0 +%global github_commit 541057574806f942c94662b817a50f63f7345360 %global composer_vendor webmozart %global composer_project assert @@ -38,7 +38,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 8%{?github_release}%{?dist} +Release: 1%{?github_release}%{?dist} Summary: Assertions to validate method input/output with nice error messages License: MIT @@ -57,12 +57,8 @@ BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-ctype BuildRequires: %{phpunit_require} ## phpcompatinfo (computed from version 1.7.0) -BuildRequires: php-filter BuildRequires: php-mbstring -BuildRequires: php-pcre -BuildRequires: php-reflection BuildRequires: php-simplexml -BuildRequires: php-spl ## Autoloader BuildRequires: php-composer(fedora/autoloader) %endif @@ -71,10 +67,7 @@ BuildRequires: php-composer(fedora/autoloader) Requires: php(language) >= %{php_min_ver} Requires: php-ctype # phpcompatinfo (computed from version 1.7.0) -Requires: php-filter Requires: php-mbstring -Requires: php-pcre -Requires: php-spl # Autoloader Requires: php-composer(fedora/autoloader) @@ -126,7 +119,7 @@ BOOTSTRAP : Upstream tests RETURN_CODE=0 PHPUNIT=$(which %{phpunit_exec}) -for PHP_EXEC in php74 php80 php81 php82; do +for PHP_EXEC in php81 php82 php83 php84 php85; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then $PHP_EXEC \ -d auto_prepend_file=%{buildroot}%{phpdir}/Webmozart/Assert/autoload.php \ @@ -151,6 +144,9 @@ exit $RETURN_CODE %changelog +* Tue Oct 21 2025 Remi Collet - 1.12.0-1 +- update to 1.12.0 + * Fri Jul 25 2025 Fedora Release Engineering - 1.11.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index 8dbaeb2..d819468 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-webmozart-assert-1.11.0-11cb2199493b2f8a3b53e7f19068fc6aac760991.tar.gz) = 3af0223d5aeb72b4f83acb22b2b347176a4fc404f109e00ce6caa740908a3fbe0f00179c652b9a58930b8a4a55722bf4a4a77bbc70a098fc2ff6cc0e316a0c05 +SHA512 (php-webmozart-assert-1.12.0-541057574806f942c94662b817a50f63f7345360.tar.gz) = 492173cd29533641e834b9fe9292686b2be8e47b417b08c3c05c0c9e700904e47e0a178a6b6a4dbdfb5500843e2ef8b7f4189a5a80dc97af5c4bb94089935c25 From dbd17da65608bc7b57da6af92f079f4e5ad07e8e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Oct 2025 06:36:52 +0100 Subject: [PATCH 3/3] update to 1.12.1 (no change) --- .gitignore | 1 + php-webmozart-assert.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 03acade..b34252a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ clog /php-webmozart-assert-1.11.0-11cb2199493b2f8a3b53e7f19068fc6aac760991.tar.gz /php-webmozart-assert-1.12.0-541057574806f942c94662b817a50f63f7345360.tar.gz +/php-webmozart-assert-1.12.1-9be6926d8b485f55b9229203f962b51ed377ba68.tar.gz diff --git a/php-webmozart-assert.spec b/php-webmozart-assert.spec index 28ef1f4..0616422 100644 --- a/php-webmozart-assert.spec +++ b/php-webmozart-assert.spec @@ -13,8 +13,8 @@ %global bootstrap 0 %global github_owner webmozart %global github_name assert -%global github_version 1.12.0 -%global github_commit 541057574806f942c94662b817a50f63f7345360 +%global github_version 1.12.1 +%global github_commit 9be6926d8b485f55b9229203f962b51ed377ba68 %global composer_vendor webmozart %global composer_project assert @@ -135,7 +135,6 @@ exit $RETURN_CODE %files -%{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md %doc composer.json @@ -144,6 +143,9 @@ exit $RETURN_CODE %changelog +* Thu Oct 30 2025 Remi Collet - 1.12.1-1 +- update to 1.12.1 (no change) + * Tue Oct 21 2025 Remi Collet - 1.12.0-1 - update to 1.12.0 diff --git a/sources b/sources index d819468..dc7d3b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-webmozart-assert-1.12.0-541057574806f942c94662b817a50f63f7345360.tar.gz) = 492173cd29533641e834b9fe9292686b2be8e47b417b08c3c05c0c9e700904e47e0a178a6b6a4dbdfb5500843e2ef8b7f4189a5a80dc97af5c4bb94089935c25 +SHA512 (php-webmozart-assert-1.12.1-9be6926d8b485f55b9229203f962b51ed377ba68.tar.gz) = 1d8732643dd50272fbce65adee8fb6511f034021ad9d14e40d437dbb181368934cf4f5f552ae41e4e48a99cd23d570070d00d64a7702eefb578e1cbd38253edc