- 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
This commit is contained in:
Cor Blom 2018-08-27 20:50:19 +00:00 committed by Git OBS Bridge
parent fc82273776
commit 162a734f9d
7 changed files with 21 additions and 23 deletions

View File

@ -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 <QAbstractItemModel>
-#include <QHeaderView>
+#include <QButtonGroup>
#include <QColor>
#include <QColorDialog>
#include <QCloseEvent>
#include <QFontDatabase>
+#include <QHeaderView>
#include <QScrollBar>
#include <QTextBoundaryFinder>

View File

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

Binary file not shown.

3
lyx-2.3.1.tar.xz Normal file
View File

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

BIN
lyx-2.3.1.tar.xz.sig Normal file

Binary file not shown.

View File

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

View File

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