From eb1d3b30bd05b57384824372496c4af2247f5d17 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Sep 2023 16:00:57 +0200 Subject: update to 0.10.0 --- php-snuffleupagus.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-snuffleupagus.spec') diff --git a/php-snuffleupagus.spec b/php-snuffleupagus.spec index 956ce12..3181e62 100644 --- a/php-snuffleupagus.spec +++ b/php-snuffleupagus.spec @@ -16,7 +16,7 @@ %bcond_without tests -%global gh_commit 7d006a4b971aec04c42c06c877c0e496f1f62bc0 +%global gh_commit cb3d7aed877ce2a0952c00f1950d57c72d664b49 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jvoisin %global gh_project snuffleupagus @@ -31,19 +31,17 @@ Summary: Security module for PHP Name: %{?scl_prefix}php-snuffleupagus -Version: 0.9.0 +Version: 0.10.0 %if 0%{?gh_date} Release: 1%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: LGPL-3.0-only Group: Development/Languages URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pkg_name}-%{version}-%{gh_short}.tar.gz -Patch0: upstream.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.0 BuildRequires: pcre-devel @@ -74,7 +72,6 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch -P0 -p1 cd %{sources} # Sanity check, really often broken @@ -224,6 +221,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 20 2023 Remi Collet - 0.10.0-1 +- update to 0.10.0 + * Tue Sep 5 2023 Remi Collet - 0.9.0-3 - add upstream patches for PHP 8.3 - build out of sources tree -- cgit