Hello community,
here is the log from the commit of package perl-MooseX-Storage for
openSUSE:Factory checked in at 2014-03-18 13:58:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Storage (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-Storage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-Storage"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MooseX-Storage/perl-MooseX-Storage.changes
2012-01-04 07:28:08.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-Storage.new/perl-MooseX-Storage.changes
2014-03-18 13:58:40.000000000 +0100
@@ -1,0 +2,20 @@
+Sat Mar 15 13:01:41 UTC 2014 - [email protected]
+
+- updated to 0.45
+ - re-release to fix compile test
+ - removed use of deprecated Class::MOP::load_class
+ - all features are now configured as x_default => 1 in metadata (not yet
+ supported by any cpan clients), signalling to automatically add to prereqs
+ when installing non-interactively
+ - re-release with properly encoded META.yml
+ - re-release with updated Dist::Zilla plugins to clear the dynamic_config
+ flag in metadata
+ - repository has moved to the GitHub Moose organization
+ - replaced last use of Best (held over since 2010!) to YAML::Any
+ - fixed another test making use of optional features
+ - re-release with new compile test, which properly declares all its
prerequisites
+ - fixed compile tests so that modules using optional features are skipped
+ (from 0.36-TRIAL)
+ - convert to Dist::Zilla, with new optional prereq handling
+
+-------------------------------------------------------------------
Old:
----
MooseX-Storage-0.30.tar.gz
New:
----
MooseX-Storage-0.45.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-Storage.spec ++++++
--- /var/tmp/diff_new_pack.94RPw3/_old 2014-03-18 13:58:41.000000000 +0100
+++ /var/tmp/diff_new_pack.94RPw3/_new 2014-03-18 13:58:41.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Storage
#
-# Copyright (c) 2011 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,58 +17,38 @@
Name: perl-MooseX-Storage
-Version: 0.30
+Version: 0.45
Release: 0
%define cpan_name MooseX-Storage
Summary: A serialization framework for Moose classes
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-Storage/
-Source:
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
+Source:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(Module::Build::Tiny) >= 0.030
+BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moose) >= 0.99
BuildRequires: perl(String::RewritePrefix)
BuildRequires: perl(Test::Deep)
-BuildRequires: perl(Test::Exception)
+BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires) >= 0.05
-#BuildRequires: perl(Best)
-#BuildRequires: perl(ClassOne)
-#BuildRequires: perl(ClassTwo)
-#BuildRequires: perl(CPANPLUS::Backend)
-#BuildRequires: perl(Digest::HMAC_SHA1)
-#BuildRequires: perl(inc::Module::Install) >= 0.75
-#BuildRequires: perl(IO::AtomicFile)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(JSON::Any)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::AutoInstall)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::AuthorRequires)
-#BuildRequires: perl(Module::Install::AuthorTests)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Moose::Meta::Attribute)
-#BuildRequires: perl(Moose::Role)
-#BuildRequires: perl(Moose::Util::TypeConstraints)
-#BuildRequires: perl(MooseX::Storage)
-#BuildRequires: perl(MooseX::Storage::Basic)
-#BuildRequires: perl(MooseX::Storage::Deferred)
-#BuildRequires: perl(MooseX::Storage::Engine)
-#BuildRequires: perl(MooseX::Storage::Engine::IO::AtomicFile)
-#BuildRequires: perl(MooseX::Storage::Engine::IO::File)
-#BuildRequires: perl(MooseX::Storage::IO::File)
-#BuildRequires: perl(MooseX::Storage::Meta::Attribute::DoNotSerialize)
-#BuildRequires: perl(MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(Test::Pod) >= 1.14
-#BuildRequires: perl(Test::Pod::Coverage) >= 1.08
-#BuildRequires: perl(YAML::Any)
-#BuildRequires: perl(YAML::Tiny)
+Requires: perl(Module::Runtime)
Requires: perl(Moose) >= 0.99
Requires: perl(String::RewritePrefix)
+Recommends: perl(Digest::HMAC)
+Recommends: perl(Digest::SHA)
+Recommends: perl(IO::AtomicFile)
+Recommends: perl(JSON::Any) >= 1.15
+Recommends: perl(MooseX::Storage::Format::JSONpm)
+Recommends: perl(YAML)
+Recommends: perl(YAML::Any)
+Recommends: perl(YAML::Syck)
+Recommends: perl(YAML::XS)
%{perl_requires}
%description
@@ -81,19 +61,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 README
+%doc Changes CONTRIBUTING LICENSE README README.md TODO weaver.ini
%changelog
++++++ MooseX-Storage-0.30.tar.gz -> MooseX-Storage-0.45.tar.gz ++++++
++++ 11889 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]