From cd78175b790b1554f16dd4c828c0ca323ce3609a Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 09:14:42 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- php-pecl-rrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-rrd.spec b/php-pecl-rrd.spec index f693b26..efa44b6 100644 --- a/php-pecl-rrd.spec +++ b/php-pecl-rrd.spec @@ -19,7 +19,7 @@ Summary: PHP Bindings for rrdtool Name: php-pecl-rrd Version: 2.0.3 -Release: 13%{?dist} +Release: 14%{?dist} License: BSD-2-Clause URL: https://pecl.php.net/package/rrd @@ -171,6 +171,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Jun 24 2024 Troy Dawson - 2.0.3-14 +- Bump release for June 2024 mass rebuild + * Mon Feb 19 2024 Remi Collet - 2.0.3-13 - ignore incompatible-pointer-types see #2264827