Hello community,

here is the log from the commit of package perl-File-Remove for openSUSE:Factory
checked in at Thu Mar 24 17:31:00 CET 2011.



--------
--- perl-File-Remove/perl-File-Remove.changes   2011-01-17 16:08:45.000000000 
+0100
+++ /mounts/work_src_done/STABLE/perl-File-Remove/perl-File-Remove.changes      
2011-03-24 12:26:39.000000000 +0100
@@ -1,0 +2,18 @@
+Thu Mar 24 11:25:37 UTC 2011 - co...@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)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  File-Remove-1.42.tar.gz

New:
----
  File-Remove-1.49.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-File-Remove.spec ++++++
--- /var/tmp/diff_new_pack.Ck1sj1/_old  2011-03-24 17:25:11.000000000 +0100
+++ /var/tmp/diff_new_pack.Ck1sj1/_new  2011-03-24 17:25:11.000000000 +0100
@@ -15,55 +15,57 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           perl-File-Remove
-Version:        1.42
-Release:        2
+Version:        1.49
+Release:        1
+License:        GPL+ or Artistic
 %define cpan_name File-Remove
-Summary:        File::Remove::remove removes files and directories
-License:        GPL, Artistic License
+Summary:        Remove files and directories
+Url:            http://search.cpan.org/dist/File-Remove/
 Group:          Development/Libraries/Perl
-Url:            
http://search.cpan.org/~adamk/File-Remove-1.42/lib/File/Remove.pm
-Source0:        %{cpan_name}-%{version}.tar.gz
+#Source:         
http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
+Source:         %{cpan_name}-%{version}.tar.gz
+BuildRequires:  perl(Cwd) >= 3.2701
+BuildRequires:  perl(File::Spec) >= 3.2701
+BuildRequires:  perl
+BuildRequires:  perl-macros
+Requires:       perl(Cwd) >= 3.2701
+Requires:       perl(File::Spec) >= 3.2701
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 %{perl_requires}
-BuildRequires:  perl perl-macros
 
 %description
-File::Remove::remove removes files and directories. It acts like
-/bin/rm, for the most part. Although unlink can be given a list of
-files, it will not remove directories; this module remedies that. It
-also accepts wildcards, * and ?, as arguments for filenames.
-
-Author:
--------
-    Adam Kennedy <ad...@cpan.org>
-       Richard Soderberg
+*File::Remove::remove* removes files and directories. It acts like
+*/bin/rm*, for the most part. Although 'unlink' can be given a list of
+files, it will not remove directories; this module remedies that. It also
+accepts wildcards, * and ?, as arguments for filenames.
+
+*File::Remove::trash* accepts the same arguments as *remove*, with the
+addition of an optional, infrequently used "other platforms" hashref.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL
-%__make
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-%__make test
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
 %clean
-%__rm -rf %{BuildRoot}
+%{__rm} -rf %{buildroot}
 
-%files
-%defattr(-, root, root)
-%doc Changes README LICENSE
-%dir %{perl_vendorlib}/File
-%{perl_vendorlib}/File/Remove.pm
-%{_mandir}/man3/File::Remove.3pm.*
+%files -f %{name}.files
+%defattr(644,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++++++ File-Remove-1.42.tar.gz -> File-Remove-1.49.tar.gz ++++++
++++ 4522 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to