Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c14d61807 | ||
|
|
af195156d1 | ||
|
|
e02f348cf9 |
4 changed files with 29 additions and 20 deletions
15
c23.patch
15
c23.patch
|
|
@ -1,11 +1,18 @@
|
|||
diff -up suite3270-4.4/x3270/CmeP.h.void suite3270-4.4/x3270/CmeP.h
|
||||
--- suite3270-4.4/x3270/CmeP.h.void 2025-01-23 10:20:17.270008858 +0100
|
||||
+++ suite3270-4.4/x3270/CmeP.h 2025-01-28 15:20:07.496211002 +0100
|
||||
@@ -120,9 +120,7 @@ typedef struct _CmeRec {
|
||||
diff -up suite3270-4.5/x3270/CmeP.h.c23 suite3270-4.5/x3270/CmeP.h
|
||||
--- suite3270-4.5/x3270/CmeP.h.c23 2026-02-23 17:11:47.532461550 +0100
|
||||
+++ suite3270-4.5/x3270/CmeP.h 2026-02-23 17:12:44.818297155 +0100
|
||||
@@ -120,16 +120,7 @@ typedef struct _CmeRec {
|
||||
*
|
||||
************************************************************/
|
||||
|
||||
-#if defined(__clang__) /*[*/
|
||||
-# pragma clang diagnostic push
|
||||
-# pragma clang diagnostic ignored "-Wstrict-prototypes"
|
||||
-#endif /*]*/
|
||||
-typedef void (*_XawEntryVoidFunc)();
|
||||
-#if defined(__clang__) /*[*/
|
||||
-# pragma clang diagnostic pop
|
||||
-#endif /*]*/
|
||||
-
|
||||
-#define XtInheritHighlight ((_XawEntryVoidFunc) _XtInherit)
|
||||
+#define XtInheritHighlight (void (*)(struct _WidgetRec *)) _XtInherit
|
||||
|
|
|
|||
|
|
@ -1,19 +1,12 @@
|
|||
diff -up suite3270-4.4/Common/mkversion.py.pp suite3270-4.4/Common/mkversion.py
|
||||
--- suite3270-4.4/Common/mkversion.py.pp 2025-03-28 11:10:48.167336041 +0100
|
||||
+++ suite3270-4.4/Common/mkversion.py 2025-03-28 11:11:41.308098450 +0100
|
||||
diff -up suite3270-4.5/Common/mkversion.py.orig suite3270-4.5/Common/mkversion.py
|
||||
--- suite3270-4.5/Common/mkversion.py.orig 2026-02-23 17:23:54.155112220 +0100
|
||||
+++ suite3270-4.5/Common/mkversion.py 2026-02-23 17:24:19.943983520 +0100
|
||||
@@ -111,7 +111,7 @@ def mkversion(outfile_name: str, program
|
||||
|
||||
# Get the date.
|
||||
if 'SOURCE_DATE_EPOCH' in os.environ:
|
||||
- now = datetime.strptime(os.environ['SOURCE_DATE_EPOCH'], '%a %b %d %H:%M:%S %Z %Y').replace(tzinfo=timezone.utc)
|
||||
- now = datetime.fromtimestamp(int(os.environ['SOURCE_DATE_EPOCH'])).replace(tzinfo=timezone.utc)
|
||||
+ now = datetime.utcfromtimestamp(int(os.environ['SOURCE_DATE_EPOCH']))
|
||||
else:
|
||||
now = datetime.now(timezone.utc)
|
||||
builddate = datetime.strftime(now, '%a %b %d %H:%M:%S %Z %Y')
|
||||
@@ -169,4 +169,4 @@ if len(args) > 1:
|
||||
version_txt = args[1]
|
||||
|
||||
# Run.
|
||||
-mkversion(outfile_name, program, version_txt)
|
||||
\ No newline at end of file
|
||||
+mkversion(outfile_name, program, version_txt)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (suite3270-4.4ga6-src.tgz) = 5709fdb97057ceeb0b8fcc67153a8eeee1943595df7a2aeed48b9db43c067a2107df3bbe8fcf6e9a12b2d1d23d6ec7cd522dcbc974eef7419d59593199782321
|
||||
SHA512 (suite3270-4.5ga5-src.tgz) = 4d80f4d31b88a5d99862b6a2c0fbb6c4f45ea55d393d306cd0cb7e989a85759da7df5afcda1ba24e6608ab9a61a5385d8d63786b5e83c6ba192d1b682546d02e
|
||||
|
|
|
|||
17
x3270.spec
17
x3270.spec
|
|
@ -1,10 +1,10 @@
|
|||
%global catalogue /etc/X11/fontpath.d
|
||||
|
||||
%global majorver 4.4
|
||||
%global majorver 4.5
|
||||
Summary: An X Window System based IBM 3278/3279 terminal emulator
|
||||
Name: x3270
|
||||
Version: 4.4ga6
|
||||
Release: 4%{?dist}
|
||||
Version: 4.5ga5
|
||||
Release: 3%{?dist}
|
||||
License: BSD-3-Clause AND HPND-sell-variant AND MIT AND Apache-2.0
|
||||
URL: https://x3270.miraheze.org/wiki/Main_Page
|
||||
Source0: http://downloads.sourceforge.net/%{name}/suite3270-%{version}-src.tgz
|
||||
|
|
@ -65,7 +65,7 @@ Install the %{name}-text package if you need to access IBM hosts using an IBM
|
|||
|
||||
|
||||
%build
|
||||
%configure --enable-x3270 --enable-c3270 --enable-s3270 --enable-pr3287 --enable-playback
|
||||
%configure --enable-x3270 --enable-c3270 --enable-s3270 --enable-pr3287 --disable-tcl3270 --disable-b3270 --enable-playback
|
||||
make %{?_smp_mflags} CCOPTIONS="$RPM_OPT_FLAGS" LIBX3270DIR=%{_sysconfdir}
|
||||
|
||||
|
||||
|
|
@ -117,6 +117,15 @@ desktop-file-install \
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.5ga5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jun 13 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 4.5ga5-2
|
||||
- Rebuilt for openssl 4.0
|
||||
|
||||
* Mon Feb 23 2026 Dan Horák <dan[at]danny.cz> - 4.5ga5-1
|
||||
- updated to 4.5ga5(rhbz#2368663)
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.4ga6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue