Hello community,

here is the log from the commit of package perl-MooseX-Types for 
openSUSE:Factory
checked in at Wed Jul 20 11:10:00 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-MooseX-Types/perl-MooseX-Types.changes    
2011-06-08 15:18:26.000000000 +0200
@@ -0,0 +1,50 @@
+-------------------------------------------------------------------
+Wed Jun  8 13:17:58 UTC 2011 - [email protected]
+
+- update to 0.27:
+  - A better fix for type constraint changes in Moose 2.0100. (doy)
+
+-------------------------------------------------------------------
+Sun Jun 05 21:17:24 UTC 2011 - [email protected]
+
+- update to 0.26:
+  * small changes for forward compatibility with Moose 2.0100, when it is
+    released
+  * some small doc cleanup and improvements
+
+- changes from 0.25:
+  * the test suite now uses Test::Fatal instead of Test::Exception
+  * modernized tests to use Test::Requires and done_testing
+  * MooseX::Types::Combine is a little more efficient, and only tries to load
+    the libraries it's combining when that list is set. It also checks that
+    each lib in the list actually provides types
+
+
+-------------------------------------------------------------------
+Wed Dec  1 13:33:58 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:30:40 UTC 2010 - [email protected]
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Thu Nov  4 21:58:21 UTC 2010 - [email protected]
+
+- update to 0.24 (no user-visible changes)
+
+- changes from 0.22:
+  * ypdate docs to mention MRO::Compat rather than Class::C3
+  * added '0+' overloading to solve the type constraint equality regression 
introduced when Moose 1.05 tightened the rules determing type constraint 
equality
+
+- changes from 0.21:
+  * attempting to import a non-existent type from a combined type library gave 
a very confusing error message from the MooseX::Types::Combined internals. Now 
it gives you a much more useful message
+  * bump up Moose dep (RT#53016)
+
+-------------------------------------------------------------------
+Tue Jan 12 00:00:00 UTC 2010 - [email protected]
+
+- Specfile autogenerated by cpanspec 1.78.
+

calling whatdependson for head-i586


New:
----
  MooseX-Types-0.27.tar.gz
  perl-MooseX-Types.changes
  perl-MooseX-Types.spec

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

Other differences:
------------------
++++++ perl-MooseX-Types.spec ++++++
#
# spec file for package perl-MooseX-Types
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%if 0%{?suse_version} < 1119
%define with_test 1
%endif

Name:           perl-MooseX-Types
Version:        0.27
Release:        1
Summary:        Organise your Moose types in libraries
Source:         
ftp://ftp.cpan.org/pub/CPAN/authors/id/D/DR/DROLSKY/MooseX-Types-%{version}.tar.gz
Url:            http://search.cpan.org/dist/MooseX-Types
Group:          Development/Libraries/Perl
License:        GNU General Public License version 2 or later or Artistic 
(GPLv2+ or Artistic)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  make
%if 0%{?with_test}
BuildRequires:  perl(Test::More) >= 0.80
BuildRequires:  perl(Test::Requires)
BuildRequires:  perl(Test::Fatal)
BuildRequires:  perl(Test::Moose)
%endif
BuildRequires:  perl(FindBin)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires:  perl(Scalar::Util) >= 1.19
BuildRequires:  perl(Sub::Name)
BuildRequires:  perl(Carp)
BuildRequires:  perl(namespace::clean) >= 0.08
BuildRequires:  perl(Sub::Install) >= 0.924
BuildRequires:  perl(Carp::Clan) >= 6.00
BuildRequires:  perl(Moose) >= 1.06
Requires:       perl(Scalar::Util) >= 1.19
Requires:       perl(Sub::Name)
Requires:       perl(Carp)
Requires:       perl(namespace::clean) >= 0.08
Requires:       perl(Sub::Install) >= 0.924
Requires:       perl(Carp::Clan) >= 6.00
Requires:       perl(Moose) >= 1.06

%description
The types provided with Moose are by design global. This package helps you
to organise and selectively import your own and the built-in types in
libraries. As a nice side effect, it catches typos at compile-time too.
However, the main reason for this module is to provide an easy way to not
have conflicts with your type names, since the internal fully qualified
names of the types will be prefixed with the library's name.
This module will also provide you with some helper functions to make it
easier to use Moose types in your code.

%prep
%setup -q -n "MooseX-Types-%{version}"
%__sed -i '/^auto_install/d' Makefile.PL

%build
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make %{?_smp_flags}

%install
%perl_make_install
%perl_process_packlist

%if 0%{?with_test}

%check
%__make test
%endif

%clean
%{?buildroot:%__rm -rf "%{buildroot}"}

%files
%defattr(-,root,root)
%doc Changes README
%dir %{perl_vendorlib}/MooseX
%{perl_vendorlib}/MooseX/Types.pm
%{perl_vendorlib}/MooseX/Types
%dir %{perl_vendorarch}/auto/MooseX
%{perl_vendorarch}/auto/MooseX/Types
%doc %{perl_man3dir}/MooseX::Types.%{perl_man3ext}%{ext_man}
%doc %{perl_man3dir}/MooseX::Types::*.%{perl_man3ext}%{ext_man}
%changelog

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to