Hello community,

here is the log from the commit of package perl-Moose for openSUSE:Factory 
checked in at 2012-03-13 09:38:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Moose (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Moose.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Moose", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Moose/perl-Moose.changes    2011-12-27 
18:38:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Moose.new/perl-Moose.changes       
2012-03-13 09:38:15.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Mar  2 01:01:06 CET 2012 - [email protected]
+
+- remove perl-Moose-old_Test-More.patch and use sed statement
+  instead (less likely to break with each package update) 
+
+-------------------------------------------------------------------
+Thu Mar  1 01:17:21 CET 2012 - [email protected]
+
+- update perl-Moose-old_Test-More.patch 
+
+-------------------------------------------------------------------

Old:
----
  perl-Moose-old_Test-More.patch

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

Other differences:
------------------
++++++ perl-Moose.spec ++++++
--- /var/tmp/diff_new_pack.Ft5HsF/_old  2012-03-13 09:38:16.000000000 +0100
+++ /var/tmp/diff_new_pack.Ft5HsF/_new  2012-03-13 09:38:16.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Moose
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -25,7 +25,6 @@
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Moose/
 Source:         
http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
-Patch1:         perl-Moose-old_Test-More.patch
 Patch2:         perl-Moose-apply_role.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # MANUAL
@@ -61,10 +60,13 @@
 BuildRequires:  perl(Test::Output)
 BuildRequires:  perl(Test::Requires) >= 0.05
 BuildRequires:  perl(Try::Tiny) >= 0.02
+Requires:       perl(Class::Load) >= 0.09
+Requires:       perl(Class::Load::XS) >= 0.01
 Requires:       perl(Data::OptList)
+Requires:       perl(Data::OptList) >= 0.107
 Requires:       perl(Devel::GlobalDestruction)
-Requires:       perl(Eval::Closure) >= 0.04
 Requires:       perl(Dist::CheckConflicts) >= 0.02
+Requires:       perl(Eval::Closure) >= 0.04
 Requires:       perl(List::MoreUtils) >= 0.28
 Requires:       perl(MRO::Compat) >= 0.05
 Requires:       perl(Package::DeprecationManager) >= 0.11
@@ -76,9 +78,6 @@
 Requires:       perl(Sub::Name) >= 0.05
 Requires:       perl(Task::Weaken)
 Requires:       perl(Try::Tiny) >= 0.02
-Requires:       perl(Class::Load) >= 0.09
-Requires:       perl(Class::Load::XS) >= 0.01
-Requires:       perl(Data::OptList) >= 0.107
 
 %{perl_requires}
 
@@ -97,24 +96,13 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %if 0%{?suse_version} <= 1110
-%patch1 -p0
-rm t/bugs/universal_methods_wrappable.t 
-rm t/cmop/metaclass_incompatibility.t 
-rm t/compat/composite_metaroles.t 
-rm t/compat/extends_nonmoose_that_isa_moose_with_metarole.t
-rm t/metaclasses/easy_init_meta.t
-rm t/metaclasses/moose_exporter_trait_aliases.t
-rm t/moose_util/with_traits.t
-rm t/native_traits/collection_with_roles.t
-rm t/roles/apply_role.t
-rm t/roles/method_modifiers.t
-rm t/todo_tests/required_role_accessors.t
-rm t/todo_tests/various_role_features.t
-# Don't know which tests failed: got 5 ok, expected 0
-rm t/test_moose/test_moose_does_ok.t
-rm t/test_moose/test_moose_has_attribute_ok.t
-rm t/test_moose/test_moose_meta_ok.t
-rm t/test_moose/with_immutable.t
+for i in `find t -type f` ; do
+    sed -i -e "s@^\s*use\s\s*Test::More@use lib '%{perl_vendorlib}';\nuse 
Test::More@" $i
+done
+rm -f t/test_moose/test_moose_does_ok.t
+rm -f t/test_moose/test_moose_has_attribute_ok.t
+rm -f t/test_moose/test_moose_meta_ok.t
+rm -f t/test_moose/with_immutable.t
 %else
 %patch2 -p0
 %endif

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

Reply via email to