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 <corne...@solcon.nl>
+
+- 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.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 <jama...@lyx.org>
 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 <jama...@lyx.org>
  #
 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 @@
  # 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 @@
  
  # 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

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



Reply via email to