diff options
-rw-r--r-- | rpm/changelog | 10 | ||||
-rw-r--r-- | rpm/rules | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/rpm/changelog b/rpm/changelog index d1c57f6..b579cac 100644 --- a/rpm/changelog +++ b/rpm/changelog @@ -1,5 +1,5 @@ $Version = "4.15"; -$Release = 1; +$Release = 2; $ChangeLog = ' * Fri Feb 19 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> - Generation of ivy-perl-3.0-1 @@ -56,4 +56,12 @@ $ChangeLog = ' * Fri Feb 19 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> - Generation of version 4.15-1 - Fixed problem with multiple addresses in gethostbyname(hostname()) + * Mon Jun 16 2003 Stéphane Chatty <chatty@intuilab.com> +- Generation of version 4.15-1 +- Fixed dependencies + + * Mon Jun 16 2003 Stéphane Chatty <chatty@intuilab.com> +- Generation of version 4.15-2 +- Repacked for MDK9 after dependency fixes + '; @@ -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, perl-Time-Gettimeofday"; +$Requires = "perl, perl-Time-Gettimeofday, perl-IO-Socket-Multicast"; $Description = "This is the Perl interface to the Ivy software bus developped at CENA."; $Build = "perl Makefile.PL |