commit lyx for openSUSE:Factory

2020-09-07 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2020-09-07 21:35:47

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new.3399 (New)


Package is "lyx"

Mon Sep  7 21:35:47 2020 rev:100 rq:832693 version:2.3.5.2

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2020-06-29 21:19:15.905951040 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new.3399/lyx.changes2020-09-07 
21:35:59.329398348 +0200
@@ -1,0 +2,8 @@
+Thu Sep  3 19:19:34 UTC 2020 - Cor Blom 
+
+- Place the math fonts coming with LyX in a separate package and
+  install them in the system font directory. In this way fontconfig
+  finds them, which is half of the fix for the diplay of math fonts
+  in LyX. The other half comes with the next release
+
+---



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.TLE1yw/_old  2020-09-07 21:36:00.233398768 +0200
+++ /var/tmp/diff_new_pack.TLE1yw/_new  2020-09-07 21:36:00.237398770 +0200
@@ -42,6 +42,7 @@
 BuildRequires:  enchant-devel
 BuildRequires:  fdupes
 BuildRequires:  file-devel
+BuildRequires:  fontpackages-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  hunspell-devel
 BuildRequires:  libboost_headers-devel
@@ -60,6 +61,7 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Xml)
 #!BuildIgnore: lyx
+Requires:   %{name}-fonts
 Requires:   ImageMagick
 Requires:   ghostscript
 # Goal is to require/recommends (roughly) everything that is supported in the 
GUI of LyX
@@ -110,6 +112,7 @@
 Recommends: texlive-picinpar
 Recommends: texlive-shapepar
 Recommends: texlive-sidecap
+%reconfigure_fonts_prereq
 
 %description
 LyX is a document processor that encourages an approach to writing
@@ -125,6 +128,14 @@
 (open)SUSE limits the functionaly of ImageMagick. See README.SUSE
 (in /usr/share/doc/packages/lyx/) for more information.
 
+%package fonts
+Summary:Fonts for displaying math
+Group:  System/X11/Fonts
+BuildArch:  noarch
+
+%description fonts
+A collection of Math symbol fonts for LyX.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -165,6 +176,11 @@
 mkdir -p $RPM_BUILD_ROOT$TEXMF/tex/latex
 ln -s %{_datadir}/lyx/tex $RPM_BUILD_ROOT$TEXMF/tex/latex/lyx
 
