public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/SimGear] f43: new upstream release
@ 2026-08-18 11:34 Fabrice Bellet
0 siblings, 0 replies; 2+ messages in thread
From: Fabrice Bellet @ 2026-08-18 11:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/SimGear
Branch : f43
Commit : 6a0bf7bd240f10776eb23bb1768a301a9a98790c
Author : Fabrice Bellet <fabrice@bellet.info>
Date : 2026-08-18T13:10:10+02:00
Stats : +8/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/SimGear/c/6a0bf7bd240f10776eb23bb1768a301a9a98790c?branch=f43
Log:
new upstream release
---
diff --git a/.gitignore b/.gitignore
index 0a6fe71..d2357f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,4 @@ SimGear-2.0.0.tar.gz
/simgear-2024.1.5.tar.bz2
/simgear-2024.1.6.tar.bz2
/simgear-2024.1.7-rc4.tar.bz2
+/simgear-2024.1.7.tar.bz2
diff --git a/SimGear.spec b/SimGear.spec
index ea9da6b..d79c369 100644
--- a/SimGear.spec
+++ b/SimGear.spec
@@ -1,13 +1,11 @@
-%global pretag rc4
-
Name: SimGear
Version: 2024.1.7
-Release: 0.1%{?pretag:.%{pretag}}%{?dist}
+Release: 1%{?dist}
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
Summary: Simulation library components
URL: https://gitlab.com/flightgear/simgear
-Source0: https://gitlab.com/flightgear/simgear/-/archive/%{version}%{?pretag:-%{pretag}}/simgear-%{version}%{?pretag:-%{pretag}}.tar.bz2
+Source0: https://gitlab.com/flightgear/simgear/-/archive/%{version}/simgear-%{version}.tar.bz2
Patch: 0001-check-to-be-sure-that-n-is-not-being-set-as-format-t.patch
Patch: 0002-fix-support-for-aarch64.patch
BuildRequires: gcc-c++
@@ -37,7 +35,7 @@ Development headers and libraries for building applications against
SimGear.
%prep
-%autosetup -p1 -n simgear-%{version}%{?pretag:-%{pretag}}
+%autosetup -p1 -n simgear-%{version}
# makes rpmlint happy
find -name \*.cxx -o -name \*.hxx | xargs chmod -x
@@ -72,6 +70,9 @@ rm -rf simgear/xml/*.h simgear/xml/*.c
%{_libdir}/cmake/SimGear
%changelog
+* Tue Aug 18 2026 Fabrice Bellet <fabrice@bellet.info> - 2024.1.7-1
+- new upstream release
+
* Wed Aug 12 2026 Tom Callaway <spot@fedoraproject.org> - 2024.1.7-0.1.rc4
- 2024.1.7-rc4
diff --git a/sources b/sources
index 28b3b12..beea982 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (simgear-2024.1.7-rc4.tar.bz2) = 9b43bb6131f250c8d5213a2ca99f6038d9d90a2118961cc152946bd3a9b46d4f946e020e85a0c3d46e302fe87987ff370b34bb71f71631e8e38dd3bde16aee7a
+SHA512 (simgear-2024.1.7.tar.bz2) = e03dc7d9bdac75f356ae6644ab11396ce3e6999f1ec7808d8c7c32ec7af35d9c18980124adce17d53b64ee313939cf2ee30b8e550fe81de09653d2e06e2bba32
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/SimGear] f43: new upstream release
@ 2026-06-08 15:16 Fabrice Bellet
0 siblings, 0 replies; 2+ messages in thread
From: Fabrice Bellet @ 2026-06-08 15:16 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/SimGear
Branch : f43
Commit : 387a0d877ba434ea0e0d9dc8a401f3a345360151
Author : Fabrice Bellet <fabrice@bellet.info>
Date : 2026-06-08T17:10:25+02:00
Stats : +7/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/SimGear/c/387a0d877ba434ea0e0d9dc8a401f3a345360151?branch=f43
Log:
new upstream release
---
diff --git a/.gitignore b/.gitignore
index a44af58..2a38879 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,4 @@ SimGear-2.0.0.tar.gz
/simgear-2024.1.3.tar.bz2
/simgear-2024.1.4.tar.bz2
/simgear-2024.1.5.tar.bz2
+/simgear-2024.1.6.tar.bz2
diff --git a/SimGear.spec b/SimGear.spec
index cd2d8c5..abc9a5e 100644
--- a/SimGear.spec
+++ b/SimGear.spec
@@ -1,11 +1,11 @@
Name: SimGear
-Version: 2024.1.5
+Version: 2024.1.6
Release: 1%{?dist}
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
Summary: Simulation library components
URL: https://gitlab.com/flightgear/simgear
-Source0: https://gitlab.com/flightgear/fgmeta/-/jobs/13598873657/artifacts/raw/sgbuild/simgear-%{version}.tar.bz2
+Source0: https://gitlab.com/flightgear/simgear/-/archive/%{version}/simgear-%{version}.tar.bz2
Patch: 0001-check-to-be-sure-that-n-is-not-being-set-as-format-t.patch
Patch: 0002-fix-support-for-aarch64.patch
BuildRequires: gcc-c++
@@ -70,6 +70,9 @@ rm -rf simgear/xml/*.h simgear/xml/*.c
%{_libdir}/cmake/SimGear
%changelog
+* Mon Jun 08 2026 Fabrice Bellet <fabrice@bellet.info> - 2024.1.6-1
+- new upstream release
+
* Tue Mar 24 2026 Fabrice Bellet <fabrice@bellet.info> - 2024.1.5-1
- new upstream release
diff --git a/sources b/sources
index 468f18e..1c0733c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (simgear-2024.1.5.tar.bz2) = 37010e8023e1b3e25efb2fd4257406e80310825e99734fb220c79270f44d97e779f31741f866ecb225f2aafe19ae15a4f63b697b0878980902ed23c1428a9948
+SHA512 (simgear-2024.1.6.tar.bz2) = a79fa8f115da3575998a2144ba8b782442541b06dea9da75e8adf9b334a1efea8394ca12e745cca94764a0531876465923505d97e7fdbb2294469e29821dac2f
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-18 11:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 11:34 [rpms/SimGear] f43: new upstream release Fabrice Bellet
-- strict thread matches above, loose matches on Subject: below --
2026-06-08 15:16 Fabrice Bellet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox