From c839e5f9bf19289da22c2bec0751272d4d49684a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Oct 2016 13:40:07 +0200 Subject: php-pecl-dbase: dup the spec --- REFLECTION | 2 +- php-pecl-ui.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index 6e5a2ca..e8cc034 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #155 ui version 1.0.0 ] { +Extension [ extension #155 ui version 1.0.1 ] { - Functions { Function [ function UI\Draw\Text\Font\fontFamilies ] { diff --git a/php-pecl-ui.spec b/php-pecl-ui.spec index fd9b538..1e29ab3 100644 --- a/php-pecl-ui.spec +++ b/php-pecl-ui.spec @@ -21,7 +21,7 @@ %global ini_name 40-%{pecl_name}.ini Name: %{?sub_prefix}php-pecl-ui -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: UI API @@ -155,8 +155,8 @@ done # make the cli commands available in standard root for SCL build %if 0%{?scl:1} -install -m 755 -d $RPM_BUILD_ROOT%{_root_bindir} -ln -s %{_bindir}/phpui $RPM_BUILD_ROOT%{_root_bindir}/%{scl_prefix}phpui +install -m 755 -d %{buildroot}%{_root_bindir} +ln -s %{_bindir}/phpui %{buildroot}%{_root_bindir}/%{scl_prefix}phpui %endif @@ -225,6 +225,9 @@ rm -rf %{buildroot} %changelog +* Wed Oct 26 2016 Remi Collet - 1.0.1-1 +- Update to 1.0.1 + * Tue Oct 25 2016 Remi Collet - 1.0.0-1 - initial package -- cgit