Hello community,
here is the log from the commit of package perl-MooseX-AttributeHelpers for
openSUSE:Factory checked in at 2015-09-03 18:02:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-AttributeHelpers (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-AttributeHelpers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-AttributeHelpers"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-AttributeHelpers/perl-MooseX-AttributeHelpers.changes
2011-09-23 12:38:09.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-AttributeHelpers.new/perl-MooseX-AttributeHelpers.changes
2015-09-03 18:07:39.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Aug 29 08:57:46 UTC 2015 - [email protected]
+
+- updated to 0.24
+ see /usr/share/doc/packages/perl-MooseX-AttributeHelpers/Changes
+
+-------------------------------------------------------------------
Old:
----
MooseX-AttributeHelpers-0.23.tar.gz
New:
----
MooseX-AttributeHelpers-0.24.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-AttributeHelpers.spec ++++++
--- /var/tmp/diff_new_pack.n9o5CC/_old 2015-09-03 18:07:40.000000000 +0200
+++ /var/tmp/diff_new_pack.n9o5CC/_new 2015-09-03 18:07:40.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-AttributeHelpers
#
-# 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
@@ -16,57 +16,64 @@
#
-
Name: perl-MooseX-AttributeHelpers
-Version: 0.23
-Release: 1
-License: GPL-1.0+ or Artistic-1.0
-Summary: Extend your Attribute Interfaces
-Url:
http://search.cpan.org/~drolsky/MooseX-AttributeHelpers-%{version}/
+Version: 0.24
+Release: 0
+%define cpan_name MooseX-AttributeHelpers
+Summary: Extend your attribute interfaces (deprecated)
+License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
-Source:
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-AttributeHelpers-%{version}.tar.gz
-BuildRequires: make
+Url: http://search.cpan.org/dist/MooseX-AttributeHelpers/
+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(Moose)
-BuildRequires: perl(Test::Moose)
BuildRequires: perl-macros
-Requires: perl
-Requires: perl(Moose)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: perl(Module::Build::Tiny) >= 0.007
+BuildRequires: perl(Moose) >= 0.56
+BuildRequires: perl(Moose::Meta::Attribute)
+BuildRequires: perl(Moose::Meta::Method)
+BuildRequires: perl(Moose::Role)
+BuildRequires: perl(Moose::Util::TypeConstraints)
+BuildRequires: perl(Test::Exception) >= 0.210000
+BuildRequires: perl(Test::Moose)
+BuildRequires: perl(Test::More) >= 0.88
+Requires: perl(Moose) >= 0.56
+Requires: perl(Moose::Meta::Attribute)
+Requires: perl(Moose::Meta::Method)
+Requires: perl(Moose::Role)
+Requires: perl(Moose::Util::TypeConstraints)
+%{perl_requires}
%description
-This distribution is deprecated. The features it provides have been added to
-the Moose core code as Moose::Meta::Attribute::Native. This distribution should
-not be used by any new code.
-
-While Moose attributes provide you with a way to name your accessors, readers,
-writers, clearers and predicates, this library provides commonly used attribute
-helper methods for specific types of data.
+*This distribution is deprecated. The features it provides have been added
+to the Moose core code as the Moose::Meta::Attribute::Native manpage. This
+distribution should not be used by any new code.*
+
+While the Moose manpage attributes provide you with a way to name your
+accessors, readers, writers, clearers and predicates, this library provides
+commonly used attribute helper methods for more specific types of data.
+
+As seen in the the /SYNOPSIS manpage, you specify the extension via the
+'metaclass' parameter. Available meta classes are:
%prep
-%setup -q -n "MooseX-AttributeHelpers-%{version}"
-sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
%build
-perl Makefile.PL PREFIX="%{_prefix}"
-make %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
-%install
-%perl_make_install
-%perl_process_packlist
+%check
+./Build test
-%clean
-rm -rf %{buildroot}
+%install
+./Build install --destdir=%{buildroot} --create_packlist=0
+%perl_gen_filelist
-%files
-%defattr(-,root,root)
-%doc ChangeLog README
-%dir %{perl_vendorlib}/MooseX
-%{perl_vendorlib}/MooseX/AttributeHelpers.pm
-%{perl_vendorlib}/MooseX/AttributeHelpers
-%dir %{perl_vendorarch}/auto/MooseX
-%{perl_vendorarch}/auto/MooseX/AttributeHelpers/
-%doc %{perl_man3dir}/MooseX::AttributeHelpers.%{perl_man3ext}%{ext_man}
-%doc %{perl_man3dir}/MooseX::AttributeHelpers::*.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes CONTRIBUTING LICENSE README
%changelog
++++++ MooseX-AttributeHelpers-0.23.tar.gz ->
MooseX-AttributeHelpers-0.24.tar.gz ++++++
++++ 6179 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