From f7385871c61d772b480186d1ff96def4464187a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Apr 2021 07:51:51 +0200 Subject: F34 rebuild for https://github.com/remicollet/remirepo/issues/174 --- php-pecl-ssdeep.spec | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'php-pecl-ssdeep.spec') diff --git a/php-pecl-ssdeep.spec b/php-pecl-ssdeep.spec index 8f583b7..757667e 100644 --- a/php-pecl-ssdeep.spec +++ b/php-pecl-ssdeep.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-ssdeep # -# Copyright (c) 2014-2020 Remi Collet +# Copyright (c) 2014-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -31,13 +31,14 @@ Summary: Wrapper for libfuzzy library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.0 -Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 10%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz Patch0: https://patch-diff.githubusercontent.com/raw/php/pecl-text-ssdeep/pull/2.patch +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear @@ -71,13 +72,6 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter shared private -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - - %description The ssdeep project page describes it as a library for "...computing context triggered piecewise hashes (CTPH). @@ -239,6 +233,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Apr 30 2021 Remi Collet - 1.1.0-10 +- F34 rebuild for https://github.com/remicollet/remirepo/issues/174 + * Wed Sep 30 2020 Remi Collet - 1.1.0-7 - rebuild for PHP 8.0.0RC1 -- cgit