diff options
author | B. Stack <bgstack15@gmail.com> | 2022-06-01 00:34:15 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-06-01 00:34:15 +0000 |
commit | 2da6ea95e70bbf8db4dbac135d0c2f160b847a26 (patch) | |
tree | df23c158a7c6d4d074ea86a2102c996317c86ec2 /scite-fedora/scite.spec | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
parent | scite: split out build-with-debian-packaged lua (diff) | |
download | stackrpms-2da6ea95e70bbf8db4dbac135d0c2f160b847a26.tar.gz stackrpms-2da6ea95e70bbf8db4dbac135d0c2f160b847a26.tar.bz2 stackrpms-2da6ea95e70bbf8db4dbac135d0c2f160b847a26.zip |
Merge branch 'scite-bump' into 'master'
Scite bump
See merge request bgstack15/stackrpms!300
Diffstat (limited to 'scite-fedora/scite.spec')
-rw-r--r-- | scite-fedora/scite.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec index 1cc96e7..1507fa1 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 @@ -54,6 +54,7 @@ Source2: SciTEGlobal.properties Patch0: scite-utf8.patch %if 0%{with_lua} && !0%{with_bundled_lua} Patch2: use-lua5.4.4.patch +Patch3: 0007-Build-with-Debian-packaged-Lua.patch %endif BuildRequires: desktop-file-utils @@ -87,6 +88,7 @@ rm -rf scite/lua # Use distro lua rm -rf scite/lua %patch2 -p1 +%patch3 -p1 %endif %endif @@ -147,6 +149,10 @@ 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 +- split back out patch build-with-debian-packaged-lua + * 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 |