diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-28 13:08:54 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-28 13:08:54 +0200 |
commit | 250789555ac9faf1d6702d639a18e237f8b1b472 (patch) | |
tree | ade639a8340d59ce0d3cc72dac5be5bf1b5550cc | |
parent | c839e5f9bf19289da22c2bec0751272d4d49684a (diff) |
php-pecl-ui: 1.0.2
-rw-r--r-- | REFLECTION | 10 | ||||
-rw-r--r-- | php-pecl-ui.spec | 13 |
2 files changed, 11 insertions, 12 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #155 ui version 1.0.1 ] { +Extension [ <persistent> extension #156 ui version 1.0.2 ] { - Functions { Function [ <internal:ui> function UI\Draw\Text\Font\fontFamilies ] { @@ -62,7 +62,9 @@ Extension [ <persistent> extension #155 ui version 1.0.1 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ <internal:ui> static public method at ] { + } } - Properties [2] { @@ -117,7 +119,9 @@ Extension [ <persistent> extension #155 ui version 1.0.1 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ <internal:ui> 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 <remi@fedoraproject.org> - 1.0.2-1 +- Update to 1.0.2 + * Wed Oct 26 2016 Remi Collet <remi@fedoraproject.org> - 1.0.1-1 - Update to 1.0.1 |