Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2018-01-30 15:44:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and      /work/SRC/openSUSE:Factory/.lyx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lyx"

Tue Jan 30 15:44:09 2018 rev:85 rq:570784 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2017-05-17 17:20:10.525664641 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes     2018-01-30 
15:44:28.842389159 +0100
@@ -1,0 +2,14 @@
+Mon Jan 29 20:56:16 UTC 2018 - [email protected]
+
+- Update to 2.3..0rc2:
+  This is a major feature release, with as major features:
+  * biblatex support
+  * improved quotation marks handling
+  * for more see: https://wiki.lyx.org/LyX/NewInLyX23
+- Make texlive-biber and texlive-bibtex8 recommends (because of
+  added biblatex support)
+- Clean up spec file: remove all references to older versions.
+  Because of the required automake version only Tumbleweed and 15
+  are supported.
+
+-------------------------------------------------------------------

Old:
----
  lyx-2.2.3.tar.xz
  lyx-2.2.3.tar.xz.sig

New:
----
  lyx-2.3.0rc2.tar.xz
  lyx-2.3.0rc2.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lyx.spec ++++++
--- /var/tmp/diff_new_pack.hKD60k/_old  2018-01-30 15:44:29.642351814 +0100
+++ /var/tmp/diff_new_pack.hKD60k/_new  2018-01-30 15:44:29.646351627 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lyx
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,17 @@
 
 
 Name:           lyx
-Version:        2.2.3
+Version:        2.3.0
 Release:        0
+%define rversion 2.3.0rc2
 Summary:        WYSIWYM (What You See Is What You Mean) document processor
 License:        GPL-2.0+
 Group:          Productivity/Publishing/TeX/Frontends
 Url:            http://www.lyx.org/
-Source:         ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz
+Source:         
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/lyx-2.3.0rc2/lyx-%{rversion}.tar.xz
 Source1:        lyxrc.dist
 Source2:        lyx.keyring
-Source3:        
ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz.sig
+Source3:        
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/lyx-2.3.0rc2/lyx-%{rversion}.tar.xz.sig
 #!BuildIgnore: lyx
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -43,12 +44,7 @@
 Requires:       ImageMagick
 Requires:       ghostscript
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1325
 BuildRequires:  libboost_signals-devel
-%else
-BuildRequires:  boost-devel
-%endif
-%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 && 0%{?is_opensuse}
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
@@ -59,14 +55,6 @@
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Xml)
-%else
-BuildRequires:  libqt4-devel
-%endif
-%if 0%{?suse_version} < 1230
-Requires:       texlive-latex
-Recommends:     texlive-xetex
-Recommends:     xindy
-%else
 # Goal is to require/recommends (roughly) everything that is supported in the 
GUI of LyX
 # LyX can supoort everything of LaTeX in the preamble, but not everything is 
supported in the GUI
 # I have ingored extra fonts and document classes
@@ -74,6 +62,8 @@
 Recommends:     texlive-algorithms
 Recommends:     texlive-arabi
 Recommends:     texlive-bezos
+Recommends:     texlive-biber
+Recommends:     texlive-bibtex8
 Recommends:     texlive-bibtopic
 Recommends:     texlive-braille
 Recommends:     texlive-collection-fontsrecommended
@@ -110,11 +100,6 @@
 Recommends:     texlive-picinpar
 Recommends:     texlive-shapepar
 Recommends:     texlive-sidecap
-# Only suggest biblatex/biber, because only the engine (biber) is supported in 
the GUI,
-# not biblatex itself (the only one that can use biber)
-Suggests:       texlive-biber
-Suggests:       texlive-bibtex8
-%endif
 
 %description
 LyX is a document processor that encourages an approach to writing
@@ -127,15 +112,14 @@
 document under "Help" on the menubar.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{rversion}
 
 %build
 #./autogen.sh
 TEXMF=%{_datadir}/texmf
 %configure \
-%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 && 0%{?is_opensuse}
+    --enable-build-type=rel \
     --enable-qt5 \
-%endif
     --without-included-boost \
     --without-aspell \
     --with-hunspell \



Reply via email to