[perl-RT-Client-REST] 0.48 bump

Petr Pisar ppisar at fedoraproject.org
Fri May 2 11:34:12 UTC 2014


commit 38c707fd84569d22a637ca906c411975a8e7e81a
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri May 2 13:33:34 2014 +0200

    0.48 bump

 .gitignore               |    1 +
 perl-RT-Client-REST.spec |    9 ++++++---
 sources                  |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef23461..30c2dae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ RT-Client-REST-0.37.tar.gz
 /RT-Client-REST-0.43.tar.gz
 /RT-Client-REST-0.45.tar.gz
 /RT-Client-REST-0.46.tar.gz
+/RT-Client-REST-0.48.tar.gz
diff --git a/perl-RT-Client-REST.spec b/perl-RT-Client-REST.spec
index 72dc323..984577e 100644
--- a/perl-RT-Client-REST.spec
+++ b/perl-RT-Client-REST.spec
@@ -1,5 +1,5 @@
 Name:       perl-RT-Client-REST 
-Version:    0.46
+Version:    0.48
 Release:    1%{?dist}
 # lib/RT/Client/REST.pm -> GPLv2
 # see also /usr/bin/rt from the rt3 package
@@ -14,6 +14,7 @@ BuildRequires:  perl(inc::Module::Install) >= 0.91
 BuildRequires:  perl(strict)
 # Run-time
 BuildRequires:  perl(base)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(DateTime)
 BuildRequires:  perl(DateTime::Format::DateParse)
 BuildRequires:  perl(Error)
@@ -26,9 +27,9 @@ BuildRequires:  perl(Params::Validate)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
 # Tests
-BuildRequires:  perl(constant)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Encode)
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(IO::Socket)
@@ -36,7 +37,6 @@ BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 # Optional tests
 BuildRequires:  perl(Test::Pod) >= 1.00
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -72,6 +72,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri May 02 2014 Petr Pisar <ppisar at redhat.com> - 0.48-1
+- 0.48 bump
+
 * Mon Apr 28 2014 Petr Pisar <ppisar at redhat.com> - 0.46-1
 - 0.46 bump
 
diff --git a/sources b/sources
index c86aafc..f100669 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6182f8fc598591bbf02761a5978e4a01  RT-Client-REST-0.46.tar.gz
+d960e53dcf0873ce84af0911ad7dd09d  RT-Client-REST-0.48.tar.gz



More information about the perl-devel mailing list