diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | php-bolt.spec | 9 |
2 files changed, 7 insertions, 3 deletions
@@ -1,5 +1,6 @@ clog package-*.xml +files-*.txt *.tgz *.zip *.tar.bz2 diff --git a/php-bolt.spec b/php-bolt.spec index f3b9a66..7f158cf 100644 --- a/php-bolt.spec +++ b/php-bolt.spec @@ -19,20 +19,20 @@ Name: %{?scl_prefix}php-bolt Summary: Protect PHP Source Code -Version: 1.0.4 +Version: 1.0.5 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: Distribuable URL: https://phpbolt.com/ # see https://phpbolt.com/download-phpbolt/ -Source0: https://phpbolt.com/wp-content/uploads/2023/03/phpBolt-extension-%{version}.zip +Source0: https://phpbolt.com/wp-content/uploads/2024/03/phpBolt-extension-%{version}.zip Source1: https://raw.githubusercontent.com/arshidkv12/phpBolt/master/encryption.php # Message from upstream: "You can redistribute" Source2: message.eml ExclusiveArch: x86_64 BuildRequires: %{?scl_prefix}php-devel >= 7.0 -BuildRequires: %{?scl_prefix}php-devel < 8.3 +BuildRequires: %{?scl_prefix}php-devel < 8.4 # ABI check Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} @@ -121,5 +121,8 @@ fi %changelog +* Fri Mar 22 2024 Remi Collet <remi@remirepo.net> - 1.0.5-1 +- update to 1.0.5 + * Fri Mar 15 2024 Remi Collet <remi@remirepo.net> - 1.0.4-1 - initial package |