From fb8b392a73a032a260e7e049d107e07c086921c1 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 5 May 2020 15:37:59 +0000 Subject: Scite 4.3.3 --- scite-fedora/README.md | 4 ++-- scite-fedora/scite-utf8.patch | 4 ++-- scite-fedora/scite.spec | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'scite-fedora') diff --git a/scite-fedora/README.md b/scite-fedora/README.md index b5fff01..6a22a2e 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.0 -Fedora 30 | 4.3.0 +CentOS 8 | 4.3.3 +Fedora 30 | 4.3.3 # Differences ## From upstream diff --git a/scite-fedora/scite-utf8.patch b/scite-fedora/scite-utf8.patch index a606d40..4b23bfa 100644 --- a/scite-fedora/scite-utf8.patch +++ b/scite-fedora/scite-utf8.patch @@ -1,6 +1,6 @@ --- scite.orig/src/SciTEGlobal.properties 2014-04-15 13:58:07.371190890 +0200 +++ scite/src/SciTEGlobal.properties 2014-04-15 14:05:45.441406862 +0200 -@@ -278,8 +278,8 @@ +@@ -297,8 +297,8 @@ #code.page=932 #character.set=128 # Unicode @@ -10,4 +10,4 @@ +#code.page=0 #character.set=204 #command.discover.properties=python /home/user/FileDetect.py "$(FilePath)" - # Required for Unicode to work on GTK+: + # Forward LC_CTYPE to setlocale which may affect language support. diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec index d842143..43ee922 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.1 +%global pkgversion 4.3.3 %define tarballversion %( echo %pkgversion | tr -d '.' ) %define scl_env %{nil} @@ -98,6 +98,9 @@ desktop-file-install --delete-original \ %{_datadir}/applications/* %changelog +* Tue May 05 2020 B Stack - 4.3.3-1/3.7.6-1 +- Update version + * Wed Mar 04 2020 B Stack - 4.3.1-1/3.7.6-1 - Update version -- cgit