Hello community,
here is the log from the commit of package perl-namespace-clean for
openSUSE:Factory checked in at 2012-03-13 09:38:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-namespace-clean (Old)
and /work/SRC/openSUSE:Factory/.perl-namespace-clean.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-namespace-clean", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-namespace-clean/perl-namespace-clean.changes
2012-02-14 11:25:49.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-namespace-clean.new/perl-namespace-clean.changes
2012-03-13 09:38:18.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Mar 2 01:01:37 CET 2012 - [email protected]
+
+- remove perl-namespace-clean-use_lib.patch and use sed statement
+ instead (less likely to break with every package update)
+
+-------------------------------------------------------------------
+Thu Mar 1 01:27:28 CET 2012 - [email protected]
+
+- update perl-namespace-clean-use_lib.patch
+
+-------------------------------------------------------------------
Old:
----
perl-namespace-clean-use_lib.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-namespace-clean.spec ++++++
--- /var/tmp/diff_new_pack.CUfwct/_old 2012-03-13 09:38:19.000000000 +0100
+++ /var/tmp/diff_new_pack.CUfwct/_new 2012-03-13 09:38:19.000000000 +0100
@@ -25,8 +25,6 @@
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/namespace-clean/
Source:
http://www.cpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
-# MANUAL
-Patch1: perl-namespace-clean-use_lib.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -58,8 +56,12 @@
%prep
%setup -q -n %{cpan_name}-%{version}
%if 0%{?suse_version} <= 1110
-%patch1 -p1
-sed -i "s|__vendorperl__|%{perl_vendorlib}|g" Makefile.PL t/*.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
+# fail due to missing Sub/Name.pm
+rm -f t/07-debugger.t
+rm -f t/10-pure-perl.t
%endif
%build
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]