From be629440a6bb68ea899d666d1faf706c66894823 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Oct 2023 14:45:37 +0200 Subject: Release 1.0.1 --- package.xml | 4 ++-- php_rpminfo.h | 2 +- tests/bidon.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index 7ec6979..2fa88f5 100644 --- a/package.xml +++ b/package.xml @@ -13,9 +13,9 @@ Documentation: https://www.php.net/rpminfo remi@php.net yes - 2023-10-12 + 2023-10-13 - 1.0.1dev + 1.0.1 1.0.0 diff --git a/php_rpminfo.h b/php_rpminfo.h index 690aa98..e8ad1a6 100644 --- a/php_rpminfo.h +++ b/php_rpminfo.h @@ -22,7 +22,7 @@ extern zend_module_entry rpminfo_module_entry; #define phpext_rpminfo_ptr &rpminfo_module_entry -#define PHP_RPMINFO_VERSION "1.0.1-dev" +#define PHP_RPMINFO_VERSION "1.0.1" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) diff --git a/tests/bidon.spec b/tests/bidon.spec index 3f76b64..07c61a5 100644 --- a/tests/bidon.spec +++ b/tests/bidon.spec @@ -5,7 +5,7 @@ Version: %{ver} Release: 2%{?dist} Summary: Bidon License: Public Domain -URL: http://blog.famillecollet.com/ +URL: https://rpms.remirepo.net/ Obsoletes: fooobs < 2 -- cgit