summaryrefslogtreecommitdiff
path: root/scite-fedora
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-31 10:40:56 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-31 10:40:56 -0400
commit5d5c8fc0cac5cff0a94600a8ee8b3e1b8933fa85 (patch)
tree449af1a4cb77beb5fc87dd942042d269d2bb5c91 /scite-fedora
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-5d5c8fc0cac5cff0a94600a8ee8b3e1b8933fa85.tar.gz
stackrpms-5d5c8fc0cac5cff0a94600a8ee8b3e1b8933fa85.tar.bz2
stackrpms-5d5c8fc0cac5cff0a94600a8ee8b3e1b8933fa85.zip
scite 5.2.3 rc1
Diffstat (limited to 'scite-fedora')
-rw-r--r--scite-fedora/README.md9
-rw-r--r--scite-fedora/scite.spec5
2 files changed, 9 insertions, 5 deletions
diff --git a/scite-fedora/README.md b/scite-fedora/README.md
index 766ff41..a095bba 100644
--- a/scite-fedora/README.md
+++ b/scite-fedora/README.md
@@ -11,9 +11,9 @@ Distro | scite version
------------ | ---------------
CentOS 6 | 3.7.6
CentOS 7 | 3.7.6
-CentOS 8 | 5.2.2
-Fedora 34 | 5.2.2
-Devuan Ceres | 5.2.2
+CentOS 8 | 5.2.3
+Fedora 35 | 5.2.3
+Devuan Ceres | 5.2.3
# References
void linux [scite](https://github.com/void-linux/void-packages/blob/master/srcpkgs/scite/template) package guided me at version 5.0.1.
@@ -21,10 +21,11 @@ void linux [scite](https://github.com/void-linux/void-packages/blob/master/srcpk
# Differences
## From upstream for Fedora
See file [stackrpms-scite.spec.diff](stackrpms-scite.spec.diff)
+Customized SciTEGlobal.properties, to use my settings and also my custom lua script.
## Between scite-fedora and scite-el
Run file [fc-el-scite-diff.sh](fc-el-scite-diff.sh).
scite-fedora/fc-el-scite-diff.sh | vi -
## From upstream for Devuan
-
+Customized SciTEGlobal.properties, to use my settings and also my custom lua script.
diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec
index 1cc96e7..2145880 100644
--- a/scite-fedora/scite.spec
+++ b/scite-fedora/scite.spec
@@ -1,6 +1,6 @@
# Tunables
# el7 is on 3.x, el8/fc is on 5.x
-%global pkgversion 5.2.2
+%global pkgversion 5.2.3
# Use lua
%define with_lua 1
# Use bundled lua. If 0, then use distro lua
@@ -147,6 +147,9 @@ install -D -p -m 666 %{SOURCE2} %{buildroot}%{_datadir}/scite/SciTEGlobal.proper
%{_libdir}/*
%changelog
+* Tue May 31 2022 B. Stack <bgstack15@gmail.com> - 5.2.3-1/3.7.6-1
+- Update version
+
* Mon Apr 04 2022 B. Stack <bgstack15@gmail.com> - 5.2.2-2/3.7.6-1
- Update version
- Add tunables: gtk, lua, bundled lua, add stackrpms.lua
bgstack15