From f8813425edf6ce0dd32a17f06d87a5d7314918d3 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Feb 03 2015 06:58:25 +0000 Subject: Update to 1.4.5 Explicitly requires WebService::Linode to avoid troubles in the future --- 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 279ade6..b42b5f6 100644 --- a/linode-cli.spec +++ b/linode-cli.spec @@ -1,6 +1,6 @@ Name: linode-cli -Version: 1.3.2 -Release: 3%{?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 @@ -45,6 +46,9 @@ chmod -v 755 %{buildroot}%{_bindir}/linode* %{_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 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