OBS User unknown 2008-01-13 09:57:12 +00:00 committed by Git OBS Bridge
parent 8dc4b67be8
commit 03341b50d4
5 changed files with 30 additions and 9 deletions

View File

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

10
lyx-1.5.3.diff Normal file
View File

@ -0,0 +1,10 @@
--- src/support/lyxsum.cpp.orig 2008-01-12 18:10:41.000000000 +0100
+++ src/support/lyxsum.cpp 2008-01-12 18:11:17.000000000 +0100
@@ -41,6 +41,7 @@ template struct boost::detail::crc_table
// Make sure we get modern version of mmap and friends with void*,
// not `compatibility' version with caddr_t.
+#undef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 199506L
#ifdef HAVE_SYS_TYPES_H

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 12 18:39:52 CET 2008 - coolo@suse.de
- update to 1.5.3 release: various UI improvements
* see http://www.lyx.org/announce/1_5_3.txt
-------------------------------------------------------------------
Sun Aug 5 05:31:37 CEST 2007 - stbinner@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package lyx (Version 1.5.1)
# spec file for package lyx (Version 1.5.3)
#
# Copyright (c) 2007 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
# package are under the same license as the package itself.
#
@ -18,18 +18,19 @@ BuildRequires: texlive-devel texlive-latex
%else
BuildRequires: te_latex tetex
%endif
License: LGPL v2 or later
License: LGPL v2.1 or later
Group: Productivity/Publishing/TeX/Frontends
Requires: texlive-latex ImageMagick free-ttf-fonts
Autoreqprov: on
Version: 1.5.1
AutoReqProv: on
Version: 1.5.3
Release: 1
Summary: LaTeX-Based WYSIWYG Editor
URL: http://www.lyx.org/
Url: http://www.lyx.org/
Source: lyx-%{version}.tar.bz2
Source1: lyx.desktop
Source2: lyx.png
Patch: strict-aliasing-punning.diff
Patch1: lyx-1.5.3.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -48,6 +49,7 @@ Authors:
%prep
%setup -q -n %{name}-%{version}
%patch
%patch1
%build
%{?suse_update_config:%{suse_update_config -f config}}
@ -104,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man1/tex2lyx.1.gz
%changelog
* Sat Jan 12 2008 - coolo@suse.de
- update to 1.5.3 release: various UI improvements
* see http://www.lyx.org/announce/1_5_3.txt
* Sun Aug 05 2007 - stbinner@suse.de
- update to 1.5.1 release: several bugs and crashes fixed
* Sat Aug 04 2007 - stbinner@suse.de