Hello community,
here is the log from the commit of package perl-File-ShareDir-ProjectDistDir
for openSUSE:Factory checked in at 2014-03-09 18:37:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-ShareDir-ProjectDistDir (Old)
and /work/SRC/openSUSE:Factory/.perl-File-ShareDir-ProjectDistDir.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-ShareDir-ProjectDistDir"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-File-ShareDir-ProjectDistDir/perl-File-ShareDir-ProjectDistDir.changes
2013-10-21 15:13:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-File-ShareDir-ProjectDistDir.new/perl-File-ShareDir-ProjectDistDir.changes
2014-03-09 18:37:51.000000000 +0100
@@ -1,0 +2,37 @@
+Fri Mar 7 09:19:58 UTC 2014 - [email protected]
+
+- updated to 1.000001
+ [Bugfix]
+ - Fixed test failure on Perls that don't like unsetting %INC
+
+ [Dependencies::Aggregate]
+ - 5.008 : 47 → 47
+ - 5.010 : 37 → 37
+ - 5.019 : 20 → 20
+
+ 1.000000 2014-02-28T15:00:49Z
+ [00 MAJOR CHANGES]
+ - add 'strict' mode
+ - defer dev path and determination to calltime
+ - switch to float versions.
+ - start warning about Path::Class usage
+ - stop depending on Path::Class
+ - stop using Path::Class
+ - use EUMM for tooling.
+ - Seriously, read SIGNIFICANT CHANGES for details.
+
+ [Dependencies::Aggregate]
+ - 5.008 : 47 deps
+ - 5.010 : 37 deps
+ - 5.019 : 20 deps
+
+ [Dependencies::Stats]
+ - Dependencies changed since 0.5.2, see Changes.deps{,.all,.dev} for
+ details
+ - build: -1
+ - configure: +2 -1
+ - develop: +43 ↑1 -4
+ - runtime: +1 ↑1 -2
+ - test: +8 ↓1 -3
+
+-------------------------------------------------------------------
Old:
----
File-ShareDir-ProjectDistDir-0.5.2.tar.gz
New:
----
File-ShareDir-ProjectDistDir-1.000001.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-File-ShareDir-ProjectDistDir.spec ++++++
--- /var/tmp/diff_new_pack.Ccwwoe/_old 2014-03-09 18:37:52.000000000 +0100
+++ /var/tmp/diff_new_pack.Ccwwoe/_new 2014-03-09 18:37:52.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-File-ShareDir-ProjectDistDir
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
Name: perl-File-ShareDir-ProjectDistDir
-Version: 0.5.2
+Version: 1.000001
Release: 0
%define cpan_name File-ShareDir-ProjectDistDir
Summary: Simple set-and-forget using of a '/share' directory in your
projects root
@@ -30,27 +30,13 @@
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::ShareDir)
-BuildRequires: perl(Module::Build) >= 0.4007
-BuildRequires: perl(Path::Class::Dir)
-BuildRequires: perl(Path::Class::File)
BuildRequires: perl(Path::FindDev)
BuildRequires: perl(Path::IsDev)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Sub::Exporter)
-BuildRequires: perl(Test::More) >= 0.98
-#BuildRequires: perl(Data::Dump)
-#BuildRequires: perl(Example_01)
-#BuildRequires: perl(Example_02)
-#BuildRequires: perl(Example_04)
-#BuildRequires: perl(Example_05)
-#BuildRequires: perl(Example_06)
-#BuildRequires: perl(File::ShareDir::ProjectDistDir)
-#BuildRequires: perl(Test::Kwalitee)
-#BuildRequires: perl(YAML::Dumper)
-#BuildRequires: perl(YAML::Loader)
+BuildRequires: perl(Test::More) >= 0.96
+BuildRequires: perl(version)
Requires: perl(File::ShareDir)
-Requires: perl(Path::Class::Dir)
-Requires: perl(Path::Class::File)
Requires: perl(Path::FindDev)
Requires: perl(Path::IsDev)
Requires: perl(Path::Tiny)
@@ -64,18 +50,19 @@
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
%check
-./Build test
+%{__make} test
%install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE perlcritic.rc README weaver.ini
+%doc Changes Changes.deps Changes.deps.all Changes.deps.dev LICENSE
perlcritic.deps perlcritic.rc README weaver.ini
%changelog
++++++ File-ShareDir-ProjectDistDir-0.5.2.tar.gz ->
File-ShareDir-ProjectDistDir-1.000001.tar.gz ++++++
++++ 7027 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]