8
0

Accepting request 297113 from devel:languages:perl:autoupdate

- 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

OBS-URL: https://build.opensuse.org/request/show/297113
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Storage?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2015-04-16 09:12:52 +00:00
committed by Git OBS Bridge
parent 861865434a
commit 41ca9d1832
5 changed files with 77 additions and 18 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea35f0a9a6ae3228b24b4c39f968cac7270205520b9369392af08ac7251bc13a
size 54263

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4339b3631f7272fb582924c94c74a2653b75a689bcd95121bbbf853f342f629
size 59150

20
cpanspec.yml Normal file
View File

@@ -0,0 +1,20 @@
---
#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

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Apr 14 18:16:10 UTC 2015 - coolo@suse.com
- 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
-------------------------------------------------------------------
Sat Mar 15 13:01:41 UTC 2014 - coolo@suse.com

View File

@@ -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 @@ different formats and styles.
%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