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: 28-Jun-2005 18:10:32
Branch: HEAD Handle: 2005062817103100
Modified files:
openpkg-src/perl-ds perl-ds.spec
Log:
Graph::Simple has been renamed to Graph::Easy
Summary:
Revision Changes Path
1.96 +7 -7 openpkg-src/perl-ds/perl-ds.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-ds/perl-ds.spec
============================================================================
$ cvs diff -u -r1.95 -r1.96 perl-ds.spec
--- openpkg-src/perl-ds/perl-ds.spec 11 Jun 2005 07:47:41 -0000 1.95
+++ openpkg-src/perl-ds/perl-ds.spec 28 Jun 2005 16:10:31 -0000 1.96
@@ -42,7 +42,7 @@
%define V_scalar_list_utils 1.17
%define V_heap 0.71
%define V_graph 0.65
-%define V_graph_simple 0.17
+%define V_graph_easy 0.20
# package information
Name: perl-ds
@@ -55,7 +55,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20050611
+Release: 20050628
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
@@ -76,7 +76,7 @@
Source15:
http://www.cpan.org/modules/by-module/Scalar/Scalar-List-Utils-%{V_scalar_list_utils}.tar.gz
Source16:
http://www.cpan.org/modules/by-module/Heap/Heap-%{V_heap}.tar.gz
Source17:
http://www.cpan.org/modules/by-module/Graph/Graph-%{V_graph}.tar.gz
-Source18:
http://www.cpan.org/modules/by-module/Graph/Graph-Simple-%{V_graph_simple}.tar.gz
+Source18:
http://www.cpan.org/modules/by-module/Graph/Graph-Easy-%{V_graph_easy}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -107,7 +107,7 @@
- List::Utils (%{V_scalar_list_utils})
- Heap::Heap (%{V_heap})
- Graph::Graph (%{V_graph})
- - Graph::Graph::Simple (%{V_graph_simple})
+ - Graph::Easy (%{V_graph_easy})
%track
prog perl-ds:Bit-Vector = {
@@ -203,10 +203,10 @@
url = http://www.cpan.org/modules/by-module/Graph/
regex = Graph-(\d+\.\d{2})\.tar\.gz
}
- prog perl-ds:Graph-Simple = {
- version = %{V_graph_simple}
+ prog perl-ds:Graph-Easy = {
+ version = %{V_graph_easy}
url = http://www.cpan.org/modules/by-module/Graph/
- regex = Graph-Simple-(__VER__)\.tar\.gz
+ regex = Graph-Easy-(__VER__)\.tar\.gz
}
%prep
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]