From 8af5ecddc39c0c67bdf987a5181988179a7bc09a Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 3 Jun 2020 08:36:54 -0400 Subject: scite 4.4.3 --- scite-el/README.md | 4 ++-- scite-el/scite.spec | 3 +++ scite-fedora/README.md | 4 ++-- scite-fedora/scite.spec | 5 ++++- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/scite-el/README.md b/scite-el/README.md index 6a22a2e..2d139e8 100644 --- a/scite-el/README.md +++ b/scite-el/README.md @@ -9,8 +9,8 @@ Distro | scite version ---------- | --------------- CentOS 6 | 3.7.6 CentOS 7 | 3.7.6 -CentOS 8 | 4.3.3 -Fedora 30 | 4.3.3 +CentOS 8 | 4.4.3 +Fedora 30 | 4.4.3 # Differences ## From upstream diff --git a/scite-el/scite.spec b/scite-el/scite.spec index a899b56..d2b86bb 100644 --- a/scite-el/scite.spec +++ b/scite-el/scite.spec @@ -98,6 +98,9 @@ desktop-file-install --delete-original \ %{_datadir}/applications/* %changelog +* Wed Jun 03 2020 B Stack - 4.4.3-1/3.7.6-1 +- Update version + * Tue May 05 2020 B Stack - 4.3.3-1/3.7.6-1 - Update version diff --git a/scite-fedora/README.md b/scite-fedora/README.md index 6a22a2e..2d139e8 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.3 -Fedora 30 | 4.3.3 +CentOS 8 | 4.4.3 +Fedora 30 | 4.4.3 # Differences ## From upstream diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec index 43ee922..2ddf18f 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.3 +%global pkgversion 4.4.3 %define tarballversion %( echo %pkgversion | tr -d '.' ) %define scl_env %{nil} @@ -98,6 +98,9 @@ desktop-file-install --delete-original \ %{_datadir}/applications/* %changelog +* Wed Jun 03 2020 B Stack - 4.4.3-1/3.7.6-1 +- Update version + * Tue May 05 2020 B Stack - 4.3.3-1/3.7.6-1 - Update version -- cgit From c69119e6948eb7ef9541f3106e7d892c823ad982 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 23 Jul 2020 13:57:47 -0400 Subject: scite 4.4.4 for fedora only --- scite-fedora/scite.spec | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec index 2ddf18f..9c62f6a 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.4.3 +%global pkgversion 4.4.4 %define tarballversion %( echo %pkgversion | tr -d '.' ) %define scl_env %{nil} @@ -48,24 +48,28 @@ rm -rf scite/lua %if "%{?scl_env}" != "" scl enable %{scl_env} /bin/bash <<'EOFSCL' %endif - make %{?_smp_mflags} LDFLAGS="%{?__global_ldflags}" \ - CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" DEBUG=1 -C scintilla/gtk + make %{?_smp_mflags} LDFLAGS="%{?__global_ldflags} -shared -dynamiclib" \ + CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" DEBUG=1 -C scintilla/gtk \ + libdir=%{_libdir} #Build without lua support make %{?_smp_mflags} LDFLAGS="%{?__global_ldflags}" \ - CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" DEBUG=1 NO_LUA=1 -C scite/gtk + CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" DEBUG=1 NO_LUA=1 -C scite/gtk \ + libdir=%{_libdir} %if "%{?scl_env}" != "" EOFSCL %endif %else - make %{?_smp_mflags} LDFLAGS="%{?__global_ldflags}" \ - CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" GTK3=1 DEBUG=1 -C scintilla/gtk + make %{?_smp_mflags} LDFLAGS="%{?__global_ldflags} -shared -dynamiclib" \ + CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" GTK3=1 DEBUG=1 -C scintilla/gtk \ + libdir=%{_libdir} #Build without lua support make %{?_smp_mflags} LDFLAGS="%{?__global_ldflags}" \ - CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" GTK3=1 DEBUG=1 NO_LUA=1 -C scite/gtk + CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" GTK3=1 DEBUG=1 NO_LUA=1 -C scite/gtk \ + libdir=%{_libdir} %endif %install -make DESTDIR=%{buildroot} -C scite/gtk install +make DESTDIR=%{buildroot} -C scite/gtk install libdir=%{_libdir} ln -s SciTE %{buildroot}%{_bindir}/scite # include man-page @@ -96,8 +100,12 @@ desktop-file-install --delete-original \ %{_datadir}/scite/ %{_datadir}/pixmaps/* %{_datadir}/applications/* +%{_libdir}/* %changelog +* Thu Jul 23 2020 B Stack - 4.4.4-1/3.7.6-1 +- Update version + * Wed Jun 03 2020 B Stack - 4.4.3-1/3.7.6-1 - Update version -- cgit