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,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