summaryrefslogtreecommitdiff
path: root/scite-fedora/scite.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-31 10:40:56 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-31 10:40:56 -0400
commit5d5c8fc0cac5cff0a94600a8ee8b3e1b8933fa85 (patch)
tree449af1a4cb77beb5fc87dd942042d269d2bb5c91 /scite-fedora/scite.spec
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-5d5c8fc0cac5cff0a94600a8ee8b3e1b8933fa85.tar.gz
stackrpms-5d5c8fc0cac5cff0a94600a8ee8b3e1b8933fa85.tar.bz2
stackrpms-5d5c8fc0cac5cff0a94600a8ee8b3e1b8933fa85.zip
scite 5.2.3 rc1
Diffstat (limited to 'scite-fedora/scite.spec')
-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 1cc96e7..2145880 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
@@ -147,6 +147,9 @@ 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
+
* 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