diff --git a/.gitignore b/.gitignore index e69de29..b80a22b 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/wp-cli-2.2.0.phar diff --git a/sources b/sources index e69de29..e7766e1 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +SHA512 (wp-cli-2.2.0.phar) = 2103f04a5014d629eaa42755815c9cec6bb489ed7b0ea6e77dedb309e8af098ab902b2f9c6369ae4b7cb8cc1f20fbb4dedcda83eb1d0c34b880fa6e8a3ae249d diff --git a/wp-cli.spec b/wp-cli.spec index e4425be..bf31130 100755 --- a/wp-cli.spec +++ b/wp-cli.spec @@ -1,10 +1,10 @@ Name: wp-cli -Version: 2.1.0 +Version: 2.2.0 Release: 1%{?dist} Summary: The command line interface for WordPress License: MIT URL: http://%{name}.org/ -Source0: https://github.com/%{name}/%{name}/releases/download/v2.1.0/%{name}-2.1.0.phar +Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.phar Source1: LICENSE BuildArch: noarch Requires: php-cli, php-common, php, php-json @@ -26,5 +26,8 @@ cp -f %SOURCE1 LICENSE %{_bindir}/%{name} %changelog +* Sat Jun 8 2019 Luis M. Segundo - 2.2.0-1 +- update to 2.2.0. + * Sun Feb 24 2019 Luis M. Segundo - 2.1.0-1 - Initial package for Fedora, based on upstream SPEC file (dated Dec 2017).