Hello community,

here is the log from the commit of package perl-MooseX-MultiInitArg for 
openSUSE:Factory checked in at 2013-06-17 10:15:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-MultiInitArg (Old)
 and      /work/SRC/openSUSE:Factory/.perl-MooseX-MultiInitArg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-MooseX-MultiInitArg"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-MooseX-MultiInitArg/perl-MooseX-MultiInitArg.changes
        2011-09-23 12:38:11.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-MultiInitArg.new/perl-MooseX-MultiInitArg.changes
   2013-06-17 10:15:08.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Jun 16 06:55:41 UTC 2013 - [email protected]
+
+- backport the perl 5.18 fix from 0.02:
+  MooseX-MultiInitArg.diff
+- do not update as it requires Module::Build::Tiny, which is horrible
+  to build as rpm
+
+-------------------------------------------------------------------

New:
----
  MooseX-MultiInitArg.diff

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

Other differences:
------------------
++++++ perl-MooseX-MultiInitArg.spec ++++++
--- /var/tmp/diff_new_pack.VkONNu/_old  2013-06-17 10:15:09.000000000 +0200
+++ /var/tmp/diff_new_pack.VkONNu/_new  2013-06-17 10:15:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-MultiInitArg
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,16 +16,17 @@
 #
 
 
-
 Name:           perl-MooseX-MultiInitArg
 Version:        0.01
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
+Release:        0
 %define cpan_name MooseX-MultiInitArg
 Summary:        Attributes with aliases for constructor arguments.
-Url:            http://search.cpan.org/dist/MooseX-MultiInitArg/
+License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
+Url:            http://search.cpan.org/dist/MooseX-MultiInitArg/
 Source:         
http://www.cpan.org/authors/id/F/FR/FRODWITH/%{cpan_name}-%{version}.tar.gz
+# MANUAL
+Patch0:         MooseX-MultiInitArg.diff
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -44,6 +45,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++++++ MooseX-MultiInitArg.diff ++++++
--- MooseX-MultiInitArg-0.01/t/01-main.t        2008-04-02 18:03:44.000000000 
+0200
+++ MooseX-MultiInitArg-0.02/t/01-main.t        2013-06-09 04:28:17.000000000 
+0200
@@ -28,8 +28,7 @@
 package main;
 use Test::More tests => 10;
 
-foreach my $class qw(WithTrait WithMeta)
-{
+foreach my $class (qw(WithTrait WithMeta)) {
        my $foo = $class->new(x => 'x');
        is($foo->x, 'x', "$class x works");
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to