]> git.pld-linux.org Git - packages/bash.git/commitdiff
- up to 5.1.0
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 7 Dec 2020 19:44:07 +0000 (20:44 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 7 Dec 2020 19:44:07 +0000 (20:44 +0100)
bash-5.1-parallel_make.patch [new file with mode: 0644]
bash-loadables.patch [deleted file]
bash.spec

diff --git a/bash-5.1-parallel_make.patch b/bash-5.1-parallel_make.patch
new file mode 100644 (file)
index 0000000..b341a8a
--- /dev/null
@@ -0,0 +1,15 @@
+bashline.c:65:10: fatal error: builtins/builtext.h: No such file or directory
+   65 | #include "builtins/builtext.h"  /* for read_builtin */
+      |          ^~~~~~~~~~~~~~~~~~~~~
+
+--- bash-5.1/Makefile.in
++++ bash-5.1/Makefile.in
+@@ -584,6 +584,8 @@
+       ls -l $(Program)
+       -$(SIZE) $(Program)
++$(CSOURCES): $(DEFDIR)/builtext.h
++
+ .build:       $(SOURCES) config.h Makefile version.h $(VERSPROG)
+       @echo
+       @echo "   ***********************************************************"
diff --git a/bash-loadables.patch b/bash-loadables.patch
deleted file mode 100644 (file)
index 8832282..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- bash-5.0/examples/loadables/push.c~        2017-06-20 16:54:52.000000000 +0200
-+++ bash-5.0/examples/loadables/push.c 2019-03-21 14:40:08.789376401 +0100
-@@ -36,7 +36,7 @@ extern int errno;
- #endif
- extern int dollar_dollar_pid;
--extern int last_command_exit_value;
-+extern volatile int last_command_exit_value;
- int
- push_builtin (list)
index cf9ceed2278cbb0a8cbeba68780fbbb5c2059ecc..d5294f44e475dc51ac9e38b4f04e6d12df921935 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -6,10 +6,10 @@
 %bcond_with    bash_history    # build with additional history in /var/log/bash_hist ;)
 %bcond_without tests   # do not perform "make test"
 
-%define                ver             5.0
-%define                patchlevel      18
+%define                ver             5.1
+%define                patchlevel      0
 %define                rel             1
-%define                min_readline    8.0
+%define                min_readline    8.1
 Summary:       GNU Bourne Again Shell (bash)
 Summary(fr.UTF-8):     Le shell Bourne Again de GNU
 Summary(pl.UTF-8):     Powłoka GNU Bourne Again Shell (bash)
@@ -19,7 +19,7 @@ Release:      %{rel}%{?with_bash_history:inv}
 License:       GPL v3+
 Group:         Applications/Shells
 Source0:       http://ftp.gnu.org/gnu/bash/%{name}-%{ver}.tar.gz
-# Source0-md5: 2b44b47b905be16f45709648f671820b
+# Source0-md5: bb91a17fd6c9032c26d0b2b78b50aff5
 Source1:       %{name}rc
 Source2:       %{name}-skel-.bash_logout
 Source3:       %{name}-skel-.bash_profile
@@ -33,7 +33,7 @@ Patch3:               %{name}-info.patch
 Patch4:                %{name}-profile.patch
 Patch5:                %{name}-requires.patch
 Patch6:                %{name}-compat.patch
-Patch7:                %{name}-loadables.patch
+Patch7:                bash-5.1-parallel_make.patch
 Patch8:                %{name}-sighup.patch
 Patch9:                %{name}-backup_history.patch
 Patch10:       %{name}-act_like_sh.patch
This page took 0.166964 seconds and 4 git commands to generate.