Hello community,

here is the log from the commit of package amanda for openSUSE:Factory
checked in at Mon May 2 14:42:11 CEST 2011.



--------
--- amanda/amanda.changes       2011-02-10 00:58:44.000000000 +0100
+++ /mounts/work_src_done/STABLE/amanda/amanda.changes  2011-04-30 
17:33:20.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Apr 30 15:22:11 UTC 2011 - [email protected]
+
+- amanda-2.6.1p1-avoid-perl-provides.patch:
+  patch perl code not to trigger bogus perl provides
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  amanda-2.6.1p1-avoid-perl-provides.patch

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

Other differences:
------------------
++++++ amanda.spec ++++++
--- /var/tmp/diff_new_pack.b9Oe7V/_old  2011-05-02 14:41:17.000000000 +0200
+++ /var/tmp/diff_new_pack.b9Oe7V/_new  2011-05-02 14:41:17.000000000 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  cups-libs gawk libsmbclient libsmbclient-devel libxslt mailx 
mtx readline-devel
 %define package_version 2.6.1p1  
 Version:        2.6.1.1
-Release:        11
+Release:        16
 PreReq:         pwdutils permissions
 Requires:       dump /usr/bin/smbclient
 Requires:       perl = %{perl_version}
@@ -44,6 +44,7 @@
 Patch3:         %{name}-%{package_version}-shellbang.patch
 Patch4:         %{name}-%{package_version}-return_val.patch
 Patch5:         %{name}-%{package_version}-newer_glib.patch
+Patch6:         amanda-2.6.1p1-avoid-perl-provides.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -73,6 +74,7 @@
 %patch3
 %patch4
 %patch5
+%patch6 -p1
 
 %build
 ./autogen

++++++ amanda-2.6.1p1-avoid-perl-provides.patch ++++++
Index: amanda-2.6.1p1/perl/Amanda/BigIntCompat.pm
===================================================================
--- amanda-2.6.1p1.orig/perl/Amanda/BigIntCompat.pm     2008-12-16 
01:03:38.000000000 +0100
+++ amanda-2.6.1p1/perl/Amanda/BigIntCompat.pm  2011-04-30 17:21:41.515787668 
+0200
@@ -60,7 +60,8 @@ our $stringify = overload::Method($test_
 
 if ($test_num =~ /^\+/) {
     eval <<'EVAL';
-        package Math::BigInt;
+        package
+            Math::BigInt;
         use overload 'eq' => sub {
            my ($self, $other) = @_;
            return "$self" eq "$other";
@@ -82,7 +83,8 @@ EVAL
 # by bigint2uint64().
 if (!$test_num->can("sign")) {
     eval <<'EVAL';
-       package Math::BigInt;
+       package 
+           Math::BigInt;
        sub sign { ($_[0] =~ /^-/)? "-" : "+"; }
 EVAL
     die $@ if $@;
@@ -91,7 +93,8 @@ EVAL
 # similarly for bstr
 if (!$test_num->can("bstr")) {
     eval <<'EVAL';
-       package Math::BigInt;
+       package 
+           Math::BigInt;
        sub bstr { "$_[0]"; }
 EVAL
     die $@ if $@;

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



Remember to have fun...

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

Reply via email to