Hello community,

here is the log from the commit of package perl-Moose-Autobox for 
openSUSE:Factory checked in at 2016-05-25 21:29:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Moose-Autobox (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Moose-Autobox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Moose-Autobox"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Moose-Autobox/perl-Moose-Autobox.changes    
2013-11-29 07:04:08.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Moose-Autobox.new/perl-Moose-Autobox.changes   
    2016-05-25 21:29:33.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 23 12:14:28 UTC 2016 - [email protected]
+
+- updated to 0.16
+   see /usr/share/doc/packages/perl-Moose-Autobox/Changes
+
+-------------------------------------------------------------------

Old:
----
  Moose-Autobox-0.15.tar.gz

New:
----
  Moose-Autobox-0.16.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Moose-Autobox.spec ++++++
--- /var/tmp/diff_new_pack.H3oQE2/_old  2016-05-25 21:29:34.000000000 +0200
+++ /var/tmp/diff_new_pack.H3oQE2/_new  2016-05-25 21:29:34.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Moose-Autobox
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,54 +17,71 @@
 
 
 Name:           perl-Moose-Autobox
-Version:        0.15
+Version:        0.16
 Release:        0
 %define cpan_name Moose-Autobox
 Summary:        Autoboxed wrappers for Native Perl datatypes
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Moose-Autobox/
-Source:         
http://www.cpan.org/authors/id/R/RJ/RJBS/%{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(List::MoreUtils) >= 0.07
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Moose) >= 0.42
-BuildRequires:  perl(Syntax::Keyword::Junction)
-BuildRequires:  perl(Test::Exception) >= 0.21
-BuildRequires:  perl(Test::More) >= 0.89
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(Moose::Util)
+BuildRequires:  perl(Syntax::Keyword::Junction::All)
+BuildRequires:  perl(Syntax::Keyword::Junction::Any)
+BuildRequires:  perl(Syntax::Keyword::Junction::None)
+BuildRequires:  perl(Syntax::Keyword::Junction::One)
+BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(autobox) >= 2.23
+BuildRequires:  perl(metaclass)
+BuildRequires:  perl(namespace::autoclean)
 BuildRequires:  perl(parent)
+Requires:       perl(List::MoreUtils) >= 0.07
 Requires:       perl(Moose) >= 0.42
-Requires:       perl(Syntax::Keyword::Junction)
+Requires:       perl(Moose::Role)
+Requires:       perl(Moose::Util)
+Requires:       perl(Syntax::Keyword::Junction::All)
+Requires:       perl(Syntax::Keyword::Junction::Any)
+Requires:       perl(Syntax::Keyword::Junction::None)
+Requires:       perl(Syntax::Keyword::Junction::One)
 Requires:       perl(autobox) >= 2.23
+Requires:       perl(metaclass)
+Requires:       perl(namespace::autoclean)
 Requires:       perl(parent)
 %{perl_requires}
 
 %description
 Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for
-use with the autobox manpage. It does this using a hierarchy of roles in a
-manner similar to what Perl 6 _might_ do. This module, like the Class::MOP
-manpage and the Moose manpage, was inspired by my work on the Perl 6 Object
-Space, and the 'core types' implemented there.
+use with autobox. It does this using a hierarchy of roles in a manner
+similar to what Perl 6 _might_ do. This module, like Class::MOP and Moose,
+was inspired by my work on the Perl 6 Object Space, and the 'core types'
+implemented there.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %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 CONTRIBUTING examples LICENSE README
 
 %changelog

++++++ Moose-Autobox-0.15.tar.gz -> Moose-Autobox-0.16.tar.gz ++++++
++++ 6991 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#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_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to