+# fonts
+install -m 0755 -d %{buildroot}%{_fontsdir}/lyx
+mv %{buildroot}%{_datadir}/lyx/fonts/*.ttf %{buildroot}%{_fontsdir}/lyx/
+rm -rf %{buildroot}%{_datadir}/lyx/fonts
+
 install -p -D -m 0644 lib/appdata.xml 
%{buildroot}%{_datadir}/appdata/lyx.appdata.xml
 
 install -p -D -m 0644 lib/scripts/bash_completion 
%{buildroot}%{_datadir}/bash-completion/completions/lyx
@@ -175,6 +191,8 @@
 
 %find_lang %{name}
 
+%reconfigure_fonts_scriptlets -c -n %{name}-fonts
+
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -203,4 +221,11 @@
 %{_mandir}/man1/tex2lyx.1%{?ext_man}
 %{_datadir}/bash-completion/completions/lyx
 
+%files fonts
+%dir %{_fontsdir}
+%dir %{_fontsdir}/lyx
+%{_fontsdir}/lyx/*.ttf
+%doc lib/fonts/BaKoMaFontLicense.txt
+%doc lib/fonts/ReadmeBaKoMa4LyX.txt
+
 %changelog






commit lyx for openSUSE:Factory

2020-06-29 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2020-06-29 21:18:41

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new.3060 (New)


Package is "lyx"

Mon Jun 29 21:18:41 2020 rev:99 rq:817758 version:2.3.5.2

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2020-06-14 18:35:35.102594709 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new.3060/lyx.changes2020-06-29 
21:19:15.905951040 +0200
@@ -1,0 +2,7 @@
+Mon Jun 29 16:43:30 UTC 2020 - Andreas Stieger 
+
+- lyx 2.3.5.2:
+  * fix quotation marks being reversed in moving arguments when
+hyperref is enabled
+
+---

Old:

  lyx-2.3.5.1.tar.xz
  lyx-2.3.5.1.tar.xz.sig

New:

  lyx-2.3.5.2.tar.xz
  lyx-2.3.5.2.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.jRAacO/_old  2020-06-29 21:19:16.737953615 +0200
+++ /var/tmp/diff_new_pack.jRAacO/_new  2020-06-29 21:19:16.741953627 +0200
@@ -17,16 +17,16 @@
 
 
 Name:   lyx
-Version:2.3.5
+Version:2.3.5.2
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0-or-later
 Group:  Productivity/Publishing/TeX/Frontends
 URL:http://www.lyx.org/
-Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.1.tar.xz
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz
 Source1:lyxrc.dist
 Source2:lyx.keyring
-Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.1.tar.xz.sig
+Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz.sig
 Source4:README.SUSE
 # PATCH-FIX-UPSTREAM to satisfy rpmlint - use #! /usr/bin/python as shebang
 # See: 
https://www.lyx.org/trac/changeset/cac27076ead10684270520670adc6bd004793361/lyxgit
@@ -126,7 +126,7 @@
 (in /usr/share/doc/packages/lyx/) for more information.
 
 %prep
-%setup -q -n lyx-2.3.5-1
+%setup -q
 %patch0 -p1
 %patch1 -p1
 

++ lyx-2.3.5.1.tar.xz -> lyx-2.3.5.2.tar.xz ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.3.5.1.tar.xz 
/work/SRC/openSUSE:Factory/.lyx.new.3060/lyx-2.3.5.2.tar.xz differ: char 26, 
line 1





commit lyx for openSUSE:Factory

2020-06-14 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2020-06-14 18:32:49

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new.3606 (New)


Package is "lyx"

Sun Jun 14 18:32:49 2020 rev:98 rq:814491 version:2.3.5

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2020-06-09 00:09:59.358407923 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new.3606/lyx.changes2020-06-14 
18:35:35.102594709 +0200
@@ -1,0 +2,12 @@
+Sat Jun 13 20:57:10 UTC 2020 - Cor Blom 
+
+- Don't use %autopatch, gives problems with patches in branched
+  packages.
+
+---
+Sat Jun 13 16:02:54 UTC 2020 - Matej Cepl 
+
+- Add remove_python_shebang.patch to get rid of all remaining
+  python2 shebangs.
+
+---

New:

  remove_python_shebang.patch



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.J5Hffw/_old  2020-06-14 18:35:35.754596785 +0200
+++ /var/tmp/diff_new_pack.J5Hffw/_new  2020-06-14 18:35:35.754596785 +0200
@@ -33,6 +33,9 @@
 # Upstream also made change to python3 in master. Because 2.3.1 is compatible 
with both
 # python2 and 3 we follow and switch to python3
 Patch0: correct-shebang.patch
+# PATCH-FIX-UPSTREAM remove_python_shebang.patch mc...@suse.com
+# remove all instances of python2 shebang lines
+Patch1: remove_python_shebang.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bc
@@ -125,6 +128,7 @@
 %prep
 %setup -q -n lyx-2.3.5-1
 %patch0 -p1
+%patch1 -p1
 
 %build
 #./autogen.sh



++ remove_python_shebang.patch ++
--- a/development/cmake/doc/ReplaceValues.py
+++ b/development/cmake/doc/ReplaceValues.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 
 from __future__ import print_function
 
--- a/development/cmake/po/cat.py
+++ b/development/cmake/po/cat.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 
 from __future__ import print_function
 
--- a/development/cmake/po/unix2dos.py
+++ b/development/cmake/po/unix2dos.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 
 ###
 import sys
--- a/development/tools/gen_lfuns.py
+++ b/development/tools/gen_lfuns.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # file gen_lfuns.py
--- a/development/tools/generate_symbols_images.py
+++ b/development/tools/generate_symbols_images.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # file generate_symbols_images.py
--- a/development/tools/generate_symbols_list.py
+++ b/development/tools/generate_symbols_list.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # file generate_symbols_images.py
--- a/development/tools/mergepo.py
+++ b/development/tools/mergepo.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # file mergepo.py
--- a/development/tools/unicodesymbols.py
+++ b/development/tools/unicodesymbols.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # file unciodesymbols.py
--- a/development/tools/updatedocs.py
+++ b/development/tools/updatedocs.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # file updatedocs.py
--- a/development/tools/updatelayouts.py
+++ b/development/tools/updatelayouts.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # file updatelayouts.py
--- a/po/Makefile.in
+++ b/po/Makefile.in
@@ -14,7 +14,7 @@ VERSION = 2.3.5-1
 PACKAGE_BUGREPORT = lyx-de...@lists.lyx.org
 
 # ADDED FOR LYX
-PYTHON = /usr/bin/python
+PYTHON = /usr/bin/python3
 
 SED = /usr/bin/sed
 SHELL = /bin/sh
--- a/po/lyx_pot.py
+++ b/po/lyx_pot.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # file lyx_pot.py
--- a/po/postats.py
+++ b/po/postats.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 # Copyright (C) 2007 Michael Gerz 
 # Copyright (C) 2007 José Matos 
--- a/src/tex2lyx/test/runtests.py
+++ b/src/tex2lyx/test/runtests.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # file src/tex2lyx/test/runtests.py
--- a/development/autotests/keytest.py
+++ b/development/autotests/keytest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 # This script generates hundreds of random keypresses per second,
 #  and sends them to the lyx window
--- a/development/keystest/cache-bisect.py
+++ b/development/keystest/cache-bisect.py
@@ 

commit lyx for openSUSE:Factory

2020-06-08 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2020-06-09 00:08:09

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new.3606 (New)


Package is "lyx"

Tue Jun  9 00:08:09 2020 rev:97 rq:812582 version:2.3.5

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2020-05-02 22:17:23.688543262 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new.3606/lyx.changes2020-06-09 
00:09:59.358407923 +0200
@@ -1,0 +2,16 @@
+Mon Jun  8 11:39:08 UTC 2020 - Cor Blom 
+
+- Because of some packaging errors the name of the package now has
+  number 2.3.5.1, but this is actually 2.3.5 inside, numbered as
+  2.3.5-1. It's a bit confusing. I decided to maintain 2.3.5 as
+  version number.
+
+---
+Mon Jun  1 20:50:45 UTC 2020 - Cor Blom 
+
+- Update to 2.3.5:
+  * This is a maintenance release. Details can be found in the included
+ANNOUNCE file or on https://www.lyx.org/announce/2_3_5.txt
+  * Perhaps most interesting is added support for inkscape 1.0  
+
+---

Old:

  lyx-2.3.4.4.tar.bz2
  lyx-2.3.4.4.tar.bz2.sig

New:

  lyx-2.3.5.1.tar.xz
  lyx-2.3.5.1.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.D1P2HT/_old  2020-06-09 00:10:00.870412564 +0200
+++ /var/tmp/diff_new_pack.D1P2HT/_new  2020-06-09 00:10:00.874412576 +0200
@@ -17,16 +17,16 @@
 
 
 Name:   lyx
-Version:2.3.4.4
+Version:2.3.5
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0-or-later
 Group:  Productivity/Publishing/TeX/Frontends
 URL:http://www.lyx.org/
-Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.bz2
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.1.tar.xz
 Source1:lyxrc.dist
 Source2:lyx.keyring
-Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.bz2.sig
+Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.1.tar.xz.sig
 Source4:README.SUSE
 # PATCH-FIX-UPSTREAM to satisfy rpmlint - use #! /usr/bin/python as shebang
 # See: 
https://www.lyx.org/trac/changeset/cac27076ead10684270520670adc6bd004793361/lyxgit
@@ -123,7 +123,7 @@
 (in /usr/share/doc/packages/lyx/) for more information.
 
 %prep
-%setup -q
+%setup -q -n lyx-2.3.5-1
 %patch0 -p1
 
 %build





commit lyx for openSUSE:Factory

2020-05-02 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2020-05-02 22:17:21

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new.2738 (New)


Package is "lyx"

Sat May  2 22:17:21 2020 rev:96 rq:799496 version:2.3.4.4

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2020-02-13 10:11:22.720335211 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new.2738/lyx.changes2020-05-02 
22:17:23.688543262 +0200
@@ -1,0 +2,6 @@
+Fri May  1 10:19:44 UTC 2020 - Andreas Stieger 
+
+- update to 2.3.4.4:
+  * fixes for platforms other than GNU/Linux
+
+---

Old:

  lyx-2.3.4.2.tar.xz
  lyx-2.3.4.2.tar.xz.sig

New:

  lyx-2.3.4.4.tar.bz2
  lyx-2.3.4.4.tar.bz2.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.hppl2P/_old  2020-05-02 22:17:24.968545944 +0200
+++ /var/tmp/diff_new_pack.hppl2P/_new  2020-05-02 22:17:24.972545952 +0200
@@ -17,16 +17,16 @@
 
 
 Name:   lyx
-Version:2.3.4.2
+Version:2.3.4.4
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0-or-later
 Group:  Productivity/Publishing/TeX/Frontends
 URL:http://www.lyx.org/
-Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.bz2
 Source1:lyxrc.dist
 Source2:lyx.keyring
-Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz.sig
+Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.bz2.sig
 Source4:README.SUSE
 # PATCH-FIX-UPSTREAM to satisfy rpmlint - use #! /usr/bin/python as shebang
 # See: 
https://www.lyx.org/trac/changeset/cac27076ead10684270520670adc6bd004793361/lyxgit

++ lyx-2.3.4.2.tar.xz -> lyx-2.3.4.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.3.4.2.tar.xz 
/work/SRC/openSUSE:Factory/.lyx.new.2738/lyx-2.3.4.4.tar.bz2 differ: char 1, 
line 1





commit lyx for openSUSE:Factory

2020-02-13 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2020-02-13 10:11:19

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new.26092 (New)


Package is "lyx"

Thu Feb 13 10:11:19 2020 rev:95 rq:773612 version:2.3.4.2

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2020-02-03 11:13:47.677859377 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new.26092/lyx.changes   2020-02-13 
10:11:22.720335211 +0100
@@ -1,0 +2,10 @@
+Sun Feb  9 13:23:44 UTC 2020 - Cor Blom 
+
+- Update to 2.3.4.2, fixing four bugs:
+  * lyx bug #11728: five second delay when saving files on windows
+  * crash related to math toolbar
+  * lyx bug #11724: bad output Beamer presentation in combination
+with certain page geometry settings
+  * lyx bug #11579: CJKUtf8 not possible in ERT
+
+---

Old:

  lyx-2.3.4.tar.xz
  lyx-2.3.4.tar.xz.sig

New:

  lyx-2.3.4.2.tar.xz
  lyx-2.3.4.2.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.9ckp2w/_old  2020-02-13 10:11:24.072335995 +0100
+++ /var/tmp/diff_new_pack.9ckp2w/_new  2020-02-13 10:11:24.072335995 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   lyx
-Version:2.3.4
+Version:2.3.4.2
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0-or-later

++ lyx-2.3.4.tar.xz -> lyx-2.3.4.2.tar.xz ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.3.4.tar.xz 
/work/SRC/openSUSE:Factory/.lyx.new.26092/lyx-2.3.4.2.tar.xz differ: char 26, 
line 1





commit lyx for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2020-02-03 11:13:42

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new.26092 (New)


Package is "lyx"

Mon Feb  3 11:13:42 2020 rev:94 rq:769126 version:2.3.4

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2019-08-22 10:52:00.765702782 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new.26092/lyx.changes   2020-02-03 
11:13:47.677859377 +0100
@@ -1,0 +2,10 @@
+Sun Jan 12 21:46:18 UTC 2020 - Cor Blom 
+
+- Update to 2.3.4:
+  * This is a maintenance release. Details can be found in the included
+ANNOUNCE file or on https://www.lyx.org/announce/2_3_4.txt
+  * Most important fixes are the return of Dutch translation and
+improvements for RTL text
+- update correct-shebang.patch
+
+---

Old:

  lyx-2.3.3.tar.xz
  lyx-2.3.3.tar.xz.sig

New:

  lyx-2.3.4.tar.xz
  lyx-2.3.4.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.rlIEe0/_old  2020-02-03 11:13:49.169860131 +0100
+++ /var/tmp/diff_new_pack.rlIEe0/_new  2020-02-03 11:13:49.173860133 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lyx
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   lyx
-Version:2.3.3
+Version:2.3.4
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0-or-later

++ correct-shebang.patch ++
--- /var/tmp/diff_new_pack.rlIEe0/_old  2020-02-03 11:13:49.205860149 +0100
+++ /var/tmp/diff_new_pack.rlIEe0/_new  2020-02-03 11:13:49.205860149 +0100
@@ -1,33 +1,33 @@
 diff -ur a/lib/configure.py b/lib/configure.py
 a/lib/configure.py 2018-08-28 21:49:44.0 +0200
-+++ b/lib/configure.py 2018-08-29 23:44:58.310928948 +0200
+--- a/lib/configure.py 2020-01-12 19:58:38.0 +0100
 b/lib/configure.py 2020-01-12 22:41:55.30400 +0100
 @@ -1,4 +1,4 @@
--#! /usr/bin/env python
+-#! /usr/bin/python
 +#! /usr/bin/python3
  # -*- coding: utf-8 -*-
  #
  # file configure.py
 diff -ur a/lib/lyx2lyx/lyx2lyx b/lib/lyx2lyx/lyx2lyx
 a/lib/lyx2lyx/lyx2lyx  2018-08-28 21:49:44.0 +0200
-+++ b/lib/lyx2lyx/lyx2lyx  2018-08-29 23:46:17.080401969 +0200
+--- a/lib/lyx2lyx/lyx2lyx  2020-01-12 19:58:39.0 +0100
 b/lib/lyx2lyx/lyx2lyx  2020-01-12 22:42:52.76800 +0100
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
-+#! /usr/bin/python3
++#! /usr/bin/env python3
  # -*- coding: utf-8 -*-
  # Copyright (C) 2002-2011 The LyX Team
  # Copyright (C) 2002-2007 José Matos 
 diff -ur a/lib/lyx2lyx/profiling.py b/lib/lyx2lyx/profiling.py
 a/lib/lyx2lyx/profiling.py 2018-08-28 21:49:44.0 +0200
-+++ b/lib/lyx2lyx/profiling.py 2018-08-29 23:46:36.432763866 +0200
+--- a/lib/lyx2lyx/profiling.py 2020-01-12 19:58:39.0 +0100
 b/lib/lyx2lyx/profiling.py 2020-01-12 22:43:08.37600 +0100
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
-+#! /usr/bin/python3
++#! /usr/bin/env python3
  # -*- coding: utf-8 -*-
  # Copyright (C) 2004 José Matos 
  #
 diff -ur a/lib/scripts/listerrors b/lib/scripts/listerrors
 a/lib/scripts/listerrors   2018-08-28 21:49:44.0 +0200
-+++ b/lib/scripts/listerrors   2018-08-29 23:47:06.305322496 +0200
+--- a/lib/scripts/listerrors   2020-01-12 19:58:39.0 +0100
 b/lib/scripts/listerrors   2020-01-12 22:44:09.72800 +0100
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
 +#!/usr/bin/python3
@@ -35,8 +35,8 @@
  # file listerrors
  # This file is part of LyX, the document processor.
 diff -ur a/lib/scripts/svg2pdftex.py b/lib/scripts/svg2pdftex.py
 a/lib/scripts/svg2pdftex.py2018-08-28 21:49:44.0 +0200
-+++ b/lib/scripts/svg2pdftex.py2018-08-29 23:47:27.381716633 +0200
+--- a/lib/scripts/svg2pdftex.py2020-01-12 19:58:39.0 +0100
 b/lib/scripts/svg2pdftex.py2020-01-12 22:44:42.58800 +0100
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
 +#!/usr/bin/python3
@@ -44,8 +44,8 @@
  
  # file svg2pdftex.py
 diff -ur a/lib/scripts/svg2pstex.py b/lib/scripts/svg2pstex.py
 a/lib/scripts/svg2pstex.py 2018-08-28 21:49:44.0 +0200
-+++ b/lib/scripts/svg2pstex.py 2018-08-29 23:47:42.970008140 +0200
+--- a/lib/scripts/svg2pstex.py 2020-01-12 19:58:39.0 +0100
 b/lib/scripts/svg2pstex.py 2020-01-12 22:45:07.32400 +0100
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
 +#!/usr/bin/python3

++ 

commit lyx for openSUSE:Factory

2019-08-22 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2019-08-22 10:51:58

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new.22127 (New)


Package is "lyx"

Thu Aug 22 10:51:58 2019 rev:93 rq:724791 version:2.3.3

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2019-07-11 13:15:56.506813732 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new.22127/lyx.changes   2019-08-22 
10:52:00.765702782 +0200
@@ -1,0 +2,6 @@
+Tue Aug 13 10:23:13 UTC 2019 - Cor Blom 
+
+- Add Recommends: texlive-todonotes (supported since version 2.2.0)
+- Add Recommends: texlive-fixme (supported since version 2.2.0)
+
+---



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.vj2lwj/_old  2019-08-22 10:52:01.821702640 +0200
+++ /var/tmp/diff_new_pack.vj2lwj/_new  2019-08-22 10:52:01.821702640 +0200
@@ -79,6 +79,7 @@
 Recommends: texlive-endnotes
 Recommends: texlive-esint
 Recommends: texlive-esint-type1
+Recommends: texlive-fixme
 Recommends: texlive-forest
 Recommends: texlive-fragments
 Recommends: texlive-ifsym
@@ -95,6 +96,7 @@
 Recommends: texlive-splitindex
 Recommends: texlive-tcolorbox
 Recommends: texlive-textgreek
+Recommends: texlive-todonotes
 Recommends: texlive-units
 Recommends: texlive-wrapfig
 Recommends: texlive-zhmetrics






commit lyx for openSUSE:Factory

2019-07-11 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2019-07-11 13:15:41

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new.4615 (New)


Package is "lyx"

Thu Jul 11 13:15:41 2019 rev:92 rq:713564 version:2.3.3

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2019-03-18 10:40:51.943309156 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new.4615/lyx.changes2019-07-11 
13:15:56.506813732 +0200
@@ -1,0 +2,23 @@
+Thu Jul  4 15:12:50 UTC 2019 - Cor Blom 
+
+- Add README.SUSE and refer to that in %description to explain
+  limited functionality of ImageMagick in openSUSE
+
+---
+Wed Jul  3 19:43:35 UTC 2019 - Cor Blom 
+
+- Update the description in the spec file with information on
+  security setting for ImageMagick in openSUSE. See boo#1139928
+  It seems the only thing we can do about it.
+
+---
+Tue Jun 25 18:39:19 UTC 2019 - Cor Blom 
+
+- Update to 2.3.3:
+  This is a bugfix release with only minor improvements that are
+  not really bugfixes. The many details can be found here:
+  https://www.lyx.org/announce/2_3_3.txt
+- Removed upstream patch: fix_boost_169.patch
+- Improved spec file a bit
+
+---

Old:

  fix_boost_169.patch
  lyx-2.3.2.tar.xz
  lyx-2.3.2.tar.xz.sig

New:

  README.SUSE
  lyx-2.3.3.tar.xz
  lyx-2.3.3.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.RyuAyA/_old  2019-07-11 13:15:58.970812957 +0200
+++ /var/tmp/diff_new_pack.RyuAyA/_new  2019-07-11 13:15:58.994812949 +0200
@@ -12,29 +12,27 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   lyx
-Version:2.3.2
+Version:2.3.3
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0-or-later
 Group:  Productivity/Publishing/TeX/Frontends
-Url:http://www.lyx.org/
+URL:http://www.lyx.org/
 Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz
 Source1:lyxrc.dist
 Source2:lyx.keyring
 Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz.sig
+Source4:README.SUSE
 # PATCH-FIX-UPSTREAM to satisfy rpmlint - use #! /usr/bin/python as shebang
 # See: 
https://www.lyx.org/trac/changeset/cac27076ead10684270520670adc6bd004793361/lyxgit
 # Upstream also made change to python3 in master. Because 2.3.1 is compatible 
with both
 # python2 and 3 we follow and switch to python3
 Patch0: correct-shebang.patch
-# PATCH-FIX-UPSTREAM: fix build with boost 1.69
-Patch1: fix_boost_169.patch
-#!BuildIgnore: lyx
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bc
@@ -43,14 +41,11 @@
 BuildRequires:  file-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  hunspell-devel
+BuildRequires:  libboost_headers-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
-Requires:   ImageMagick
-Requires:   ghostscript
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libboost_headers-devel
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
@@ -61,6 +56,9 @@
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Xml)
+#!BuildIgnore: lyx
+Requires:   ImageMagick
+Requires:   ghostscript
 # Goal is to require/recommends (roughly) everything that is supported in the 
GUI of LyX
 # LyX can supoort everything of LaTeX in the preamble, but not everything is 
supported in the GUI
 # I have ingored extra fonts and document classes
@@ -118,10 +116,13 @@
 LyX can check the LaTeX installation by opening the LaTeX Configuration
 document under "Help" on the menubar.
 
+LyX uses ImageMagick to deal with images. For security reasons
+(open)SUSE limits the functionaly of ImageMagick. See README.SUSE
+(in /usr/share/doc/packages/lyx/) for more information.
+
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 #./autogen.sh
@@ -152,7 +153,7 @@
 popd
 
 cp ANNOUNCE COPYING NEWS \
-   README README.localization RELEASE-NOTES UPGRADING \
+   README README.localization RELEASE-NOTES UPGRADING %{SOURCE4} \
%{buildroot}/%{_defaultdocdir}/%{name}/
 
 mkdir -p 

commit lyx for openSUSE:Factory

2019-03-18 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2019-03-18 10:40:45

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new.28833 (New)


Package is "lyx"

Mon Mar 18 10:40:45 2019 rev:91 rq:685416 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2018-12-12 17:31:39.894635640 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new.28833/lyx.changes   2019-03-18 
10:40:51.943309156 +0100
@@ -1,0 +2,5 @@
+Fri Mar 15 13:49:18 UTC 2019 - Cor Blom 
+
+- Add fix_boost_169.patch to fix build with boost 1.69.
+
+---

New:

  fix_boost_169.patch



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.WT5F2Y/_old  2019-03-18 10:40:52.871308022 +0100
+++ /var/tmp/diff_new_pack.WT5F2Y/_new  2019-03-18 10:40:52.871308022 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lyx
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -32,6 +32,8 @@
 # Upstream also made change to python3 in master. Because 2.3.1 is compatible 
with both
 # python2 and 3 we follow and switch to python3
 Patch0: correct-shebang.patch
+# PATCH-FIX-UPSTREAM: fix build with boost 1.69
+Patch1: fix_boost_169.patch
 #!BuildIgnore: lyx
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -119,6 +121,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 #./autogen.sh

++ fix_boost_169.patch ++
diff -ur a/src/support/FileName.cpp b/src/support/FileName.cpp
--- a/src/support/FileName.cpp  2018-12-09 21:04:52.0 +0100
+++ b/src/support/FileName.cpp  2019-03-15 14:56:04.22000 +0100
@@ -67,15 +67,6 @@
 using namespace std;
 using namespace lyx::support;
 
-// OK, this is ugly, but it is the only workaround I found to compile
-// with gcc (any version) on a system which uses a non-GNU toolchain.
-// The problem is that gcc uses a weak symbol for a particular
-// instantiation and that the system linker usually does not
-// understand those weak symbols (seen on HP-UX, tru64, AIX and
-// others). Thus we force an explicit instanciation of this particular
-// template (JMarc)
-template struct boost::detail::crc_table_t<32, 0x04C11DB7, true>;
-
 namespace lyx {
 namespace support {
 





commit lyx for openSUSE:Factory

2018-12-12 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2018-12-12 17:31:29

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new.28833 (New)


Package is "lyx"

Wed Dec 12 17:31:29 2018 rev:90 rq:657513 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2018-11-20 22:45:14.866218979 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new.28833/lyx.changes   2018-12-12 
17:31:39.894635640 +0100
@@ -1,0 +2,16 @@
+Mon Dec 10 13:15:31 UTC 2018 - Cor Blom 
+
+- Update to 2.3.2: this is a maintenance update.
+  * Too many changes to list here, but they are all minor updates
+bugfixes. The most notable are:
+  * DOCUMENT INPUT/OUTPUT:
++ Add support for non-ASCII characters in hyperlinks (bug 11165)
++ Support rotated table cells with linebreaks (bug 8085)
+  * TEX2LYX IMPROVEMENTS:
++ Add support for multirow (bug 11164)
++ Improve import of titling commands other than \maketitle (bug 6461)
+  * For more details see included ANNOUNCE file
+- Added texlive-menukeys to Recommends: key symbols are supported
+  now via menukeys packages (part of LyX bug #10641)
+
+---

Old:

  lyx-2.3.1-2.tar.xz
  lyx-2.3.1-2.tar.xz.sig

New:

  lyx-2.3.2.tar.xz
  lyx-2.3.2.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.NFDylr/_old  2018-12-12 17:31:41.278633894 +0100
+++ /var/tmp/diff_new_pack.NFDylr/_new  2018-12-12 17:31:41.282633889 +0100
@@ -12,21 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   lyx
-Version:2.3.1
+Version:2.3.2
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0-or-later
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://www.lyx.org/
-Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}-2.tar.xz
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz
 Source1:lyxrc.dist
 Source2:lyx.keyring
-Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}-2.tar.xz.sig
+Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz.sig
 # PATCH-FIX-UPSTREAM to satisfy rpmlint - use #! /usr/bin/python as shebang
 # See: 
https://www.lyx.org/trac/changeset/cac27076ead10684270520670adc6bd004793361/lyxgit
 # Upstream also made change to python3 in master. Because 2.3.1 is compatible 
with both
@@ -83,6 +83,7 @@
 Recommends: texlive-fragments
 Recommends: texlive-ifsym
 Recommends: texlive-mathdots
+Recommends: texlive-menukeys
 Recommends: texlive-mhchem
 Recommends: texlive-multirow
 Recommends: texlive-nomencl

++ lyx-2.3.1-2.tar.xz -> lyx-2.3.2.tar.xz ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.3.1-2.tar.xz 
/work/SRC/openSUSE:Factory/.lyx.new.28833/lyx-2.3.2.tar.xz differ: char 25, 
line 1





commit lyx for openSUSE:Factory

2018-11-20 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2018-11-20 22:44:40

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new.19453 (New)


Package is "lyx"

Tue Nov 20 22:44:40 2018 rev:89 rq:650548 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2018-09-15 15:40:33.992815471 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new.19453/lyx.changes   2018-11-20 
22:45:14.866218979 +0100
@@ -1,0 +2,6 @@
+Tue Nov 20 16:38:22 UTC 2018 - adam.ma...@suse.de
+
+- Drop BR: dependency on libboost_signals-devel. Lyx has been updated
+  to use Boost.Signals2 instead.
+
+---



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.MC1the/_old  2018-11-20 22:45:15.634218681 +0100
+++ /var/tmp/diff_new_pack.MC1the/_new  2018-11-20 22:45:15.638218679 +0100
@@ -48,7 +48,7 @@
 Requires:   ImageMagick
 Requires:   ghostscript
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libboost_signals-devel
+BuildRequires:  libboost_headers-devel
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)






commit lyx for openSUSE:Factory

2018-06-08 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2018-06-08 23:14:52

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is "lyx"

Fri Jun  8 23:14:52 2018 rev:87 rq:614363 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2018-02-27 17:00:19.630905586 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2018-06-08 
23:15:00.701047443 +0200
@@ -1,0 +2,5 @@
+Tue Jun  5 12:58:58 UTC 2018 - wba...@tmo.at
+
+- Added fix-build-with-Qt5.11.patch to fix build with Qt 5.11
+
+---

New:

  fix-build-with-Qt5.11.patch



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.7QZey5/_old  2018-06-08 23:15:02.024999628 +0200
+++ /var/tmp/diff_new_pack.7QZey5/_new  2018-06-08 23:15:02.024999628 +0200
@@ -27,6 +27,8 @@
 Source1:lyxrc.dist
 Source2:lyx.keyring
 Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz.sig
+# PATCH-FIX-UPSTREAM fix-build-with-Qt5.11.patch -- fixes compilation with Qt 
5.11
+Patch:  fix-build-with-Qt5.11.patch
 #!BuildIgnore: lyx
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -112,6 +114,7 @@
 
 %prep
 %setup -q
+%patch -p0
 
 %build
 #./autogen.sh

++ fix-build-with-Qt5.11.patch ++
Index: src/frontends/qt4/GuiDocument.cpp
===
--- src/frontends/qt4/GuiDocument.cpp   (revision 
b4d885ac6968df4a705d395069ea2310f10c122b)
+++ src/frontends/qt4/GuiDocument.cpp   (revision 
1a4404944bf5830164435b0dedb6f6bee9c7371b)
@@ -69,9 +69,10 @@
 
 #include 
-#include 
+#include 
 #include 
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 





commit lyx for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2018-02-27 17:00:00

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is "lyx"

Tue Feb 27 17:00:00 2018 rev:86 rq:580544 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2018-01-30 15:44:28.842389159 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2018-02-27 
17:00:19.630905586 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 09:40:37 UTC 2018 - corne...@solcon.nl
+
+- Update to 2.3.0 release
+
+---

Old:

  lyx-2.3.0rc2.tar.xz
  lyx-2.3.0rc2.tar.xz.sig

New:

  lyx-2.3.0.tar.xz
  lyx-2.3.0.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.DwaKyw/_old  2018-02-27 17:00:22.126815405 +0100
+++ /var/tmp/diff_new_pack.DwaKyw/_new  2018-02-27 17:00:22.126815405 +0100
@@ -19,15 +19,14 @@
 Name:   lyx
 Version:2.3.0
 Release:0
-%define rversion 2.3.0rc2
 Summary:WYSIWYM (What You See Is What You Mean) document processor
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://www.lyx.org/
-Source: 
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/lyx-2.3.0rc2/lyx-%{rversion}.tar.xz
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz
 Source1:lyxrc.dist
 Source2:lyx.keyring
-Source3:
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/lyx-2.3.0rc2/lyx-%{rversion}.tar.xz.sig
+Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz.sig
 #!BuildIgnore: lyx
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -112,7 +111,7 @@
 document under "Help" on the menubar.
 
 %prep
-%setup -q -n %{name}-%{rversion}
+%setup -q
 
 %build
 #./autogen.sh

++ lyx-2.3.0rc2.tar.xz -> lyx-2.3.0.tar.xz ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.3.0rc2.tar.xz 
/work/SRC/openSUSE:Factory/.lyx.new/lyx-2.3.0.tar.xz differ: char 25, line 1





commit lyx for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2018-01-30 15:44:09

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is "lyx"

Tue Jan 30 15:44:09 2018 rev:85 rq:570784 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2017-05-17 17:20:10.525664641 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2018-01-30 
15:44:28.842389159 +0100
@@ -1,0 +2,14 @@
+Mon Jan 29 20:56:16 UTC 2018 - corne...@solcon.nl
+
+- Update to 2.3..0rc2:
+  This is a major feature release, with as major features:
+  * biblatex support
+  * improved quotation marks handling
+  * for more see: https://wiki.lyx.org/LyX/NewInLyX23
+- Make texlive-biber and texlive-bibtex8 recommends (because of
+  added biblatex support)
+- Clean up spec file: remove all references to older versions.
+  Because of the required automake version only Tumbleweed and 15
+  are supported.
+
+---

Old:

  lyx-2.2.3.tar.xz
  lyx-2.2.3.tar.xz.sig

New:

  lyx-2.3.0rc2.tar.xz
  lyx-2.3.0rc2.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.hKD60k/_old  2018-01-30 15:44:29.642351814 +0100
+++ /var/tmp/diff_new_pack.hKD60k/_new  2018-01-30 15:44:29.646351627 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lyx
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,17 @@
 
 
 Name:   lyx
-Version:2.2.3
+Version:2.3.0
 Release:0
+%define rversion 2.3.0rc2
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://www.lyx.org/
-Source: ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz
+Source: 
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/lyx-2.3.0rc2/lyx-%{rversion}.tar.xz
 Source1:lyxrc.dist
 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/devel/lyx-2.3/lyx-2.3.0rc2/lyx-%{rversion}.tar.xz.sig
 #!BuildIgnore: lyx
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -43,12 +44,7 @@
 Requires:   ImageMagick
 Requires:   ghostscript
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1325
 BuildRequires:  libboost_signals-devel
-%else
-BuildRequires:  boost-devel
-%endif
-%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 && 0%{?is_opensuse}
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
@@ -59,14 +55,6 @@
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Xml)
-%else
-BuildRequires:  libqt4-devel
-%endif
-%if 0%{?suse_version} < 1230
-Requires:   texlive-latex
-Recommends: texlive-xetex
-Recommends: xindy
-%else
 # Goal is to require/recommends (roughly) everything that is supported in the 
GUI of LyX
 # LyX can supoort everything of LaTeX in the preamble, but not everything is 
supported in the GUI
 # I have ingored extra fonts and document classes
@@ -74,6 +62,8 @@
 Recommends: texlive-algorithms
 Recommends: texlive-arabi
 Recommends: texlive-bezos
+Recommends: texlive-biber
+Recommends: texlive-bibtex8
 Recommends: texlive-bibtopic
 Recommends: texlive-braille
 Recommends: texlive-collection-fontsrecommended
@@ -110,11 +100,6 @@
 Recommends: texlive-picinpar
 Recommends: texlive-shapepar
 Recommends: texlive-sidecap
-# Only suggest biblatex/biber, because only the engine (biber) is supported in 
the GUI,
-# not biblatex itself (the only one that can use biber)
-Suggests:   texlive-biber
-Suggests:   texlive-bibtex8
-%endif
 
 %description
 LyX is a document processor that encourages an approach to writing
@@ -127,15 +112,14 @@
 document under "Help" on the menubar.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{rversion}
 
 %build
 #./autogen.sh
 TEXMF=%{_datadir}/texmf
 %configure \
-%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 && 0%{?is_opensuse}
+--enable-build-type=rel \
 --enable-qt5 \
-%endif
 --without-included-boost \
 --without-aspell \
 --with-hunspell \





commit lyx for openSUSE:Factory

2017-05-17 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2017-05-17 17:18:54

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is "lyx"

Wed May 17 17:18:54 2017 rev:84 rq:495509 version:2.2.3

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2017-03-03 17:53:37.452093259 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2017-05-17 
17:20:10.525664641 +0200
@@ -1,0 +2,9 @@
+Sun May  7 19:54:11 UTC 2017 - corne...@solcon.nl
+
+- Update to 2.2.3:
+  * Bugfix release
+  * For details see http://www.lyx.org/announce/2_2_3.txt (also
+included as ANNOUNCE file) 
+- Dropped Qt58.patch 
+
+---

Old:

  Qt58.patch
  lyx-2.2.2.tar.xz
  lyx-2.2.2.tar.xz.sig

New:

  lyx-2.2.3.tar.xz
  lyx-2.2.3.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.vR7BQD/_old  2017-05-17 17:20:13.005314933 +0200
+++ /var/tmp/diff_new_pack.vR7BQD/_new  2017-05-17 17:20:13.009314369 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   lyx
-Version:2.2.2
+Version:2.2.3
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+
@@ -27,8 +27,6 @@
 Source1:lyxrc.dist
 Source2:lyx.keyring
 Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz.sig
-# PATCH-FIX-UPSTREAM: fix for build with Qt 5.8
-Patch0: Qt58.patch
 #!BuildIgnore: lyx
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -130,7 +128,6 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
 #./autogen.sh

++ lyx-2.2.2.tar.xz -> lyx-2.2.3.tar.xz ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.2.2.tar.xz 
/work/SRC/openSUSE:Factory/.lyx.new/lyx-2.2.3.tar.xz differ: char 26, line 1





commit lyx for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2017-03-03 17:53:36

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is "lyx"

Fri Mar  3 17:53:36 2017 rev:83 rq:461733 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2017-02-20 13:15:47.910523675 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2017-03-03 
17:53:37.452093259 +0100
@@ -1,0 +2,5 @@
+Wed Mar  1 22:22:17 UTC 2017 - corne...@solcon.nl
+
+- Added Qt58.patch to fix build with Qt 5.8
+
+---

New:

  Qt58.patch



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.WpxTNE/_old  2017-03-03 17:53:38.391960509 +0100
+++ /var/tmp/diff_new_pack.WpxTNE/_new  2017-03-03 17:53:38.395959943 +0100
@@ -27,6 +27,8 @@
 Source1:lyxrc.dist
 Source2:lyx.keyring
 Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz.sig
+# PATCH-FIX-UPSTREAM: fix for build with Qt 5.8
+Patch0: Qt58.patch
 #!BuildIgnore: lyx
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -128,6 +130,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 #./autogen.sh

++ Qt58.patch ++
Index: src/frontends/qt4/GuiViewSource.cpp
===
--- src/frontends/qt4/GuiViewSource.cpp (revision 
adb00dbcf803298651609c0afac02bc4cb3db003)
+++ src/frontends/qt4/GuiViewSource.cpp (revision 
9f2fcf20a51af2b63161a3290cf5fb02474b42b9)
@@ -224,12 +224,7 @@
// position-to-row is unavailable
// we jump to the first modification
-   const QChar * oc = old.constData();
-   const QChar * nc = qcontent.constData();
+   int length = min(old.length(), qcontent.length());
int pos = 0;
-   while (*oc != '\0' && *nc != '\0' && *oc == *nc) {
-   ++oc;
-   ++nc;
-   ++pos;
-   }
+   for (; pos < length && old.at(pos) == qcontent.at(pos); ++pos) 
{}
QTextCursor c = QTextCursor(viewSourceTV->document());
//get some space below the cursor





commit lyx for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2017-02-20 13:15:46

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is "lyx"

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2017-02-03 17:49:39.439248108 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2017-02-20 
13:15:47.910523675 +0100
@@ -1,0 +2,7 @@
+Sun Feb 19 15:06:07 UTC 2017 - mailaen...@opensuse.org
+
+- install appdata.xml for https://en.opensuse.org/openSUSE:AppStore
+- install bash completion
+- add missing desktop/icon update macros
+
+---



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.3j4pJ4/_old  2017-02-20 13:15:49.014368474 +0100
+++ /var/tmp/diff_new_pack.3j4pJ4/_new  2017-02-20 13:15:49.038365101 +0100
@@ -17,19 +17,37 @@
 
 
 Name:   lyx
+Version:2.2.2
+Release:0
+Summary:WYSIWYM (What You See Is What You Mean) document processor
+License:GPL-2.0+
+Group:  Productivity/Publishing/TeX/Frontends
+Url:http://www.lyx.org/
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz
+Source1:lyxrc.dist
+Source2:lyx.keyring
+Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz.sig
 #!BuildIgnore: lyx
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bc
+BuildRequires:  enchant-devel
+BuildRequires:  fdupes
+BuildRequires:  file-devel
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  hunspell-devel
+BuildRequires:  pkgconfig
+BuildRequires:  python
+BuildRequires:  update-desktop-files
+BuildRequires:  zlib-devel
+Requires:   ImageMagick
+Requires:   ghostscript
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_signals-devel
 %else
 BuildRequires:  boost-devel
 %endif
-BuildRequires:  enchant-devel
-BuildRequires:  fdupes
-BuildRequires:  file-devel
-BuildRequires:  hunspell-devel
 %if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 && 0%{?is_opensuse}
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Core)
@@ -44,22 +62,6 @@
 %else
 BuildRequires:  libqt4-devel
 %endif
-BuildRequires:  python
-BuildRequires:  update-desktop-files
-BuildRequires:  zlib-devel
-Version:2.2.2
-Release:0
-Summary:WYSIWYM (What You See Is What You Mean) document processor
-License:GPL-2.0+
-Group:  Productivity/Publishing/TeX/Frontends
-Url:http://www.lyx.org/
-Source: ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz
-Source1:lyxrc.dist
-Source2:lyx.keyring
-Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz.sig
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   ImageMagick
-Requires:   ghostscript
 %if 0%{?suse_version} < 1230
 Requires:   texlive-latex
 Recommends: texlive-xetex
@@ -124,7 +126,6 @@
 LyX can check the LaTeX installation by opening the LaTeX Configuration
 document under "Help" on the menubar.
 
-
 %prep
 %setup -q
 
@@ -143,47 +144,64 @@
 
 %install
 TEXMF=%{_datadir}/texmf
-make install DESTDIR=$RPM_BUILD_ROOT TEXMF=$TEXMF
+make install DESTDIR=%{buildroot} TEXMF=$TEXMF
 
 # some defaults
-install -p -m644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.dist
+install -p -m644 -D %{SOURCE1} %{buildroot}%{_datadir}/lyx/lyxrc.dist
 
-mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
-pushd $RPM_BUILD_ROOT%{_datadir}/lyx/doc/
+mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
+pushd %{buildroot}%{_datadir}/lyx/doc/
 for i in *
 do
 ln -s %{_datadir}/lyx/doc/$i \
- $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/
+ %{buildroot}/%{_defaultdocdir}/%{name}/
 done
 popd
+
 cp ANNOUNCE COPYING NEWS \
README README.localization RELEASE-NOTES UPGRADING \
-   $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/
+   %{buildroot}/%{_defaultdocdir}/%{name}/
+
 mkdir -p $RPM_BUILD_ROOT$TEXMF/tex/latex
 ln -s %{_datadir}/lyx/tex $RPM_BUILD_ROOT$TEXMF/tex/latex/lyx
+
+install -p -D -m 0644 lib/appdata.xml 
%{buildroot}%{_datadir}/appdata/lyx.appdata.xml
+
+install -p -D -m 0644 lib/scripts/bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/lyx
+
 %suse_update_desktop_file lyx Office WordProcessor
-%fdupes -s $RPM_BUILD_ROOT
-%find_lang %name
 
-%files -f %name.lang
+%fdupes -s %{buildroot}%{_prefix}
+
+%find_lang %{name}
+
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
+
+%files -f %{name}.lang
 

commit lyx for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2017-02-02 15:44:18

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is "lyx"

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2016-10-18 10:43:45.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2017-02-03 
17:49:39.439248108 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 14:23:38 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.sWR4Yg/_old  2017-02-03 17:49:40.459104326 +0100
+++ /var/tmp/diff_new_pack.sWR4Yg/_new  2017-02-03 17:49:40.463103761 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lyx
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,11 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bc
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_signals-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  enchant-devel
 BuildRequires:  fdupes
 BuildRequires:  file-devel






commit lyx for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2016-10-18 10:43:43

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is "lyx"

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2016-08-29 15:46:50.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2016-10-18 
10:43:45.0 +0200
@@ -1,0 +2,13 @@
+Mon Oct 10 18:15:45 UTC 2016 - corne...@solcon.nl
+
+- Now really add Recommends: texlive-forest, as stated earlier.
+
+---
+Mon Oct 10 17:56:11 UTC 2016 - corne...@solcon.nl
+
+- Update to 2.2.2:
+  * Bugfix release
+  * For details see http://www.lyx.org/announce/2_2_2.txt
+- Dropped covington-fix.diff (now part of release)
+
+---

Old:

  covington-fix.diff
  lyx-2.2.1.tar.xz
  lyx-2.2.1.tar.xz.sig

New:

  lyx-2.2.2.tar.xz
  lyx-2.2.2.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.LKQiO8/_old  2016-10-18 10:43:46.0 +0200
+++ /var/tmp/diff_new_pack.LKQiO8/_new  2016-10-18 10:43:46.0 +0200
@@ -43,7 +43,7 @@
 BuildRequires:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
-Version:2.2.1
+Version:2.2.2
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+
@@ -53,8 +53,6 @@
 Source1:lyxrc.dist
 Source2:lyx.keyring
 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
 Requires:   ImageMagick
 Requires:   ghostscript
@@ -81,6 +79,7 @@
 Recommends: texlive-endnotes
 Recommends: texlive-esint
 Recommends: texlive-esint-type1
+Recommends: texlive-forest
 Recommends: texlive-fragments
 Recommends: texlive-ifsym
 Recommends: texlive-mathdots
@@ -124,7 +123,6 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
 #./autogen.sh

++ lyx-2.2.1.tar.xz -> lyx-2.2.2.tar.xz ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.2.1.tar.xz 
/work/SRC/openSUSE:Factory/.lyx.new/lyx-2.2.2.tar.xz differ: char 26, line 1





commit lyx for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2016-08-29 15:43:38

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is "lyx"

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2016-07-27 16:13:25.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2016-08-29 
15:46:50.0 +0200
@@ -1,0 +2,10 @@
+Fri Aug 26 21:50:40 UTC 2016 - corne...@solcon.nl
+
+- Added covington-fix.diff to fix regression in linguistics
+  module (http://www.lyx.org/trac/ticket/10340)
+- Added Recommends: texlive-forest, required by the linguistics
+  manual 
+- Added Recommends: texlive-tcolorbox, required by colored boxes
+  manual
+
+---

New:

  covington-fix.diff



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.Lb0cuU/_old  2016-08-29 15:46:53.0 +0200
+++ /var/tmp/diff_new_pack.Lb0cuU/_new  2016-08-29 15:46:53.0 +0200
@@ -53,6 +53,8 @@
 Source1:lyxrc.dist
 Source2:lyx.keyring
 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
 Requires:   ImageMagick
 Requires:   ghostscript
@@ -91,6 +93,7 @@
 Recommends: texlive-refstyle
 Recommends: texlive-rotfloat
 Recommends: texlive-splitindex
+Recommends: texlive-tcolorbox
 Recommends: texlive-textgreek
 Recommends: texlive-units
 Recommends: texlive-wrapfig
@@ -121,6 +124,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 #./autogen.sh

++ covington-fix.diff ++
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






commit lyx for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2016-07-27 16:13:15

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is "lyx"

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2016-05-30 09:56:37.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2016-07-27 
16:13:25.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 25 20:13:57 UTC 2016 - corne...@solcon.nl
+
+- Update to 2.2.1:
+  * For details see http://www.lyx.org/announce/2_2_1.txt
+
+---

Old:

  lyx-2.2.0.tar.xz
  lyx-2.2.0.tar.xz.sig

New:

  lyx-2.2.1.tar.xz
  lyx-2.2.1.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.Q4Q43S/_old  2016-07-27 16:13:27.0 +0200
+++ /var/tmp/diff_new_pack.Q4Q43S/_new  2016-07-27 16:13:27.0 +0200
@@ -43,7 +43,7 @@
 BuildRequires:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
-Version:2.2.0
+Version:2.2.1
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+

++ lyx-2.2.0.tar.xz -> lyx-2.2.1.tar.xz ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.2.0.tar.xz 
/work/SRC/openSUSE:Factory/.lyx.new/lyx-2.2.1.tar.xz differ: char 25, line 1





commit lyx for openSUSE:Factory

2016-05-30 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2016-05-30 09:56:31

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is "lyx"

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2015-12-24 12:16:41.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2016-05-30 
09:56:37.0 +0200
@@ -1,0 +2,12 @@
+Tue May 24 08:08:54 UTC 2016 - corne...@solcon.nl
+
+- Update to 2.2.0:
+  * For details see http://wiki.lyx.org/LyX/NewInLyX22
+- For Leap and Tumbleweed switch to Qt5
+- Removed work-around-gcc5-bug.patch, which is included in this
+  release
+- Remove lyx-2.1.4-xdg_open.patch, let's use what lyx itself
+  provides instead of endlessly meintaining this patch
+- Remove lyx-2.1.2.2-remove-date-time.patch, not necessary anymore
+
+---

Old:

  lyx-2.1.2.2-remove-date-time.patch
  lyx-2.1.4-xdg_open.patch
  lyx-2.1.4.tar.xz
  lyx-2.1.4.tar.xz.sig
  work-around-gcc5-bug.patch

New:

  lyx-2.2.0.tar.xz
  lyx-2.2.0.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.DgNZqL/_old  2016-05-30 09:56:38.0 +0200
+++ /var/tmp/diff_new_pack.DgNZqL/_new  2016-05-30 09:56:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lyx
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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,26 +26,33 @@
 BuildRequires:  fdupes
 BuildRequires:  file-devel
 BuildRequires:  hunspell-devel
+%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 && 0%{?is_opensuse}
+BuildRequires:  pkgconfig(Qt5Concurrent)
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5PrintSupport)
+BuildRequires:  pkgconfig(Qt5Script)
+BuildRequires:  pkgconfig(Qt5Sql)
+BuildRequires:  pkgconfig(Qt5Svg)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Xml)
+%else
 BuildRequires:  libqt4-devel
+%endif
 BuildRequires:  python
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
-Version:2.1.4
+BuildRequires:  zlib-devel
+Version:2.2.0
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://www.lyx.org/
-Source: ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/lyx-%{version}.tar.xz
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz
 Source1:lyxrc.dist
 Source2:lyx.keyring
-Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/lyx-%{version}.tar.xz.sig
-# xdg patch
-# This was rejected by upstream 
(http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133878.html)
-Patch0: lyx-2.1.4-xdg_open.patch
-Patch1: lyx-2.1.2.2-remove-date-time.patch
-# PATCH-FIX-USTREAM: fix for crash on Tumbleweed (boo#943840)
-Patch2: work-around-gcc5-bug.patch
+Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz.sig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   ImageMagick
 Requires:   ghostscript
@@ -114,14 +121,14 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 #./autogen.sh
 TEXMF=%{_datadir}/texmf
 %configure \
+%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 && 0%{?is_opensuse}
+--enable-qt5 \
+%endif
 --without-included-boost \
 --without-aspell \
 --with-hunspell \

++ lyx-2.1.4.tar.xz -> lyx-2.2.0.tar.xz ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.1.4.tar.xz 
/work/SRC/openSUSE:Factory/.lyx.new/lyx-2.2.0.tar.xz differ: char 25, line 1





commit lyx for openSUSE:Factory

2015-12-24 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2015-12-24 12:16:37

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is "lyx"

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2015-10-25 14:18:11.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2015-12-24 
12:16:41.0 +0100
@@ -1,0 +2,4 @@
+Sat Dec 19 14:52:07 UTC 2015 - corne...@solcon.nl
+
+- Added work-around-gcc5-bug.patch to fix boo#943840
+---

New:

  work-around-gcc5-bug.patch



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.qSrug2/_old  2015-12-24 12:16:42.0 +0100
+++ /var/tmp/diff_new_pack.qSrug2/_new  2015-12-24 12:16:42.0 +0100
@@ -44,6 +44,8 @@
 # This was rejected by upstream 
(http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133878.html)
 Patch0: lyx-2.1.4-xdg_open.patch
 Patch1: lyx-2.1.2.2-remove-date-time.patch
+# PATCH-FIX-USTREAM: fix for crash on Tumbleweed (boo#943840)
+Patch2: work-around-gcc5-bug.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   ImageMagick
 Requires:   ghostscript
@@ -114,6 +116,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 #./autogen.sh



++ work-around-gcc5-bug.patch ++
diff -ur a/src/output_xhtml.cpp b/src/output_xhtml.cpp
--- a/src/output_xhtml.cpp  2015-07-24 19:55:28.0 +0200
+++ b/src/output_xhtml.cpp  2015-12-19 13:56:37.546589700 +0100
@@ -245,68 +245,66 @@
return "";
 }
 
-StartTag fontToStartTag(html::FontTypes type)
- {
-   string tag = fontToTag(type);
+string fontToAttribute(html::FontTypes type)
+{
switch(type) {
case FT_EMPH:
-   return html::StartTag(tag);
case FT_BOLD:
-   return html::StartTag(tag);
+   return "";
case FT_NOUN:
-   return html::StartTag(tag, "class='lyxnoun'");
+   return "class='lyxnoun'";
case FT_UBAR:
-   return html::StartTag(tag);
+   return "";
case FT_DBAR:
-   return html::StartTag(tag, "class='dline'");
+   return "class='dline'";
case FT_SOUT:
-   return html::StartTag(tag, "class='strikeout'");
+   return "class='strikeout'";
case FT_WAVE:
-   return html::StartTag(tag, "class='wline'");
+   return "class='wline'";
case FT_ITALIC:
-   return html::StartTag(tag);
+   return "";
case FT_UPRIGHT:
-   return html::StartTag(tag, "style='font-style:normal;'");
+   return "style='font-style:normal;'";
case FT_SLANTED:
-   return html::StartTag(tag, "style='font-style:oblique;'");
+   return "style='font-style:oblique;'";
case FT_SMALLCAPS:
-   return html::StartTag(tag, "style='font-variant:small-caps;'");
+   return "style='font-variant:small-caps;'";
case FT_ROMAN:
-   return html::StartTag(tag, "style='font-family:serif;'");
+   return "style='font-family:serif;'";
case FT_SANS:
-   return html::StartTag(tag, "style='font-family:sans-serif;'");
+   return "style='font-family:sans-serif;'";
case FT_TYPE:
-   return html::StartTag(tag, "style='font-family:monospace;'");
+   return "style='font-family:monospace;'";
case FT_SIZE_TINY:
case FT_SIZE_SCRIPT:
case FT_SIZE_FOOTNOTE:
-   return html::StartTag(tag, "style='font-size:x-small;'");
+   return "style='font-size:x-small;'";
case FT_SIZE_SMALL:
-   return html::StartTag(tag, "style='font-size:small;'");
+   return "style='font-size:small;'";
case FT_SIZE_NORMAL:
-   return html::StartTag(tag, "style='font-size:normal;'");
+   return "style='font-size:normal;'";
case FT_SIZE_LARGE:
-   return html::StartTag(tag, "style='font-size:large;'");
+   return "style='font-size:large;'";
case FT_SIZE_LARGER:
case FT_SIZE_LARGEST:
-   return html::StartTag(tag, "style='font-size:x-large;'");
+   return "style='font-size:x-large;'";
case FT_SIZE_HUGE:
case FT_SIZE_HUGER:
-   return html::StartTag(tag, "style='font-size:xx-large;'");
+   return "style='font-size:xx-large;'";
case FT_SIZE_INCREASE:
-   return html::StartTag(tag, 

commit lyx for openSUSE:Factory

2015-10-25 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2015-10-25 14:18:10

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is "lyx"

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2015-08-01 11:39:09.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2015-10-25 
14:18:11.0 +0100
@@ -1,0 +2,6 @@
+Mon Oct 12 08:24:33 UTC 2015 - corne...@solcon.nl
+
+- Added Recommends: texlive-shapepar, which is needed by the
+  Additional Lyx Features manual.
+
+---



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.F8Pfy8/_old  2015-10-25 14:18:13.0 +0100
+++ /var/tmp/diff_new_pack.F8Pfy8/_new  2015-10-25 14:18:13.0 +0100
@@ -91,6 +91,7 @@
 Recommends: texlive-braket
 Recommends: texlive-diagbox
 Recommends: texlive-picinpar
+Recommends: texlive-shapepar
 Recommends: texlive-sidecap
 # Only suggest biblatex/biber, because only the engine (biber) is supported in 
the GUI,
 # not biblatex itself (the only one that can use biber)






commit lyx for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2015-08-01 11:39:08

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2015-06-23 12:00:22.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2015-08-01 
11:39:09.0 +0200
@@ -1,0 +2,26 @@
+Sun Jul 26 22:28:55 UTC 2015 - corne...@solcon.nl
+
+- Update to 2.1.4:
+  * New support for PDF forms.
+  * Add low-resolution PDF export format (needs an installed
+ghostscript).
+  * Add possibility via the layout file to prevent LyX from loading
+inputenc.
+  * support for the math commands  \lvert, \rvert, \lVert, and \rVert
+(bug 3538).
+  * Fix some missing symbols in math completer.
+  * Split different indices in the outliner (bug 7012).
+  * Clarify the function of Tools  Preferences  Look  Feel 
+Save Documents Compressed by Default (bug 7822).
+  * Update instant previews when modifying the screen zoom factor
+(bug 8258).
+  * Documentation and localization updates.
+  * Bugfixes.
+  * For details see for details see
+http://www.lyx.org/announce/2_1_4.txt or included ANNOUNCE file
+- Removed Automake-15.patch and Fix-build-with-GNU-libstdc++-C++11
+  -ABI.patch, which are now included in this release.
+- Updated lyx-2.1.4-xdg_open.patch (from lyx-2.1.2-xdg_open.patch)
+- Added ghostscript to Requires to support new low-res export.
+
+---

Old:

  Automake-15.patch
  Fix-build-with-GNU-libstdc++-C++11-ABI.patch
  lyx-2.1.2-xdg_open.patch
  lyx-2.1.3.tar.xz
  lyx-2.1.3.tar.xz.sig

New:

  lyx-2.1.4-xdg_open.patch
  lyx-2.1.4.tar.xz
  lyx-2.1.4.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.U0YTiH/_old  2015-08-01 11:39:11.0 +0200
+++ /var/tmp/diff_new_pack.U0YTiH/_new  2015-08-01 11:39:11.0 +0200
@@ -30,7 +30,7 @@
 BuildRequires:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-Version:2.1.3
+Version:2.1.4
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+
@@ -42,13 +42,11 @@
 Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/lyx-%{version}.tar.xz.sig
 # xdg patch
 # This was rejected by upstream 
(http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133878.html)
-Patch0: lyx-2.1.2-xdg_open.patch
+Patch0: lyx-2.1.4-xdg_open.patch
 Patch1: lyx-2.1.2.2-remove-date-time.patch
-# The following patches are from the 2.1.x branch, fixes build with gcc5
-Patch2: Fix-build-with-GNU-libstdc++-C++11-ABI.patch
-Patch3: Automake-15.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   ImageMagick
+Requires:   ghostscript
 %if 0%{?suse_version}  1230
 Requires:   texlive-latex
 Recommends: texlive-xetex
@@ -115,11 +113,9 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
-./autogen.sh
+#./autogen.sh
 TEXMF=%{_datadir}/texmf
 %configure \
 --without-included-boost \

++ lyx-2.1.2-xdg_open.patch - lyx-2.1.4-xdg_open.patch ++
--- /work/SRC/openSUSE:Factory/lyx/lyx-2.1.2-xdg_open.patch 2014-09-28 
19:54:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx-2.1.4-xdg_open.patch
2015-08-01 11:39:09.0 +0200
@@ -1,7 +1,7 @@
-diff -ur lyx-2.1.2.orig/lib/configure.py lyx-2.1.2/lib/configure.py
 lyx-2.1.2.orig/lib/configure.py2014-09-16 18:31:40.0 +0200
-+++ lyx-2.1.2/lib/configure.py 2014-09-17 13:01:46.266158060 +0200
-@@ -594,7 +594,7 @@
+diff -ur lyx-2.1.4.orig/lib/configure.py lyx-2.1.4/lib/configure.py
+--- lyx-2.1.4.orig/lib/configure.py2015-07-24 19:55:28.0 +0200
 lyx-2.1.4/lib/configure.py 2015-07-27 00:18:24.521801009 +0200
+@@ -596,7 +596,7 @@
  \Format tiff   tif TIFF%s %s  
image/tiff
  \Format xbmxbm XBM %s %s  
image/x-xbitmap
  \Format xpmxpm XPM %s %s  
image/x-xpixmap'''
@@ -10,7 +10,7 @@
  path, ie = checkEditorNoRC('a raster image editor', ['gimp-remote', 
'gimp'], rc_entry = [imageformats])
  addToRC(imageformats % \
  (iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, 
ie, iv, ie) )
-@@ -633,7 +633,7 @@
+@@ -635,7 +635,7 @@
  \Format excel  xlsExcel spreadsheet%%document   
application/vnd.ms-excel
  \Format oocalc odsOpenOffice spreadsheet   %%document   
application/vnd.oasis.opendocument.spreadsheet'''])
  

commit lyx for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2015-06-23 12:00:15

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2015-02-11 16:45:28.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2015-06-23 
12:00:22.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 22 13:08:54 UTC 2015 - corne...@solcon.nl
+
+- Added Fix-build-with-GNU-libstdc++-C++11-ABI.patch and
+  Automake-15.patch to fix build with Factory (gcc5).
+
+---

New:

  Automake-15.patch
  Fix-build-with-GNU-libstdc++-C++11-ABI.patch



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.riCJlP/_old  2015-06-23 12:00:23.0 +0200
+++ /var/tmp/diff_new_pack.riCJlP/_new  2015-06-23 12:00:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lyx
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,8 @@
 
 Name:   lyx
 #!BuildIgnore: lyx
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  bc
 BuildRequires:  boost-devel
 BuildRequires:  enchant-devel
@@ -42,6 +44,9 @@
 # This was rejected by upstream 
(http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133878.html)
 Patch0: lyx-2.1.2-xdg_open.patch
 Patch1: lyx-2.1.2.2-remove-date-time.patch
+# The following patches are from the 2.1.x branch, fixes build with gcc5
+Patch2: Fix-build-with-GNU-libstdc++-C++11-ABI.patch
+Patch3: Automake-15.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   ImageMagick
 %if 0%{?suse_version}  1230
@@ -110,9 +115,11 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
-#./autogen.sh
+./autogen.sh
 TEXMF=%{_datadir}/texmf
 %configure \
 --without-included-boost \

++ Automake-15.patch ++
--- lyx-2.1.3/autogen.sh.orig   2015-02-07 16:25:07.0 +0100
+++ lyx-2.1.3/autogen.sh2015-06-21 23:37:56.961228499 +0200
@@ -16,7 +16,7 @@
 }
 
 case $automake_version in
-*' '1.[8-9]*|*' '1.1[01234]*)
+*' '1.[8-9]*|*' '1.1[012345]*)
;;
 *)
 
++ Fix-build-with-GNU-libstdc++-C++11-ABI.patch ++
diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4
index 61ea48d..a0094c1 100644
--- a/config/lyxinclude.m4
+++ b/config/lyxinclude.m4
@@ -120,37 +120,65 @@ done
 ])dnl
 
 
-AC_DEFUN([LYX_PROG_CXX_WORKS],
-[rm -f conftest.C
-cat conftest.C EOF
-class foo {
-   // we require the mutable keyword
-   mutable int bar;
- };
- // we require namespace support
- namespace baz {
-   int bar;
- }
- int main() {
-   return(0);
- }
-EOF
-$CXX -c $CXXFLAGS $CPPFLAGS conftest.C 5 || CXX=
-rm -f conftest.C conftest.o conftest.obj || true
+dnl Usage: LYX_PROG_CLANG: set lyx_cv_prog_clang to yes if the compiler is 
clang.
+AC_DEFUN([LYX_PROG_CLANG],
+[AC_CACHE_CHECK([whether the compiler is clang],
+   [lyx_cv_prog_clang],
+[AC_TRY_COMPILE([], [
+#ifndef __clang__
+   this is not clang
+#endif
+],
+[lyx_cv_prog_clang=yes ; CLANG=yes], [lyx_cv_prog_clang=no ; CLANG=no])])
 ])
 
 
-AC_DEFUN([LYX_PROG_CXX],
-[AC_MSG_CHECKING([for a good enough C++ compiler])
-LYX_SEARCH_PROG(CXX, $CXX $CCC g++ gcc c++ CC cxx xlC cc++, 
[LYX_PROG_CXX_WORKS])
+dnl Usage: LYX_LIB_STDCXX: set lyx_cv_lib_stdcxx to yes if the STL library is 
libstdc++.
+AC_DEFUN([LYX_LIB_STDCXX],
+[AC_CACHE_CHECK([whether STL is libstdc++],
+   [lyx_cv_lib_stdcxx],
+[AC_TRY_COMPILE([#includevector], [
+#if ! defined(__GLIBCXX__)  ! defined(__GLIBCPP__)
+   this is not libstdc++
+#endif
+],
+[lyx_cv_lib_stdcxx=yes], [lyx_cv_lib_stdcxx=no])])
+])
 
-if test -z $CXX ; then
-  AC_MSG_ERROR([Unable to find a good enough C++ compiler])
-fi
-AC_MSG_RESULT($CXX)
 
-AC_PROG_CXX
-AC_PROG_CXXCPP
+dnl Usage: LYX_LIB_STDCXX_CXX11_ABI: set lyx_cv_lib_stdcxx_cxx11_abi to yes
+dnlif the STL library is GNU libstdc++ and the C++11 ABI is used.
+AC_DEFUN([LYX_LIB_STDCXX_CXX11_ABI],
+[AC_CACHE_CHECK([whether STL is libstdc++ using the C++11 ABI],
+   [lyx_cv_lib_stdcxx_cxx11_abi],
+[AC_TRY_COMPILE([#includevector], [
+#if ! defined(_GLIBCXX_USE_CXX11_ABI) || ! _GLIBCXX_USE_CXX11_ABI
+   this is not libstdc++ using the C++11 ABI
+#endif
+],
+[lyx_cv_lib_stdcxx_cxx11_abi=yes], [lyx_cv_lib_stdcxx_cxx11_abi=no])])
+])
+
+
+AC_DEFUN([LYX_PROG_CXX],
+[AC_REQUIRE([AC_PROG_CXX])

commit lyx for openSUSE:Factory

2015-02-11 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2015-02-11 16:45:25

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2015-01-22 21:49:15.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2015-02-11 
16:45:28.0 +0100
@@ -1,0 +2,36 @@
+Fri Feb  6 09:50:49 UTC 2015 - corne...@solcon.nl
+
+- Update to version 2.1.3:
+  * Add support for some conference poster classes (a0poster,
+beamerposter, sciposter)
+  * Add support for the sectionbox and tcolorbox packages
+  * Add support for PDF annotations (via pdfcomment package)
+  * TEX2LYX improvements:
+- Support for bibliographies using the package bibtopic.
+- Support for textual references (LaTeX-command \namref from
+  the package nameref).
+- Support for items in itemize environments that have an
+  optional argument.
+- Support for the math font of the Iwona and Kurier font
+  families.
+- Support for the Libertine fonts.
+- Support for a relative length as paragraph separation.
+- Support for relative lengths in horizontal and vertical
+  spaces.
+- Support for glue lengths in horizontal and vertical spaces.
+  * USER INTERFACE
+- References no longer truncated in outliner (bug 9312).
+- Allow computing selected subformulas with computer algebra
+  systems.
+- Number correctly footnotes in title layouts.
+- Ctrl+A is now bound to inset-select-all, which does a local
+  selection (current inset) and grows at each new invokation.
+- Debug options in message pane are now sorted alphabetically.
+  * Documentation and localisation updates.
+  * Bugfixes.
+  * For details see for details see
+http://www.lyx.org/announce/2_1_3.txt or included ANNOUNCE file
+- Added texlive-pdfcomments to Recommends to support new function
+  in 2.1.3.
+
+---

Old:

  lyx-2.1.2.2.tar.xz
  lyx-2.1.2.2.tar.xz.sig

New:

  lyx-2.1.3.tar.xz
  lyx-2.1.3.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.THMd1w/_old  2015-02-11 16:45:29.0 +0100
+++ /var/tmp/diff_new_pack.THMd1w/_new  2015-02-11 16:45:29.0 +0100
@@ -28,7 +28,7 @@
 BuildRequires:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-Version:2.1.2.2
+Version:2.1.3
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+
@@ -73,6 +73,7 @@
 Recommends: texlive-mhchem
 Recommends: texlive-multirow
 Recommends: texlive-nomencl
+Recommends: texlive-pdfcomment
 Recommends: texlive-pdfsync
 Recommends: texlive-prettyref
 Recommends: texlive-refstyle

++ lyx-2.1.2.2.tar.xz - lyx-2.1.3.tar.xz ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.1.2.2.tar.xz 
/work/SRC/openSUSE:Factory/.lyx.new/lyx-2.1.3.tar.xz differ: char 25, line 1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2015-01-22 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2015-01-22 21:49:08

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2014-09-28 19:54:42.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2015-01-22 
21:49:15.0 +0100
@@ -1,0 +2,14 @@
+Wed Jan 21 15:21:50 UTC 2015 - andreas.stie...@gmx.de
+
+- LyX 2.1.2.2 (and 2.1.2.1):
+  * fixes for platforms other than GNU/Linux
+- add upstream signing key and verify source signature
+- Remove  __DATE__ and __TIME__ from info dialogs to prevent
+  rebuilds, add lyx-2.1.2.2-remove-date-time.patch
+
+---
+Wed Jan  7 20:19:02 UTC 2015 - corne...@solcon.nl
+
+- Added texlive-esint-type1 to recommends: needed to compile the user guide.
+
+---

Old:

  lyx-2.1.2.tar.xz

New:

  lyx-2.1.2.2-remove-date-time.patch
  lyx-2.1.2.2.tar.xz
  lyx-2.1.2.2.tar.xz.sig
  lyx.keyring



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.HGnmJa/_old  2015-01-22 21:49:16.0 +0100
+++ /var/tmp/diff_new_pack.HGnmJa/_new  2015-01-22 21:49:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lyx
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -28,7 +28,7 @@
 BuildRequires:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-Version:2.1.2
+Version:2.1.2.2
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+
@@ -36,9 +36,12 @@
 Url:http://www.lyx.org/
 Source: ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/lyx-%{version}.tar.xz
 Source1:lyxrc.dist
+Source2:lyx.keyring
+Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/lyx-%{version}.tar.xz.sig
 # xdg patch
 # This was rejected by upstream 
(http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133878.html)
 Patch0: lyx-2.1.2-xdg_open.patch
+Patch1: lyx-2.1.2.2-remove-date-time.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   ImageMagick
 %if 0%{?suse_version}  1230
@@ -63,6 +66,7 @@
 Recommends: texlive-covington
 Recommends: texlive-endnotes
 Recommends: texlive-esint
+Recommends: texlive-esint-type1
 Recommends: texlive-fragments
 Recommends: texlive-ifsym
 Recommends: texlive-mathdots
@@ -104,13 +108,7 @@
 %prep
 %setup -q
 %patch0 -p1
-# Remove build time references so build-compare can do its work
-FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M') 
-FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')  
-sed -i s/__TIME__/\$FAKE_BUILDTIME\/ src/LyX.cpp
-sed -i s/__DATE__/\$FAKE_BUILDDATE\/ src/LyX.cpp
-sed -i s/__TIME__/\$FAKE_BUILDTIME\/ src/tex2lyx/tex2lyx.cpp
-sed -i s/__DATE__/\$FAKE_BUILDDATE\/ src/tex2lyx/tex2lyx.cpp
+%patch1 -p1
 
 %build
 #./autogen.sh

++ lyx-2.1.2.2-remove-date-time.patch ++
From: Andreas Stieger andreas.stie...@gmx.de
Date: Wed, 21 Jan 2015 13:02:32 +
Subject: Remove __DATE__ and __TIME__
Upstream: no
References:

Fixes obs warning:
[  796s] lyx.i586: W: file-contains-date-and-time /usr/bin/lyx
[  796s] Your file uses  __DATE and __TIME__ this causes the package to rebuild 
when
[  796s] not needed

Index: lyx-2.1.2.2/src/LyX.cpp
===
--- lyx-2.1.2.2.orig/src/LyX.cpp
+++ lyx-2.1.2.2/src/LyX.cpp
@@ -1146,8 +1146,6 @@ int parse_version(string const , string
 {
cout  LyX   lyx_version
 (  lyx_release_date  )  endl;
-   cout  to_utf8(bformat(_(Built on %1$s[[date]], %2$s[[time]]),
-   from_ascii(__DATE__), from_ascii(__TIME__)))  endl;
 
cout  lyx_version_info  endl;
exit(0);
Index: lyx-2.1.2.2/src/frontends/qt4/GuiAbout.cpp
===
--- lyx-2.1.2.2.orig/src/frontends/qt4/GuiAbout.cpp
+++ lyx-2.1.2.2/src/frontends/qt4/GuiAbout.cpp
@@ -138,8 +138,6 @@ static QString buildinfo()
QTextStream out(res);
out  LyX   lyx_version
  (  lyx_release_date  )  endl;
-   out  toqstr(bformat(_(Built on %1$s[[date]], %2$s[[time]]),
-   from_ascii(__DATE__), from_ascii(__TIME__)))  endl;

commit lyx for openSUSE:Factory

2014-09-28 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2014-09-28 19:54:14

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2014-07-16 16:22:20.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2014-09-28 
19:54:42.0 +0200
@@ -1,0 +2,20 @@
+Thu Sep 25 13:06:42 UTC 2014 - corne...@solcon.nl
+
+- Remove the minimal hard texlive requirement.
+
+---
+Tue Sep 23 17:01:46 UTC 2014 - corne...@solcon.nl
+
+- Updated tarball (a couple of new French beamer examples were not included)
+
+---
+Wed Sep 17 11:19:25 UTC 2014 - corne...@solcon.nl
+
+- Update to version 2.1.2:
+  * Bugfix release (for details see http://www.lyx.org/announce/2_1_2.txt or 
included ANNOUNCE file))
+- Added file-devel to BuildRequires to provide magic.h
+- Changed most Requires to Recommends to give expert users more control, but 
still have them installed when default settings are used.
+- Updated xdg-open patch (lyx-2.1.0-xdg_open.patch -- 
lyx-2.1.2-xdg_open.patch)
+- Removed deprecated --with-frontend=qt4 configure option.
+
+---

Old:

  lyx-2.1.0-xdg_open.patch
  lyx-2.1.1.tar.xz

New:

  lyx-2.1.2-xdg_open.patch
  lyx-2.1.2.tar.xz



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.zIvKtC/_old  2014-09-28 19:54:43.0 +0200
+++ /var/tmp/diff_new_pack.zIvKtC/_new  2014-09-28 19:54:43.0 +0200
@@ -22,12 +22,13 @@
 BuildRequires:  boost-devel
 BuildRequires:  enchant-devel
 BuildRequires:  fdupes
+BuildRequires:  file-devel
 BuildRequires:  hunspell-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-Version:2.1.1
+Version:2.1.2
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+
@@ -37,7 +38,7 @@
 Source1:lyxrc.dist
 # xdg patch
 # This was rejected by upstream 
(http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133878.html)
-Patch0: lyx-2.1.0-xdg_open.patch
+Patch0: lyx-2.1.2-xdg_open.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   ImageMagick
 %if 0%{?suse_version}  1230
@@ -45,43 +46,44 @@
 Recommends: texlive-xetex
 Recommends: xindy
 %else
-# Goal is to require (roughly) everything that is supported in the GUI of LyX
+# Goal is to require/recommends (roughly) everything that is supported in the 
GUI of LyX
 # LyX can supoort everything of LaTeX in the preamble, but not everything is 
supported in the GUI
 # I have ingored extra fonts and document classes
-Requires:   texlive-algorithms
-Requires:   texlive-arabi
-Requires:   texlive-bezos
-Requires:   texlive-bibtopic
-Requires:   texlive-braille
-Requires:   texlive-collection-fontsrecommended
-Requires:   texlive-collection-htmlxml
-Requires:   texlive-collection-latexrecommended
-Requires:   texlive-collection-luatex
-Requires:   texlive-collection-xetex
-Requires:   texlive-covington
-Requires:   texlive-endnotes
-Requires:   texlive-esint
-Requires:   texlive-fragments
-Requires:   texlive-ifsym
-Requires:   texlive-mathdots
-Requires:   texlive-mhchem
-Requires:   texlive-multirow
-Requires:   texlive-nomencl
-Requires:   texlive-pdfsync
-Requires:   texlive-prettyref
-Requires:   texlive-refstyle
-Requires:   texlive-rotfloat
-Requires:   texlive-splitindex
-Requires:   texlive-textgreek
-Requires:   texlive-units
-Requires:   texlive-wrapfig
-Requires:   texlive-zhmetrics
-Requires:   xindy
+# Use Recommends so that expert users can have some control
+Recommends: texlive-algorithms
+Recommends: texlive-arabi
+Recommends: texlive-bezos
+Recommends: texlive-bibtopic
+Recommends: texlive-braille
+Recommends: texlive-collection-fontsrecommended
+Recommends: texlive-collection-htmlxml
+Recommends: texlive-collection-latexrecommended
+Recommends: texlive-collection-luatex
+Recommends: texlive-collection-xetex
+Recommends: texlive-covington
+Recommends: texlive-endnotes
+Recommends: texlive-esint
+Recommends: texlive-fragments
+Recommends: texlive-ifsym
+Recommends: texlive-mathdots
+Recommends: texlive-mhchem
+Recommends: texlive-multirow
+Recommends: texlive-nomencl
+Recommends: texlive-pdfsync

commit lyx for openSUSE:Factory

2014-07-16 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2014-07-16 16:19:47

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2014-05-02 14:00:23.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2014-07-16 
16:22:20.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 15 19:46:42 UTC 2014 - corne...@solcon.nl
+
+- Update to version 2.1.1:
+  * Bugfix release (for details see http://www.lyx.org/announce/2_1_1.txt)
+
+---

Old:

  lyx-2.1.0.tar.xz

New:

  lyx-2.1.1.tar.xz



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.Lp85gj/_old  2014-07-16 16:22:21.0 +0200
+++ /var/tmp/diff_new_pack.Lp85gj/_new  2014-07-16 16:22:21.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-Version:2.1.0
+Version:2.1.1
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+

++ lyx-2.1.0.tar.xz - lyx-2.1.1.tar.xz ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.1.0.tar.xz 
/work/SRC/openSUSE:Factory/.lyx.new/lyx-2.1.1.tar.xz differ: char 25, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2014-05-02 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2014-05-02 14:00:22

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2014-01-30 14:56:27.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2014-05-02 
14:00:23.0 +0200
@@ -1,0 +2,27 @@
+Mon Apr 21 23:21:55 UTC 2014 - corne...@solcon.nl
+
+- Correct source url
+
+---
+Mon Apr 14 22:03:59 UTC 2014 - corne...@solcon.nl
+
+- Update to version 2.1.0. New features:
+  * Native IPA inset and IPA toolbar
+  * More supported languages with XeTeX
+  * New interface for LaTeX-fonts
+  * Basic support for Math OpenType fonts
+  * Document classes organized in categories
+  * Enhanced support for LaTeX options
+  * More supported LaTeX commands
+  * Table enhancements
+  * Layout enhancements
+  * New modules
+  * Support to output cropped PDF or EPS
+  * New command-line option
+  * New preferences settings
+  * For details see: http://wiki.lyx.org/LyX/NewInLyX21
+- Added bc to BuildRequires
+- Removed desktop file and app icon: now part of lyx itself
+- Updated xdg-open patch
+
+---

Old:

  lyx-2.0.6-fix_zombies.patch
  lyx-2.0.6-xdg_open.patch
  lyx-2.0.7.tar.xz
  lyx.desktop
  lyx.png

New:

  lyx-2.1.0-xdg_open.patch
  lyx-2.1.0.tar.xz



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.JenYX5/_old  2014-05-02 14:00:25.0 +0200
+++ /var/tmp/diff_new_pack.JenYX5/_new  2014-05-02 14:00:25.0 +0200
@@ -18,6 +18,7 @@
 
 Name:   lyx
 #!BuildIgnore: lyx
+BuildRequires:  bc
 BuildRequires:  boost-devel
 BuildRequires:  enchant-devel
 BuildRequires:  fdupes
@@ -26,21 +27,17 @@
 BuildRequires:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-Version:2.0.7
+Version:2.1.0
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://www.lyx.org/
-Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-%{version}.tar.xz
-Source1:lyx.desktop
-Source2:lyx.png
-Source3:lyxrc.dist
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/lyx-%{version}.tar.xz
+Source1:lyxrc.dist
 # xdg patch
 # This was rejected by upstream 
(http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133878.html)
-Patch0: lyx-2.0.6-xdg_open.patch
-# PATCH-FIX-UPSTREAM fix for http://www.lyx.org/trac/ticket/8774 (fixed in 2.1)
-Patch1: lyx-2.0.6-fix_zombies.patch
+Patch0: lyx-2.1.0-xdg_open.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   ImageMagick
 %if 0%{?suse_version}  1230
@@ -104,8 +101,7 @@
 
 %prep
 %setup -q
-%patch0
-%patch1 -p1
+%patch0 -p1
 # Remove build time references so build-compare can do its work
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M') 
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')  
@@ -130,12 +126,7 @@
 make install DESTDIR=$RPM_BUILD_ROOT TEXMF=$TEXMF
 
 # some defaults
-install -p -m644 -D %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.dist
-
-# Add executable to files with shebang as advised by rpmlint
-chmod +x $RPM_BUILD_ROOT%{_datadir}/lyx/scripts/*.py
-chmod +x $RPM_BUILD_ROOT%{_datadir}/lyx/scripts/listerrors
-chmod +x $RPM_BUILD_ROOT%{_datadir}/lyx/lyx2lyx/profiling.py
+install -p -m644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.dist
 
 mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
 pushd $RPM_BUILD_ROOT%{_datadir}/lyx/doc/
@@ -145,12 +136,12 @@
  $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/
 done
 popd
-cp ABOUT-NLS ANNOUNCE COPYING NEWS \
+cp ANNOUNCE COPYING NEWS \
README README.localization RELEASE-NOTES UPGRADING \
$RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/
 mkdir -p $RPM_BUILD_ROOT$TEXMF/tex/latex
 ln -s %{_datadir}/lyx/tex $RPM_BUILD_ROOT$TEXMF/tex/latex/lyx
-%suse_update_desktop_file -i lyx Office WordProcessor
+%suse_update_desktop_file lyx Office WordProcessor
 %fdupes -s $RPM_BUILD_ROOT
 %find_lang %name
 
@@ -162,7 +153,10 @@
 /usr/bin/lyxclient
 /usr/bin/tex2lyx
 %{_datadir}/applications/lyx.desktop
-%{_datadir}/pixmaps/lyx.png
+%dir %{_datadir}/icons/hicolor
+%dir %{_datadir}/icons/hicolor/*
+%dir %{_datadir}/icons/hicolor/*/apps
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
 %dir %{_datadir}/texmf
 %dir %{_datadir}/texmf/tex
 %dir %{_datadir}/texmf/tex/latex

