[perl-WWW-OrangeHRM-Client/f19] 0.7.1 bump

Petr Pisar ppisar at fedoraproject.org
Tue Dec 17 08:59:07 UTC 2013


commit 77e01046206c4150eef3396c51cca602e58be23d
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Dec 17 09:56:03 2013 +0100

    0.7.1 bump

 .gitignore                     |    1 +
 perl-WWW-OrangeHRM-Client.spec |   18 ++++++++++++++++--
 sources                        |    2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc0be79..6029570 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /WWW-OrangeHRM-Client-v0.5.0.tar.gz
 /WWW-OrangeHRM-Client-v0.6.0.tar.gz
 /WWW-OrangeHRM-Client-v0.7.0.tar.gz
+/WWW-OrangeHRM-Client-v0.7.1.tar.gz
diff --git a/perl-WWW-OrangeHRM-Client.spec b/perl-WWW-OrangeHRM-Client.spec
index 908f813..6c06163 100644
--- a/perl-WWW-OrangeHRM-Client.spec
+++ b/perl-WWW-OrangeHRM-Client.spec
@@ -1,6 +1,6 @@
 %global tarname WWW-OrangeHRM-Client
 Name:           perl-%{tarname}
-Version:        0.7.0
+Version:        0.7.1
 Release:        1%{?dist}
 Summary:        Client for OrangeHRM
 License:        GPL+
@@ -10,7 +10,18 @@ Source0:        %{url}%{tarname}-v%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-# No tests executed, no other build-requires
+BuildRequires:  perl(utf8)
+# Run-time:
+BuildRequires:  perl(DateTime)
+BuildRequires:  perl(DateTime::Duration)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(HTML::TreeBuilder::LibXML)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(version)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(WWW::Mechanize)
+# Tests:
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(LWP::Protocol::https)
 
@@ -42,6 +53,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 17 2013 Petr Pisar <ppisar at redhat.com> - 0.7.1-1
+- 0.7.1 bump
+
 * Thu Nov 28 2013 Petr Pisar <ppisar at redhat.com> - 0.7.0-1
 - 0.7.0 bump
 
diff --git a/sources b/sources
index 027dfaa..9ff1f5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76e8a33d8a4c23c9bb70de7773019029  WWW-OrangeHRM-Client-v0.7.0.tar.gz
+8522ef9ebf67dfcb1fa3104e0649c35d  WWW-OrangeHRM-Client-v0.7.1.tar.gz


More information about the scm-commits mailing list