SHA256
12
0
forked from pool/bash
OBS User unknown
2007-03-07 00:45:30 +00:00
committed by Git OBS Bridge
parent e96a15b909
commit b783f75b55
2 changed files with 24 additions and 29 deletions

View File

@@ -16,7 +16,7 @@ Group: System/Shells
Requires: readline >= 5.2
Autoreqprov: on
Version: 3.2
Release: 12
Release: 13
%define bash_vers 3.2
%define rl_vers 5.2
Summary: The GNU Bourne-Again Shell
@@ -65,7 +65,7 @@ Summary: The Readline Library
Group: System/Libraries
Provides: bash:/lib/libreadline.so.5
Version: 5.2
Release: 12
Release: 13
Autoreqprov: on
%description -n readline
@@ -85,7 +85,7 @@ Summary: Include Files and Libraries mandatory for Development.
Group: Development/Libraries/C and C++
Provides: bash:/usr/lib/libreadline.a
Version: 5.2
Release: 12
Release: 13
Requires: readline = %{version}-%{release}, %{_libdir}/libncurses.so
Autoreqprov: on
@@ -328,6 +328,8 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man3/readline.3.gz
%changelog
* Tue Mar 06 2007 - rguenther@suse.de
- Fix order of changelog entries. Remove duplicate entry.
* Wed Feb 28 2007 - werner@suse.de
- Don't access buffer but resulting pointer for array element names
to avoid the not initialized area of the buffer. This also fixes
@@ -740,8 +742,6 @@ rm -rf $RPM_BUILD_ROOT
- create the history file with 0600 perms
- add minor bugfix to check for new email
* Thu Jun 05 1997 - florian@suse.de
- update to bash 2.01 and readline 2.1
- add more documentation files in /usr/doc
- bash: check for NULL-pointer before calling "savestring()"
- add bashref.info and newer FAQ
* Tue Apr 22 1997 - bs@suse.de