public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocksndiamonds] f45: 4.4.2.4
@ 2026-08-27 16:14 Tom spot Callaway
0 siblings, 0 replies; only message in thread
From: Tom spot Callaway @ 2026-08-27 16:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rocksndiamonds
Branch : f45
Commit : c059dc3a07656273c7c5ec1639d4a2a0175fa1a1
Author : Tom spot Callaway <spotaws@amazon.com>
Date : 2026-08-27T12:06:11-04:00
Stats : +7/-17 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rocksndiamonds/c/c059dc3a07656273c7c5ec1639d4a2a0175fa1a1?branch=f45
Log:
4.4.2.4
---
diff --git a/.gitignore b/.gitignore
index bc2de59..601c82d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ rocksndiamonds-3.3.0.1.tar.gz
/rocksndiamonds-4.4.1.0-linux.tar.gz
/rocksndiamonds-4.4.1.2-linux.tar.gz
/rocksndiamonds-4.4.1.3-linux.tar.gz
+/rocksndiamonds-4.4.2.4-linux.tar.gz
diff --git a/rocksndiamonds-4.4.1.0-strncpy-specified-bound-1024-equals-destination-size.patch b/rocksndiamonds-4.4.1.0-strncpy-specified-bound-1024-equals-destination-size.patch
deleted file mode 100644
index bbc8dcb..0000000
--- a/rocksndiamonds-4.4.1.0-strncpy-specified-bound-1024-equals-destination-size.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up rocksndiamonds-4.4.1.0/src/game_bd/bd_cave.h.fix rocksndiamonds-4.4.1.0/src/game_bd/bd_cave.h
---- rocksndiamonds-4.4.1.0/src/game_bd/bd_cave.h.fix 2025-12-20 17:37:13.219776967 -0500
-+++ rocksndiamonds-4.4.1.0/src/game_bd/bd_cave.h 2025-12-20 17:37:18.228763197 -0500
-@@ -758,7 +758,7 @@ void gd_drawcave_game(const GdCave *cave
- // function to copy a GdString
- static inline char *gd_strcpy(GdString dest, const char *src)
- {
-- return strncpy(dest, src, sizeof(GdString));
-+ return strncpy(dest, src, sizeof(GdString) - 1);
- }
-
- int gd_cave_time_show(const GdCave *cave, int internal_time);
diff --git a/rocksndiamonds.spec b/rocksndiamonds.spec
index 8cc45a0..87767d4 100644
--- a/rocksndiamonds.spec
+++ b/rocksndiamonds.spec
@@ -2,8 +2,8 @@
%global smp_mflags -j16
Name: rocksndiamonds
-Version: 4.4.1.3
-Release: 2%{?dist}
+Version: 4.4.2.4
+Release: 1%{?dist}
License: GPL-1.0-or-later
Summary: Underground digging game
URL: http://www.artsoft.org/rocksndiamonds/
@@ -15,7 +15,6 @@ Source2: rocksndiamonds.png
# Additional music files we have permission for!
Source3: rocksndiamonds-distributable-music.tar.bz2
Patch3: rocksndiamonds-4.4.0.4-music-info-url.patch
-Patch4: rocksndiamonds-4.4.1.0-strncpy-specified-bound-1024-equals-destination-size.patch
BuildRequires: make
BuildRequires: gcc
BuildRequires: SDL2-devel, libX11-devel, desktop-file-utils, xorg-x11-proto-devel
@@ -30,7 +29,6 @@ rocks and strange creatures!
%prep
%setup -q -a 3
%patch -P3 -p1 -b .url
-%patch -P4 -p1 -b .fix
# Stawp!
rm -rf lib/*
@@ -106,6 +104,9 @@ EOF
%{_localstatedir}/games/%{name}/
%changelog
+* Thu Aug 27 2026 Tom Callaway <spot@fedoraproject.org> - 4.4.2.4-1
+- update to 4.4.2.4
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index a482bde..1683cf5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (rocksndiamonds-distributable-music.tar.bz2) = dd220e4506492e66742796d0c359bce24691f5ebfba092aa2c2b52c5582ae9d5a38aa558872c738eeb7619b8ca853d3affa6b0e4af0fda5621bf7e07441ff252
-SHA512 (rocksndiamonds-4.4.1.3-linux.tar.gz) = 33b030dbf20f3bf32d5dbcaacc49faa7fe78a6b6b051bb9131891f90abe07228e407a69419a3ab0279b7a773e149ebc33b2fb970b395b44c060f1385fcb735c2
+SHA512 (rocksndiamonds-4.4.2.4-linux.tar.gz) = e44d15815a57c490a252f2f2861e06f70ea90034ccab4062658a663d14ca6b15d0698dbd9cbc72d81913043a8478384d9711e3445038b658bb70f05234a3aa3e
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-27 16:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 16:14 [rpms/rocksndiamonds] f45: 4.4.2.4 Tom spot Callaway
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox