diff --git a/make-4.3.92.tar.gz b/make-4.3.92.tar.gz deleted file mode 100644 index 444b054..0000000 --- a/make-4.3.92.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a443c07d64b9bbff8393953593bdc1176799c87b44da3f59d1cf33e7aee8288 -size 2296745 diff --git a/make-4.3.92.tar.gz.sig b/make-4.3.92.tar.gz.sig deleted file mode 100644 index f46ecc1..0000000 Binary files a/make-4.3.92.tar.gz.sig and /dev/null differ diff --git a/make-4.4.tar.gz b/make-4.4.tar.gz new file mode 100644 index 0000000..7fcf452 --- /dev/null +++ b/make-4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581f4d4e872da74b3941c874215898a7d35802f03732bdccee1d4a7979105d18 +size 2307891 diff --git a/make-4.4.tar.gz.sig b/make-4.4.tar.gz.sig new file mode 100644 index 0000000..53aee71 Binary files /dev/null and b/make-4.4.tar.gz.sig differ diff --git a/make-testcases_timeout.diff b/make-testcases_timeout.diff deleted file mode 100644 index 83b7bb0..0000000 --- a/make-testcases_timeout.diff +++ /dev/null @@ -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; diff --git a/make.changes b/make.changes index ff258af..85fa9c4 100644 --- a/make.changes +++ b/make.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Mon Oct 24 08:22:40 UTC 2022 - Andreas Schwab +Mon Oct 31 13:31:57 UTC 2022 - Andreas Schwab -- Update to make 4.3.92 +- Update to make 4.4 * WARNING: Future backward-incompatibility! In the NEXT release of GNU Make, pattern rules will implement the same behavior change for multiple targets as explicit grouped targets @@ -103,7 +103,7 @@ Mon Oct 24 08:22:40 UTC 2022 - Andreas Schwab - jobserver-noinherit.patch, jobserver-fifo.patch: Removed - test-driver.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 diff --git a/make.spec b/make.spec index 1f36daf..956a4e4 100644 --- a/make.spec +++ b/make.spec @@ -17,7 +17,7 @@ Name: make -Version: 4.3.92 +Version: 4.4 Release: 0 Summary: GNU make 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 # keyring downloaded from https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=make&download=1 Source2: %{name}.keyring -Patch1: make-testcases_timeout.diff Patch64: make-library-search-path.diff BuildRequires: pkgconfig Requires(post): %{install_info_prereq} @@ -41,7 +40,6 @@ The GNU make command with extensive documentation. %prep %setup -q -%patch1 -p1 if [ %{_lib} = lib64 ]; then %patch64 -p1 fi