summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-03-22 15:31:01 +0100
committerRemi Collet <remi@php.net>2024-03-22 15:31:01 +0100
commite87824480b702b1e8abc36f8792e7c4a278313f8 (patch)
tree9ee5a6ced13315c2d8cccd4298872d0e0c9aebb4
parent790f0e6c03aaa9e459dffa20f4ce87e0426fd2eb (diff)
update to 1.0.5HEADmaster
-rw-r--r--.gitignore1
-rw-r--r--php-bolt.spec9
2 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 24c42c7..4e41c71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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