summaryrefslogtreecommitdiffstats
path: root/php-pecl-timecop.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-23 07:51:16 +0100
committerRemi Collet <remi@remirepo.net>2017-11-23 07:51:16 +0100
commitb912d4016fefde4a93cbe72ada45b3f679b76171 (patch)
treea1bdd471f89e4c9c4303ec6c9453c8731a0f8066 /php-pecl-timecop.spec
parentac722796c373e22a3098bb6f66ef15c1b476625e (diff)
v1.2.10
Diffstat (limited to 'php-pecl-timecop.spec')
-rw-r--r--php-pecl-timecop.spec10
1 files changed, 5 insertions, 5 deletions
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 <remi@remirepo.net> - 1.2.10-1
+- Update to 1.2.10
+
* Wed Nov 22 2017 Remi Collet <remi@remirepo.net> - 1.2.8-3
- add upstream patch for PHP 7.2