diff options
author | B. Stack <bgstack15@gmail.com> | 2021-06-29 11:21:21 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-06-29 11:21:21 -0400 |
commit | 346b3bcf511622328b65452ab01f561e7160321f (patch) | |
tree | 29ed709b19efb92a78d21f898aa88f08d9978db4 | |
parent | Merge branch 'waterfox-bump' into 'master' (diff) | |
download | stackrpms-346b3bcf511622328b65452ab01f561e7160321f.tar.gz stackrpms-346b3bcf511622328b65452ab01f561e7160321f.tar.bz2 stackrpms-346b3bcf511622328b65452ab01f561e7160321f.zip |
scite 5.1.0
-rw-r--r-- | scite-fedora/README.md | 4 | ||||
-rw-r--r-- | scite-fedora/scite.spec | 5 |
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 |