Update to 3.1.2

This commit is contained in:
hannes 2021-05-20 18:39:24 +02:00
parent 55c6cbd62a
commit 1bf9dca3a7
5 changed files with 32 additions and 24 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (texstudio-3.1.1.tar.gz) = b8c843693d781052914f43215ee42c7bafd4bffe676aede966bafa08b4b74616b55a60e611878a8f0188c84d364ba27f86425adfd4e640c7d4390b0fdfcee8c7
SHA512 (texstudio-3.1.2.tar.gz) = c8ce74cca6620ba725c4e8ff66564cc4804f3b922877af5c4952a8cd5b43fdf2deb88c1515f457f75a67d7d29ca1d6307779b8304c0b78b37f585c61a12221c4

View File

@ -1,6 +1,6 @@
From 56b0ae1e6cd6457cd19501911b06ae731bdcc53c Mon Sep 17 00:00:00 2001
From de9459977429efa602aeeab47471a93446f68a8c Mon Sep 17 00:00:00 2001
From: hannes <hannes@fedoraproject.org>
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

View File

@ -1,40 +1,44 @@
From 6860e474606f324e39bbf32422305cbed71c07ec Mon Sep 17 00:00:00 2001
From 790f4430c0347a1ca51aabc8ad2566a761a0f91a Mon Sep 17 00:00:00 2001
From: hannes <hannes@fedoraproject.org>
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

View File

@ -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 <hannes@fedoraproject.org> 3.1.2-1
- Update to latest upstream release 3.1.2
* Mon Feb 22 2021 Johannes Lips <hannes@fedoraproject.org> 3.1.1-1
- Update to latest upstream release 3.1.1