OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Jul-2007 21:24:10
Branch: HEAD Handle: 2007071020241000
Modified files:
openpkg-src/perl-net perl-net.spec
Log:
Class:Gomor::Hash has been superseeded by Class:Gomor
Summary:
Revision Changes Path
1.159 +6 -6 openpkg-src/perl-net/perl-net.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-net/perl-net.spec
============================================================================
$ cvs diff -u -r1.158 -r1.159 perl-net.spec
--- openpkg-src/perl-net/perl-net.spec 10 Jul 2007 19:10:38 -0000
1.158
+++ openpkg-src/perl-net/perl-net.spec 10 Jul 2007 19:24:10 -0000
1.159
@@ -44,7 +44,7 @@
%define V_net_pcap 0.14
%define V_net_radius 1.56
%define V_net_ip 1.25
-%define V_class_gomor_hash 0.22
+%define V_class_gomor 1.01
%define V_net_packet 3.25
%define V_net_xmpp 1.02
%define V_net_jabber 2.0
@@ -90,7 +90,7 @@
Source16:
http://www.cpan.org/modules/by-module/Net/Net-IMAP-Simple-%{V_net_imap_simple}.tar.gz
Source17:
http://www.cpan.org/modules/by-module/Net/Net-BGP-%{V_net_bgp}.tar.gz
Source18:
http://www.cpan.org/modules/by-module/Net/Net-Pcap-%{V_net_pcap}.tar.gz
-Source19:
http://www.cpan.org/modules/by-module/Class/Class-Gomor-Hash-%{V_class_gomor_hash}.tar.gz
+Source19:
http://www.cpan.org/modules/by-module/Class/Class-Gomor-%{V_class_gomor}.tar.gz
Source20:
http://www.cpan.org/modules/by-module/Net/Net-Packet-%{V_net_packet}.tar.gz
Source21:
http://www.cpan.org/modules/by-module/Net/Net-IP-%{V_net_ip}.tar.gz
Source22:
http://www.cpan.org/modules/by-module/Net/Net-XMPP-%{V_net_xmpp}.tar.gz
@@ -153,7 +153,7 @@
%if "%{with_pcap}" == "yes"
- Net::Pcap (%{V_net_pcap})
- Net::Packet (%{V_net_packet})
- - Class:Gomor::Hash (%{V_class_gomor_hash})
+ - Class::Gomor (%{V_class_gomor})
%endif
- Net::XMPP (%{V_net_xmpp})
- Net::Jabber (%{V_net_jabber})
@@ -255,10 +255,10 @@
url = http://www.cpan.org/modules/by-module/Net/
regex = Net-Packet-(__VER__)\.tar\.gz
}
- prog perl-net:Class-Gomor-Hash = {
- version = %{V_class_gomor_hash}
+ prog perl-net:Class-Gomor = {
+ version = %{V_class_gomor}
url = http://www.cpan.org/modules/by-module/Class/
- regex = Class-Gomor-Hash-(__VER__)\.tar\.gz
+ regex = Class-Gomor-(__VER__)\.tar\.gz
}
prog perl-net:Net-XMPP = {
version = %{V_net_xmpp}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]