diff options
author | Remi Collet <remi@remirepo.net> | 2024-03-22 15:31:01 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-03-22 15:31:01 +0100 |
commit | e87824480b702b1e8abc36f8792e7c4a278313f8 (patch) | |
tree | 9ee5a6ced13315c2d8cccd4298872d0e0c9aebb4 /php-bolt.spec | |
parent | 790f0e6c03aaa9e459dffa20f4ce87e0426fd2eb (diff) |
Diffstat (limited to 'php-bolt.spec')
-rw-r--r-- | php-bolt.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 |