From 5d5c8fc0cac5cff0a94600a8ee8b3e1b8933fa85 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 31 May 2022 10:40:56 -0400 Subject: scite 5.2.3 rc1 --- scite-fedora/README.md | 9 +++++---- scite-fedora/scite.spec | 5 ++++- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'scite-fedora') 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 - 5.2.3-1/3.7.6-1 +- Update version + * Mon Apr 04 2022 B. Stack - 5.2.2-2/3.7.6-1 - Update version - Add tunables: gtk, lua, bundled lua, add stackrpms.lua -- cgit