auto-import changelog data from slang-1.4.2-2.src.rpm

Tue Feb 27 2001 Bill Nottingham <notting@redhat.com>
- have slang-devel require slang = %{version}
Tue Aug 29 2000 Bill Nottingham <notting@redhat.com>
- update to 1.4.2
This commit is contained in:
cvsdist 2004-09-09 12:26:33 +00:00
parent 0b595d68a1
commit 1218db2a2a
3 changed files with 11 additions and 5 deletions

View File

@ -1 +1 @@
slang-1.4.1.tar.bz2
slang-1.4.2.tar.bz2

View File

@ -1,8 +1,8 @@
Summary: The shared library for the S-Lang extension language.
Name: slang
%define version 1.4.1
%define version 1.4.2
Version: %{version}
Release: 5
Release: 2
Copyright: GPL
Group: System Environment/Libraries
Source: ftp://space.mit.edu/pub/davis/slang/v1.4/slang-%{version}.tar.bz2
@ -20,7 +20,7 @@ to recode S-Lang procedures in C if you need to.
%package devel
Summary: The static library and header files for development using S-Lang.
Group: Development/Libraries
Requires: slang
Requires: slang = %{version}
%description devel
This package contains the S-Lang extension language static libraries
@ -32,6 +32,12 @@ Install the slang-devel package if you want to develop applications
based on the S-Lang extension language.
%changelog
* Tue Feb 27 2001 Bill Nottingham <notting@redhat.com>
- have slang-devel require slang = %%{version}
* Tue Aug 29 2000 Bill Nottingham <notting@redhat.com>
- update to 1.4.2
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild

View File

@ -1 +1 @@
c0da36eff32ce1b5b11e65ad4b072943 slang-1.4.1.tar.bz2
9dcc099578608b4ec12836ed4e2f0c0a slang-1.4.2.tar.bz2