Hello community,
here is the log from the commit of package perl-Data-Section-Simple for
openSUSE:Factory checked in at 2012-03-06 13:40:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Data-Section-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Data-Section-Simple.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Data-Section-Simple", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Data-Section-Simple/perl-Data-Section-Simple.changes
2011-12-21 12:18:12.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Data-Section-Simple.new/perl-Data-Section-Simple.changes
2012-03-06 13:40:53.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Mar 2 01:42:33 CET 2012 - [email protected]
+
+- fix build on sle11
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Data-Section-Simple.spec ++++++
--- /var/tmp/diff_new_pack.z9z8Xt/_old 2012-03-06 13:40:54.000000000 +0100
+++ /var/tmp/diff_new_pack.z9z8Xt/_new 2012-03-06 13:40:54.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Section-Simple
#
-# 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
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: perl-Data-Section-Simple
Version: 0.03
Release: 0
@@ -48,6 +49,11 @@
%prep
%setup -q -n %{cpan_name}-%{version}
+%if 0%{?suse_version} <= 1110
+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
+%endif
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]