[perl-RT-Client-REST] 0.46 bump

Petr Pisar ppisar at fedoraproject.org
Mon Apr 28 11:08:49 UTC 2014


commit d0d55c5f20a25c8adbfb1ebde3a9530cf3769a42
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Apr 28 13:08:14 2014 +0200

    0.46 bump

 .gitignore               |    1 +
 perl-RT-Client-REST.spec |    8 +++++---
 sources                  |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 390c159..ef23461 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,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
diff --git a/perl-RT-Client-REST.spec b/perl-RT-Client-REST.spec
index f24fbb1..72dc323 100644
--- a/perl-RT-Client-REST.spec
+++ b/perl-RT-Client-REST.spec
@@ -1,5 +1,5 @@
 Name:       perl-RT-Client-REST 
-Version:    0.45
+Version:    0.46
 Release:    1%{?dist}
 # lib/RT/Client/REST.pm -> GPLv2
 # see also /usr/bin/rt from the rt3 package
@@ -7,7 +7,7 @@ License:    GPLv2
 Group:      Development/Libraries
 Summary:    Talk to RT using REST protocol 
 Url:        http://search.cpan.org/dist/RT-Client-REST
-Source:     http://search.cpan.org/CPAN/authors/id/M/ME/MELMOTHX/RT-Client-REST-%{version}.tar.gz 
+Source:     http://search.cpan.org/CPAN/authors/id/D/DM/DMITRI/RT-Client-REST-%{version}.tar.gz 
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(inc::Module::Install) >= 0.91
@@ -35,7 +35,6 @@ BuildRequires:  perl(IO::Socket)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 # Optional tests
-BuildRequires:  perl(Test::Kwalitee)
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -73,6 +72,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Apr 28 2014 Petr Pisar <ppisar at redhat.com> - 0.46-1
+- 0.46 bump
+
 * Mon Nov 18 2013 Petr Pisar <ppisar at redhat.com> - 0.45-1
 - 0.45 bump
 
diff --git a/sources b/sources
index e6896b5..c86aafc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ccb7b603a2680643da6ecd64d7718456  RT-Client-REST-0.45.tar.gz
+6182f8fc598591bbf02761a5978e4a01  RT-Client-REST-0.46.tar.gz



More information about the perl-devel mailing list