mc-4.8.30-1.fc40
- update to 4.8.30 - remove upstreamed mc-configure-c99.patch Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
37344e8ceb
commit
3b9a2263ca
@ -1,18 +0,0 @@
|
||||
Include <fcntl.h> for the declaration of posix_fallocate. This
|
||||
avoids an implicit function declaration and build issues with future
|
||||
compilers.
|
||||
|
||||
Submitted upstream: <https://midnight-commander.org/ticket/4438>
|
||||
|
||||
diff --git a/m4.include/mc-get-fs-info.m4 b/m4.include/mc-get-fs-info.m4
|
||||
index 5afc9f1bb938bfcd..403045aadc810ba7 100644
|
||||
--- a/m4.include/mc-get-fs-info.m4
|
||||
+++ b/m4.include/mc-get-fs-info.m4
|
||||
@@ -8,6 +8,7 @@ AC_DEFUN([gl_POSIX_FALLOCATE], [
|
||||
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
|
||||
#define _XOPEN_SOURCE 600
|
||||
#include <stdlib.h>
|
||||
+ #include <fcntl.h>
|
||||
#if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7)
|
||||
possibly broken posix_fallocate
|
||||
#endif
|
9
mc.spec
9
mc.spec
@ -4,8 +4,8 @@
|
||||
Summary: User-friendly text console file manager and visual shell
|
||||
Name: mc
|
||||
Epoch: 1
|
||||
Version: 4.8.29
|
||||
Release: 2%{?dist}
|
||||
Version: 4.8.30
|
||||
Release: 1%{?dist}
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://midnight-commander.org/
|
||||
VCS: https://github.com/MidnightCommander/mc/
|
||||
@ -14,7 +14,6 @@ Patch: %{name}-spec.syntax.patch
|
||||
Patch: %{name}-python3.patch
|
||||
Patch: %{name}-default_setup.patch
|
||||
Patch: %{name}-tmpdir.patch
|
||||
Patch: mc-configure-c99.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc
|
||||
@ -102,6 +101,10 @@ Midnight Commander s3+ and UC1541 EXTFS backend scripts.
|
||||
%{_libexecdir}/mc/extfs.d/{s3+,uc1541}
|
||||
|
||||
%changelog
|
||||
* Mon Aug 28 2023 Jindrich Novy <jnovy@redhat.com> - 1:4.8.30-1
|
||||
- update to 4.8.30
|
||||
- remove upstreamed mc-configure-c99.patch
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.29-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
||||
SHA512 (4.8.28.tar.gz) = f2ba52ae4cc8c3a894e496c9c42e27927b0f7528ea9675114022bdd6243aacae8030e860b226de57d5d9faf65cbbdc29ce2eaef5a413bd469d7c124325f74627
|
||||
SHA512 (mc-4.8.29.tar.gz) = 913ea0d433269d62c682f3d038cd0ff7f4ff30e471cd19f477e224579ce54d08dc1063a932d1fc0c91de77565c6beeedb625606d9209175d3c435e69bf800fd1
|
||||
SHA512 (mc-4.8.30.tar.gz) = de11b3fae3a6ddebb74ed43a2d1061a9fb44771573f92167b7c3d82e30a97fc62752bf796a2d44f993fcb8652df55ee611324fc0e9c83bcd93e1f54311fece74
|
||||
|
Loading…
Reference in New Issue
Block a user