summaryrefslogtreecommitdiff
path: root/scite-fedora
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-05-05 15:37:59 +0000
committerB Stack <bgstack15@gmail.com>2020-05-05 15:37:59 +0000
commitfb8b392a73a032a260e7e049d107e07c086921c1 (patch)
treeefac976bf02ae8b503d9ed3bfb860cda6fba92f5 /scite-fedora
parentnotepad++ 7.8.6 (diff)
downloadstackrpms-fb8b392a73a032a260e7e049d107e07c086921c1.tar.gz
stackrpms-fb8b392a73a032a260e7e049d107e07c086921c1.tar.bz2
stackrpms-fb8b392a73a032a260e7e049d107e07c086921c1.zip
Scite 4.3.3
Diffstat (limited to 'scite-fedora')
-rw-r--r--scite-fedora/README.md4
-rw-r--r--scite-fedora/scite-utf8.patch4
-rw-r--r--scite-fedora/scite.spec5
3 files changed, 8 insertions, 5 deletions
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 <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
bgstack15