From d8046b42afb1796831d2bd6c2c4cb01a2e2e1917 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 10 Oct 2016 13:36:24 +0100 Subject: [PATCH] Update to 0.098 - New upstream release 0.098 - Added 'realpath' option for 'tempfile' and 'tempdir' for situations where an absolute temporary path just isn't enough --- perl-Path-Tiny.spec | 7 ++++++- sources | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index b5fc6c7..2a7200c 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -1,7 +1,7 @@ # TODO: BR: optional test dependency perl(Test::MockRandom) when available Name: perl-Path-Tiny -Version: 0.096 +Version: 0.098 Release: 1%{?dist} Summary: File path utility License: ASL 2.0 @@ -106,6 +106,11 @@ make test %{_mandir}/man3/Path::Tiny.3* %changelog +* Mon Oct 10 2016 Paul Howarth - 0.098-1 +- Update to 0.098 + - Added 'realpath' option for 'tempfile' and 'tempdir' for situations where + an absolute temporary path just isn't enough + * Sun Jul 3 2016 Paul Howarth - 0.096-1 - Update to 0.096 - Improved method for hiding some modules during tests diff --git a/sources b/sources index 63ce9c2..9867150 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fac457f1c34134a9cce3aa15d3c7a1b7 Path-Tiny-0.096.tar.gz +dd5c11cf3ba2c46726c47334686e2332 Path-Tiny-0.098.tar.gz