Hello community,

here is the log from the commit of package lyx for openSUSE:Leap:15.2 checked 
in at 2020-02-04 17:59:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/lyx (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.lyx.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lyx"

Tue Feb  4 17:59:35 2020 rev:22 rq:769631 version:2.3.4

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/lyx/lyx.changes        2020-01-15 
15:28:01.594663899 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.lyx.new.26092/lyx.changes     2020-02-04 
17:59:48.208944303 +0100
@@ -1,0 +2,10 @@
+Sun Jan 12 21:46:18 UTC 2020 - Cor Blom <[email protected]>
+
+- 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.H9Ch87/_old  2020-02-04 17:59:48.896944718 +0100
+++ /var/tmp/diff_new_pack.H9Ch87/_new  2020-02-04 17:59:48.896944718 +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.H9Ch87/_old  2020-02-04 17:59:48.932944740 +0100
+++ /var/tmp/diff_new_pack.H9Ch87/_new  2020-02-04 17:59:48.932944740 +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 <[email protected]>
 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 <[email protected]>
  #
 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:Leap:15.2/lyx/lyx-2.3.3.tar.xz 
/work/SRC/openSUSE:Leap:15.2/.lyx.new.26092/lyx-2.3.4.tar.xz differ: char 25, 
line 1



Reply via email to