++ 

commit lyx for openSUSE:Factory

2014-01-30 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2014-01-30 14:56:25

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2013-09-12 19:52:32.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2014-01-30 
14:56:27.0 +0100
@@ -1,0 +2,18 @@
+Thu Jan 23 00:13:24 UTC 2014 - corne...@solcon.nl
+
+- Moved ImageMagick Require: it is required by all suse versions
+
+---
+Thu Jan 23 00:09:40 UTC 2014 - corne...@solcon.nl
+
+- Update to new release tarball:
+  * MacOs fixes
+  * Updated translations: French and Arabic
+
+---
+Thu Dec 19 17:32:20 UTC 2013 - corne...@solcon.nl
+
+- Update to version 2.0.7:
+  * Bugfix release (for details see included ANNOUNCE file)
+
+---

Old:

  lyx-2.0.6.tar.xz

New:

  lyx-2.0.7.tar.xz



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.AEwlJm/_old  2014-01-30 14:56:28.0 +0100
+++ /var/tmp/diff_new_pack.AEwlJm/_new  2014-01-30 14:56:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lyx
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,7 +26,7 @@
 BuildRequires:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-Version:2.0.6
+Version:2.0.7
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+
@@ -42,8 +42,8 @@
 # PATCH-FIX-UPSTREAM fix for http://www.lyx.org/trac/ticket/8774 (fixed in 2.1)
 Patch1: lyx-2.0.6-fix_zombies.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}  1230
 Requires:   ImageMagick
