public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom spot Callaway <spotaws@amazon.com>
To: git-commits@fedoraproject.org
Subject: [rpms/lua] rawhide: update legacy to 5.4.9. No one should be depending on it, but better safe than sorry.
Date: Thu, 27 Aug 2026 14:06:36 GMT	[thread overview]
Message-ID: <178783959611.1.8394815758789910230.rpms-lua-9dc1aa6936e0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/lua
Branch : rawhide
Commit : 9dc1aa6936e0c868b404d1fc36159d2addcc24e7
Author : Tom spot Callaway <spotaws@amazon.com>
Date   : 2026-08-27T10:06:31-04:00
Stats  : +7/-11 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/lua/c/9dc1aa6936e0c868b404d1fc36159d2addcc24e7?branch=rawhide

Log:
update legacy to 5.4.9. No one should be depending on it, but better safe than sorry.

---
diff --git a/.gitignore b/.gitignore
index 4390040..d60ad64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@ lua-5.1.4/
 /lua-5.5.0-tests.tar.gz
 /lua-5.5.1.tar.gz
 /lua-5.5.1-tests.tar.gz
+/lua-5.4.9.tar.gz

diff --git a/lua.spec b/lua.spec
index f8bfe71..1ebab10 100644
--- a/lua.spec
+++ b/lua.spec
@@ -6,7 +6,7 @@
 # everything will grind to a halt.
 %global bootstrap 1
 %global bootstrap_major_version 5.4
-%global bootstrap_version %{bootstrap_major_version}.8
+%global bootstrap_version %{bootstrap_major_version}.9
 
 # Place rpm-macros into proper location.
 %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
@@ -14,7 +14,7 @@
 
 Name:           lua
 Version:        %{major_version}.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Powerful light-weight programming language
 License:        MIT
 URL:            https://www.lua.org/
@@ -35,9 +35,6 @@ Patch4:         %{name}-5.3.0-configure-compat-module.patch
 %if 0%{?bootstrap}
 Patch5:         %{name}-5.4.8-autotoolize.patch
 Patch6:		%{name}-5.4.8-luac-shared-link-fix.patch
-Patch7:		%{name}-5.4.8-bug1.patch
-Patch8:		%{name}-5.4.8-bug2.patch
-Patch9:		%{name}-5.4.8-bug3.patch
 %endif
 # https://www.lua.org/bugs.html
 
@@ -117,9 +114,6 @@ mv src/luaconf.h src/luaconf.h.template.in
 %patch -P3 -p1 -z .configure-linux
 %patch -P4 -p1 -z .configure-compat-all
 %patch -P6 -p1 -b .luac-shared-link-fix
-%patch -P7 -p1 -b .54bug1
-%patch -P8 -p1 -b .54bug2
-%patch -P9 -p1 -b .54bug3
 autoreconf -i
 cd ..
 %endif
@@ -226,6 +220,9 @@ popd
 %{_libdir}/*.a
 
 %changelog
+* Thu Aug 27 2026 Tom Callaway <spot@fedoraproject.org> - 5.5.1-2
+- update legacy to 5.4.9. No one should be depending on it, but better safe than sorry.
+
 * Mon Aug 10 2026 Tom Callaway <spot@fedoraproject.org> - 5.5.1-1
 - update to 5.5.1
 

diff --git a/sources b/sources
index 7c4fb8b..8a9a8b5 100644
--- a/sources
+++ b/sources
@@ -1,5 +1,3 @@
-SHA512 (lua-5.4.8.tar.gz) = 875ad1f6df3ba63722b5069564c9d3a4057b4c3564c691061bb49cf6cdf5d2e303f05762bd46797b444aaf992c03021f423df142123eebf86751fd77edaf8060
-SHA512 (lua-5.5.0.tar.gz) = 3253d2cdc929da6438095a30d66ef16a1abdbb0ada8fee238705b3b38492f14be9553640fdca6b25661e01155ba5582032e0a2ef064e4c283e85efc0a128cabe
-SHA512 (lua-5.5.0-tests.tar.gz) = 11210607ff5be531ba838beaac9c3c8020994db46256bf4323f1cb4608e4dfdc1351c75e63e3f02c85833991a399289b8511b445d147daf2c9a48fe845e2e0b9
 SHA512 (lua-5.5.1.tar.gz) = 1c8cb3d7194732d7685f80a30e0804cb24dc6aee1f8d1383bb9fd5d0699b84c70b823e686555dfa8fd61a32f32c0c687a8419ff4aa285f39d4f3bf3d5cd635c0
 SHA512 (lua-5.5.1-tests.tar.gz) = a632b6f0c0d655d564032acfd6f958f8c3ae9c2539042c1f06bc6ed7adb91c0854692e6ba60ad9f4808d6d3b9f5faddfbc5b31eb0fdc7903f9ca097e8bc960d1
+SHA512 (lua-5.4.9.tar.gz) = b112bd3f0d47043568ef52928853ef692554378a5e368d420b589babf606a82ce05fca781f5401c3565171800b39322141ee500e53e813d1a4ccc5d3a05879b1

                 reply	other threads:[~2026-08-27 14:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178783959611.1.8394815758789910230.rpms-lua-9dc1aa6936e0@fedoraproject.org \
    --to=spotaws@amazon.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox