8
0

- update to 1.49

- Restoring 02_directoreis to no_plan as it runs different test counts
     on different systems.
   - Promoting dev code to production version
   - Fixed a major bug in the 1.46 logic that works out what to change the
     cwd to when deleting while inside a directory.
   - Add test counts to all test scripts
   - Added a test for space-safe globs
   - Updated to Module::Install::DSL 1.00
   - Skip test on cygwin due to non-root users not being able to deny
     themselves write permissions to files.
   - Added a test to delete directories when the current working
     directory is inside the location to delete (ADAMK)
   - Fixes for trash() with callbacks and on Mac (MIYAGAWA)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Remove?expand=0&rev=17
This commit is contained in:
Stephan Kulow
2011-03-24 11:26:39 +00:00
committed by Git OBS Bridge
parent daf47ad1b6
commit 3d56d95421
4 changed files with 25 additions and 7 deletions

View File

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

3
File-Remove-1.49.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 24 11:25:37 UTC 2011 - coolo@novell.com
- update to 1.49
- Restoring 02_directoreis to no_plan as it runs different test counts
on different systems.
- Promoting dev code to production version
- Fixed a major bug in the 1.46 logic that works out what to change the
cwd to when deleting while inside a directory.
- Add test counts to all test scripts
- Added a test for space-safe globs
- Updated to Module::Install::DSL 1.00
- Skip test on cygwin due to non-root users not being able to deny
themselves write permissions to files.
- Added a test to delete directories when the current working
directory is inside the location to delete (ADAMK)
- Fixes for trash() with callbacks and on Mac (MIYAGAWA)
-------------------------------------------------------------------
Mon Jan 17 15:08:38 UTC 2011 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Remove (Version 1.42)
# spec file for package perl-File-Remove
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,8 @@
Name: perl-File-Remove
Version: 1.42
Release: 1
Version: 1.49
Release: 2
%define cpan_name File-Remove
Summary: File::Remove::remove removes files and directories
License: GPL, Artistic License