public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/atari800] rawhide: Update to upstream.
@ 2026-06-24 2:32 Jan ONDREJ
0 siblings, 0 replies; 2+ messages in thread
From: Jan ONDREJ @ 2026-06-24 2:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/atari800
Branch : rawhide
Commit : f1ba9109fe780e3dc2d0f54c634066b13365f428
Author : Jan ONDREJ (SAL) <ondrejj(at)salstar.sk>
Date : 2026-06-24T04:32:09+02:00
Stats : +6/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/atari800/c/f1ba9109fe780e3dc2d0f54c634066b13365f428?branch=rawhide
Log:
Update to upstream.
---
diff --git a/.gitignore b/.gitignore
index 84d2b1c..2b46e3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/atari800-5.0.0-src.tgz
/atari800-5.2.0-src.tgz
/atari800-6.0.0-src.tgz
+/atari800-6.1.0-src.tgz
diff --git a/atari800.spec b/atari800.spec
index 5f09bc9..b737666 100644
--- a/atari800.spec
+++ b/atari800.spec
@@ -1,5 +1,5 @@
Name: atari800
-Version: 6.0.0
+Version: 6.1.0
Release: 1%{?dist}
Summary: An emulator of 8-bit Atari personal computers
@@ -48,6 +48,9 @@ emulation, precise cycle-exact ANTIC/GTIA emulation and more.
%changelog
+* Wed Jun 24 2026 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 6.1.0-1
+- Update to upstream.
+
* Fri Jun 19 2026 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 6.0.0-1
- Update to upstream.
diff --git a/sources b/sources
index 2a20e92..89efa1d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (atari800-6.0.0-src.tgz) = b5a10fec4ae6a113f16134e60ad7c2a123661fe7791d1c4ef15c539da1ba06f9c6bfd199646ad11c0a769fd4379fe2e882d6b0998d2a1297c69f3a2ed552bcd9
+SHA512 (atari800-6.1.0-src.tgz) = a8a089efb4d8057e800d984b9b9054777702e43b80f302f0dbea3d9f1780dfc0db843fe2174aa612ac38c5fc6eeb2c6420e3346406888777c9b2a7ebebcb1948
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/atari800] rawhide: Update to upstream.
@ 2026-06-20 3:19 Jan ONDREJ
0 siblings, 0 replies; 2+ messages in thread
From: Jan ONDREJ @ 2026-06-20 3:19 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/atari800
Branch : rawhide
Commit : e9de218355d22ae2728605388af42529fea6a804
Author : Jan ONDREJ (SAL) <ondrejj(at)salstar.sk>
Date : 2026-06-20T05:19:38+02:00
Stats : +8/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/atari800/c/e9de218355d22ae2728605388af42529fea6a804?branch=rawhide
Log:
Update to upstream.
---
diff --git a/.gitignore b/.gitignore
index e4228a7..84d2b1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/atari800-4.2.0-src.tgz
/atari800-5.0.0-src.tgz
/atari800-5.2.0-src.tgz
+/atari800-6.0.0-src.tgz
diff --git a/atari800.spec b/atari800.spec
index 23281b7..5f09bc9 100644
--- a/atari800.spec
+++ b/atari800.spec
@@ -1,6 +1,6 @@
Name: atari800
-Version: 5.2.0
-Release: 9%{?dist}
+Version: 6.0.0
+Release: 1%{?dist}
Summary: An emulator of 8-bit Atari personal computers
# Automatically converted from old format: GPLv2+ - review is highly recommended.
@@ -9,7 +9,7 @@ URL: https://atari800.github.io/
%global ver_ %(echo %{version} | tr . _)
Source0: https://github.com/%{name}/%{name}/releases/download/ATARI800_%{ver_}/%{name}-%{version}-src.tgz
BuildRequires: gcc
-BuildRequires: ncurses-devel, libX11-devel, SDL-devel
+BuildRequires: ncurses-devel, libX11-devel, SDL2-devel
BuildRequires: libpng-devel, zlib-devel
%description
@@ -48,6 +48,9 @@ emulation, precise cycle-exact ANTIC/GTIA emulation and more.
%changelog
+* Fri Jun 19 2026 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 6.0.0-1
+- Update to upstream.
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index a39d30b..2a20e92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (atari800-5.2.0-src.tgz) = c1ac728cb0733937175040bbdb4d5653cdbedeaa1ab399165dd1a9c841ba6930953801da65c0f747e28d293c26ad85e5e014947ebb5090ec03aef77cbd1d2627
+SHA512 (atari800-6.0.0-src.tgz) = b5a10fec4ae6a113f16134e60ad7c2a123661fe7791d1c4ef15c539da1ba06f9c6bfd199646ad11c0a769fd4379fe2e882d6b0998d2a1297c69f3a2ed552bcd9
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-24 2:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 2:32 [rpms/atari800] rawhide: Update to upstream Jan ONDREJ
-- strict thread matches above, loose matches on Subject: below --
2026-06-20 3:19 Jan ONDREJ
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox