summaryrefslogtreecommitdiff
path: root/scite-fedora
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-11 15:03:58 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-11 15:03:58 -0400
commitd04ff98bff01c8444c5f4c9543197092bf033dbf (patch)
tree95be479b3c73fff2e06a6492b28655ba17bfaf45 /scite-fedora
parentMerge branch 'librewolf-bump' into 'master' (diff)
downloadstackrpms-d04ff98bff01c8444c5f4c9543197092bf033dbf.tar.gz
stackrpms-d04ff98bff01c8444c5f4c9543197092bf033dbf.tar.bz2
stackrpms-d04ff98bff01c8444c5f4c9543197092bf033dbf.zip
scite 5.2.4 rc1
Diffstat (limited to 'scite-fedora')
-rw-r--r--scite-fedora/scite.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec
index 1507fa1..1c93538 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.3
+%global pkgversion 5.2.4
# Use lua
%define with_lua 1
# Use bundled lua. If 0, then use distro lua
@@ -149,6 +149,9 @@ install -D -p -m 666 %{SOURCE2} %{buildroot}%{_datadir}/scite/SciTEGlobal.proper
%{_libdir}/*
%changelog
+* Mon Jul 11 2022 B. Stack <bgstack15@gmail.com> - 5.2.4-1/3.7.6-1
+- Update version
+
* 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
bgstack15