- Added convington-fix.diff to fix regression in linguistics
module (http://www.lyx.org/trac/ticket/10340) OBS-URL: https://build.opensuse.org/package/show/Publishing/lyx?expand=0&rev=119
This commit is contained in:
parent
8e11695380
commit
89b30546f8
19
covington-fix.diff
Normal file
19
covington-fix.diff
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
Index: lib/layouts/linguistics.module
|
||||||
|
===================================================================
|
||||||
|
--- lib/layouts/linguistics.module (revision 9fbe75bea9ef3f9d484bb0e69ea9c08d2d34a2f0)
|
||||||
|
+++ lib/layouts/linguistics.module (revision c0f5c1dd9f09df4d880a1a3fb77418abaf43f723)
|
||||||
|
@@ -36,5 +36,5 @@
|
||||||
|
\@ifundefined{covexample}{%
|
||||||
|
\newenvironment{covexample}{\begin{example}}{\end{example}}%
|
||||||
|
- }
|
||||||
|
+ }{}
|
||||||
|
EndPreamble
|
||||||
|
Category Linguistics
|
||||||
|
@@ -57,5 +57,5 @@
|
||||||
|
\@ifundefined{covexamples}{%
|
||||||
|
\newenvironment{covexamples}{\begin{examples}}{\end{examples}}%
|
||||||
|
- }
|
||||||
|
+ }{}
|
||||||
|
EndPreamble
|
||||||
|
End
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 26 21:50:40 UTC 2016 - cornelis@solcon.nl
|
||||||
|
|
||||||
|
- Added convington-fix.diff to fix regression in linguistics
|
||||||
|
module (http://www.lyx.org/trac/ticket/10340)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 25 20:13:57 UTC 2016 - cornelis@solcon.nl
|
Mon Jul 25 20:13:57 UTC 2016 - cornelis@solcon.nl
|
||||||
|
|
||||||
|
3
lyx.spec
3
lyx.spec
@ -53,6 +53,8 @@ Source: ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz
|
|||||||
Source1: lyxrc.dist
|
Source1: lyxrc.dist
|
||||||
Source2: lyx.keyring
|
Source2: lyx.keyring
|
||||||
Source3: ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz.sig
|
Source3: ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz.sig
|
||||||
|
# PATCH-FIX-UPSTREAM; http://www.lyx.org/trac/ticket/10340 fix for2.2.2
|
||||||
|
Patch0: covington-fix.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: ImageMagick
|
Requires: ImageMagick
|
||||||
Requires: ghostscript
|
Requires: ghostscript
|
||||||
@ -121,6 +123,7 @@ document under "Help" on the menubar.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#./autogen.sh
|
#./autogen.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user