From e530aea6938392e700d1e4202fcc96b6adda4f52 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Aug 2021 08:04:53 +0200 Subject: update to 0.7.1 drop patch merged upstream --- php-snuffleupagus.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php-snuffleupagus.spec') diff --git a/php-snuffleupagus.spec b/php-snuffleupagus.spec index c52be26..958055d 100644 --- a/php-snuffleupagus.spec +++ b/php-snuffleupagus.spec @@ -18,7 +18,7 @@ %global pkg_name %{name} %endif -%global gh_commit 047b2d08a5d01c2c8654f16fb97bb99d0b25052b +%global gh_commit e17f7f0c664b46fe6c3593115f1889c853b08794 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jvoisin %global gh_project snuffleupagus @@ -31,7 +31,7 @@ Summary: Security module for PHP Name: %{?sub_prefix}php-snuffleupagus -Version: 0.7.0 +Version: 0.7.1 %if 0%{?gh_date} Release: 2%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -42,8 +42,6 @@ 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: https://patch-diff.githubusercontent.com/raw/jvoisin/snuffleupagus/pull/369.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: pcre-devel @@ -86,7 +84,6 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 -b .pr369 cd src # Sanity check, really often broken @@ -218,6 +215,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Aug 3 2021 Remi Collet - 0.7.1-1 +- update to 0.7.1 +- drop patch merged upstream + * Mon Jan 4 2021 Remi Collet - 0.7.0-1 - update to 0.7.0 - sources from jvoisin instead of nbs-system -- cgit