Hello community, here is the log from the commit of package perl-PathTools for openSUSE:Factory checked in at 2013-01-29 06:46:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-PathTools (Old) and /work/SRC/openSUSE:Factory/.perl-PathTools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-PathTools", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-PathTools/perl-PathTools.changes 2011-09-23 12:38:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-PathTools.new/perl-PathTools.changes 2013-01-29 06:46:47.000000000 +0100 @@ -1,0 +2,22 @@ +Mon Jan 28 13:09:52 UTC 2013 - [email protected] + +- license update: (Artistic-1.0 and GPL-2.0+) and BSD-3-Clause + See e.g. Cwd.xs + +------------------------------------------------------------------- +Fri Jan 25 00:56:01 UTC 2013 - [email protected] + +- update to 3.40 + * Stop inadvertently skipping Spec.t on VMS. (Craig Berry) + * Rethink EFS in File::Spec::VMS. (Craig Berry) + * File::Spec::UNIX->abs2rel() gets it wrong with ".." components + * [perl #111510] (Volker Schatz) + * Add C define to remove taint support from perl (Steffen Mueller) + * Remove "register" declarations as they are no longer + * useful (Karl Williamson) + * Add test for fast_abs_path in LF dir + [perl #115962] (Father Chrysostomos) + * Cwd::fast_abs_path's untaint should allow for multiline + directories (Joel Berger) + +------------------------------------------------------------------- Old: ---- PathTools-3.33.tar.bz2 New: ---- PathTools-3.40.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-PathTools.spec ++++++ --- /var/tmp/diff_new_pack.mKgsI7/_old 2013-01-29 06:46:48.000000000 +0100 +++ /var/tmp/diff_new_pack.mKgsI7/_new 2013-01-29 06:46:48.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-PathTools # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -16,32 +16,34 @@ # - Name: perl-PathTools -Version: 3.33 -Release: 3 -License: Artistic-1.0 ; GPL-2.0+ +Version: 3.40 +Release: 0 %define cpan_name PathTools Summary: PathTools Perl module -Url: http://search.cpan.org/dist/PathTools/ +License: (Artistic-1.0 and GPL-2.0+) and BSD-3-Clause Group: Development/Libraries/Perl -Source: %{cpan_name}-%{version}.tar.bz2 +Url: http://search.cpan.org/dist/PathTools/ +Source: %{cpan_name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl +BuildRequires: perl-macros BuildRequires: perl(Carp) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Path) BuildRequires: perl(Scalar::Util) -BuildRequires: perl -BuildRequires: perl-macros -Provides: perl(Cwd) = 3.3300 -Provides: perl(File::Spec) = 3.3300 -Provides: perl(File::Spec::Epoc) = 3.3300 -Provides: perl(File::Spec::Functions) = 3.3300 +BuildRequires: perl(Test::More) >= 0.88 +# Requires: perl(Carp) Requires: perl(File::Basename) Requires: perl(File::Path) Requires: perl(Scalar::Util) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} +# +Provides: perl(Cwd) = 3.4000 +Provides: perl(File::Spec) = 3.4000 +Provides: perl(File::Spec::Epoc) = 3.4000 +Provides: perl(File::Spec::Functions) = 3.4000 %description Combination distribution of File::Spec and Cwd -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
