Hello community,

here is the log from the commit of package perl-File-Copy-Recursive for 
openSUSE:Factory checked in at 2018-11-12 09:47:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-Copy-Recursive (Old)
 and      /work/SRC/openSUSE:Factory/.perl-File-Copy-Recursive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-File-Copy-Recursive"

Mon Nov 12 09:47:55 2018 rev:6 rq:638963 version:0.44

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-File-Copy-Recursive/perl-File-Copy-Recursive.changes
        2011-12-07 14:39:00.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-File-Copy-Recursive.new/perl-File-Copy-Recursive.changes
   2018-11-12 09:47:58.652595576 +0100
@@ -1,0 +2,55 @@
+Wed Sep 26 15:02:28 UTC 2018 - pmonrealgonza...@suse.com
+
+- update to 0.44
+ 0.44 Tue Apr 24 08:18:19 2018
+    - Issue #18: fix t/05.legacy-pathmk_unc.t for recent updates
+    (thanks zdm)
+ 
+ 0.43 Sat Apr 21 15:39:09 2018
+    - pull request #16 - strip down list of prerequisites to
+      modules that are safe to use high on the CPAN river (thanks
+      karenetheridge)
+ 
+ 0.42 Fri Apr 20 23:42:41 2018
+    - rt 125136 - reinstate 5.8 compat by not using // operator in
+      the new unc test (thanks SREZIC)
+    - pull request #14 - Add .gitignore. (thanks jkeenan)
+    - pull request #13 - File::Find::Rule is used in the test suite
+      but not named as a prequisite in Makefile.PL. (thanks jkeenan)
+ 
+ 0.41 Thu Apr 19 15:58:12 2018
+    - Issue #10 and #8: fix Makefile.PL; add github metadata
+      (thanks karenetheridge and chorny)
+    - Issue #11: Fix the test failure described in RT#123964
+      (thanks tomhukins and SREZIC)
+    - Issue #9: Fixes for Windows (thanks chorny)
+    - rt 124324 - fix v0.40 changelog date (thanks ANDK)
+    - rt 124151 - pathrm with force on should guard against absolute
+      paths (thanks chorny)
+    - rt 124423 - have fcopy() work around File::Copy::copy() bug
+      rt132866 (thanks DROLSKY)
+    - Issue #12 and rt 124166 - set umask for reliability (thanks
+      teoric and ether)
+    - rt 43328 - add ULC test to verify pathmk() w/ ULC (thanks
+      willi.weikum and LouisStrous)
+ 
+ 0.40 Tue Jan 16 10:00:09 2018
+    - github Issue #5 - Deep directories pathmk
+    - rt 123966 - switch to bsd_glob() since glob() will disappear
+      in perl 5.30
+    - rt 123971 - skip symlink tests when the OS does not support
+      symlinks
+    - rt 123970 - use Path::Tiny instead of File::Slurp in tests
+    - rt 117241 - add test for read only directories
+ 
+ 0.39 Fri Dec 29 13:26:12 2017
+    - tidy code
+    - Change into directory before emptying it
+    - Stop emptying/removing a path if it is changed out from
+      underneath us
+    - pathrm() fixes
+    - Actual unit tests!
+
+- Cleaned with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  File-Copy-Recursive-0.38.tar.gz

New:
----
  File-Copy-Recursive-0.44.tar.gz

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

Other differences:
------------------
++++++ perl-File-Copy-Recursive.spec ++++++
--- /var/tmp/diff_new_pack.ticmL3/_old  2018-11-12 09:47:59.692594006 +0100
+++ /var/tmp/diff_new_pack.ticmL3/_new  2018-11-12 09:47:59.696593999 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Copy-Recursive
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%define cpan_name File-Copy-Recursive
 Name:           perl-File-Copy-Recursive
-Version:        0.38
+Version:        0.44
 Release:        0
-License:        Artistic-1.0 or GPL-1.0+
-%define cpan_name File-Copy-Recursive
 Summary:        Perl extension for recursively copying files and directories
-Url:            http://search.cpan.org/dist/File-Copy-Recursive/
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
+Url:            https://metacpan.org/pod/File::Copy::Recursive
 Source:         
http://www.cpan.org/authors/id/D/DM/DMUEY/%{cpan_name}-%{version}.tar.gz
-BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Path::Tiny)
+BuildRequires:  perl(Test::Builder) >= 0.70
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::File)
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::Spec)
+BuildRequires:  perl(Test::Warnings)
+BuildArch:      noarch
 %{perl_requires}
 
 %description
@@ -40,11 +48,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make %{?_smp_mflags} test
 
 %install
 %perl_make_install

++++++ File-Copy-Recursive-0.38.tar.gz -> File-Copy-Recursive-0.44.tar.gz ++++++
++++ 2588 lines of diff (skipped)


Reply via email to