diff options
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/changelog | 6 | ||||
-rw-r--r-- | rpm/rules | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/rpm/changelog b/rpm/changelog index 7fde032..693366e 100644 --- a/rpm/changelog +++ b/rpm/changelog @@ -1,5 +1,5 @@ $Version = "4.5"; -$Release = 1; +$Release = 2; $ChangeLog = ' * Fri Feb 19 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> - Generation of ivy-perl-3.0-1 @@ -39,4 +39,8 @@ $ChangeLog = ' * Fri Feb 19 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> * Wed May 24 2000 Stéphane Chatty <chatty@cena.fr> - Generation of perl-Net-Ivy-4.5-1 + * Wed Jul 12 2000 Stéphane Chatty <chatty@cena.fr> +- Generation of version 4.5-2 +- Fixed minor package settings + '; @@ -3,8 +3,8 @@ $Name = "perl-Net-Ivy"; $Copyright = "CENA"; $Vendor = "Centre d'Etudes de la Navigation Aerienne"; $Distribution = "Toccata"; -$Group = "Libraries"; -$Url = "http://www.tls.cena.fr/divisions/PII/"; +$Group = "System Environment/Libraries"; +$Url = "http://www.tls.cena.fr/products/ivy"; $Requires = "perl >= 5.005, perl-Time-Gettimeofday"; $Description = "This is the Perl interface to the Ivy software bus developped at CENA."; |