Hello community,

here is the log from the commit of package perl-POE-Test-Loops for 
openSUSE:Factory checked in at 2011-12-27 18:15:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-POE-Test-Loops (Old)
 and      /work/SRC/openSUSE:Factory/.perl-POE-Test-Loops.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-POE-Test-Loops", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-POE-Test-Loops/perl-POE-Test-Loops.changes  
2011-12-25 17:39:34.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-POE-Test-Loops.new/perl-POE-Test-Loops.changes 
    2011-12-27 18:15:24.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Dec 27 11:08:43 CET 2011 - [email protected]
+
+- avoid incorrect perl provides by rpm provides finder
+
+-------------------------------------------------------------------
@@ -7 +12 @@
-Tue Jun 14 09:54:07 UTC 2011 - [email protected]
+Tue Jun 14 09:54:07 UTC 2011 - [email protected]
@@ -20 +25 @@
-Tue Nov 30 19:20:40 UTC 2010 - [email protected]
+Tue Nov 30 19:20:40 UTC 2010 - [email protected]

New:
----
  strip-dummy-provides.diff

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

Other differences:
------------------
++++++ perl-POE-Test-Loops.spec ++++++
--- /var/tmp/diff_new_pack.ONku4N/_old  2011-12-27 18:15:24.000000000 +0100
+++ /var/tmp/diff_new_pack.ONku4N/_new  2011-12-27 18:15:24.000000000 +0100
@@ -24,11 +24,12 @@
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/POE-Test-Loops/
 Source:         
http://www.cpan.org/authors/id/R/RC/RCAPUTO/%{cpan_name}-%{version}.tar.gz
+Patch0:         strip-dummy-provides.diff
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) >= 0.94
+BuildRequires:  perl-macros
 #BuildRequires: perl(Curses)
 #BuildRequires: perl(POE)
 #BuildRequires: perl(POE::NFA)
@@ -52,6 +53,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++++++ strip-dummy-provides.diff ++++++
--- lib/POE/Test/Loops/ses_nfa.pm
+++ lib/POE/Test/Loops/ses_nfa.pm
@@ -38,7 +38,8 @@
 ### This goes in its own package because POE::Session and POE::NFA
 ### export conflicting constants.
 
-package Switch;
+package # split to avoid CPAN indexer
+Switch;
 {
   $Switch::VERSION = '1.350';
 }
@@ -143,7 +144,8 @@
 ### observer who pushes the light's button over and over, watching it
 ### as it goes on and off.
 
-package Operator;
+package # split to avoid CPAN indexer
+Operator;
 {
   $Operator::VERSION = '1.350';
 }
@@ -182,7 +184,8 @@
 ### This is a Fibonacci number servlet.  Post it a request with the F
 ### number you want, and it calculates and returns it.
 
-package FibServer;
+package # split to avoid CPAN indexer
+FibServer;
 {
   $FibServer::VERSION = '1.350';
 }
@@ -242,7 +245,8 @@
 ### This is a Fibonacci client.  It asks for F numbers and checks the
 ### responses vs. expectations.
 
-package FibClient;
+package # split to avoid CPAN indexer
+FibClient;
 {
   $FibClient::VERSION = '1.350';
 }
--- lib/POE/Test/Loops/ses_session.pm
+++ lib/POE/Test/Loops/ses_session.pm
@@ -229,7 +229,8 @@
 #------------------------------------------------------------------------------
 # Unmapped package session.
 
-package UnmappedPackage;
+package # split to avoid CPAN indexer
+UnmappedPackage;
 {
   $UnmappedPackage::VERSION = '1.350';
 }
@@ -253,7 +254,8 @@
 #------------------------------------------------------------------------------
 # Unmapped object session.
 
-package UnmappedObject;
+package # split to avoid CPAN indexer
+UnmappedObject;
 {
   $UnmappedObject::VERSION = '1.350';
 }
@@ -280,7 +282,8 @@
 #------------------------------------------------------------------------------
 # Unmapped package session.
 
-package MappedPackage;
+package # split to avoid CPAN indexer
+MappedPackage;
 {
   $MappedPackage::VERSION = '1.350';
 }
@@ -304,7 +307,8 @@
 #------------------------------------------------------------------------------
 # Unmapped object session.
 
-package MappedObject;
+package # split to avoid CPAN indexer
+MappedObject;
 {
   $MappedObject::VERSION = '1.350';
 }
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to