update to 1.6.7
OBS-URL: https://build.opensuse.org/package/show/Publishing/lyx?expand=0&rev=7
This commit is contained in:
parent
a374858a3d
commit
cc3e552b79
@ -1,13 +0,0 @@
|
||||
Index: lyx-1.6.3/src/frontends/qt4/LengthCombo.cpp
|
||||
===================================================================
|
||||
--- lyx-1.6.3.orig/src/frontends/qt4/LengthCombo.cpp
|
||||
+++ lyx-1.6.3/src/frontends/qt4/LengthCombo.cpp
|
||||
@@ -27,7 +27,7 @@ LengthCombo::LengthCombo(QWidget * paren
|
||||
for (int i = 0; i < lyx::num_units; i++) {
|
||||
// mu does not make sense usually
|
||||
// so it must be added manually, if needed
|
||||
- if (lyx::unit_name[i] == "mu")
|
||||
+ if (!strcmp(lyx::unit_name[i], "mu"))
|
||||
continue;
|
||||
QComboBox::addItem(lyx::qt_(lyx::unit_name_gui[i]),
|
||||
lyx::toqstr(lyx::unit_name[i]));
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b56e53e6884a9f1417811c03e5c986d79955444e8169244a2b80b0709223d15
|
||||
size 10999565
|
3
lyx-1.6.7.tar.bz2
Normal file
3
lyx-1.6.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b667a2bb56033cf40a219ec91c156f1c5785143156b48dc656ba0b369bdd79ce
|
||||
size 12087980
|
13
lyx.changes
13
lyx.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 17 12:17:19 UTC 2010 - beineri@opensuse.org
|
||||
|
||||
- update to 1.6.7:
|
||||
* fix all known stability problems with Qt 4.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 19:00:43 UTC 2010 - beineri@opensuse.org
|
||||
|
||||
- update to 1.6.5: The release comes with many fixes and improvements.
|
||||
A number of newly reported crashes were fixed, new layouts and modu-
|
||||
les were included and some long-standing requests were implemented.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 29 05:47:39 UTC 2009 - beineri@opensuse.org
|
||||
|
||||
|
12
lyx.spec
12
lyx.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lyx (Version 1.6.4)
|
||||
# spec file for package lyx (Version 1.6.7)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,17 +26,16 @@ BuildRequires: texlive-devel texlive-latex
|
||||
%else
|
||||
BuildRequires: te_latex tetex
|
||||
%endif
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Group: Productivity/Publishing/TeX/Frontends
|
||||
Requires: texlive-latex ImageMagick free-ttf-fonts
|
||||
AutoReqProv: on
|
||||
Version: 1.6.4
|
||||
Version: 1.6.7
|
||||
Release: 1
|
||||
%define rversion 1.6.4
|
||||
%define rversion 1.6.7
|
||||
Summary: LaTeX-Based WYSIWYG Editor
|
||||
Url: http://www.lyx.org/
|
||||
Source: lyx-%{rversion}.tar.bz2
|
||||
Patch0: lyx-1.6.3.diff
|
||||
Source1: lyx.desktop
|
||||
Source2: lyx.png
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -56,7 +55,6 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{rversion}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
#%{?suse_update_config:%{suse_update_config -f config}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user