diff options
Diffstat (limited to 'php-composer-pcre3.spec')
-rw-r--r-- | php-composer-pcre3.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/php-composer-pcre3.spec b/php-composer-pcre3.spec index 8cfc2d6..ea9d9fa 100644 --- a/php-composer-pcre3.spec +++ b/php-composer-pcre3.spec @@ -9,9 +9,9 @@ %bcond_without tests -%global gh_commit ea4ab6f9580a4fd221e0418f2c357cdd39102a90 +%global gh_commit 1637e067347a0c40bbb1e3cd786b20dcab556a81 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-07-25 +%global gh_date 2024-08-19 %global gh_owner composer %global gh_project pcre %global ns_vendor Composer @@ -20,7 +20,7 @@ %global major 3 Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 3.2.0 +Version: 3.3.0 Release: 1%{?dist} Summary: PCRE wrapping library version %{major} @@ -38,7 +38,7 @@ BuildRequires: php-pcre BuildRequires: php-spl # From composer.json, "require-dev": { # "phpunit/phpunit": "^8 || ^9", -# "phpstan/phpstan": "^1.11.8", +# "phpstan/phpstan": "^1.11.10", # "phpstan/phpstan-strict-rules": "^1.1" %global phpunit /usr/bin/phpunit9 BuildRequires: %{phpunit} @@ -110,7 +110,6 @@ exit $ret %files -# remirepo:1 %license LICENSE %doc composer.json %doc *.md @@ -119,6 +118,9 @@ exit $ret %changelog +* Tue Aug 20 2024 Remi Collet <remi@remirepo.net> - 3.3.0-1 +- update to 3.3.0 + * Thu Jul 25 2024 Remi Collet <remi@remirepo.net> - 3.2.0-1 - update to 3.2.0 |