summaryrefslogtreecommitdiff
path: root/scite-fedora/scite.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-08 20:03:10 +0000
committerB Stack <bgstack15@gmail.com>2020-03-08 20:03:10 +0000
commit9bf825ed6856224ee19d97c7107c7b5aa5259e1b (patch)
tree6b79b321479e8820dfdf1b29b96b3d2fff6a9cf2 /scite-fedora/scite.spec
parentMerge branch 'ublock-bump' into 'master' (diff)
parentscite 4.3.1 (diff)
downloadstackrpms-9bf825ed6856224ee19d97c7107c7b5aa5259e1b.tar.gz
stackrpms-9bf825ed6856224ee19d97c7107c7b5aa5259e1b.tar.bz2
stackrpms-9bf825ed6856224ee19d97c7107c7b5aa5259e1b.zip
Merge branch 'scite-bump' into 'master'
scite 4.3.1 See merge request bgstack15/stackrpms!134
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 b5766e0..d842143 100644
--- a/scite-fedora/scite.spec
+++ b/scite-fedora/scite.spec
@@ -1,5 +1,5 @@
# el is on 3.x, fc is on 4.x
-%global pkgversion 4.3.0
+%global pkgversion 4.3.1
%define tarballversion %( echo %pkgversion | tr -d '.' )
%define scl_env %{nil}
@@ -98,6 +98,9 @@ desktop-file-install --delete-original \
%{_datadir}/applications/*
%changelog
+* Wed Mar 04 2020 B Stack <bgstack15@gmail.com> - 4.3.1-1/3.7.6-1
+- Update version
+
* Thu Jan 16 2020 B Stack <bgstack15@gmail.com> - 4.3.0-1/3.7.6-1
- Update version
bgstack15