summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2019-06-19 23:08:01 (GMT)
committerElan Ruusamäe2019-06-19 23:09:34 (GMT)
commitaabe5a7febd6929b9850fcb858f49f7114ce9a16 (patch)
tree342cce434f69ae194d9aa7c14265decf48ae465d
parent760fe9a71e5e2cb3143a7e57ee49c3220d07c23d (diff)
downloadphp-pecl-mysql-aabe5a7febd6929b9850fcb858f49f7114ce9a16.zip
php-pecl-mysql-aabe5a7febd6929b9850fcb858f49f7114ce9a16.tar.gz
update to d7643af
-rw-r--r--php-pecl-mysql.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec
index 56f663a..ccd5b7a 100644
--- a/php-pecl-mysql.spec
+++ b/php-pecl-mysql.spec
@@ -4,7 +4,7 @@
%bcond_without mysqlnd # without mysqlnd support in mysql related extensions
%define rel 1
-%define commit 386776d
+%define commit d7643af
%define php_name php%{?php_suffix}
%define modname mysql
Summary: Legacy MySQL extension
@@ -12,19 +12,19 @@ Summary(pl.UTF-8): Moduł bazy danych MySQL dla PHP
Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam bancos de dados MySQL
Name: %{php_name}-pecl-%{modname}
Version: 1.0.0
-Release: 3.%{rel}.%{commit}
+Release: 4.%{rel}.%{commit}
License: PHP 3.01
Group: Development/Languages/PHP
Source0: https://git.php.net/?p=pecl/database/mysql.git;a=snapshot;h=%{commit};sf=tgz;/php-pecl-%{modname}-%{version}-%{commit}.tar.gz
-# Source0-md5: 2f04df87f0103f3bd12c73cb12ce72cf
+# Source0-md5: cd885ae5b99f265eb08d6a087ed2b549
URL: https://secure.php.net/manual/en/book.mysql.php
%{?with_tests:BuildRequires: %{php_name}-cli}
BuildRequires: %{php_name}-devel >= 4:7.0.0
BuildRequires: rpmbuild(macros) >= 1.666
%if %{with tests}
BuildRequires: %{php_name}-cli
-BuildRequires: %{php_name}-pcre
%{?with_mysqlnd:BuildRequires: %{php_name}-mysqlnd}
+BuildRequires: %{php_name}-pcre
%endif
%{?with_mysqlnd:Requires: %{php_name}-mysqlnd}
%{?requires_php_extension}