From 245ed161fbfaa73fb388d651428cd3a4ab3ca8ba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Feb 2018 08:07:16 +0100 Subject: v0.1.2 --- php-pecl-rpminfo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-rpminfo.spec') diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec index 0033e0c..02eaf5c 100644 --- a/php-pecl-rpminfo.spec +++ b/php-pecl-rpminfo.spec @@ -18,7 +18,7 @@ Summary: RPM information Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages @@ -213,5 +213,8 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Feb 8 2018 Remi Collet - 0.1.2-1 +- update to 0.1.2 + * Fri Jan 26 2018 Remi Collet - 0.1.1-1 - initial package, version 0.1.1 (alpha) -- cgit