summaryrefslogtreecommitdiff
path: root/scite-fedora/scite.spec
diff options
context:
space:
mode:
Diffstat (limited to 'scite-fedora/scite.spec')
-rw-r--r--scite-fedora/scite.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec
index 1cc96e7..1507fa1 100644
--- a/scite-fedora/scite.spec
+++ b/scite-fedora/scite.spec
@@ -1,6 +1,6 @@
# Tunables
# el7 is on 3.x, el8/fc is on 5.x
-%global pkgversion 5.2.2
+%global pkgversion 5.2.3
# Use lua
%define with_lua 1
# Use bundled lua. If 0, then use distro lua
@@ -54,6 +54,7 @@ Source2: SciTEGlobal.properties
Patch0: scite-utf8.patch
%if 0%{with_lua} && !0%{with_bundled_lua}
Patch2: use-lua5.4.4.patch
+Patch3: 0007-Build-with-Debian-packaged-Lua.patch
%endif
BuildRequires: desktop-file-utils
@@ -87,6 +88,7 @@ rm -rf scite/lua
# Use distro lua
rm -rf scite/lua
%patch2 -p1
+%patch3 -p1
%endif
%endif
@@ -147,6 +149,10 @@ install -D -p -m 666 %{SOURCE2} %{buildroot}%{_datadir}/scite/SciTEGlobal.proper
%{_libdir}/*
%changelog
+* Tue May 31 2022 B. Stack <bgstack15@gmail.com> - 5.2.3-1/3.7.6-1
+- Update version
+- split back out patch build-with-debian-packaged-lua
+
* Mon Apr 04 2022 B. Stack <bgstack15@gmail.com> - 5.2.2-2/3.7.6-1
- Update version
- Add tunables: gtk, lua, bundled lua, add stackrpms.lua
bgstack15