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

Petr Pisar ppisar at fedoraproject.org
Wed Oct 8 11:10:36 UTC 2014


commit 4ba701f49bb5b6667f43de80012bb2cb8b29d793
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Oct 8 13:06:53 2014 +0200

    0.9.0 bump

 .gitignore                     |    1 +
 perl-WWW-OrangeHRM-Client.spec |    7 ++++++-
 sources                        |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e869b12..ecbb147 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /WWW-OrangeHRM-Client-v0.7.1.tar.gz
 /WWW-OrangeHRM-Client-v0.7.2.tar.gz
 /WWW-OrangeHRM-Client-v0.8.0.tar.gz
+/WWW-OrangeHRM-Client-v0.9.0.tar.gz
diff --git a/perl-WWW-OrangeHRM-Client.spec b/perl-WWW-OrangeHRM-Client.spec
index 34cf725..2900836 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.8.0
+Version:        0.9.0
 Release:        1%{?dist}
 Summary:        Client for OrangeHRM
 License:        GPL+
@@ -24,6 +24,8 @@ BuildRequires:  perl(WWW::Mechanize)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(LWP::Protocol::https)
+# Recommended:
+Requires:       perl(LWP::Authen::Negotiate)
 
 %description
 This module implements client for OrangeHRM information system. It has been
@@ -53,6 +55,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 08 2014 Petr Pisar <ppisar at redhat.com> - 0.9.0-1
+- 0.9.0 bump
+
 * Tue Aug 26 2014 Petr Pisar <ppisar at redhat.com> - 0.8.0-1
 - 0.8.0 bump
 
diff --git a/sources b/sources
index dec9014..c19dd15 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2b6e63a0f9ea09fe594cef1db0828b72  WWW-OrangeHRM-Client-v0.8.0.tar.gz
+ab354d97cd3b76969f0f5a64b88e7f37  WWW-OrangeHRM-Client-v0.9.0.tar.gz



More information about the perl-devel mailing list