Hello community,
here is the log from the commit of package perl-MooseX-Types-Parameterizable
for openSUSE:Factory checked in at 2013-06-28 11:53:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Types-Parameterizable (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-Types-Parameterizable.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-Types-Parameterizable"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-Types-Parameterizable/perl-MooseX-Types-Parameterizable.changes
2012-02-20 16:16:17.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-Types-Parameterizable.new/perl-MooseX-Types-Parameterizable.changes
2013-06-28 11:53:59.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jun 26 12:18:25 UTC 2013 - [email protected]
+
+- remove broken test (see RT#85551): remove-buggy-test.patch
+
+-------------------------------------------------------------------
New:
----
remove-buggy-test.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-Types-Parameterizable.spec ++++++
--- /var/tmp/diff_new_pack.WlmS5x/_old 2013-06-28 11:53:59.000000000 +0200
+++ /var/tmp/diff_new_pack.WlmS5x/_new 2013-06-28 11:53:59.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Types-Parameterizable
#
-# Copyright (c) 2012 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
@@ -20,11 +20,12 @@
Version: 0.08
Release: 0
%define cpan_name MooseX-Types-Parameterizable
-Summary: Create your own Parameterizable Types.
+Summary: Create your own Parameterizable Types
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-Types-Parameterizable/
Source:
http://www.cpan.org/authors/id/J/JJ/JJNAPIORK/%{cpan_name}-%{version}.tar.gz
+Patch0: remove-buggy-test.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -77,7 +78,8 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-# buggy
+%patch0 -p1
+# buggy MANUAL
rm t/09-coercions-bug.t
%build
++++++ remove-buggy-test.patch ++++++
Index: MooseX-Types-Parameterizable-0.08/t/05-pod-examples.t
===================================================================
--- MooseX-Types-Parameterizable-0.08.orig/t/05-pod-examples.t
+++ MooseX-Types-Parameterizable-0.08/t/05-pod-examples.t
@@ -236,7 +236,8 @@ use Test::More;
Test::More::is MySpecialVarchar([40])->coerce("abc"), 'abc';
Test::More::is_deeply( MySpecialVarchar([40])->coerce([qw/d e f/]), [qw/d
e f/]);
- Test::More::is MySpecialVarchar([40])->coerce({a=>1, b=>2}), 'ab';
+ # hashes are random, so you can't know
+ #Test::More::is MySpecialVarchar([40])->coerce({a=>1, b=>2}), 'ab';
}
{
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]