From f062cf9015f59cb1e532bcb3dd11a2f249abb20417f0654e727faef273fbe580 Mon Sep 17 00:00:00 2001 From: Cor Blom Date: Sun, 12 Jan 2020 21:46:33 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Publishing/lyx?expand=0&rev=177 --- correct-shebang.patch | 30 +++++++++++++++--------------- lyx.changes | 7 +++++++ 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/correct-shebang.patch b/correct-shebang.patch index 38b0aae..981fdc0 100644 --- a/correct-shebang.patch +++ b/correct-shebang.patch @@ -1,33 +1,33 @@ diff -ur a/lib/configure.py b/lib/configure.py ---- a/lib/configure.py 2018-08-28 21:49:44.000000000 +0200 -+++ b/lib/configure.py 2018-08-29 23:44:58.310928948 +0200 +--- a/lib/configure.py 2020-01-12 19:58:38.000000000 +0100 ++++ b/lib/configure.py 2020-01-12 22:41:55.304000000 +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.000000000 +0200 -+++ b/lib/lyx2lyx/lyx2lyx 2018-08-29 23:46:17.080401969 +0200 +--- a/lib/lyx2lyx/lyx2lyx 2020-01-12 19:58:39.000000000 +0100 ++++ b/lib/lyx2lyx/lyx2lyx 2020-01-12 22:42:52.768000000 +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.000000000 +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.000000000 +0100 ++++ b/lib/lyx2lyx/profiling.py 2020-01-12 22:43:08.376000000 +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.000000000 +0200 -+++ b/lib/scripts/listerrors 2018-08-29 23:47:06.305322496 +0200 +--- a/lib/scripts/listerrors 2020-01-12 19:58:39.000000000 +0100 ++++ b/lib/scripts/listerrors 2020-01-12 22:44:09.728000000 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 @@ -35,8 +35,8 @@ diff -ur a/lib/scripts/listerrors b/lib/scripts/listerrors # 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.py 2018-08-28 21:49:44.000000000 +0200 -+++ b/lib/scripts/svg2pdftex.py 2018-08-29 23:47:27.381716633 +0200 +--- a/lib/scripts/svg2pdftex.py 2020-01-12 19:58:39.000000000 +0100 ++++ b/lib/scripts/svg2pdftex.py 2020-01-12 22:44:42.588000000 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 @@ -44,8 +44,8 @@ diff -ur a/lib/scripts/svg2pdftex.py b/lib/scripts/svg2pdftex.py # 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.000000000 +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.000000000 +0100 ++++ b/lib/scripts/svg2pstex.py 2020-01-12 22:45:07.324000000 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 diff --git a/lyx.changes b/lyx.changes index 2cdf93e..aa5dcca 100644 --- a/lyx.changes +++ b/lyx.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jan 12 21:46:18 UTC 2020 - Cor Blom + +- Update to 2.3.4: + TODO: most important changes +- update correct-shebang.patch + ------------------------------------------------------------------- Tue Aug 13 10:23:13 UTC 2019 - Cor Blom