From e87824480b702b1e8abc36f8792e7c4a278313f8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Mar 2024 15:31:01 +0100 Subject: update to 1.0.5 --- php-bolt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-bolt.spec') 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 - 1.0.5-1 +- update to 1.0.5 + * Fri Mar 15 2024 Remi Collet - 1.0.4-1 - initial package -- cgit