summaryrefslogtreecommitdiff
path: root/scite-el
diff options
context:
space:
mode:
Diffstat (limited to 'scite-el')
-rw-r--r--scite-el/README.md4
-rw-r--r--scite-el/scite.spec6
2 files changed, 8 insertions, 2 deletions
diff --git a/scite-el/README.md b/scite-el/README.md
index b5fff01..6a22a2e 100644
--- a/scite-el/README.md
+++ b/scite-el/README.md
@@ -9,8 +9,8 @@ Distro | scite version
---------- | ---------------
CentOS 6 | 3.7.6
CentOS 7 | 3.7.6
-CentOS 8 | 4.3.0
-Fedora 30 | 4.3.0
+CentOS 8 | 4.3.3
+Fedora 30 | 4.3.3
# Differences
## From upstream
diff --git a/scite-el/scite.spec b/scite-el/scite.spec
index 40c0e0b..a899b56 100644
--- a/scite-el/scite.spec
+++ b/scite-el/scite.spec
@@ -98,6 +98,12 @@ desktop-file-install --delete-original \
%{_datadir}/applications/*
%changelog
+* Tue May 05 2020 B Stack <bgstack15@gmail.com> - 4.3.3-1/3.7.6-1
+- Update version
+
+* Wed Mar 04 2020 B Stack <bgstack15@gmail.com> - 4.3.1-1/3.7.6-1
+- Update version
+
* Thu Jan 16 2020 B Stack <bgstack15@gmail.com> - 4.3.0-1/3.7.6-1
- Update version
bgstack15