Hello community,

here is the log from the commit of package perl-Devel-REPL for openSUSE:Factory 
checked in at 2013-11-29 07:03:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-REPL (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Devel-REPL.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Devel-REPL"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-REPL/perl-Devel-REPL.changes  
2012-12-03 11:17:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Devel-REPL.new/perl-Devel-REPL.changes     
2013-11-29 07:03:20.000000000 +0100
@@ -1,0 +2,37 @@
+Mon Nov 25 07:36:22 UTC 2013 - [email protected]
+
+- updated to 1.003025
+  - The default profile is now "Minimal", not "Default", as Default requires
+    some optional features; Default renamed to Standard (RT#88615)
+  - workaround added for plugins consuming plugins that use optional features
+  - install problems fixed when some optional prereqs are not installed, by
+    properly detecting the lack of features during testing (RT#88542)
+  - spelling fixes (RT#87691, David Steinbrunner)
+  - removed use of deprecated functions from Class::MOP
+  - long-deprecated Devel::REPL::Plugin::NewlineHack removed at last
+  - converted dist to Dist::Zilla, with a different mechanism for specifying
+    optional features (install with cpanm --interactive to be prompted)
+  - shebang fixed in re.pl so it is rewritten to point to the proper perl at
+    install time (RT#70928)
+  - Fix "No arguments!" error in Plugin::DDS when nothing to dump (RT#71205,
+    Ash Berlin)
+  - fix failing test when Lexical::Persistence is not installed
+
+-------------------------------------------------------------------
+Tue Jun  4 08:31:54 UTC 2013 - [email protected]
+
+- updated to 1.003018
+  - more attempts to fix Term::ReadLine issues in tests (RT#84246, mephinet)
+
+  - fix issues with Term::ReadLine:Perl in tests (RT#84246) (thanks,
+    Christopher McCann!)
+
+  - make all plugins load again by using native traits (thanks, Zaki Mughal!)
+    (RT#84011)
+
+  - fix "Attempt to use reference as lvalue in substr" warning on perl 5.16
+    (thanks, ilmari!)
+  - plugins that are used by the default profile now default to being
+    installed, fixing RT#83669 and RT#83677
+
+-------------------------------------------------------------------

Old:
----
  Devel-REPL-1.003014.tar.gz

New:
----
  Devel-REPL-1.003025.tar.gz

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

Other differences:
------------------
++++++ perl-Devel-REPL.spec ++++++
--- /var/tmp/diff_new_pack.zieOoU/_old  2013-11-29 07:03:21.000000000 +0100
+++ /var/tmp/diff_new_pack.zieOoU/_new  2013-11-29 07:03:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-REPL
 #
-# Copyright (c) 2012 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
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Devel-REPL
-Version:        1.003014
+Version:        1.003025
 Release:        0
 %define cpan_name Devel-REPL
 Summary:        Modern perl interactive shell
@@ -29,56 +29,60 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(App::Nopaste)
-BuildRequires:  perl(B::Keywords)
-BuildRequires:  perl(Data::Dump::Streamer)
-BuildRequires:  perl(Data::Dumper::Concise)
 BuildRequires:  perl(File::HomeDir)
-BuildRequires:  perl(File::Next)
-BuildRequires:  perl(Lexical::Persistence)
-BuildRequires:  perl(Module::Refresh)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.027
+BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose) >= 0.93
+BuildRequires:  perl(Moose::Meta::Role)
+BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(MooseX::Getopt) >= 0.18
 BuildRequires:  perl(MooseX::Object::Pluggable) >= 0.0009
-BuildRequires:  perl(PPI)
-BuildRequires:  perl(Sys::SigAction)
 BuildRequires:  perl(Task::Weaken)
+BuildRequires:  perl(Test::CheckDeps) >= 0.007
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::More) >= 0.94
 BuildRequires:  perl(namespace::autoclean)
-#BuildRequires: perl(CPANPLUS::Backend)
+#BuildRequires: perl(App::Nopaste)
+#BuildRequires: perl(B::Keywords)
+#BuildRequires: perl(Data::Dumper::Concise)
+#BuildRequires: perl(Data::Dump::Streamer)
 #BuildRequires: perl(Devel::REPL)
 #BuildRequires: perl(Devel::REPL::Error)
 #BuildRequires: perl(Devel::REPL::Meta::Plugin)
 #BuildRequires: perl(Devel::REPL::Plugin)
+#BuildRequires: perl(Devel::REPL::Plugin::Completion)
 #BuildRequires: perl(Devel::REPL::Profile)
+#BuildRequires: perl(Devel::REPL::Profile::Standard)
 #BuildRequires: perl(Devel::REPL::Script)
-#BuildRequires: perl(inc::Module::Install) >= 0.91
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::AutoInstall)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Moose::Meta::Role)
-#BuildRequires: perl(Moose::Role)
+#BuildRequires: perl(File::Next)
+#BuildRequires: perl(Lexical::Persistence)
+#BuildRequires: perl(Module::Refresh)
 #BuildRequires: perl(Moose::Util::TypeConstraints)
-#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(PPI)
 #BuildRequires: perl(PPI::Dumper)
 #BuildRequires: perl(Project::Schema)
-#BuildRequires: perl(YAML::Tiny)
-Requires:       perl(App::Nopaste)
-Requires:       perl(B::Keywords)
-Requires:       perl(Data::Dump::Streamer)
-Requires:       perl(Data::Dumper::Concise)
+#BuildRequires: perl(Sys::SigAction)
+#BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(Test::NoTabs)
 Requires:       perl(File::HomeDir)
-Requires:       perl(File::Next)
-Requires:       perl(Lexical::Persistence)
-Requires:       perl(Module::Refresh)
+Requires:       perl(Module::Runtime)
 Requires:       perl(Moose) >= 0.93
+Requires:       perl(Moose::Meta::Role)
+Requires:       perl(Moose::Role)
 Requires:       perl(MooseX::Getopt) >= 0.18
 Requires:       perl(MooseX::Object::Pluggable) >= 0.0009
-Requires:       perl(PPI)
-Requires:       perl(Sys::SigAction)
 Requires:       perl(Task::Weaken)
 Requires:       perl(namespace::autoclean)
+Recommends:     perl(App::Nopaste)
+Recommends:     perl(B::Keywords)
+Recommends:     perl(Data::Dumper::Concise)
+Recommends:     perl(Data::Dump::Streamer)
+Recommends:     perl(File::Next)
+Recommends:     perl(Lexical::Persistence)
+Recommends:     perl(Module::Refresh)
+Recommends:     perl(PPI)
+Recommends:     perl(PPI::XS) >= 0.902
+Recommends:     perl(Sys::SigAction)
 %{perl_requires}
 
 %description
@@ -96,19 +100,18 @@
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples README
+%doc Changes examples LICENSE README
 
 %changelog

++++++ Devel-REPL-1.003014.tar.gz -> Devel-REPL-1.003025.tar.gz ++++++
++++ 7946 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to