summaryrefslogtreecommitdiff
path: root/scite-fedora
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-10-16 16:55:24 -0400
committerB. Stack <bgstack15@gmail.com>2022-10-16 16:55:24 -0400
commitcc99070efa0e16b3b4e2ac9b15c2b63bb3f3e65c (patch)
tree7df824d88106455cbc212b5be43bb19e88b0a8ba /scite-fedora
parentMerge branch 'xdg-themes-bump' into 'master' (diff)
downloadstackrpms-cc99070efa0e16b3b4e2ac9b15c2b63bb3f3e65c.tar.gz
stackrpms-cc99070efa0e16b3b4e2ac9b15c2b63bb3f3e65c.tar.bz2
stackrpms-cc99070efa0e16b3b4e2ac9b15c2b63bb3f3e65c.zip
scite 5.3.1 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 7fc7b12..039ea5f 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.3.0
+%global pkgversion 5.3.1
# 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
+* Sun Oct 16 2022 B. Stack <bgstack15@gmail.com> - 5.3.1-1/3.7.6-1
+- Update version
+
* Tue Sep 06 2022 B. Stack <bgstack15@gmail.com> - 5.3.0-1/3.7.6-1
- Update version
bgstack15