SHA256
3
0
forked from pool/make

Accepting request 1032805 from home:Andreas_Schwab:Factory

- Update to make 4.4

OBS-URL: https://build.opensuse.org/request/show/1032805
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=78
This commit is contained in:
Andreas Schwab 2022-11-02 09:37:49 +00:00 committed by Git OBS Bridge
parent 4e09bdbbd6
commit a7174e7fc1
7 changed files with 7 additions and 26 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a443c07d64b9bbff8393953593bdc1176799c87b44da3f59d1cf33e7aee8288
size 2296745

Binary file not shown.

3
make-4.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:581f4d4e872da74b3941c874215898a7d35802f03732bdccee1d4a7979105d18
size 2307891

BIN
make-4.4.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,17 +0,0 @@
---
tests/test_driver.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: make-4.3.90/tests/test_driver.pl
===================================================================
--- make-4.3.90.orig/tests/test_driver.pl
+++ make-4.3.90/tests/test_driver.pl
@@ -57,7 +57,7 @@ $pathsep = undef;
$test_passed = 1;
# Timeout in seconds. If the test takes longer than this we'll fail it.
-$test_timeout = 5;
+$test_timeout = 8;
$test_timeout = 10 if $^O eq 'VMS';
$diff_name = undef;

View File

@ -1,7 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 24 08:22:40 UTC 2022 - Andreas Schwab <schwab@suse.de> Mon Oct 31 13:31:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Update to make 4.3.92 - Update to make 4.4
* WARNING: Future backward-incompatibility! * WARNING: Future backward-incompatibility!
In the NEXT release of GNU Make, pattern rules will implement the same In the NEXT release of GNU Make, pattern rules will implement the same
behavior change for multiple targets as explicit grouped targets behavior change for multiple targets as explicit grouped targets
@ -103,7 +103,7 @@ Mon Oct 24 08:22:40 UTC 2022 - Andreas Schwab <schwab@suse.de>
- jobserver-noinherit.patch, jobserver-fifo.patch: Removed - jobserver-noinherit.patch, jobserver-fifo.patch: Removed
- test-driver.patch: Removed - test-driver.patch: Removed
- fix-57962.patch: Removed - fix-57962.patch: Removed
- make-testcases_timeout.diff: Rediff - make-testcases_timeout.diff: Removed
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 17 15:05:38 UTC 2022 - Andreas Schwab <schwab@suse.de> Wed Aug 17 15:05:38 UTC 2022 - Andreas Schwab <schwab@suse.de>

View File

@ -17,7 +17,7 @@
Name: make Name: make
Version: 4.3.92 Version: 4.4
Release: 0 Release: 0
Summary: GNU make Summary: GNU make
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -27,7 +27,6 @@ Source: https://ftp.gnu.org/gnu/make/make-%{version}.tar.gz
Source1: https://ftp.gnu.org/gnu/make/make-%{version}.tar.gz.sig Source1: https://ftp.gnu.org/gnu/make/make-%{version}.tar.gz.sig
# keyring downloaded from https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=make&download=1 # keyring downloaded from https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=make&download=1
Source2: %{name}.keyring Source2: %{name}.keyring
Patch1: make-testcases_timeout.diff
Patch64: make-library-search-path.diff Patch64: make-library-search-path.diff
BuildRequires: pkgconfig BuildRequires: pkgconfig
Requires(post): %{install_info_prereq} Requires(post): %{install_info_prereq}
@ -41,7 +40,6 @@ The GNU make command with extensive documentation.
%prep %prep
%setup -q %setup -q
%patch1 -p1
if [ %{_lib} = lib64 ]; then if [ %{_lib} = lib64 ]; then
%patch64 -p1 %patch64 -p1
fi fi