OBS User unknown 2008-07-25 00:28:12 +00:00 committed by Git OBS Bridge
parent 502178e8fc
commit 3297607ca8
5 changed files with 19 additions and 23 deletions

View File

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

3
lyx-1.5.5.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 22 17:15:46 CEST 2008 - coolo@suse.de
- update to 1.5.4:
* for changelog, see http://www.lyx.org/announce/1_5_5.txt
- take out autogen.sh call
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 29 15:30:26 CEST 2008 - dmueller@suse.de Tue Apr 29 15:30:26 CEST 2008 - dmueller@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package lyx (Version 1.5.4) # spec file for package lyx (Version 1.5.5)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -23,8 +23,8 @@ License: LGPL v2.1 or later
Group: Productivity/Publishing/TeX/Frontends Group: Productivity/Publishing/TeX/Frontends
Requires: texlive-latex ImageMagick free-ttf-fonts Requires: texlive-latex ImageMagick free-ttf-fonts
AutoReqProv: on AutoReqProv: on
Version: 1.5.4 Version: 1.5.5
Release: 17 Release: 1
Summary: LaTeX-Based WYSIWYG Editor Summary: LaTeX-Based WYSIWYG Editor
Url: http://www.lyx.org/ Url: http://www.lyx.org/
Source: lyx-%{version}.tar.bz2 Source: lyx-%{version}.tar.bz2
@ -32,7 +32,6 @@ Source1: lyx.desktop
Source2: lyx.png Source2: lyx.png
Patch: strict-aliasing-punning.diff Patch: strict-aliasing-punning.diff
Patch1: lyx-1.5.3.diff Patch1: lyx-1.5.3.diff
Patch2: r24324.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -52,11 +51,10 @@ Authors:
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
%patch %patch
%patch1 %patch1
%patch2
%build %build
%{?suse_update_config:%{suse_update_config -f config}} #%{?suse_update_config:%{suse_update_config -f config}}
./autogen.sh #./autogen.sh
export CFLAGS="$RPM_OPT_FLAGS -DHAVE_STRERROR -fno-inline" export CFLAGS="$RPM_OPT_FLAGS -DHAVE_STRERROR -fno-inline"
export CXXFLAGS="$RPM_OPT_FLAGS -DHAVE_STRERROR -fno-inline" export CXXFLAGS="$RPM_OPT_FLAGS -DHAVE_STRERROR -fno-inline"
export QTDIR=/usr/lib/qt3/ export QTDIR=/usr/lib/qt3/
@ -109,6 +107,10 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man1/tex2lyx.1.gz %doc %{_mandir}/man1/tex2lyx.1.gz
%changelog %changelog
* Tue Jul 22 2008 coolo@suse.de
- update to 1.5.4:
* for changelog, see http://www.lyx.org/announce/1_5_5.txt
- take out autogen.sh call
* Tue Apr 29 2008 dmueller@suse.de * Tue Apr 29 2008 dmueller@suse.de
- add upstream fix for qt 4.4 crash on startup - add upstream fix for qt 4.4 crash on startup
* Fri Mar 07 2008 dmueller@suse.de * Fri Mar 07 2008 dmueller@suse.de

View File

@ -1,13 +0,0 @@
--- 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);
}