From 346b3bcf511622328b65452ab01f561e7160321f Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 29 Jun 2021 11:21:21 -0400 Subject: scite 5.1.0 --- scite-fedora/README.md | 4 ++-- scite-fedora/scite.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'scite-fedora') 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 - 5.1.0-1/3.7.6-1 +- Update version + * Mon Jun 07 2021 B. Stack - 5.0.3-1/3.7.6-1 - Update version -- cgit