.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=138
This commit is contained in:
parent
daf88598f2
commit
f78d48d258
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7afb3ca46cd141e7d5507c81641139472c2ed6d2b28a62f6f2d4359ca0959ef5
|
oid sha256:e2cc87f25782c7d7eb5e24bdea053a4c063b0d3f296b2142862b6ca9100d6415
|
||||||
size 24130
|
size 24539
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 5 12:41:57 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
- Update bash 4.2 to patch level 39
|
||||||
|
* Official fix for the last crash fix
|
||||||
|
* Avoid variable expansion in arithmetic expressions when
|
||||||
|
evaluation is being suppressed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 17 13:10:22 UTC 2012 - werner@suse.de
|
Wed Oct 17 13:10:22 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
@ -23,7 +23,9 @@ BuildRequires: bison
|
|||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
|
%if %suse_version > 1220
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
|
%endif
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
%define bash_vers 4.2
|
%define bash_vers 4.2
|
||||||
%define rl_vers 6.2
|
%define rl_vers 6.2
|
||||||
|
Loading…
Reference in New Issue
Block a user