diff --git a/.tito/packages/wp-cli b/.tito/packages/wp-cli index 70c0333..2c6137b 100644 --- a/.tito/packages/wp-cli +++ b/.tito/packages/wp-cli @@ -1 +1 @@ -2.5.0-2 ./ +2.5.0-3 ./ diff --git a/wp-cli.spec b/wp-cli.spec index a425214..41dce2d 100644 --- a/wp-cli.spec +++ b/wp-cli.spec @@ -2,7 +2,7 @@ Name: wp-cli Version: 2.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The command line interface for WordPress License: MIT URL: http://%{name}.org/ @@ -42,6 +42,9 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/wp.1* %changelog +* Tue Jan 11 2022 Daniel Berteaud 2.5.0-3 +- Release bump + * Wed Dec 08 2021 Daniel Berteaud 2.5.0-2 - Add tito_libs (dani@lapiole.org)