summaryrefslogtreecommitdiff
path: root/scite-fedora
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-10-18 16:11:03 +0000
committerB. Stack <bgstack15@gmail.com>2022-10-18 16:11:03 +0000
commitec5564590200157ccdcffc3613d06c7be68a5724 (patch)
tree8b455f1b3e00e9b7511a1b573893be0b7f30de95 /scite-fedora
parentMerge branch 'librewolf-bump' into 'master' (diff)
parentscite 5.3.1 rc1 (diff)
downloadstackrpms-ec5564590200157ccdcffc3613d06c7be68a5724.tar.gz
stackrpms-ec5564590200157ccdcffc3613d06c7be68a5724.tar.bz2
stackrpms-ec5564590200157ccdcffc3613d06c7be68a5724.zip
Merge branch 'scite-bump' into 'master'
scite 5.3.1 See merge request bgstack15/stackrpms!324
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