]> git.pld-linux.org Git - packages/php-pecl-xmlrpc.git/commitdiff
Up to xmlrpc-1.0.0RC3
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 27 Dec 2021 08:40:02 +0000 (10:40 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 27 Dec 2021 08:40:02 +0000 (10:40 +0200)
php-pecl-xmlrpc.spec

index 4af4d0dbcf83d9ec48fefeda738c182cddcc6d2c..1ff7b9c39502bab420f2bd43abd1262486d67d0f 100644 (file)
@@ -2,21 +2,20 @@
 # Conditional build:
 %bcond_without tests           # build without tests
 
 # 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
 %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
 License:       PHP 3.01
 Group:         Development/Languages/PHP
-# http://git.php.net/?p=pecl/networking/xmlrpc.git
 # https://github.com/php/pecl-networking-xmlrpc
 # 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
 URL:           https://www.php.net/manual/en/book.xmlrpc.php
 %{?with_tests:BuildRequires:    %{php_name}-cli}
 BuildRequires: %{php_name}-devel >= 4:8.0.0
This page took 0.10043 seconds and 4 git commands to generate.