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:
parent
0b595d68a1
commit
1218db2a2a
@ -1 +1 @@
|
||||
slang-1.4.1.tar.bz2
|
||||
slang-1.4.2.tar.bz2
|
||||
|
12
slang.spec
12
slang.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user