From 162a734f9d9c452c3b77cea0a029526284f13422903652a3de279bc596586892 Mon Sep 17 00:00:00 2001 From: Cor Blom Date: Mon, 27 Aug 2018 20:50:19 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/Publishing/lyx?expand=0&rev=146 --- fix-build-with-Qt5.11.patch | 16 ---------------- lyx-2.3.0.tar.xz | 3 --- lyx-2.3.0.tar.xz.sig | Bin 287 -> 0 bytes lyx-2.3.1.tar.xz | 3 +++ lyx-2.3.1.tar.xz.sig | Bin 0 -> 287 bytes lyx.changes | 17 +++++++++++++++++ lyx.spec | 5 +---- 7 files changed, 21 insertions(+), 23 deletions(-) delete mode 100644 fix-build-with-Qt5.11.patch delete mode 100644 lyx-2.3.0.tar.xz delete mode 100644 lyx-2.3.0.tar.xz.sig create mode 100644 lyx-2.3.1.tar.xz create mode 100644 lyx-2.3.1.tar.xz.sig 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 15c6411ecc5c940774e815dcde8e428ff1d62532ba31ea61c5fd1ae1976f4cf9..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0RjL91p-=<0Av6P2@u|TMEb}3I4%1{2mpZP`g$z#vkz1_VD#az zrPzb7u@whEJGmfpSM@C0g@Lj8^OKY1+CGn(9*5%a}I;UP;}ICdO~j zp!TjtNy4`NWnMLhcnSs-Xc58Lt_QO!gh0(ndbl_Ito{Q~36vgTJk;1I5}&**tJdwIlR4Kn>$C?rHT#77&P6Q=OOsFib}~#5wz> zad=@gcOP=)u`*?pft4DkEcB7^8zm7l2=dC%gayEwRDnkERh)e(g literal 0 HcmV?d00001 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