From 51ae2f86d26b4951929e35535265bc892ad59e25 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 11 Sep 2021 08:14:38 +0200 Subject: update to 0.1.1 (stable) --- php-pecl-teds.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-teds.spec') diff --git a/php-pecl-teds.spec b/php-pecl-teds.spec index bee04cc..a49384f 100644 --- a/php-pecl-teds.spec +++ b/php-pecl-teds.spec @@ -19,13 +19,13 @@ %global pecl_name teds %global ini_name 40-%{pecl_name}.ini -%global upstream_version 0.1.0 -%global upstream_prever a1 +%global upstream_version 0.1.1 +#global upstream_prever a1 Summary: Tentative Extra Data Structures Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: https://pecl.php.net/package/%{pecl_name} @@ -195,6 +195,9 @@ fi %changelog +* Sat Sep 11 2021 Remi Collet - 0.1.1-1 +- update to 0.1.1 (stable) + * Wed Sep 01 2021 Remi Collet - 0.1.0~a1-2 - rebuild for 8.1.0RC1 -- cgit