diff --git a/.gitignore b/.gitignore index efc77f8..642a351 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /texstudio-3.0.5.tar.gz /texstudio-3.1.0.tar.gz /texstudio-3.1.1.tar.gz +/texstudio-3.1.2.tar.gz diff --git a/sources b/sources index a41aff3..85b4e59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (texstudio-3.1.1.tar.gz) = b8c843693d781052914f43215ee42c7bafd4bffe676aede966bafa08b4b74616b55a60e611878a8f0188c84d364ba27f86425adfd4e640c7d4390b0fdfcee8c7 +SHA512 (texstudio-3.1.2.tar.gz) = c8ce74cca6620ba725c4e8ff66564cc4804f3b922877af5c4952a8cd5b43fdf2deb88c1515f457f75a67d7d29ca1d6307779b8304c0b78b37f585c61a12221c4 diff --git a/texstudio-use-system-qtsingleapplication-instead-of-bundled-on.patch b/texstudio-use-system-qtsingleapplication-instead-of-bundled-on.patch index ea4524e..9d0249c 100644 --- a/texstudio-use-system-qtsingleapplication-instead-of-bundled-on.patch +++ b/texstudio-use-system-qtsingleapplication-instead-of-bundled-on.patch @@ -1,6 +1,6 @@ -From 56b0ae1e6cd6457cd19501911b06ae731bdcc53c Mon Sep 17 00:00:00 2001 +From de9459977429efa602aeeab47471a93446f68a8c Mon Sep 17 00:00:00 2001 From: hannes -Date: Sat, 2 Jan 2021 09:27:47 +0100 +Date: Thu, 20 May 2021 18:23:43 +0200 Subject: [PATCH] qtsingle patch --- @@ -8,10 +8,10 @@ Subject: [PATCH] qtsingle patch 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/texstudio.pro b/texstudio.pro -index 72a51bf..a353278 100644 +index 40a4e51..e499cfd 100644 --- a/texstudio.pro +++ b/texstudio.pro -@@ -101,7 +101,11 @@ isEmpty(INTERNAL_TERMINAL):pkgAtLeastVersion("qtermwidget5", "0.9.0") { +@@ -105,7 +105,11 @@ isEmpty(INTERNAL_TERMINAL):pkgAtLeastVersion("qtermwidget5", "0.9.0") { message(Use experimental JS engine) } @@ -25,5 +25,5 @@ index 72a51bf..a353278 100644 # ############################## # precompile_header: PRECOMPILED_HEADER = mostQtHeaders.h -- -2.29.2 +2.31.1 diff --git a/texstudio-wtf_flags.patch b/texstudio-wtf_flags.patch index dd9aeec..c51a65c 100644 --- a/texstudio-wtf_flags.patch +++ b/texstudio-wtf_flags.patch @@ -1,40 +1,44 @@ -From 6860e474606f324e39bbf32422305cbed71c07ec Mon Sep 17 00:00:00 2001 +From 790f4430c0347a1ca51aabc8ad2566a761a0f91a Mon Sep 17 00:00:00 2001 From: hannes -Date: Sat, 2 Jan 2021 09:35:36 +0100 -Subject: [PATCH 3/3] wtf_flags +Date: Thu, 20 May 2021 18:31:19 +0200 +Subject: [PATCH 2/2] wtf --- - texstudio.pro | 15 +++++++-------- - 1 file changed, 7 insertions(+), 8 deletions(-) + texstudio.pro | 19 +++++++++---------- + 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/texstudio.pro b/texstudio.pro -index a353278..766660a 100644 +index e499cfd..1656c8c 100644 --- a/texstudio.pro +++ b/texstudio.pro -@@ -428,16 +428,15 @@ exists(./.git) { +@@ -438,18 +438,17 @@ exists(./.git) { } !win32-msvc*: { - QMAKE_CXXFLAGS_DEBUG -= -O -O1 -O2 -O3 - QMAKE_CXXFLAGS_DEBUG += -Wall -Wextra -Wmissing-include-dirs -Wunknown-pragmas -Wundef -Wpointer-arith -Winline -O0 -+ # QMAKE_CXXFLAGS_DEBUG += -Wall -Wextra -Wmissing-include-dirs -Wunknown-pragmas -Wundef -Wpointer-arith -Winline -O0 - QMAKE_CXXFLAGS += -std=c++11 ++# QMAKE_CXXFLAGS_DEBUG += -Wall -Wextra -Wmissing-include-dirs -Wunknown-pragmas -Wundef -Wpointer-arith -Winline -O0 + QMAKE_CXXFLAGS += -std=c++11 -fno-omit-frame-pointer !isEmpty(MXE): QMAKE_CXXFLAGS += -fpermissive - !win32:!haiku: QMAKE_LFLAGS += -rdynamic # option not supported by mingw and haiku - else { - QMAKE_CXXFLAGS += -gstabs -g - QMAKE_LFLAGS -= -Wl,-s -- QMAKE_LFLAGS_RELEASE -= -Wl,-s +- isEmpty(STRIP){ +- QMAKE_LFLAGS_RELEASE -= -Wl,-s +- } - } -+# !win32:!haiku: QMAKE_LFLAGS += -rdynamic # option not supported by mingw and haiku -+# else { -+# QMAKE_CXXFLAGS += -gstabs -g -+# QMAKE_LFLAGS -= -Wl,-s -+# QMAKE_LFLAGS_RELEASE -= -Wl,-s -+# } ++ # !win32:!haiku: QMAKE_LFLAGS += -rdynamic # option not supported by mingw and haiku ++ # else { ++ # QMAKE_CXXFLAGS += -gstabs -g ++ # QMAKE_LFLAGS -= -Wl,-s ++ # isEmpty(STRIP){ ++ # QMAKE_LFLAGS_RELEASE -= -Wl,-s ++ # } ++ # } } else { DEFINES += _CRT_SECURE_NO_WARNINGS } -- -2.29.2 +2.31.1 diff --git a/texstudio.spec b/texstudio.spec index e5dad91..470eb6f 100644 --- a/texstudio.spec +++ b/texstudio.spec @@ -1,5 +1,5 @@ Name: texstudio -Version: 3.1.1 +Version: 3.1.2 Release: 1%{?dist} Summary: A feature-rich editor for LaTeX documents @@ -119,6 +119,9 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1} %doc utilities/AUTHORS utilities/COPYING utilities/manual/CHANGELOG.txt %changelog +* Thu May 20 2021 Johannes Lips 3.1.2-1 +- Update to latest upstream release 3.1.2 + * Mon Feb 22 2021 Johannes Lips 3.1.1-1 - Update to latest upstream release 3.1.1