- Update to 2.3.7:

* Small improvements and bug fixes all over the place. For
    details see included ANNOUNCE
    or https://www.lyx.org/announce/2_3_7.txt
- Remove lyx-2.3.6-fix-gcc12.patch

OBS-URL: https://build.opensuse.org/package/show/Publishing/lyx?expand=0&rev=218
This commit is contained in:
Cor Blom 2022-12-12 07:27:33 +00:00 committed by Git OBS Bridge
parent a1955d4b5e
commit c722fd9b7d
4 changed files with 9 additions and 27 deletions

View File

@ -1,24 +0,0 @@
diff -ur lyx-2.3.6.1.orig/src/insets/InsetListings.cpp lyx-2.3.6.1/src/insets/InsetListings.cpp
--- lyx-2.3.6.1.orig/src/insets/InsetListings.cpp 2020-12-29 16:50:45.000000000 +0000
+++ lyx-2.3.6.1/src/insets/InsetListings.cpp 2022-02-03 16:22:37.983196716 +0000
@@ -44,6 +44,7 @@
#include "support/regex.h"
+#include <cstring>
#include <sstream>
using namespace std;
Only in lyx-2.3.6.1/src/insets: InsetListings.cpp~
diff -ur lyx-2.3.6.1.orig/src/lyxfind.cpp lyx-2.3.6.1/src/lyxfind.cpp
--- lyx-2.3.6.1.orig/src/lyxfind.cpp 2020-12-29 16:50:45.000000000 +0000
+++ lyx-2.3.6.1/src/lyxfind.cpp 2022-02-03 16:01:54.997152176 +0000
@@ -52,6 +52,7 @@
#include "support/lstrings.h"
#include "support/regex.h"
+#include <iterator>
using namespace std;
using namespace lyx::support;
Only in lyx-2.3.6.1/src: lyxfind.cpp~

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6bed2633419898e01a7cc350310d7d934bf591cab7259fc2581aa4c00eafa78
size 16242608

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Dec 12 07:24:12 UTC 2022 - Cor Blom <cornelis@solcon.nl>
- Update to 2.3.7:
* Small improvements and bug fixes all over the place. For
details see included ANNOUNCE
or https://www.lyx.org/announce/2_3_7.txt
- Remove lyx-2.3.6-fix-gcc12.patch
-------------------------------------------------------------------
Sat May 14 14:28:50 UTC 2022 - Cor Blom <cornelis@solcon.nl>