8
0

- update to 1.51

- END-time deletion by clear() is now fork-safe, it will only remove
      paths created in the same process.
    - Adding a second skip for the known-bad cygwin file permissions problem

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Remove?expand=0&rev=25
This commit is contained in:
Stephan Kulow
2011-11-18 11:50:07 +00:00
committed by Git OBS Bridge
parent ddbadb2806
commit bd8630aa98
3 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d982b24a1b7664060d2679b19ba8da53027e60a0809d6e0d892e41664de78df
size 36314

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Nov 18 11:49:33 UTC 2011 - coolo@suse.com
- update to 1.51
- END-time deletion by clear() is now fork-safe, it will only remove
paths created in the same process.
- Adding a second skip for the known-bad cygwin file permissions problem
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 5 03:29:10 UTC 2011 - lars@linux-schulserver.de Sun Jun 5 03:29:10 UTC 2011 - lars@linux-schulserver.de

View File

@@ -18,15 +18,14 @@
Name: perl-File-Remove Name: perl-File-Remove
Version: 1.49 Version: 1.51
Release: 5 Release: 5
License: GPL+ or Artistic License: GPL+ or Artistic
%define cpan_name File-Remove %define cpan_name File-Remove
Summary: Remove files and directories Summary: Remove files and directories
Url: http://search.cpan.org/dist/File-Remove/ Url: http://search.cpan.org/dist/File-Remove/
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz Source: http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Patch1: perl-File-Remove-old_File-Spec.patch Patch1: perl-File-Remove-old_File-Spec.patch
BuildRequires: perl(Cwd) >= 3.27.01 BuildRequires: perl(Cwd) >= 3.27.01
BuildRequires: perl(File::Spec) >= 3.27.01 BuildRequires: perl(File::Spec) >= 3.27.01