Hello community,

here is the log from the commit of package perl-MooseX-Clone for 
openSUSE:Factory checked in at 2015-08-01 11:36:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Clone (Old)
 and      /work/SRC/openSUSE:Factory/.perl-MooseX-Clone.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-MooseX-Clone"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MooseX-Clone/perl-MooseX-Clone.changes      
2012-01-04 07:27:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-MooseX-Clone.new/perl-MooseX-Clone.changes 
2015-08-01 11:36:50.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Jul 25 08:55:27 UTC 2015 - [email protected]
+
+- updated to 0.06
+   see /usr/share/doc/packages/perl-MooseX-Clone/Changes
+
+-------------------------------------------------------------------

Old:
----
  MooseX-Clone-0.05.tar.gz

New:
----
  MooseX-Clone-0.06.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-MooseX-Clone.spec ++++++
--- /var/tmp/diff_new_pack.8V3Ljs/_old  2015-08-01 11:36:51.000000000 +0200
+++ /var/tmp/diff_new_pack.8V3Ljs/_new  2015-08-01 11:36:51.000000000 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package perl-MooseX-Clone
 #
-# Copyright (c) 2011 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
@@ -15,65 +14,63 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:           perl-MooseX-Clone
-Version:        0.05
+Version:        0.06
 Release:        0
-Summary:        Fine grained cloning support for Moose objects
+%define cpan_name MooseX-Clone
+Summary:        Fine-grained cloning support for Moose objects
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Source:         
http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/MooseX-Clone-%{version}.tar.gz
 Url:            http://search.cpan.org/dist/MooseX-Clone/
+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
-%{perl_requires}
-BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Data::Visitor) >= 0.24
 BuildRequires:  perl(Data::Visitor::Callback)
 BuildRequires:  perl(Hash::Util::FieldHash::Compat)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.039
 BuildRequires:  perl(Moose)
-BuildRequires:  perl(namespace::clean)
-Requires:       perl(Moose)
-Requires:       perl(Hash::Util::FieldHash::Compat)
-Requires:       perl(namespace::clean)
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(namespace::autoclean)
+Requires:       perl(Data::Visitor) >= 0.24
 Requires:       perl(Data::Visitor::Callback)
+Requires:       perl(Hash::Util::FieldHash::Compat)
+Requires:       perl(Moose::Role)
+Requires:       perl(namespace::autoclean)
+%{perl_requires}
 
 %description
-Out of the box Moose only provides very barebones cloning support in order to
-maximize flexibility.
+Out of the box the Moose manpage only provides very barebones cloning
+support in order to maximize flexibility.
 
-This role provides a clone method that makes use of the low level cloning
-support already in Moose and adds selective deep cloning based on introspection
-on top of that. Attributes with the Clone trait will handle cloning of data
-within the object, typically delegating to the attribute value's own clone
-method.
+This role provides a 'clone' method that makes use of the low level cloning
+support already in the Moose manpage and adds selective deep cloning based
+on introspection on top of that. Attributes with the 'Clone' trait will
+handle cloning of data within the object, typically delegating to the
+attribute value's own 'clone' method.
 
 %prep
-%setup -q -n "MooseX-Clone-%{version}"
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL PREFIX="%{_prefix}"
-%__make %{?jobs:-j%{jobs}}
-
-%install
-%perl_make_install
-%perl_process_packlist
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%__make test
+./Build test
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%install
+./Build install --destdir=%{buildroot} --create_packlist=0
+%perl_gen_filelist
 
-%files
-%defattr(-,root,root)
-%doc Changes
-%dir %{perl_vendorlib}/MooseX
-%{perl_vendorlib}/MooseX/Clone
-%{perl_vendorlib}/MooseX/Clone.pm
-%dir %{perl_vendorarch}/auto/MooseX
-%{perl_vendorarch}/auto/MooseX/Clone
-%doc %{perl_man3dir}/MooseX::Clone.%{perl_man3ext}%{ext_man}
-%doc %{perl_man3dir}/MooseX::Clone::*.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++++++ MooseX-Clone-0.05.tar.gz -> MooseX-Clone-0.06.tar.gz ++++++
++++ 3894 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: 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