summaryrefslogtreecommitdiff
path: root/scite-fedora
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-29 11:21:21 -0400
committerB. Stack <bgstack15@gmail.com>2021-06-29 11:21:21 -0400
commit346b3bcf511622328b65452ab01f561e7160321f (patch)
tree29ed709b19efb92a78d21f898aa88f08d9978db4 /scite-fedora
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-346b3bcf511622328b65452ab01f561e7160321f.tar.gz
stackrpms-346b3bcf511622328b65452ab01f561e7160321f.tar.bz2
stackrpms-346b3bcf511622328b65452ab01f561e7160321f.zip
scite 5.1.0
Diffstat (limited to 'scite-fedora')
-rw-r--r--scite-fedora/README.md4
-rw-r--r--scite-fedora/scite.spec5
2 files changed, 6 insertions, 3 deletions
diff --git a/scite-fedora/README.md b/scite-fedora/README.md
index 275b601..277d8a7 100644
--- a/scite-fedora/README.md
+++ b/scite-fedora/README.md
@@ -9,8 +9,8 @@ Distro | scite version
---------- | ---------------
CentOS 6 | 3.7.6
CentOS 7 | 3.7.6
-CentOS 8 | 5.0.1
-Fedora 32 | 5.0.1
+CentOS 8 | 5.1.0
+Fedora 33 | 5.1.0
# References
void linux [scite](https://github.com/void-linux/void-packages/blob/master/srcpkgs/scite/template) package guided me at version 5.0.1.
diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec
index 955d671..f4bfc51 100644
--- a/scite-fedora/scite.spec
+++ b/scite-fedora/scite.spec
@@ -1,5 +1,5 @@
# el is on 3.x, fc is on 5.x
-%global pkgversion 5.0.3
+%global pkgversion 5.1.0
%define tarballversion %( echo %pkgversion | tr -d '.' )
%define scl_env %{nil}
@@ -109,6 +109,9 @@ desktop-file-install --delete-original \
%{_libdir}/*
%changelog
+* Tue Jun 29 2021 B. Stack <bgstack15@gmail.com> - 5.1.0-1/3.7.6-1
+- Update version
+
* Mon Jun 07 2021 B. Stack <bgstack15@gmail.com> - 5.0.3-1/3.7.6-1
- Update version
bgstack15