summaryrefslogtreecommitdiffstats
path: root/php-composer-pcre3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-composer-pcre3.spec')
-rw-r--r--php-composer-pcre3.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-composer-pcre3.spec b/php-composer-pcre3.spec
index ff36229..a0c3245 100644
--- a/php-composer-pcre3.spec
+++ b/php-composer-pcre3.spec
@@ -9,9 +9,9 @@
%bcond_without tests
-%global gh_commit 63aaeac21d7e775ff9bc9d45021e1745c97521c4
+%global gh_commit b2bed4734f0cc156ee1fe9c0da2550420d99a21e
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 2024-08-27
+%global gh_date 2024-11-13
%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.3.1
+Version: 3.3.2
Release: 1%{?dist}
Summary: PCRE wrapping library version %{major}
@@ -38,8 +38,8 @@ BuildRequires: php-pcre
BuildRequires: php-spl
# From composer.json, "require-dev": {
# "phpunit/phpunit": "^8 || ^9",
-# "phpstan/phpstan": "^1.11.10",
-# "phpstan/phpstan-strict-rules": "^1.1"
+# "phpstan/phpstan": "^1.12 || ^2",
+# "phpstan/phpstan-strict-rules": "^1 || ^2"
%global phpunit /usr/bin/phpunit9
BuildRequires: %{phpunit}
# Autoloader
@@ -118,6 +118,9 @@ exit $ret
%changelog
+* Wed Nov 13 2024 Remi Collet <remi@remirepo.net> - 3.3.2-1
+- update to 3.3.2
+
* Wed Aug 28 2024 Remi Collet <remi@remirepo.net> - 3.3.1-1
- update to 3.3.1