From b912d4016fefde4a93cbe72ada45b3f679b76171 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Nov 2017 07:51:16 +0100 Subject: v1.2.10 --- php-pecl-timecop.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-pecl-timecop.spec') diff --git a/php-pecl-timecop.spec b/php-pecl-timecop.spec index e616c2f..010608d 100644 --- a/php-pecl-timecop.spec +++ b/php-pecl-timecop.spec @@ -22,15 +22,13 @@ Summary: Time travel and freezing extension Name: %{?sub_prefix}php-pecl-timecop -Version: 1.2.8 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.2.10 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: https://github.com/hnw/php-timecop/commit/5492f345a2dbe2f2e0610e088a57283c25270e3b.patch - BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear @@ -92,7 +90,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .upstream # Sanity check, really often broken extver=$(sed -n '/#define PHP_TIMECOP_VERSION/{s/.* "//;s/".*$//;p}' php_timecop.h) @@ -235,6 +232,9 @@ fi %changelog +* Thu Nov 23 2017 Remi Collet - 1.2.10-1 +- Update to 1.2.10 + * Wed Nov 22 2017 Remi Collet - 1.2.8-3 - add upstream patch for PHP 7.2 -- cgit