Hello community,

here is the log from the commit of package xyscan for openSUSE:Factory checked 
in at 2020-09-07 21:36:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xyscan (Old)
 and      /work/SRC/openSUSE:Factory/.xyscan.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xyscan"

Mon Sep  7 21:36:48 2020 rev:2 rq:832767 version:4.50

Changes:
--------
--- /work/SRC/openSUSE:Factory/xyscan/xyscan.changes    2018-12-14 
20:56:13.268813384 +0100
+++ /work/SRC/openSUSE:Factory/.xyscan.new.3399/xyscan.changes  2020-09-07 
21:37:03.833428231 +0200
@@ -1,0 +2,37 @@
+Fri Sep  4 20:57:08 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 4.5.0 (4.50):
+  Most important change is probably the update of the error bar scan mechanism.
+  It is now possible to scan several x and y-errors (e.g. stat. and sys.
+  uncertainties) in one scan.
+
+  It now has a multi-lingual interface (French and German), although the
+  documentation remains available in English only.
+
+  Improvements were made to make full use of screens with a pixel device 
ratios >
+  1 (most modern high-resolution screens).
+
+  The status bar on the bottom now features an additional coordinate display on
+  the right.
+
+  A Significant Digits command was added to the Edit menu that allows to modify
+  the precision of the displayed coordinates and distances. This also affects 
the
+  numbers saved in a file (or ROOT macro).
+
+  CSV was added as a third possible format for saving scanned data. This allows
+  to import the data into spreadsheet applications such as Excel and Numbers.
+
+  A new experimental histogram display was added that shows the grayscale 
density
+  around the cursor. In certain cases this might help to place markers or scan
+  points more accurately.
+
+  The format of the data table can now be toggled between stretched and resized
+  to content and the alignment of the numbers can be toggled between left, 
right,
+  and center.
+
+-------------------------------------------------------------------
+Thu Dec  6 00:41:03 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Grammar fixes for the description.
+
+-------------------------------------------------------------------

Old:
----
  xyscan-4.30-src.tgz

New:
----
  xyscan-4.50-src.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xyscan.spec ++++++
--- /var/tmp/diff_new_pack.UT5qqX/_old  2020-09-07 21:37:05.357428938 +0200
+++ /var/tmp/diff_new_pack.UT5qqX/_new  2020-09-07 21:37:05.361428940 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xyscan
 #
-# Copyright (c) 2018 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,9 +17,9 @@
 
 
 Name:           xyscan
-Version:        4.30
+Version:        4.50
 Release:        0
-Summary:        Data extractor from graphical plots
+Summary:        Data extractor for data points from graphical plots
 License:        GPL-3.0-or-later
 Group:          Productivity/Scientific/Math
 URL:            http://rhig.physics.yale.edu/~ullrich/software/xyscan/
@@ -28,8 +28,10 @@
 Patch0:         no-build-date.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libqt5-linguist
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Charts)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Multimedia)
@@ -41,17 +43,17 @@
 Requires:       hicolor-icon-theme
 
 %description
-xyscan is a tool for scientist in the need to extract data points,
+xyscan is a tool for scientists in need of extracting data points,
 i.e. numeric values, from a plot.
 
 %package doc
 Summary:        Documentation for %{name}
-Group:          Documentation/Other
+Group:          Documentation/HTML
 Requires:       %{name} = %{version}
 BuildArch:      noarch
 
 %description doc
-xyscan is a tool for scientist in the need to extract data points,
+xyscan is a tool for scientists in need of extracting data points,
 i.e. numeric values, from a plot.
 
 This package contains the documentation and help files for %{name}.

++++++ no-build-date.patch ++++++
--- /var/tmp/diff_new_pack.UT5qqX/_old  2020-09-07 21:37:05.385428950 +0200
+++ /var/tmp/diff_new_pack.UT5qqX/_new  2020-09-07 21:37:05.385428950 +0200
@@ -1,11 +1,12 @@
-diff -Pdpru xyscan.orig/src/xyscanAbout.cpp xyscan/src/xyscanAbout.cpp
---- xyscan.orig/src/xyscanAbout.cpp    2010-11-29 07:04:43.000000000 +0300
-+++ xyscan/src/xyscanAbout.cpp 2012-08-12 15:13:27.901325171 +0400
+Index: xyscan/src/xyscanAbout.cpp
+===================================================================
+--- xyscan.orig/src/xyscanAbout.cpp
++++ xyscan/src/xyscanAbout.cpp
 @@ -28,7 +28,7 @@ using namespace std;
  xyscanAbout::xyscanAbout(QWidget* parent, Qt::WindowFlags fl)
      : QDialog(parent, fl),
        mTitlePixmap(":/images/xyscanSplash.png"),
--      mVersionText(QString(tr("Release ")) + QString(VERSION) + QString("   
(") + QString(__DATE__) + QString(")"))
+-      mVersionText(QString(tr("Release ")) + QString(VERSION) + QString(" (") 
+ QString(__DATE__) + QString(")"))
 +      mVersionText(QString(tr("Release ")) + QString(VERSION))
  {
      setModal(true);

++++++ xyscan-4.30-src.tgz -> xyscan-4.50-src.tgz ++++++
++++ 10613 lines of diff (skipped)


Reply via email to