Hello community,
here is the log from the commit of package perl-MooseX-Types-Path-Class for
openSUSE:Factory checked in at 2015-07-08 06:59:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Types-Path-Class (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-Types-Path-Class.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-Types-Path-Class"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-Types-Path-Class/perl-MooseX-Types-Path-Class.changes
2013-06-06 13:25:53.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-Types-Path-Class.new/perl-MooseX-Types-Path-Class.changes
2015-07-08 06:59:38.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Jul 4 08:37:29 UTC 2015 - [email protected]
+
+- updated to 0.07
+ see /usr/share/doc/packages/perl-MooseX-Types-Path-Class/Changes
+
+-------------------------------------------------------------------
Old:
----
MooseX-Types-Path-Class-0.06.tar.gz
New:
----
MooseX-Types-Path-Class-0.07.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-Types-Path-Class.spec ++++++
--- /var/tmp/diff_new_pack.pw76rN/_old 2015-07-08 06:59:39.000000000 +0200
+++ /var/tmp/diff_new_pack.pw76rN/_new 2015-07-08 06:59:39.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Types-Path-Class
#
-# Copyright (c) 2013 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,30 +17,29 @@
Name: perl-MooseX-Types-Path-Class
-Version: 0.06
+Version: 0.07
Release: 0
%define cpan_name MooseX-Types-Path-Class
-Summary: A Path::Class type library for Moose
+Summary: Path::Class type library for Moose
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-Types-Path-Class/
-Source:
http://www.cpan.org/authors/id/T/TH/THEPLER/%{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(Class::MOP)
-BuildRequires: perl(Moose) >= 0.39
-BuildRequires: perl(MooseX::Types) >= 0.04
+BuildRequires: perl(Module::Build::Tiny) >= 0.039
+BuildRequires: perl(Moose)
+BuildRequires: perl(Moose::Util::TypeConstraints)
+BuildRequires: perl(MooseX::Getopt)
+BuildRequires: perl(MooseX::Types)
+BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(Path::Class) >= 0.16
-BuildRequires: perl(Test::More) >= 0.88
-#BuildRequires: perl(Moose::Util::TypeConstraints)
-#BuildRequires: perl(MooseX::Getopt)
-#BuildRequires: perl(MooseX::Types::Moose)
-#BuildRequires: perl(MooseX::Types::Path::Class)
-Requires: perl(Class::MOP)
-Requires: perl(Moose) >= 0.39
-Requires: perl(MooseX::Types) >= 0.04
+Requires: perl(MooseX::Getopt)
+Requires: perl(MooseX::Types)
+Requires: perl(MooseX::Types::Moose)
Requires: perl(Path::Class) >= 0.16
%{perl_requires}
@@ -52,26 +51,25 @@
Coercions (see the Moose::Util::TypeConstraints manpage) are made from both
'Str' and 'ArrayRef' to both the Path::Class::Dir manpage and the
Path::Class::File manpage objects. If you have the MooseX::Getopt manpage
-installed, the Getopt option type ("=s") will be added for both the
+installed, the 'Getopt' option type ("=s") will be added for both the
Path::Class::Dir manpage and the Path::Class::File manpage.
%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 LICENSE README
+%doc Changes CONTRIBUTING LICENSE README
%changelog
++++++ MooseX-Types-Path-Class-0.06.tar.gz ->
MooseX-Types-Path-Class-0.07.tar.gz ++++++
++++ 3692 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