From 250789555ac9faf1d6702d639a18e237f8b1b472 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Oct 2016 13:08:54 +0200 Subject: php-pecl-ui: 1.0.2 --- REFLECTION | 10 +++++++--- php-pecl-ui.spec | 13 ++++--------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/REFLECTION b/REFLECTION index e8cc034..1f250cb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #155 ui version 1.0.1 ] { +Extension [ extension #156 ui version 1.0.2 ] { - Functions { Function [ function UI\Draw\Text\Font\fontFamilies ] { @@ -62,7 +62,9 @@ Extension [ extension #155 ui version 1.0.1 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method at ] { + } } - Properties [2] { @@ -117,7 +119,9 @@ Extension [ extension #155 ui version 1.0.1 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method of ] { + } } - Properties [0] { diff --git a/php-pecl-ui.spec b/php-pecl-ui.spec index 1e29ab3..4f26d59 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.1 +Version: 1.0.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: UI API @@ -30,7 +30,6 @@ Group: Development/Languages URL: http://pecl.php.net/package/%{proj_name} Source0: http://pecl.php.net/get/%{proj_name}-%{version}%{?prever}.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel >= 7 BuildRequires: %{?scl_prefix}php-pear BuildRequires: libui-devel @@ -132,8 +131,6 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} - make -C NTS install INSTALL_ROOT=%{buildroot} # Install XML package description @@ -202,12 +199,7 @@ fi %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{?_licensedir:%license NTS/LICENSE} %doc %{pecl_docdir}/%{proj_name} %{pecl_xmldir}/%{name}.xml @@ -225,6 +217,9 @@ rm -rf %{buildroot} %changelog +* Fri Oct 28 2016 Remi Collet - 1.0.2-1 +- Update to 1.0.2 + * Wed Oct 26 2016 Remi Collet - 1.0.1-1 - Update to 1.0.1 -- cgit