Hello community,
here is the log from the commit of package perl-MooseX-Storage for
openSUSE:Factory checked in at 2015-04-16 14:14:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2014-03-18 13:58:40.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-Storage.new/perl-MooseX-Storage.changes
2015-04-16 14:14:40.000000000 +0200
@@ -1,0 +2,27 @@
+Tue Apr 14 18:16:10 UTC 2015 - [email protected]
+
+- updated to 0.49
+ see /usr/share/doc/packages/perl-MooseX-Storage/Changes
+
+ 0.49 2015-03-29 00:24:43Z
+ - now handling more deeply-nested objects (PR#7, RT#81236, thanks Dmitry
+ Latin!)
+ - fix error in DateTime example (PR#8, thanks sillitoe!)
+
+ 0.48 2014-10-12 02:01:31Z
+ - switched the JSON serializer from JSON::Any to JSON::MaybeXS
+ - interactive prompting at install time is now back!
+
+ 0.47 2014-08-23 22:34:21Z
+ - report the versions of all JSON and YAML backends during tests, in an
+ attempt to track down an elusive bug
+ - now properly serializing attributes that are set to the undefined value
+ (github #6, thanks, Jason Pope!)
+ - fix compatibility problem with MooseX::Role::Parameterized 1.03+ and
+ MooseX::Storage::Format::JSONpm (some internal details changed that we
+ were relying on)
+
+ 0.46 2014-03-23 18:26:44Z
+ - numerous small documentation clarifications and fixes
+
+-------------------------------------------------------------------
Old:
----
MooseX-Storage-0.45.tar.gz
New:
----
MooseX-Storage-0.49.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-Storage.spec ++++++
--- /var/tmp/diff_new_pack.xHtgqu/_old 2015-04-16 14:14:40.000000000 +0200
+++ /var/tmp/diff_new_pack.xHtgqu/_new 2015-04-16 14:14:40.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Storage
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,33 +17,45 @@
Name: perl-MooseX-Storage
-Version: 0.45
+Version: 0.49
Release: 0
+#Upstream: Artistic-1.0 or GPL-1.0+
%define cpan_name MooseX-Storage
-Summary: A serialization framework for Moose classes
+Summary: 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/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Build::Tiny) >= 0.030
+BuildRequires: perl(IO::AtomicFile)
+BuildRequires: perl(JSON::MaybeXS) >= 1.001000
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moose) >= 0.99
+BuildRequires: perl(Moose::Meta::Attribute)
+BuildRequires: perl(Moose::Role)
+BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(String::RewritePrefix)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
-BuildRequires: perl(Test::Requires) >= 0.05
+BuildRequires: perl(Test::Requires)
+BuildRequires: perl(YAML::Any)
+BuildRequires: perl(namespace::autoclean)
+Requires: perl(IO::AtomicFile)
+Requires: perl(JSON::MaybeXS) >= 1.001000
Requires: perl(Module::Runtime)
Requires: perl(Moose) >= 0.99
+Requires: perl(Moose::Meta::Attribute)
+Requires: perl(Moose::Role)
Requires: perl(String::RewritePrefix)
-Recommends: perl(Digest::HMAC)
-Recommends: perl(Digest::SHA)
+Requires: perl(YAML::Any)
+Requires: perl(namespace::autoclean)
Recommends: perl(IO::AtomicFile)
-Recommends: perl(JSON::Any) >= 1.15
+Recommends: perl(JSON::MaybeXS) >= 1.001000
Recommends: perl(MooseX::Storage::Format::JSONpm)
Recommends: perl(YAML)
Recommends: perl(YAML::Any)
@@ -58,21 +70,21 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
%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 CONTRIBUTING LICENSE README README.md TODO weaver.ini
+%doc Changes CONTRIBUTING LICENSE README
%changelog
++++++ MooseX-Storage-0.45.tar.gz -> MooseX-Storage-0.49.tar.gz ++++++
++++ 7625 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
license: Artistic-1.0 or GPL-1.0+
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag