Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Artur Frenszek-Iwicki
a1f9b40e25 Fix build with FPC 3.2.4 2025-08-15 10:35:00 +02:00
Fedora Release Engineering
e349e4daf3 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 18:23:58 +00:00
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,15 @@
diff -rU4 skychart-4.3-4974-src--orig/skychart/cu_tz.pas skychart-4.3-4974-src--patched/skychart/cu_tz.pas
--- skychart-4.3-4974-src--orig/skychart/cu_tz.pas 2025-03-03 03:30:14.000000000 +0100
+++ skychart-4.3-4974-src--patched/skychart/cu_tz.pas 2025-08-15 10:32:52.001369952 +0200
@@ -41,8 +41,11 @@
Windows,
{$endif}
{$ifdef unix}
unixutil,
+ {$IF FPC_FULLVERSION > 30202} // FPC 3.2.4 moves TzSeconds from UnixUtil to Unix
+ unix,
+ {$ENDIF}
{$endif}
Classes, SysUtils, Math;
type

View file

@ -56,6 +56,8 @@ Patch: skychart-4.3-satmessage.patch
# This feature was asked upstream specifically for Fedora
Patch: skychart-4.3-noupdatemenu.patch
# Fix build with FPC 3.2.4
Patch: skychart-4.3-fpc-3.2.4.patch
ExclusiveArch: %{fpc_arches}
ExcludeArch: %{ix86}