Hello community, here is the log from the commit of package lyx checked in at Fri Apr 27 16:48:53 CEST 2007. -------- --- lyx/lyx.changes 2006-10-21 14:38:26.000000000 +0200 +++ /mounts/work_src_done/STABLE/lyx/lyx.changes 2007-04-27 15:57:35.024455000 +0200 @@ -1,0 +2,12 @@ +Fri Apr 27 15:31:11 CEST 2007 - bg@suse.de + +- update to version 1.5.0beta2, notably: + o merge with CJK version + o initial unicode support + o qt4 frontend + o http://www.lyx.org/announce/1_5_0_beta2.txt +- use included boost (which is newer than our system boost, and + unfortunately not compatible) +- use TeXLive + +------------------------------------------------------------------- Old: ---- autogen.diff boost_regex.diff debugstream.diff lyx-1.4.2.tar.bz2 SuSEconfig.lyx New: ---- lyx-1.5.0beta2.tar.bz2 strict-aliasing-punning.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lyx.spec ++++++ --- /var/tmp/diff_new_pack.X20177/_old 2007-04-27 16:48:39.000000000 +0200 +++ /var/tmp/diff_new_pack.X20177/_new 2007-04-27 16:48:39.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package lyx (Version 1.4.2) +# spec file for package lyx (Version 1.5.0beta2) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -12,19 +12,17 @@ Name: lyx #!BuildIgnore: lyx -BuildRequires: ImageMagick aspell-devel boost-devel gv ispell libdrm-devel libjpeg-devel lprng qt3-devel sgmltool te_ams te_latex te_web update-desktop-files +BuildRequires: ImageMagick aspell-devel boost-devel gv ispell libdrm-devel libjpeg-devel libqt4-devel lprng python sgmltool texlive-devel texlive-latex update-desktop-files License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: Productivity/Publishing/TeX/Frontends -Requires: tetex te_latex ImageMagick free-ttf-fonts +Requires: texlive-latex ImageMagick free-ttf-fonts Autoreqprov: on -Version: 1.4.2 -Release: 14 +Version: 1.5.0beta2 +Release: 1 Summary: LaTeX-Based WYSIWYG Editor URL: http://www.lyx.org/ Source: lyx-%{version}.tar.bz2 -Patch: debugstream.diff -Patch1: boost_regex.diff -Patch5: autogen.diff +Patch: strict-aliasing-punning.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -43,8 +41,6 @@ %prep %setup -q -n %{name}-%{version} %patch -%patch1 -%patch5 %build %{?suse_update_config:%{suse_update_config -f config}} @@ -56,9 +52,8 @@ %configure \ --with-texmf=/usr/lib/teTeX/texmf \ --with-extra-inc=/usr/X11R6/include/X11 \ - --without-included-boost \ --with-aspell \ - --with-frontend=qt \ + --with-frontend=qt4 \ --with-qt-dir=$QTDIR \ --with-qt-libraries=$QTDIR/%{_lib} \ --with-qt-includes=$QTDIR/include @@ -101,7 +96,16 @@ %doc %{_mandir}/man1/lyxclient.1.gz %doc %{_mandir}/man1/tex2lyx.1.gz -%changelog -n lyx +%changelog +* Fri Apr 27 2007 - bg@suse.de +- update to version 1.5.0beta2, notably: + o merge with CJK version + o initial unicode support + o qt4 frontend + o http://www.lyx.org/announce/1_5_0_beta2.txt +- use included boost (which is newer than our system boost, and + unfortunately not compatible) +- use TeXLive * Sat Oct 21 2006 - schwab@suse.de - Fix bogus version check. * Mon Jul 17 2006 - bg@suse.de ++++++ strict-aliasing-punning.diff ++++++ --- ./boost/libs/iostreams/src/Makefile.am 2007/04/27 11:17:24 1.1 +++ ./boost/libs/iostreams/src/Makefile.am 2007/04/27 11:18:10 @@ -8,6 +8,7 @@ AM_CPPFLAGS += \ $(PCH_FLAGS) \ + -fno-strict-aliasing \ -DBOOST_USER_CONFIG="<config.h>" \ $(BOOST_INCLUDES) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de