diff --git a/php-8.3.11.tar.xz b/php-8.3.12.tar.xz similarity index 60% rename from php-8.3.11.tar.xz rename to php-8.3.12.tar.xz index 729e10b..06912e9 100644 Binary files a/php-8.3.11.tar.xz and b/php-8.3.12.tar.xz differ diff --git a/php.spec b/php.spec index 7a9a4ab..d96b8fd 100644 --- a/php.spec +++ b/php.spec @@ -23,7 +23,7 @@ %global with_modphp 1 %global with_lmdb 1 %global with_sodium 1 -%global upver 8.3.11 +%global upver 8.3.12 Name: php @@ -1314,6 +1314,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %{_mandir}/man?/* %changelog +* Wed Sep 25 2024 Funda Wang - 8.3.12-1 +- New version 8.3.12 + * Mon Sep 02 2024 Funda Wang - 8.3.11-1 - New version 8.3.11 diff --git a/php.yaml b/php.yaml index ddce6b8..afc6861 100644 --- a/php.yaml +++ b/php.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: php/php-src -tag_prefix: php- -seperator: . +tag_prefix: ^php- +separator: .