summaryrefslogtreecommitdiff
path: root/scite-fedora
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-13 13:32:25 +0000
committerB. Stack <bgstack15@gmail.com>2022-07-13 13:32:25 +0000
commitc7680b77118df075f6ac4ebfd2c62a6226224c11 (patch)
tree3024a22f41a97cfe85be3979da233bf88f96482a /scite-fedora
parentMerge branch 'newmoon-bump' into 'master' (diff)
parentscite: fix dsc version (diff)
downloadstackrpms-c7680b77118df075f6ac4ebfd2c62a6226224c11.tar.gz
stackrpms-c7680b77118df075f6ac4ebfd2c62a6226224c11.tar.bz2
stackrpms-c7680b77118df075f6ac4ebfd2c62a6226224c11.zip
Merge branch 'scite-bump' into 'master'
scite 5.2.4 See merge request bgstack15/stackrpms!309
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