+%if 0%{?suse_version}  1230
 Requires:   texlive-latex
 Recommends: texlive-xetex
 Recommends: xindy

++ lyx-2.0.6.tar.xz - lyx-2.0.7.tar.xz ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.0.6.tar.xz 
/work/SRC/openSUSE:Factory/.lyx.new/lyx-2.0.7.tar.xz differ: char 41, line 1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2013-09-12 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2013-09-12 19:52:31

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2013-08-30 11:42:53.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2013-09-12 
19:52:32.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 12 11:35:53 UTC 2013 - corne...@solcon.nl
+
+- Finalized the list of Requires.
+- Added a line to the description about where to find information about the 
Latex configuration as it is found by LyX (also useful for maintainers of this 
package).
+
+---



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.CUf0Ii/_old  2013-09-12 19:52:34.0 +0200
+++ /var/tmp/diff_new_pack.CUf0Ii/_new  2013-09-12 19:52:34.0 +0200
@@ -50,21 +50,41 @@
 %else
 # Goal is to require (roughly) everything that is supported in the GUI of LyX
 # LyX can supoort everything of LaTeX in the preamble, but not everything is 
supported in the GUI
+# I have ingored extra fonts and document classes
+Requires:   texlive-algorithms
+Requires:   texlive-arabi
+Requires:   texlive-bezos
+Requires:   texlive-bibtopic
+Requires:   texlive-braille
 Requires:   texlive-collection-fontsrecommended
 Requires:   texlive-collection-htmlxml
 Requires:   texlive-collection-latexrecommended
 Requires:   texlive-collection-luatex
 Requires:   texlive-collection-xetex
