diff options
author | chatty | 2003-06-12 11:08:30 +0000 |
---|---|---|
committer | chatty | 2003-06-12 11:08:30 +0000 |
commit | 700b592b34b38c12304e03f017cc7cde849e09cd (patch) | |
tree | a99b910622dea0fc6605a70944d493b7f1c04411 /rpm | |
parent | 062c7d8411c0509fceb50e8ffc40ecf556c65525 (diff) | |
download | ivy-perl-700b592b34b38c12304e03f017cc7cde849e09cd.zip ivy-perl-700b592b34b38c12304e03f017cc7cde849e09cd.tar.gz ivy-perl-700b592b34b38c12304e03f017cc7cde849e09cd.tar.bz2 ivy-perl-700b592b34b38c12304e03f017cc7cde849e09cd.tar.xz |
Packed version 4.15
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/changelog | 6 | ||||
-rw-r--r-- | rpm/rules | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/rpm/changelog b/rpm/changelog index 7f1e3dc..d1c57f6 100644 --- a/rpm/changelog +++ b/rpm/changelog @@ -1,4 +1,4 @@ -$Version = "4.10"; +$Version = "4.15"; $Release = 1; $ChangeLog = ' * Fri Feb 19 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> @@ -52,4 +52,8 @@ $ChangeLog = ' * Fri Feb 19 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> * Fri Jun 14 2002 Stéphane Chatty <chatty@cena.fr> - Generation of version 4.10-1 + * Thu Jun 12 2003 Stéphane Chatty <chatty@cena.fr> +- Generation of version 4.15-1 +- Fixed problem with multiple addresses in gethostbyname(hostname()) + '; @@ -5,7 +5,7 @@ $Vendor = "Centre d'Etudes de la Navigation Aerienne"; $Distribution = "Toccata"; $Group = "System Environment/Libraries"; $Url = "http://www.tls.cena.fr/products/ivy"; -$Requires = "perl = 5.601, perl-Time-Gettimeofday"; +$Requires = "perl, perl-Time-Gettimeofday"; $Description = "This is the Perl interface to the Ivy software bus developped at CENA."; $Build = "perl Makefile.PL |