From 03bfcf6ecbe3f914eaa6b47bd34d55dc9d411877 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mon, 9 Jan 2017 15:11:17 +0000
Subject: Update to 0.3.1

- New upstream release 0.3.1
  - Fixed an issue with tracking the depth of the inodes when detecting a
    symlink loop
---
 .gitignore                 |  1 +
 perl-File-Find-Object.spec | 13 +++++++++----
 sources                    |  2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 73befc4..f3721cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /File-Find-Object-v0.2.11.tar.gz
 /File-Find-Object-v0.2.13.tar.gz
 /File-Find-Object-0.3.0.tar.gz
+/File-Find-Object-v0.3.1.tar.gz
diff --git a/perl-File-Find-Object.spec b/perl-File-Find-Object.spec
index e48b369..17e1751 100644
--- a/perl-File-Find-Object.spec
+++ b/perl-File-Find-Object.spec
@@ -1,10 +1,10 @@
 Name:           perl-File-Find-Object
-Version:        0.3.0
+Version:        0.3.1
 Release:        1%{?dist}
 Summary:        Object oriented File::Find replacement
 License:        GPLv2+ or Artistic 2.0
 URL:            http://search.cpan.org/dist/File-Find-Object/
-Source0:        
http://www.cpan.org/authors/id/S/SH/SHLOMIF/File-Find-Object-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/S/SH/SHLOMIF/File-Find-Object-v%{version}.tar.gz
 BuildArch:      noarch
 # Module Build
 BuildRequires:  coreutils
@@ -42,7 +42,7 @@ File::Find is its file processing: after starting its main 
loop, one cannot
 easily wait for another event and so get the next result.
 
 %prep
-%setup -qn File-Find-Object-%{version}
+%setup -qn File-Find-Object-v%{version}
 chmod -c 644 examples/tree
 
 %build
@@ -52,7 +52,7 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -67,6 +67,11 @@ make test
 %{_mandir}/man3/File::Find::Object::Result.3*
 
 %changelog
+* Mon Jan  9 2017 Paul Howarth <p...@city-fan.org> - 0.3.1-1
+- Update to 0.3.1
+  - Fixed an issue with tracking the depth of the inodes when detecting a
+    symlink loop
+
 * Mon Sep 12 2016 Paul Howarth <p...@city-fan.org> - 0.3.0-1
 - Update to 0.3.0
   - Converted the build system to Dist-Zilla
diff --git a/sources b/sources
index ef1dc8f..bbb762c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e37fac332c4a6bc8779eee842fcbd538  File-Find-Object-0.3.0.tar.gz
+SHA512 (File-Find-Object-v0.3.1.tar.gz) = 
b04bc13130d9ef8a9bf94feb047b797c833f124cfdcb8e20262678bd461f7fbf5f3c94363541d00de3c22c9e500cc36678cff5ff9a87936b1428d1ae74e03990
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-File-Find-Object.git/commit/?h=master&id=03bfcf6ecbe3f914eaa6b47bd34d55dc9d411877
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to