+Requires:   texlive-covington
 Requires:   texlive-endnotes
 Requires:   texlive-esint
-Requires:   texlive-initials
+Requires:   texlive-fragments
+Requires:   texlive-ifsym
 Requires:   texlive-mathdots
 Requires:   texlive-mhchem
+Requires:   texlive-multirow
 Requires:   texlive-nomencl
 Requires:   texlive-pdfsync
 Requires:   texlive-prettyref
+Requires:   texlive-refstyle
+Requires:   texlive-rotfloat
 Requires:   texlive-splitindex
+Requires:   texlive-textgreek
+Requires:   texlive-units
+Requires:   texlive-wrapfig
+Requires:   texlive-zhmetrics
 Requires:   xindy
+# Some stuff needed for LyX's documentation:
+Requires:   texlive-braket
+Requires:   texlive-diagbox
+Requires:   texlive-picinpar
+Requires:   texlive-sidecap
 # Only suggest biblatex/biber, because only the engine (biber) is supported in 
the GUI,
 # not biblatex itself (the only one that can use biber)
 Suggests:   texlive-biber
@@ -78,6 +98,9 @@
 The formatting is done by the backends (like LaTeX) and the output can
 have different formats, such as DVI, postscript, PDF, html.
 
+LyX can check the LaTeX installation by opening the LaTeX Configuration
+document under Help on the menubar.
+
 
 %prep
 %setup -q


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2013-08-30 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2013-08-30 11:42:52

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2013-08-21 15:08:52.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2013-08-30 
11:42:53.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 21 22:02:23 UTC 2013 - corne...@solcon.nl
+
+- Add texlive-esint, texlive-initials, texlive-mathdots, texlive-mhchem, 
texlive-prettyref to Requires. Also supported by LyX.
+
+---



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.iuRAJa/_old  2013-08-30 11:42:54.0 +0200
+++ /var/tmp/diff_new_pack.iuRAJa/_new  2013-08-30 11:42:54.0 +0200
@@ -56,8 +56,13 @@
 Requires:   texlive-collection-luatex
 Requires:   texlive-collection-xetex
 Requires:   texlive-endnotes
