summaryrefslogtreecommitdiff
path: root/scite-fedora/scite.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-06-03 08:36:54 -0400
committerB Stack <bgstack15@gmail.com>2020-06-03 08:36:54 -0400
commit8af5ecddc39c0c67bdf987a5181988179a7bc09a (patch)
treef795fad5b21d32b4d822727ff23f37bca80cd33d /scite-fedora/scite.spec
parentMerge branch 'veracrypt-bump' into 'master' (diff)
downloadstackrpms-8af5ecddc39c0c67bdf987a5181988179a7bc09a.tar.gz
stackrpms-8af5ecddc39c0c67bdf987a5181988179a7bc09a.tar.bz2
stackrpms-8af5ecddc39c0c67bdf987a5181988179a7bc09a.zip
scite 4.4.3
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 43ee922..2ddf18f 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.3
+%global pkgversion 4.4.3
%define tarballversion %( echo %pkgversion | tr -d '.' )
%define scl_env %{nil}
@@ -98,6 +98,9 @@ desktop-file-install --delete-original \
%{_datadir}/applications/*
%changelog
+* Wed Jun 03 2020 B Stack <bgstack15@gmail.com> - 4.4.3-1/3.7.6-1
+- Update version
+
* Tue May 05 2020 B Stack <bgstack15@gmail.com> - 4.3.3-1/3.7.6-1
- Update version
bgstack15