Hello community,

here is the log from the commit of package perl-Module-Info for openSUSE:Factory
checked in at Fri Apr 15 20:25:57 CEST 2011.



--------
--- perl-Module-Info/perl-Module-Info.changes   2011-04-01 10:25:49.000000000 
+0200
+++ perl-Module-Info/perl-Module-Info.changes   2011-04-05 13:33:37.000000000 
+0200
@@ -1,0 +2,5 @@
+Tue Apr  5 11:33:28 UTC 2011 - co...@novell.com
+
+- fix provides
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  fix_provides.diff

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

Other differences:
------------------
++++++ perl-Module-Info.spec ++++++
--- /var/tmp/diff_new_pack.5Ynu1e/_old  2011-04-15 20:25:14.000000000 +0200
+++ /var/tmp/diff_new_pack.5Ynu1e/_new  2011-04-15 20:25:14.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           perl-Module-Info
 Version:        0.32
-Release:        1
+Release:        3
 License:        GPL+ or Artistic
 %define cpan_name Module-Info
 Summary:        Information about Perl modules
@@ -27,6 +27,7 @@
 Group:          Development/Libraries/Perl
 #Source:         
http://www.cpan.org/authors/id/M/MB/MBARBON/Module-Info-%{version}.tar.gz
 Source:         %{cpan_name}-%{version}.tar.gz
+Patch0:         fix_provides.diff
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -43,6 +44,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor

++++++ fix_provides.diff ++++++
Index: Module-Info-0.32/lib/B/BUtils.pm
===================================================================
--- Module-Info-0.32.orig/lib/B/BUtils.pm       2008-10-25 00:49:59.000000000 
+0200
+++ Module-Info-0.32/lib/B/BUtils.pm    2011-04-05 13:33:14.631098544 +0200
@@ -1,5 +1,6 @@
 # forked version of B::Utils; needs to merge it ASAP
-package B::Utils;
+package 
+  B::Utils;
 
 use 5.006;
 use warnings;
@@ -487,7 +488,8 @@ sub opgrep {
     return @rv;
 }
 
-package B::BUtils;
+package 
+ B::BUtils;
 
 @ISA = qw(B::Utils);
 
Index: Module-Info-0.32/lib/B/Module/Info.pm
===================================================================
--- Module-Info-0.32.orig/lib/B/Module/Info.pm  2008-10-25 00:49:59.000000000 
+0200
+++ Module-Info-0.32/lib/B/Module/Info.pm       2011-04-05 13:32:46.855321516 
+0200
@@ -1,4 +1,5 @@
-package B::Module::Info;
+package 
+  B::Module::Info;
 
 $VERSION = '0.24';
 

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to