diff --git a/.gitignore b/.gitignore index 4e702bd..aac0693 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /cli-1.3.2.tar.gz +/cli-1.4.5.tar.gz diff --git a/linode-cli.spec b/linode-cli.spec index 162ada1..9a70f83 100644 --- a/linode-cli.spec +++ b/linode-cli.spec @@ -1,6 +1,6 @@ Name: linode-cli -Version: 1.3.2 -Release: 2%{?dist} +Version: 1.4.5 +Release: 1%{?dist} Summary: Official command-line interface to the Linode platform License: Artistic or GPLv2 URL: https://github.com/linode/cli/ @@ -22,6 +22,7 @@ BuildRequires: perl(Term::ANSIColor) BuildRequires: perl(Try::Tiny) BuildRequires: perl(warnings) BuildRequires: perl(WebService::Linode) +Requires: perl(WebService::Linode) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -46,6 +47,12 @@ find %{buildroot} -name '*.pod' -o -name '*.packlist' -delete -print %{_mandir}/man1/* %changelog +* Sun Jan 25 2015 Christopher Meng - 1.4.5-1 +- Update to 1.4.5 + +* Fri Aug 29 2014 Jitka Plesnikova - 1.3.2-3 +- Perl 5.20 rebuild + * Thu Jul 31 2014 Christopher Meng - 1.3.2-2 - Fix binaries perms to 755 - Add missing BRs. diff --git a/sources b/sources index bd24f6f..8fda89b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -52a0fbf0e239871efac10dc932913c80 cli-1.3.2.tar.gz +eb2d59bfd4e33f910a71c57c4d9f11b4 cli-1.4.5.tar.gz