[perl-WWW-OrangeHRM-Client] 0.9.0 bump

Petr Pisar ppisar at fedoraproject.org
Wed Oct 8 11:07:22 UTC 2014


commit a6c957b1f49ad71683873d5c002f61975b7eaaa8
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 |    9 +++++++--
 sources                        |    2 +-
 3 files changed, 9 insertions(+), 3 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 ed0991a..44db1dd 100644
--- a/perl-WWW-OrangeHRM-Client.spec
+++ b/perl-WWW-OrangeHRM-Client.spec
@@ -1,7 +1,7 @@
 %global tarname WWW-OrangeHRM-Client
 Name:           perl-%{tarname}
-Version:        0.8.0
-Release:        2%{?dist}
+Version:        0.9.0
+Release:        1%{?dist}
 Summary:        Client for OrangeHRM
 License:        GPL+
 Group:          Development/Libraries
@@ -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
+
 * Fri Aug 29 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.8.0-2
 - Perl 5.20 rebuild
 
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