From e352e7d880853b15c950285b4938636aad93a2a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Jul 2017 15:43:10 +0200 Subject: v1.2.8 --- php-pecl-timecop.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'php-pecl-timecop.spec') diff --git a/php-pecl-timecop.spec b/php-pecl-timecop.spec index 6bf088d..ea06717 100644 --- a/php-pecl-timecop.spec +++ b/php-pecl-timecop.spec @@ -20,14 +20,12 @@ Summary: Time travel and freezing extension Name: php-pecl-timecop -Version: 1.2.7 +Version: 1.2.8 Release: 1%{?dist} License: MIT Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -# https://github.com/hnw/php-timecop/pull/22 -Source1: https://raw.githubusercontent.com/hnw/php-timecop/master/tests-skipcheck.inc.php BuildRequires: php-devel BuildRequires: php-pear @@ -51,15 +49,11 @@ inspired by ruby timecop gem. mv %{pecl_name}-%{version} NTS # Don't install/register tests -# see https://github.com/hnw/php-timecop/pull/21 sed -e 's/role="test"/role="src"/' \ - -e '/README/s/role="src"/role="doc"/' \ %{?_licensedir:-e '/LICENSE/s/role="doc"/role="src"/' } \ - %{!?_licensedir:-e '/LICENSE/s/role="src"/role="doc"/' } \ -i package.xml cd NTS -cp %{SOURCE1} . # Sanity check, really often broken extver=$(sed -n '/#define PHP_TIMECOP_VERSION/{s/.* "//;s/".*$//;p}' php_timecop.h) @@ -198,6 +192,9 @@ fi %changelog +* Fri Jul 7 2017 Remi Collet - 1.2.8-1 +- Update to 1.2.8 (no change) + * Fri Jul 7 2017 Remi Collet - 1.2.7-1 - cleanup for Fedora review -- cgit