Hello community, here is the log from the commit of package lyx checked in at Wed Apr 30 00:37:50 CEST 2008. -------- --- lyx/lyx.changes 2008-03-07 14:02:16.000000000 +0100 +++ lyx/lyx.changes 2008-04-29 15:30:39.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Apr 29 15:30:26 CEST 2008 - dmueller@suse.de + +- add upstream fix for qt 4.4 crash on startup + +------------------------------------------------------------------- New: ---- r24324.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lyx.spec ++++++ --- /var/tmp/diff_new_pack.G16885/_old 2008-04-30 00:30:57.000000000 +0200 +++ /var/tmp/diff_new_pack.G16885/_new 2008-04-30 00:30:57.000000000 +0200 @@ -24,7 +24,7 @@ Requires: texlive-latex ImageMagick free-ttf-fonts AutoReqProv: on Version: 1.5.4 -Release: 1 +Release: 17 Summary: LaTeX-Based WYSIWYG Editor Url: http://www.lyx.org/ Source: lyx-%{version}.tar.bz2 @@ -32,6 +32,7 @@ Source2: lyx.png Patch: strict-aliasing-punning.diff Patch1: lyx-1.5.3.diff +Patch2: r24324.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -51,6 +52,7 @@ %setup -q -n %{name}-%{version} %patch %patch1 +%patch2 %build %{?suse_update_config:%{suse_update_config -f config}} @@ -107,6 +109,8 @@ %doc %{_mandir}/man1/tex2lyx.1.gz %changelog +* Tue Apr 29 2008 dmueller@suse.de +- add upstream fix for qt 4.4 crash on startup * Fri Mar 07 2008 dmueller@suse.de - update to 1.5.4: * for a changelog, see http://www.lyx.org/announce/1_5_4.txt ++++++ r24324.diff ++++++ --- src/frontends/WorkArea.cpp +++ src/frontends/WorkArea.cpp @@ -244,10 +244,5 @@ void WorkArea::resizeBufferView() { - lyx_view_.busy(true); - lyx_view_.message(_("Formatting document...")); buffer_view_->workAreaResize(width(), height()); - lyx_view_.updateLayoutChoice(); - lyx_view_.clearMessage(); - lyx_view_.busy(false); } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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