diff --git a/fix-build-with-Qt5.11.patch b/fix-build-with-Qt5.11.patch deleted file mode 100644 index 7328022..0000000 --- a/fix-build-with-Qt5.11.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: src/frontends/qt4/GuiDocument.cpp -=================================================================== ---- src/frontends/qt4/GuiDocument.cpp (revision b4d885ac6968df4a705d395069ea2310f10c122b) -+++ src/frontends/qt4/GuiDocument.cpp (revision 1a4404944bf5830164435b0dedb6f6bee9c7371b) -@@ -69,9 +69,10 @@ - - #include --#include -+#include - #include - #include - #include - #include -+#include - #include - #include diff --git a/lyx-2.3.0.tar.xz b/lyx-2.3.0.tar.xz deleted file mode 100644 index d120e0d..0000000 --- a/lyx-2.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:310f556adbfafd243f2c17a0be0d22fa50b9b4f7de41e66625cace8ea088b92b -size 15676680 diff --git a/lyx-2.3.0.tar.xz.sig b/lyx-2.3.0.tar.xz.sig deleted file mode 100644 index 15c6411..0000000 Binary files a/lyx-2.3.0.tar.xz.sig and /dev/null differ diff --git a/lyx-2.3.1.tar.xz b/lyx-2.3.1.tar.xz new file mode 100644 index 0000000..75d9b63 --- /dev/null +++ b/lyx-2.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebe4a0626c872fb9f0131312393fbcef6403d26eae10fa6a2b377f1412487c8 +size 15796948 diff --git a/lyx-2.3.1.tar.xz.sig b/lyx-2.3.1.tar.xz.sig new file mode 100644 index 0000000..4387d3f Binary files /dev/null and b/lyx-2.3.1.tar.xz.sig differ diff --git a/lyx.changes b/lyx.changes index 6cbb1bd..066774d 100644 --- a/lyx.changes +++ b/lyx.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Aug 27 20:33:13 UTC 2018 - cornelis@solcon.nl + +- Update to 2.3.1: + Most important changes: + * Overhaul the document painting mechanism. Now the screen is updated + asyncronously (as all normal applications do), which makes LyX + snappier, especially on repeated events. As an added bonus, subpixel + aliasing is honored in the work area. + * All python scripts distributed with LyX should now be compatible with both + python 2.x and python 3.x. + * Native filedialogs + * TEX2LYX IMPROVEMENTS: support for biblatex, chapterbib, \includeonly, + and better quotationmark detection. + * For other improvements and bugfixes, see the included ANNOUNCE file. +- Dropped fix-build-with-Qt5.11.patch, is part of this release + ------------------------------------------------------------------- Tue Jun 5 12:58:58 UTC 2018 - wbauer@tmo.at diff --git a/lyx.spec b/lyx.spec index e0dda7a..27765d0 100644 --- a/lyx.spec +++ b/lyx.spec @@ -17,7 +17,7 @@ Name: lyx -Version: 2.3.0 +Version: 2.3.1 Release: 0 Summary: WYSIWYM (What You See Is What You Mean) document processor License: GPL-2.0-or-later @@ -27,8 +27,6 @@ Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz Source1: lyxrc.dist Source2: lyx.keyring Source3: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz.sig -# PATCH-FIX-UPSTREAM fix-build-with-Qt5.11.patch -- fixes compilation with Qt 5.11 -Patch: fix-build-with-Qt5.11.patch #!BuildIgnore: lyx BuildRequires: autoconf BuildRequires: automake @@ -114,7 +112,6 @@ document under "Help" on the menubar. %prep %setup -q -%patch -p0 %build #./autogen.sh