+Requires:   texlive-esint
+Requires:   texlive-initials
+Requires:   texlive-mathdots
+Requires:   texlive-mhchem
 Requires:   texlive-nomencl
 Requires:   texlive-pdfsync
+Requires:   texlive-prettyref
 Requires:   texlive-splitindex
 Requires:   xindy
 # Only suggest biblatex/biber, because only the engine (biber) is supported in 
the GUI,


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2013-08-21 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2013-08-21 15:08:51

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2013-08-04 16:58:15.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2013-08-21 
15:08:52.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 15 11:26:48 UTC 2013 - corne...@solcon.nl
+
+- Fix typo: texlibe-bibtex8 should be texlive-bibtex8
+
+---



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.dgkBmL/_old  2013-08-21 15:08:52.0 +0200
+++ /var/tmp/diff_new_pack.dgkBmL/_new  2013-08-21 15:08:52.0 +0200
@@ -63,7 +63,7 @@
 # Only suggest biblatex/biber, because only the engine (biber) is supported in 
the GUI,
 # not biblatex itself (the only one that can use biber)
 Suggests:   texlive-biber
-Suggests:   texlibe-bibtex8
+Suggests:   texlive-bibtex8
 %endif
 
 %description


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2013-08-04 16:58:14

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2013-05-13 15:08:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2013-08-04 
16:58:15.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug  1 21:22:25 UTC 2013 - corne...@solcon.nl
+
+- Added lyx-2.0.6-fix_zombies.patch to fix http://www.lyx.org/trac/ticket/8774.
+- Updated name for xdg-open patch (was updated for 2.0.6).
+- Added texlive-nomencl to Requires as it is also supported by LyX.
+
+---

Old:

  lyx-2.0.1-xdg_open.patch

New:

  lyx-2.0.6-fix_zombies.patch
  lyx-2.0.6-xdg_open.patch



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.aZw04P/_old  2013-08-04 16:58:15.0 +0200
+++ /var/tmp/diff_new_pack.aZw04P/_new  2013-08-04 16:58:16.0 +0200
@@ -38,7 +38,9 @@
 Source3:lyxrc.dist
 # xdg patch
 # This was rejected by upstream 
(http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133878.html)
-Patch0: lyx-2.0.1-xdg_open.patch
+Patch0: lyx-2.0.6-xdg_open.patch
+# PATCH-FIX-UPSTREAM fix for http://www.lyx.org/trac/ticket/8774 (fixed in 2.1)
+Patch1: lyx-2.0.6-fix_zombies.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  1230
 Requires:   ImageMagick
@@ -54,6 +56,7 @@
 Requires:   texlive-collection-luatex
 Requires:   texlive-collection-xetex
 Requires:   texlive-endnotes
+Requires:   texlive-nomencl
 Requires:   texlive-pdfsync
 Requires:   texlive-splitindex
 Requires:   xindy
@@ -74,6 +77,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 # Remove build time references so build-compare can do its work
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M') 
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')  

++ lyx-2.0.6-fix_zombies.patch ++
From 254c5fa439df319e8c71212f946ba74a104be16e Mon Sep 17 00:00:00 2001
From: Guy Rutenberg guyrutenb...@gmail.com
Date: Sat, 6 Jul 2013 16:09:50 +0300
Subject: [PATCH] Prevent zobmie process.

Using Systemcall::startscript() with Starttype::DontWait used to create
zombie process, as nobody would collect them. This patch start those
process as detached, hence preventing them from becoming zombies.
---
 src/support/Systemcall.cpp  |   26 --
 src/support/SystemcallPrivate.h |2 +-
 2 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/src/support/Systemcall.cpp b/src/support/Systemcall.cpp
