From 83e2049756b197b8a17b02b6be8610e50179ae60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 27 Dec 2021 10:40:02 +0200 Subject: [PATCH] Up to xmlrpc-1.0.0RC3 --- php-pecl-xmlrpc.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/php-pecl-xmlrpc.spec b/php-pecl-xmlrpc.spec index 4af4d0d..1ff7b9c 100644 --- a/php-pecl-xmlrpc.spec +++ b/php-pecl-xmlrpc.spec @@ -2,21 +2,20 @@ # Conditional build: %bcond_without tests # build without tests -%define rel 2 -%define commit 1ed83f2 +%define rel 1 +%define subver RC3 %define php_name php%{?php_suffix} %define modname xmlrpc Summary: xmlrpc extension module for PHP Summary(pl.UTF-8): Moduł xmlrpc dla PHP Name: %{php_name}-pecl-%{modname} Version: 1.0.0 -Release: 0.%{rel}.%{commit} +Release: 1.%{subver}.%{rel} License: PHP 3.01 Group: Development/Languages/PHP -# http://git.php.net/?p=pecl/networking/xmlrpc.git # https://github.com/php/pecl-networking-xmlrpc -Source0: https://github.com/php/pecl-networking-xmlrpc/archive/%{commit}/php-pecl-%{modname}-%{version}-%{commit}.tar.gz -# Source0-md5: db89c3183934c874f4a242e184439d5c +Source0: https://github.com/php/pecl-networking-xmlrpc/archive/refs/tags/xmlrpc-%{version}%{subver}.tar.gz +# Source0-md5: f361711d8cf03080412c9680aa65f021 URL: https://www.php.net/manual/en/book.xmlrpc.php %{?with_tests:BuildRequires: %{php_name}-cli} BuildRequires: %{php_name}-devel >= 4:8.0.0 -- 2.43.0