diff options
Diffstat (limited to 'package.xml')
-rw-r--r-- | package.xml | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/package.xml b/package.xml index 19f61dd..87f4c2b 100644 --- a/package.xml +++ b/package.xml @@ -15,7 +15,7 @@ Documentation: https://www.php.net/rpminfo </lead> <date>2023-10-12</date> <version> - <release>1.0.0</release> + <release>1.0.1dev</release> <api>1.0.0</api> </version> <stability> @@ -24,7 +24,7 @@ Documentation: https://www.php.net/rpminfo </stability> <license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license> <notes> -- implement rpm stream wrapper with librpm >= 4.13 +- </notes> <contents> <dir name="/"> @@ -76,6 +76,21 @@ Documentation: https://www.php.net/rpminfo <extsrcrelease/> <changelog> <release> + <date>2023-10-12</date> + <version> + <release>1.0.0</release> + <api>1.0.0</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license> + <notes> +- implement rpm stream wrapper with librpm >= 4.13 + </notes> + </release> + <release> <date>2023-09-26</date> <version> <release>0.7.0</release> |