index ca80409..f689c0b 100644
--- a/src/support/Systemcall.cpp
+++ b/src/support/Systemcall.cpp
@@ -251,19 +251,17 @@ int Systemcall::startscript(Starttype how, string const  
what,
SystemcallPrivate d(outfile, errfile);
 
 
-   d.startProcess(cmd, path);
-   if (!d.waitWhile(SystemcallPrivate::Starting, process_events, -1)) {
+   d.startProcess(cmd, path, how == DontWait);
+   if (how == DontWait  d.state == SystemcallPrivate::Running) {
+   return 0;
+   }
+   if (d.state == SystemcallPrivate::Error 
+   || !d.waitWhile(SystemcallPrivate::Starting, 
process_events, -1)) {
LYXERR0(Systemcall: '  cmd  ' did not start!);
LYXERR0(error   d.errorMessage());
return 10;
}
 
-   if (how == DontWait) {
-   QProcess* released = d.releaseProcess();
-   (void) released; // TODO who deletes it?
-   return 0;
-   }
-
if (!d.waitWhile(SystemcallPrivate::Running, process_events,
 os::timeout_min() * 60 * 1000)) {
LYXERR0(Systemcall: '  cmd  ' did not finish!);
@@ -349,10 +347,18 @@ SystemcallPrivate::SystemcallPrivate(std::string const  
sf,
 }
 
 
-void SystemcallPrivate::startProcess(QString const  cmd, string const  path)
+void SystemcallPrivate::startProcess(QString const  cmd, string const  path, 
bool detached)
 {
cmd_ = cmd;
-   if (process_) {
+   if (detached) {
+   state = SystemcallPrivate::Running;
+   if (!QProcess::startDetached(toqstr(latexEnvCmdPrefix(path)) + 
cmd_)) {
+   state = SystemcallPrivate::Error;
+   return;
+   }
+   QProcess* released = releaseProcess();
+   delete released;
+   } else if (process_) {
state = SystemcallPrivate::Starting;

commit lyx for openSUSE:Factory

2013-05-13 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2013-05-13 15:08:45

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2013-03-12 11:11:36.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2013-05-13 
15:08:47.0 +0200
@@ -1,0 +2,27 @@
+Mon May  6 09:14:37 UTC 2013 - corne...@solcon.nl
+
+- Also added texlive-endnotes to Requries, as LyX offers two layouts for the 
endnotes package.
+
+---
+Sat May  4 16:28:32 UTC 2013 - corne...@solcon.nl
+
+- update to version 2.0.6:
+  * DOCUMENT INPUT/OUTPUT
+- New layout file for the document class APA6 (bug 8391).
+- Output BibTeX metadata in LyXHTML output (bug 8451).
+- Added CSS styling for Memoir's epigraphs (bug 8611).
+- Use master document's setting for all HTML math output (bug 8607).
+  * TEX2LYX IMPROVEMENTS
+- support for listings with options (bug 8066).
+- add new option -m to select needed modules (bug 8393).
+  * USER INTERFACE
+- Categorize paragraph styles of the linguistics module.
+- Show a symbol on collapsed branches indicating whether they are  active.
+  * DOCUMENTATION AND LOCALIZATION
+- Updated German, French, Interlingua, Italian, Japanese, Spanish, Slovak, 
 Swedish and Ukrainian user interface localizations.
+- Updated the lilypond example file.
+  * Bugfixes (for details see included ANNOUNCE file)
+- Added to Requires: texlive-collection-htmlxml, texlive-pdfsync, 
texlive-splitindex.
+- Added a comment to explain the rationale behind the Requires.
+
+---

Old:

  lyx-2.0.5.1.tar.xz

New:

  lyx-2.0.6.tar.xz



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.5IGCmQ/_old  2013-05-13 15:08:49.0 +0200
+++ /var/tmp/diff_new_pack.5IGCmQ/_new  2013-05-13 15:08:49.0 +0200
@@ -26,7 +26,7 @@
 BuildRequires:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-Version:2.0.5.1
+Version:2.0.6
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+
@@ -44,15 +44,24 @@
 Requires:   ImageMagick
 Requires:   texlive-latex
 Recommends: texlive-xetex
+Recommends: xindy
 %else
+# Goal is to require (roughly) everything that is supported in the GUI of LyX
+# LyX can supoort everything of LaTeX in the preamble, but not everything is 
supported in the GUI
 Requires:   texlive-collection-fontsrecommended
+Requires:   texlive-collection-htmlxml
 Requires:   texlive-collection-latexrecommended
 Requires:   texlive-collection-luatex
 Requires:   texlive-collection-xetex
-Recommends: texlive-biber
-Recommends: texlibe-bibtex8
+Requires:   texlive-endnotes
+Requires:   texlive-pdfsync
+Requires:   texlive-splitindex
+Requires:   xindy
+# Only suggest biblatex/biber, because only the engine (biber) is supported in 
the GUI,
+# not biblatex itself (the only one that can use biber)
+Suggests:   texlive-biber
+Suggests:   texlibe-bibtex8
 %endif
-Recommends: xindy
 
 %description
 LyX is a document processor that encourages an approach to writing

++ lyx-2.0.1-xdg_open.patch ++
--- /var/tmp/diff_new_pack.5IGCmQ/_old  2013-05-13 15:08:49.0 +0200
+++ /var/tmp/diff_new_pack.5IGCmQ/_new  2013-05-13 15:08:49.0 +0200
@@ -27,8 +27,8 @@
  rc_entry = [r'''\Format epseps EPS 
%%   vector
  \Format ps ps  Postscript t  %%   
document,vector,menu=export'''])
  # for xdg-open issues look here: 
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg151818.html
--checkViewer('a PDF previewer', ['kpdf', 'okular', 'evince', 'kghostview', 
'xpdf', 'acrobat', 'acroread', \
-+checkViewer('a PDF previewer', ['xdg-open', 'kpdf', 'okular', 'evince', 
'kghostview', 'xpdf', 'acrobat', 'acroread', \
+-checkViewer('a PDF previewer', ['pdfview', 'kpdf', 'okular', 'evince', 
'kghostview', 'xpdf', 'acrobat', 'acroread', \
++checkViewer('a PDF previewer', ['xdg-open', 'pdfview', 'kpdf', 'okular', 
'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \
'gv', 'ghostview'],
  rc_entry = [r'''\Format pdfpdfPDF (ps2pdf)  P  
%%   document,vector,menu=export
  \Format pdf2   pdfPDF (pdflatex)F  %%   
document,vector,menu=export

++ lyx-2.0.5.1.tar.xz - lyx-2.0.6.tar.xz ++

commit lyx for openSUSE:Factory

2013-03-12 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2013-03-12 11:11:34

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2013-01-03 13:54:37.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2013-03-12 
11:11:36.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 10 21:12:15 UTC 2013 - corne...@solcon.nl
+
+- Added new Requires for 12.3 and later that are better suited for the new way 
texlive is packaged and that give a decent texlive base for using LyX. The old 
Requires did not give a good latex environment on 12.3 and later. 
+
+---



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.eB1Mcr/_old  2013-03-12 11:11:41.0 +0100
+++ /var/tmp/diff_new_pack.eB1Mcr/_new  2013-03-12 11:11:41.0 +0100
@@ -40,10 +40,18 @@
 # This was rejected by upstream 
(http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133878.html)
 Patch0: lyx-2.0.1-xdg_open.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+%if 0%{?suse_version}  1230
 Requires:   ImageMagick
 Requires:   texlive-latex
 Recommends: texlive-xetex
+%else
+Requires:   texlive-collection-fontsrecommended
+Requires:   texlive-collection-latexrecommended
+Requires:   texlive-collection-luatex
+Requires:   texlive-collection-xetex
+Recommends: texlive-biber
+Recommends: texlibe-bibtex8
+%endif
 Recommends: xindy
 
 %description


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2013-01-03 13:45:48

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2012-11-12 11:43:08.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2013-01-03 
13:45:51.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  2 17:18:17 UTC 2013 - corne...@solcon.nl
+
+- Update to version 2.0.5.1:
+  * Fix for http://www.lyx.org/trac/ticket/8423 by returning to previous 
behavior by loading the babel package even with English-only documents
+
+---

Old:

  lyx-2.0.5.tar.xz

New:

  lyx-2.0.5.1.tar.xz



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.ixCOvo/_old  2013-01-03 13:45:52.0 +0100
+++ /var/tmp/diff_new_pack.ixCOvo/_new  2013-01-03 13:45:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lyx
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,7 +26,7 @@
 BuildRequires:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-Version:2.0.5
+Version:2.0.5.1
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2012-11-12 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2012-11-12 11:43:05

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2012-09-25 10:41:30.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2012-11-12 
11:43:08.0 +0100
@@ -1,0 +2,19 @@
+Sun Nov  4 18:12:57 UTC 2012 - corne...@solcon.nl
+
+- Update to version 2.0.5:
+  * Show backends, not formats, in menu View-Source
+  * Imporovements in handling of languages
+  * Add explicit dvilualatex output format
+  * Add support for some IPA diacritics
+  * Enclose underlined \ref{} commands in \mbox{} to protect them when
+  using the package soul in place of (or together with) ulem
+  * The polyglossia/XeTeX language commands are now supported by by tex2lyx
+  * It is now recognized if syncTeX is used
+  * Reset only the top-level counter when starting the appendix
+  * Allow native LyX format to be shown in menu View-Source
+  * Implementation of spell check of current selection
+  * Updated translations and documentation
+  * Bugfixes
+  * More details in the included ANNOUNCE file
+
+---

Old:

  lyx-2.0.4.tar.xz

New:

  lyx-2.0.5.tar.xz



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.hlu7GZ/_old  2012-11-12 11:43:10.0 +0100
+++ /var/tmp/diff_new_pack.hlu7GZ/_new  2012-11-12 11:43:10.0 +0100
@@ -26,7 +26,7 @@
 BuildRequires:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-Version:2.0.4
+Version:2.0.5
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2012-09-25 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2012-09-25 10:41:27

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2012-07-02 10:31:07.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2012-09-25 
10:41:30.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 21 11:18:20 UTC 2012 - corne...@solcon.nl
+
+- Also fake builddate for tex2lyx to satisfy rpmlint
+
+---



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.veBZDE/_old  2012-09-25 10:41:31.0 +0200
+++ /var/tmp/diff_new_pack.veBZDE/_new  2012-09-25 10:41:31.0 +0200
@@ -62,6 +62,8 @@
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')  
 sed -i s/__TIME__/\$FAKE_BUILDTIME\/ src/LyX.cpp
 sed -i s/__DATE__/\$FAKE_BUILDDATE\/ src/LyX.cpp  
+sed -i s/__TIME__/\$FAKE_BUILDTIME\/ src/tex2lyx/tex2lyx.cpp
+sed -i s/__DATE__/\$FAKE_BUILDDATE\/ src/tex2lyx/tex2lyx.cpp
 
 %build
 #./autogen.sh



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2012-07-01 15:13:14

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2012-03-20 11:30:28.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2012-07-02 
10:31:07.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 25 14:27:12 UTC 2012 - corne...@solcon.nl
+
+- Update to version 2.0.4:
+  * Bugfix release, for details see included ANNOUNCE file
+- Swtiched to xz sources
+
+---

Old:

  lyx-2.0.3.tar.gz

New:

  lyx-2.0.4.tar.xz



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.83wPHe/_old  2012-07-02 10:31:10.0 +0200
+++ /var/tmp/diff_new_pack.83wPHe/_new  2012-07-02 10:31:10.0 +0200
@@ -25,13 +25,14 @@
 BuildRequires:  libqt4-devel
 BuildRequires:  python
 BuildRequires:  update-desktop-files
-Version:2.0.3
+BuildRequires:  xz
+Version:2.0.4
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://www.lyx.org/
-Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-%{version}.tar.gz
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-%{version}.tar.xz
 Source1:lyx.desktop
 Source2:lyx.png
 Source3:lyxrc.dist


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2012-03-20 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2012-03-20 11:29:26

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2012-02-29 14:08:42.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2012-03-20 
11:30:28.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 12 14:50:22 UTC 2012 - corne...@solcon.nl
+
+- Correct the license: lyx is GPL-2.0 and later, not LGPL-2.1 and later
+- Fix some rpmlint warnings
+
+---



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.0bNVoc/_old  2012-03-20 11:30:31.0 +0100
+++ /var/tmp/diff_new_pack.0bNVoc/_new  2012-03-20 11:30:31.0 +0100
@@ -28,7 +28,7 @@
 Version:2.0.3
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
-License:LGPL-2.1+
+License:GPL-2.0+
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://www.lyx.org/
 Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-%{version}.tar.gz
@@ -42,7 +42,8 @@
 
 Requires:   ImageMagick
 Requires:   texlive-latex
-Recommends: texlive-xetex xindy
+Recommends: texlive-xetex
+Recommends: xindy
 
 %description
 LyX is a document processor that encourages an approach to writing
@@ -79,6 +80,11 @@
 # some defaults
 install -p -m644 -D %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.dist
 
+# Add executable to files with shebang as advised by rpmlint
+chmod +x $RPM_BUILD_ROOT%{_datadir}/lyx/scripts/*.py
+chmod +x $RPM_BUILD_ROOT%{_datadir}/lyx/scripts/listerrors
+chmod +x $RPM_BUILD_ROOT%{_datadir}/lyx/lyx2lyx/profiling.py
+
 mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
 pushd $RPM_BUILD_ROOT%{_datadir}/lyx/doc/
 for i in *


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2012-02-29 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2012-02-29 14:08:39

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2011-12-01 12:24:38.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2012-02-29 
14:08:42.0 +0100
@@ -1,0 +2,14 @@
+Tue Feb 28 12:44:16 UTC 2012 - corne...@solcon.nl
+
+- Update to version 2.0.3:
+  * Improvements in tex2lyx
+  * New Dutch translation
+  * More details in the included ANNOUNCE file
+
+---
+Thu Feb 23 12:55:00 UTC 2012 - corne...@solcon.nl
+
+- Updated icon and desktop file to conform to upstream (part of trunk, will be 
in 2.1)
+- Cleaned up lyxrc.dist
+
+---
@@ -4 +18 @@
-- update to 2.0.2:
+- Update to 2.0.2:

Old:

  lyx-2.0.2.tar.gz

New:

  lyx-2.0.3.tar.gz



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.W3J4KI/_old  2012-02-29 14:08:44.0 +0100
+++ /var/tmp/diff_new_pack.W3J4KI/_new  2012-02-29 14:08:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lyx
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,15 +16,20 @@
 #
 
 
-
 Name:   lyx
 #!BuildIgnore: lyx
-BuildRequires:  boost-devel enchant-devel fdupes hunspell-devel libqt4-devel 
python update-desktop-files
+BuildRequires:  boost-devel
+BuildRequires:  enchant-devel
+BuildRequires:  fdupes
+BuildRequires:  hunspell-devel
+BuildRequires:  libqt4-devel
+BuildRequires:  python
+BuildRequires:  update-desktop-files
+Version:2.0.3
+Release:0
+Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:LGPL-2.1+
 Group:  Productivity/Publishing/TeX/Frontends
-Version:2.0.2
-Release:1
-Summary:WYSIWYM (What You See Is What You Mean) document processor
 Url:http://www.lyx.org/
 Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-%{version}.tar.gz
 Source1:lyx.desktop
@@ -35,7 +40,8 @@
 Patch0: lyx-2.0.1-xdg_open.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-Requires:   texlive-latex ImageMagick
+Requires:   ImageMagick
+Requires:   texlive-latex
 Recommends: texlive-xetex xindy
 
 %description
@@ -81,7 +87,7 @@
  $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/
 done
 popd
-cp ABOUT-NLS ANNOUNCE COPYING INSTALL* NEWS \
+cp ABOUT-NLS ANNOUNCE COPYING NEWS \
README README.localization RELEASE-NOTES UPGRADING \
$RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/
 mkdir -p $RPM_BUILD_ROOT$TEXMF/tex/latex

++ lyx-2.0.2.tar.gz - lyx-2.0.3.tar.gz ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.0.2.tar.gz 
/work/SRC/openSUSE:Factory/.lyx.new/lyx-2.0.3.tar.gz differ: char 5, line 1

++ lyx.desktop ++
--- /var/tmp/diff_new_pack.W3J4KI/_old  2012-02-29 14:08:44.0 +0100
+++ /var/tmp/diff_new_pack.W3J4KI/_new  2012-02-29 14:08:44.0 +0100
@@ -1,9 +1,15 @@
 [Desktop Entry]
-Encoding=UTF-8
+Version=1.0
+Type=Application
 Name=LyX
-GenericName=Word Processor
-Exec=lyx
-Terminal=false
+GenericName=Document Processor
+Comment=High level LaTeX frontend
+Exec=lyx %F
+TryExec=lyx
 Icon=lyx
-MimeType=application/x-lyx;
-Type=Application
+StartupNotify=false
+StartupWMClass=Lyx
+Terminal=false
+Categories=Office;WordProcessor;Qt;
+MimeType=text/x-lyx;application/x-lyx;
+

++ lyx.png ++
Files /var/tmp/diff_new_pack.W3J4KI/_old and /var/tmp/diff_new_pack.W3J4KI/_new 
differ

++ lyxrc.dist ++
--- /var/tmp/diff_new_pack.W3J4KI/_old  2012-02-29 14:08:44.0 +0100
+++ /var/tmp/diff_new_pack.W3J4KI/_new  2012-02-29 14:08:44.0 +0100
@@ -1,26 +1,11 @@
-### This file is part of
-### 
-###  LyX, The Document Processor
-###
-###  Copyright 1995 Matthias Ettrich
-###  Copyright 1995-2011 The LyX Team.
-###
-### 
+# This file has some openSUSE specific configuration for LyX.
 
-# The file lyxrc.dist gives initial global options for all LyX users.
-# Almost all settings here can be overridden through the preferences in LyX.
-
-# Some default settings for things stuff that otherwise would not work out of 
the box
-
-#

commit lyx for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2011-12-06 18:27:42

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx, Maintainer is b...@suse.com

Changes:




Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.8zWIRE/_old  2011-12-06 18:50:07.0 +0100
+++ /var/tmp/diff_new_pack.8zWIRE/_new  2011-12-06 18:50:07.0 +0100
@@ -20,7 +20,7 @@
 Name:   lyx
 #!BuildIgnore: lyx
 BuildRequires:  boost-devel enchant-devel fdupes hunspell-devel libqt4-devel 
python update-desktop-files
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  Productivity/Publishing/TeX/Frontends
 Version:2.0.2
 Release:1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2011-12-01 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2011-12-01 12:24:32

Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and  /work/SRC/openSUSE:Factory/.lyx.new (New)


Package is lyx, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2011-10-18 14:32:12.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2011-12-01 
12:24:38.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 29 15:58:32 UTC 2011 - corne...@solcon.nl
+
+- update to 2.0.2:
+  * Improvements in export filters
+  * Updates to the tex2lyx conversion script
+  * Support for the ctex documents classes, used for Chinese documents
+  * Support for the Springer documents classes has been updated for 
compatibility with the latest version. This, however, breaks compatibillity for 
documents with the Springer classes in LyX itself: documents made in 2.0.2 or 
later will not be compilable in older versions of LyX.
+
+---

Old:

  lyx-2.0.1.tar.gz

New:

  lyx-2.0.2.tar.gz



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.8UUPZU/_old  2011-12-01 12:24:40.0 +0100
+++ /var/tmp/diff_new_pack.8UUPZU/_new  2011-12-01 12:24:40.0 +0100
@@ -22,11 +22,11 @@
 BuildRequires:  boost-devel enchant-devel fdupes hunspell-devel libqt4-devel 
python update-desktop-files
 License:LGPLv2.1+
 Group:  Productivity/Publishing/TeX/Frontends
-Version:2.0.1
-Release:4
+Version:2.0.2
+Release:1
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 Url:http://www.lyx.org/
-Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.1.tar.gz
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-%{version}.tar.gz
 Source1:lyx.desktop
 Source2:lyx.png
 Source3:lyxrc.dist

++ lyx-2.0.1.tar.gz - lyx-2.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.lyx.new/lyx-2.0.2.tar.gz differ: char 5, line 1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2011-10-18 Thread h_root

Hello community,

here is the log from the commit of package lyx for openSUSE:Factory
checked in at Tue Oct 18 14:23:03 CEST 2011.




--- openSUSE:Factory/lyx/lyx.changes2011-10-06 17:23:31.0 +0200
+++ /mounts/work_src_done/STABLE/lyx/lyx.changes2011-10-17 
12:35:59.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 17 10:33:29 UTC 2011 - corne...@solcon.nl
+
+- Changed summary and description to make them more accurate and up-to-date 
(bnc#721665)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.bVYd46/_old  2011-10-18 14:22:53.0 +0200
+++ /var/tmp/diff_new_pack.bVYd46/_new  2011-10-18 14:22:53.0 +0200
@@ -24,7 +24,7 @@
 Group:  Productivity/Publishing/TeX/Frontends
 Version:2.0.1
 Release:4
-Summary:LaTeX-Based WYSIWYG Editor
+Summary:WYSIWYM (What You See Is What You Mean) document processor
 Url:http://www.lyx.org/
 Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.1.tar.gz
 Source1:lyx.desktop
@@ -39,11 +39,12 @@
 Recommends: texlive-xetex xindy
 
 %description
-LyX is a front-end for LaTeX under X11. It combines the comfortable use
-of a word processor with the high quality of LaTeX typesetting.
-Documents are displayed in a WYSIWYG-like way. User does not choose low
-level attributes (large italic) but high level layouts (styles) for
-each paragraph. Of course, low level formatting is still possible.
+LyX is a document processor that encourages an approach to writing
+based on the structure of your documents, not their appearance. The
+author can concentrate on the content (What You See Is What You Mean).
+The formatting is done by the backends (like LaTeX) and the output can
+have different formats, such as DVI, postscript, PDF, html.
+
 
 %prep
 %setup -q


continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2011-10-06 Thread h_root

Hello community,

here is the log from the commit of package lyx for openSUSE:Factory
checked in at Thu Oct 6 17:23:32 CEST 2011.




--- openSUSE:Factory/lyx/lyx.changes2011-09-23 02:12:30.0 +0200
+++ /mounts/work_src_done/STABLE/lyx/lyx.changes2011-10-06 
11:34:15.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  6 09:18:47 UTC 2011 - corne...@solcon.nl
+
+- Make hunspell default spellchecker and remove aspell (seems reasonable to 
have the same spellchecker as libreoffice, thunderbird, firefox, and hunspell 
seems future for system default, as fedora already has, see also FATE #305688)
+- Add enchant support (usefull for a few languages)
+
+---

calling whatdependson for head-i586


Old:

  minmem



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.tueXwY/_old  2011-10-06 17:23:26.0 +0200
+++ /var/tmp/diff_new_pack.tueXwY/_new  2011-10-06 17:23:26.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   lyx
 #!BuildIgnore: lyx
-BuildRequires:  aspell-devel boost-devel fdupes hunspell-devel libqt4-devel 
python update-desktop-files
+BuildRequires:  boost-devel enchant-devel fdupes hunspell-devel libqt4-devel 
python update-desktop-files
 License:LGPLv2.1+
 Group:  Productivity/Publishing/TeX/Frontends
 Version:2.0.1
@@ -46,7 +46,7 @@
 each paragraph. Of course, low level formatting is still possible.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch0
 # Remove build time references so build-compare can do its work
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M') 
@@ -59,7 +59,9 @@
 TEXMF=%{_datadir}/texmf
 %configure \
 --without-included-boost \
---with-aspell --with-hunspell \
+--without-aspell \
+--with-hunspell \
+--with-enchant \
 --with-frontend=qt4 
 make %{?_smp_mflags}
 


continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package lyx for openSUSE:Factory
checked in at Mon Sep 19 17:54:50 CEST 2011.




--- lyx/lyx.changes 2011-09-08 12:01:19.0 +0200
+++ lyx/lyx.changes 2011-09-19 13:06:15.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 19 11:02:08 UTC 2011 - corne...@solcon.nl
+
+- Cleaned up spec (removed some old stuff)
+- Removed texlive-devel and texlive-latex from BuildRequires (not used at 
build time: LyX checks the LaTeX installation at first start up, or can be 
manually called by reconfigure in the menu)
+
+---

calling whatdependson for head-i586


Old:

  minmem



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.uJkIdp/_old  2011-09-19 17:54:44.0 +0200
+++ /var/tmp/diff_new_pack.uJkIdp/_new  2011-09-19 17:54:44.0 +0200
@@ -15,18 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   lyx
 #!BuildIgnore: lyx
-BuildRequires:  aspell-devel boost-devel fdupes hunspell-devel libqt4-devel 
python texlive-devel texlive-latex update-desktop-files
+BuildRequires:  aspell-devel boost-devel fdupes hunspell-devel libqt4-devel 
python update-desktop-files
 License:LGPLv2.1+
 Group:  Productivity/Publishing/TeX/Frontends
-Requires:   texlive-latex ImageMagick
-AutoReqProv:on
 Version:2.0.1
-Release:3
+Release:4
 Summary:LaTeX-Based WYSIWYG Editor
 Url:http://www.lyx.org/
 Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.1.tar.gz
@@ -38,6 +35,7 @@
 Patch0: lyx-2.0.1-xdg_open.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+Requires:   texlive-latex ImageMagick
 Recommends: texlive-xetex xindy
 
 %description
@@ -58,32 +56,15 @@
 
 %build
 #./autogen.sh
-export CFLAGS=$RPM_OPT_FLAGS -DHAVE_STRERROR
-export CXXFLAGS=$RPM_OPT_FLAGS -DHAVE_STRERROR
 TEXMF=%{_datadir}/texmf
-%if %suse_version  1020
-TEXMF=$(kpsexpand '$TEXMFMAIN')
-%if %suse_version  1030
-TEXMF=$(kpsexpand '$TEXMFDIST')
-%endif
-%endif
 %configure \
 --without-included-boost \
-%if %suse_version  1020
---with-extra-inc=/usr/X11R6/include/X11 \
-%endif
 --with-aspell --with-hunspell \
 --with-frontend=qt4 
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 TEXMF=%{_datadir}/texmf
-%if %suse_version  1020
-TEXMF=$(kpsexpand '$TEXMFMAIN')
-%if %suse_version  1030
-TEXMF=$(kpsexpand '$TEXMFDIST')
-%endif
-%endif
 make install DESTDIR=$RPM_BUILD_ROOT TEXMF=$TEXMF
 
 # some defaults
@@ -106,9 +87,6 @@
 %fdupes -s $RPM_BUILD_ROOT
 %find_lang %name
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %name.lang
 %defattr(-,root,root)
 %docdir %{_datadir}/lyx/doc
@@ -118,6 +96,9 @@
 /usr/bin/tex2lyx
 %{_datadir}/applications/lyx.desktop
 %{_datadir}/pixmaps/lyx.png
+%dir %{_datadir}/texmf
+%dir %{_datadir}/texmf/tex
+%dir %{_datadir}/texmf/tex/latex
 %{_datadir}/texmf/tex/latex/lyx
 %{_datadir}/lyx
 %doc %{_mandir}/man1/lyx.1.gz







Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2011-09-06 Thread h_root

Hello community,

here is the log from the commit of package lyx for openSUSE:Factory
checked in at Tue Sep 6 15:40:10 CEST 2011.




--- lyx/lyx.changes 2011-06-28 21:54:06.0 +0200
+++ /mounts/work_src_done/STABLE/lyx/lyx.changes2011-09-05 
20:12:15.0 +0200
@@ -1,0 +2,28 @@
+Mon Sep  5 18:04:22 UTC 2011 - corne...@solcon.nl
+
+- Update to 2.0.1:
+  * Improved support for external files in ERT
+  * Improved XHTML output of various fractions
+  * A prefix for the TEXINPUTS environment variable can be specified in the
+  preferences
+  * Updated templates to current LyX format
+  * Allow LaTeX import of \uline (bug 7640)
+  * Fix compilation error occurring when a LyX document resides in a directory
+  whose name contains characters that are special to LaTeX (bug 6170)
+  * Updated translations
+  * Menu View-Source for documents with XHTML default output format now 
displays
+  only the current paragraph, except when complete source is requested
+  (bug 7463)
+  * Enable Accept compound preference setting for Aspell backend only
+  * Updated documentation
+  * Bugfixes
+  * For more details see http://www.lyx.org/announce/2_0_1.txt or included 
ANNOUNCE file
+- removed lyx-2.0.0-hunspell_pkgconfig.patch (part of 2.0.1)
+
+---
+Thu Aug 25 19:13:47 UTC 2011 - corne...@solcon.nl
+
+- fixed file-contains-date-and-time /usr/bin/lyx rpmlint warning
+- new icon
+
+---

calling whatdependson for head-i586


Old:

  lyx-2.0.0-hunspell_pkgconfig.patch
  lyx-2.0.0.tar.gz
  lyx-2.0.0rc1-xdg_open.patch
  minmem

New:

  lyx-2.0.1-xdg_open.patch
  lyx-2.0.1.tar.gz



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.q2zJ2Y/_old  2011-09-06 15:38:19.0 +0200
+++ /var/tmp/diff_new_pack.q2zJ2Y/_new  2011-09-06 15:38:19.0 +0200
@@ -25,20 +25,17 @@
 Group:  Productivity/Publishing/TeX/Frontends
 Requires:   texlive-latex ImageMagick
 AutoReqProv:on
-Version:2.0.0
-Release:6
+Version:2.0.1
+Release:1
 Summary:LaTeX-Based WYSIWYG Editor
 Url:http://www.lyx.org/
-Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.0.tar.gz
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.1.tar.gz
 Source1:lyx.desktop
 Source2:lyx.png
 Source3:lyxrc.dist
-# hunspell pkgconfig support
-# see http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg169351.html
-Patch0: lyx-2.0.0-hunspell_pkgconfig.patch
-# xdg path from fedora
+# xdg patch
 # This was rejected by upstream 
(http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133878.html)
-Patch1: lyx-2.0.0rc1-xdg_open.patch
+Patch0: lyx-2.0.1-xdg_open.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 Recommends: texlive-xetex xindy
@@ -52,8 +49,12 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch0
+# Remove build time references so build-compare can do its work
+FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M') 
+FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')  
+sed -i s/__TIME__/\$FAKE_BUILDTIME\/ src/LyX.cpp
+sed -i s/__DATE__/\$FAKE_BUILDDATE\/ src/LyX.cpp  
 
 %build
 #%{?suse_update_config:%{suse_update_config -f config}}

++ lyx-2.0.0rc1-xdg_open.patch - lyx-2.0.1-xdg_open.patch ++
--- lyx/lyx-2.0.0rc1-xdg_open.patch 2011-06-28 21:54:05.0 +0200
+++ /mounts/work_src_done/STABLE/lyx/lyx-2.0.1-xdg_open.patch   2011-09-05 
20:11:30.0 +0200
@@ -1,7 +1,6 @@
-diff -ur lyx-2.0.0rc1.orig/lib/configure.py lyx-2.0.0rc1/lib/configure.py
 lyx-2.0.0rc1.orig/lib/configure.py 2011-03-01 22:45:24.0 +
-+++ lyx-2.0.0rc1/lib/configure.py  2011-03-11 18:53:32.189708571 +
-@@ -458,7 +458,7 @@
+--- lib/configure.py.orig  2011-08-15 11:05:05.0 +0200
 lib/configure.py   2011-08-15 13:29:56.69126 +0200
+@@ -503,7 +503,7 @@
  checkViewerEditor('a SVG viewer and editor', ['inkscape'],
  rc_entry = [r'\Format svgsvg SVG 
%% %%  vector'])
  #
@@ -10,30 +9,30 @@
  rc_entry = [r'''\Format bmpbmp BMP 
%s %s
  \Format gifgif GIF %s %s
  \Format jpgjpg JPEG%s %s
-@@ -521,7 +521,7 @@
- \Format excel  xlsExcel spreadsheet%%document 
- \Format oocalc odsOpenOffice spreadsheet   %%
document''']) 
+@@ -566,7 +566,7 @@
+ \Format excel  xlsExcel spreadsheet%%document
+ \Format oocalc odsOpenOffice spreadsheet   %%
document'''])
   #
 -path, xhtmlview = checkViewer('an HTML 

commit lyx for openSUSE:Factory

2011-07-07 Thread h_root

Hello community,

here is the log from the commit of package lyx for openSUSE:Factory
checked in at Thu Jul 7 14:35:02 CEST 2011.




--- lyx/lyx.changes 2011-05-31 14:10:31.0 +0200
+++ /mounts/work_src_done/STABLE/lyx/lyx.changes2011-06-28 
21:54:06.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 28 19:56:30 UTC 2011 - corne...@solcon.nl
+
+- Removed --with-texmf configure option (is not supported by the configure 
script)
+- Added xdg-open patch from fedora
+
+---

calling whatdependson for head-i586


Old:

  minmem

New:

  lyx-2.0.0rc1-xdg_open.patch



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.Lgcn3G/_old  2011-07-07 14:33:50.0 +0200
+++ /var/tmp/diff_new_pack.Lgcn3G/_new  2011-07-07 14:33:50.0 +0200
@@ -26,7 +26,7 @@
 Requires:   texlive-latex ImageMagick
 AutoReqProv:on
 Version:2.0.0
-Release:5
+Release:6
 Summary:LaTeX-Based WYSIWYG Editor
 Url:http://www.lyx.org/
 Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.0.tar.gz
@@ -36,6 +36,9 @@
 # hunspell pkgconfig support
 # see http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg169351.html
 Patch0: lyx-2.0.0-hunspell_pkgconfig.patch
+# xdg path from fedora
+# This was rejected by upstream 
(http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133878.html)
+Patch1: lyx-2.0.0rc1-xdg_open.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 Recommends: texlive-xetex xindy
@@ -50,6 +53,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 #%{?suse_update_config:%{suse_update_config -f config}}
@@ -64,7 +68,6 @@
 %endif
 %endif
 %configure \
---with-texmf=$TEXMF \
 --without-included-boost \
 %if %suse_version  1020
 --with-extra-inc=/usr/X11R6/include/X11 \

++ lyx-2.0.0rc1-xdg_open.patch ++
diff -ur lyx-2.0.0rc1.orig/lib/configure.py lyx-2.0.0rc1/lib/configure.py
--- lyx-2.0.0rc1.orig/lib/configure.py  2011-03-01 22:45:24.0 +
+++ lyx-2.0.0rc1/lib/configure.py   2011-03-11 18:53:32.189708571 +
@@ -458,7 +458,7 @@
 checkViewerEditor('a SVG viewer and editor', ['inkscape'],
 rc_entry = [r'\Format svgsvg SVG 
%% %%   vector'])
 #
-path, iv = checkViewerNoRC('a raster image viewer', ['xv', 'kview', 
'gimp-remote', 'gimp'],
+path, iv = checkViewerNoRC('a raster image viewer', ['xdg-open', 'xv', 
'kview', 'gimp-remote', 'gimp'],
 rc_entry = [r'''\Format bmpbmp BMP 
%s  %s
 \Format gifgif GIF %s  %s
 \Format jpgjpg JPEG%s  %s
@@ -521,7 +521,7 @@
 \Format excel  xlsExcel spreadsheet%%document 
 \Format oocalc odsOpenOffice spreadsheet   %%
document''']) 
  #
-path, xhtmlview = checkViewer('an HTML previewer', ['firefox', 'mozilla 
file://$$p$$i', 'netscape'],
+path, xhtmlview = checkViewer('an HTML previewer', ['xdg-open', 'firefox', 
'mozilla file://$$p$$i', 'netscape'],
 rc_entry = [r'\Format xhtml  xhtml   LyXHTML  y %% 
document,menu=export'])
 if xhtmlview == :
 addToRC(r'\Format xhtml  xhtml   LyXHTML  y
document,menu=export')
@@ -535,11 +535,11 @@
 #
 #checkProg('a Postscript interpreter', ['gs'],
 #  rc_entry = [ r'\ps_command %%' ])
-checkViewer('a Postscript previewer', ['kghostview', 'okular', 'evince', 
'gv', 'ghostview -swap'],
+checkViewer('a Postscript previewer', ['xdg-open', 'kghostview', 'okular', 
'evince', 'gv', 'ghostview -swap'],
 rc_entry = [r'''\Format epseps EPS 
%%vector
 \Format ps ps  Postscript t  %%
document,vector'''])
 # for xdg-open issues look here: 
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg151818.html
-checkViewer('a PDF previewer', ['kpdf', 'okular', 'evince', 'kghostview', 
'xpdf', 'acrobat', 'acroread', \
+checkViewer('a PDF previewer', ['xdg-open', 'kpdf', 'okular', 'evince', 
'kghostview', 'xpdf', 'acrobat', 'acroread', \
'gv', 'ghostview'],
 rc_entry = [r'''\Format pdfpdfPDF (ps2pdf)  P  
%%document,vector,menu=export
 \Format pdf2   pdfPDF (pdflatex)F  %%
document,vector,menu=export
@@ -547,14 +547,14 @@
 \Format pdf4   pdfPDF (XeTeX)   X  %%
document,vector,menu=export
 \Format pdf5   pdfPDF (LuaTeX)  u  %%
document,vector,menu=export'''])
 #
-checkViewer('a DVI previewer', ['xdvi', 'kdvi', 'okular', 'yap', 'dviout 
-Set=!m'],
+checkViewer('a DVI previewer', 

commit lyx for openSUSE:Factory

2011-05-31 Thread h_root

Hello community,

here is the log from the commit of package lyx for openSUSE:Factory
checked in at Tue May 31 17:18:36 CEST 2011.




--- lyx/lyx.changes 2011-04-22 10:25:54.0 +0200
+++ /mounts/work_src_done/STABLE/lyx/lyx.changes2011-05-05 
21:11:57.0 +0200
@@ -1,0 +2,26 @@
+Thu May  5 19:12:11 UTC 2011 - corne...@solcon.nl
+
+- Name URL as source and do not recompress to bz2
+
+---
+Tue May  3 11:07:08 UTC 2011 - corne...@solcon.nl
+
+- Update to 2.0.0:
+  * Advanced Search Facility
+  * Spell-checking on the Fly
+  * Compare Documents Feature
+  * XHTML Output
+  * Multilingual Thesaurus
+  * XeTeX Backend
+  * Multiple Indices Support
+  * Progress View and Debugging Pane
+  * Enhanced Instant Preview
+  * Forward Search for DVI/PDF Files
+  * Enhanced Version Control Features
+  * for detauls see http://wiki.lyx.org/LyX/NewInLyX20
+- Removed ispell-devel from BuildRequires: no longer supported
+- Added hunspell-devel
+- Added texlive-xetex als Recommends since it is now supported by LyX
+- Added lyx.dist with distro defaults to get hunspell, thesaurus and lyxpipe 
working out of the box
+
+---

calling whatdependson for head-i586


Old:

  gcc46.patch
  lyx-1.6.9.tar.bz2
  minmem

New:

  lyx-2.0.0.tar.gz
  lyxrc.dist



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.2LUHor/_old  2011-05-31 17:17:40.0 +0200
+++ /var/tmp/diff_new_pack.2LUHor/_new  2011-05-31 17:17:40.0 +0200
@@ -20,29 +20,22 @@
 
 Name:   lyx
 #!BuildIgnore: lyx
-BuildRequires:  ImageMagick aspell-devel boost-devel fdupes gv ispell 
libdrm-devel libjpeg-devel libqt4-devel python sgmltool update-desktop-files
-%if %suse_version  1020
-BuildRequires:  texlive-devel texlive-latex
-%else
-BuildRequires:  te_latex tetex
-%endif
+BuildRequires:  ImageMagick aspell-devel boost-devel fdupes gv hunspell-devel 
libdrm-devel libjpeg-devel libqt4-devel python sgmltool texlive-devel 
texlive-latex update-desktop-files
 License:LGPLv2.1+
 Group:  Productivity/Publishing/TeX/Frontends
 Requires:   texlive-latex ImageMagick
 AutoReqProv:on
-Version:1.6.9
-Release:6
-%define rversion 1.6.9
+Version:2.0.0
+Release:1
 Summary:LaTeX-Based WYSIWYG Editor
 Url:http://www.lyx.org/
-Source: lyx-%{rversion}.tar.bz2
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.0.tar.gz
 Source1:lyx.desktop
 Source2:lyx.png
-# PATCH-FIX-UPSTREAM gcc46.patch -- Add missing include to fix compilation 
with gcc 4.6
-Patch:  gcc46.patch
+Source3:lyxrc.dist
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-Recommends: xindy
+Recommends: texlive-xetex xindy
 
 %description
 LyX is a front-end for LaTeX under X11. It combines the comfortable use
@@ -52,8 +45,7 @@
 each paragraph. Of course, low level formatting is still possible.
 
 %prep
-%setup -q -n %{name}-%{rversion}
-%patch
+%setup -q -n %{name}-%{version}
 
 %build
 #%{?suse_update_config:%{suse_update_config -f config}}
@@ -73,7 +65,7 @@
 %if %suse_version  1020
 --with-extra-inc=/usr/X11R6/include/X11 \
 %endif
---with-aspell \
+--with-aspell --with-hunspell \
 --with-frontend=qt4 
 make %{?jobs:-j%jobs}
 
@@ -86,6 +78,10 @@
 %endif
 %endif
 make install DESTDIR=$RPM_BUILD_ROOT TEXMF=$TEXMF
+
+# some defaults
+install -p -m644 -D %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.dist
+
 mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
 pushd $RPM_BUILD_ROOT%{_datadir}/lyx/doc/
 for i in *


++ lyxrc.dist ++
### This file is part of
### 
###  LyX, The Document Processor
###
###  Copyright 1995 Matthias Ettrich
###  Copyright 1995-2011 The LyX Team.
###
### 

# The file lyxrc.dist gives initial global options for all LyX users.
# Almost all settings here can be overridden through the preferences in LyX.

# Some default settings for things stuff that otherwise would not work out of 
the box

#
# MISC SECTION ##
#

\serverpipe ~/.lyx/lyxpipe

#
# FILE SECTION ##
#

\thesaurusdir_path /usr/share/mythes
\hunspelldir_path /usr/share/myspell





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2011-03-17 Thread h_root

Hello community,

here is the log from the commit of package lyx for openSUSE:Factory
checked in at Thu Mar 17 11:06:33 CET 2011.




--- lyx/lyx.changes 2011-02-07 00:26:29.0 +0100
+++ /mounts/work_src_done/STABLE/lyx/lyx.changes2011-03-17 
10:16:46.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 17 08:29:29 UTC 2011 - ism...@namtrac.org
+
+- Add missing include to fix compilation with gcc 4.6 
+
+---

calling whatdependson for head-i586


Old:

  minmem

New:

  gcc46.patch



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.TqC7Z0/_old  2011-03-17 11:03:36.0 +0100
+++ /var/tmp/diff_new_pack.TqC7Z0/_new  2011-03-17 11:03:36.0 +0100
@@ -31,13 +31,15 @@
 Requires:   texlive-latex ImageMagick
 AutoReqProv:on
 Version:1.6.9
-Release:1
+Release:5
 %define rversion 1.6.9
 Summary:LaTeX-Based WYSIWYG Editor
 Url:http://www.lyx.org/
 Source: lyx-%{rversion}.tar.bz2
 Source1:lyx.desktop
 Source2:lyx.png
+# PATCH-FIX-UPSTREAM gcc46.patch -- Add missing include to fix compilation 
with gcc 4.6
+Patch:  gcc46.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 Recommends: xindy
@@ -51,6 +53,7 @@
 
 %prep
 %setup -q -n %{name}-%{rversion}
+%patch
 
 %build
 #%{?suse_update_config:%{suse_update_config -f config}}

++ gcc46.patch ++
--- src/support/unicode.h   2009-05-19 17:28:27.0 +0200
+++ src/support/unicode.h   2011-03-17 09:27:51.026012759 +0100
@@ -15,6 +15,7 @@
 
 #include support/strfwd.h
 
+#include cstddef
 #include vector
 
 
--- src/frontends/qt4/GuiIdListModel.cpp2008-04-30 10:26:40.0 
+0200
+++ src/frontends/qt4/GuiIdListModel.cpp2011-03-17 10:13:45.170012886 
+0100
@@ -76,9 +76,8 @@
if (!rowIsValid(row))
return false;
vectorOurData::iterator it = userData_.begin() + row;
-   OurData const v;
beginInsertRows(QModelIndex(), row, row + count - 1);
-   userData_.insert(it, count, v);
+   userData_.insert(it, count, OurData());
endInsertRows();
return true;
 }






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org