Compare commits
No commits in common. "c8" and "c10s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/termcap-1.3.1.tar.gz
|
termcap-1.3.1.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
42dd1e6beee04f336c884f96314f0c96cc2578be SOURCES/termcap-1.3.1.tar.gz
|
|
5
gating.yaml
Normal file
5
gating.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-10
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules: []
|
@ -12,17 +12,18 @@
|
|||||||
|
|
||||||
Name: mingw-termcap
|
Name: mingw-termcap
|
||||||
Version: 1.3.1
|
Version: 1.3.1
|
||||||
Release: 23%{?dist}
|
Release: 39%{?dist}
|
||||||
Summary: MinGW terminal feature database
|
Summary: MinGW terminal feature database
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Libraries
|
|
||||||
URL: ftp://ftp.gnu.org/gnu/termcap/
|
URL: ftp://ftp.gnu.org/gnu/termcap/
|
||||||
Source0: ftp://ftp.gnu.org/gnu/termcap/termcap-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/termcap/termcap-%{version}.tar.gz
|
||||||
|
# Fix implicit function declarations
|
||||||
|
Patch0: termcap-1.3.1-implicit.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{ix86} x86_64
|
|
||||||
|
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: mingw32-filesystem >= 95
|
BuildRequires: mingw32-filesystem >= 95
|
||||||
BuildRequires: mingw32-gcc
|
BuildRequires: mingw32-gcc
|
||||||
BuildRequires: mingw32-binutils
|
BuildRequires: mingw32-binutils
|
||||||
@ -93,6 +94,7 @@ Static version of the cross compiled termcap library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n termcap-%{version}
|
%setup -q -n termcap-%{version}
|
||||||
|
%patch -P0 -p1
|
||||||
|
|
||||||
# Packaged script doesn't understand --bindir, so rebuild:
|
# Packaged script doesn't understand --bindir, so rebuild:
|
||||||
autoconf
|
autoconf
|
||||||
@ -171,9 +173,58 @@ mv $RPM_BUILD_ROOT%{mingw64_prefix}/info/* $RPM_BUILD_ROOT%{mingw64_infodir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 14 2018 Victor Toso <victortoso@redhat.com> - 1.3.1-23
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.3.1-39
|
||||||
- ExclusiveArch: i686, x86_64
|
- Bump release for October 2024 mass rebuild:
|
||||||
- Resolves: rhbz#1615874
|
Resolves: RHEL-64018
|
||||||
|
|
||||||
|
* Fri Jun 28 2024 Konstantin Kostiuk <kkostiuk@redhat.com> - 1.3.1-38
|
||||||
|
- Bump release
|
||||||
|
- RHEL-45473 - Update gating.yaml for RHEL10
|
||||||
|
|
||||||
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.3.1-37
|
||||||
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-36
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-35
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-34
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-33
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-32
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Mar 25 2022 Sandro Mani <manisandro@gmail.com> - 1.3.1-31
|
||||||
|
- Rebuild with mingw-gcc-12
|
||||||
|
|
||||||
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-30
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-29
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-28
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-27
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-26
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-25
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-24
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-23
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-22
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-22
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
20
termcap-1.3.1-implicit.patch
Normal file
20
termcap-1.3.1-implicit.patch
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
FTBFS with mingw-gcc 14:
|
||||||
|
|
||||||
|
../tparam.c: In function 'memory_out':
|
||||||
|
../tparam.c:51:3: error: implicit declaration of function 'write' [-Wimplicit-function-declaration]
|
||||||
|
|
||||||
|
diff --git a/tparam.c b/tparam.c
|
||||||
|
index 5a9809a..c9aceb1 100644
|
||||||
|
--- a/tparam.c
|
||||||
|
+++ b/tparam.c
|
||||||
|
@@ -38,6 +38,10 @@ char *realloc ();
|
||||||
|
#define bcopy(s, d, n) memcpy ((d), (s), (n))
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+#ifdef HAVE_UNISTD_H
|
||||||
|
+#include <unistd.h>
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
#endif /* not emacs */
|
||||||
|
|
||||||
|
#ifndef NULL
|
Loading…
Reference in New Issue
Block a user