diff options
Diffstat (limited to 'scite-fedora')
-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 6a22a2e..2d139e8 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 | 4.3.3 -Fedora 30 | 4.3.3 +CentOS 8 | 4.4.3 +Fedora 30 | 4.4.3 # Differences ## From upstream 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 |