Hello community, here is the log from the commit of package pulseview for openSUSE:Factory checked in at 2016-02-17 10:25:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pulseview (Old) and /work/SRC/openSUSE:Factory/.pulseview.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pulseview" Changes: -------- --- /work/SRC/openSUSE:Factory/pulseview/pulseview.changes 2014-08-07 12:37:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pulseview.new/pulseview.changes 2016-02-17 12:22:28.000000000 +0100 @@ -1,0 +2,19 @@ +Sat Jan 30 12:31:29 UTC 2016 - [email protected] + +- Update to version 0.3.0 + * Support for vertical scaling of analog or logic traces + * A "Save selection range as..." feature + * Some settings now survive a restart (last open/save directory + location, window size/position, last used device) + * Pinch-zoom support, always-zoom-to-fit support, + "sticky scrolling" support, etc. + * Trace group support (for dragging multiple traces around as a + group) + * ...and many, many more GUI and usability improvements... + +------------------------------------------------------------------- +Fri Sep 25 02:22:01 UTC 2015 - [email protected] + +- Track GIT version + +------------------------------------------------------------------- Old: ---- pulseview-0.2.0.tar.gz New: ---- pulseview-0.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pulseview.spec ++++++ --- /var/tmp/diff_new_pack.F2GCnt/_old 2016-02-17 12:22:29.000000000 +0100 +++ /var/tmp/diff_new_pack.F2GCnt/_new 2016-02-17 12:22:29.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package pulseview # -# Copyright (c) 2014 SUSE LINUX Products 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 @@ -17,19 +17,25 @@ Name: pulseview -Version: 0.2.0 +Version: 0.3.0 Release: 0 Summary: Qt-based GUI for sigrok License: GPL-3.0+ Group: Productivity/Scientific/Electronics Url: http://sigrok.org Source0: http://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz -BuildRequires: boost-devel +BuildRequires: boost-devel >= 1.53.0 BuildRequires: cmake BuildRequires: glib2-devel +%if 0%{?suse_version} > 1320 +BuildRequires: cmake(Qt5Gui) +BuildRequires: cmake(Qt5Svg) +BuildRequires: cmake(Qt5Widgets) +%else BuildRequires: libqt4-devel -BuildRequires: libsigrok-devel >= 0.3.0 -BuildRequires: libsigrokdecode-devel >= 0.3.0 +%endif +BuildRequires: libsigrok-devel >= 0.4.0 +BuildRequires: libsigrokdecode-devel >= 0.4.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description ++++++ pulseview-0.2.0.tar.gz -> pulseview-0.3.0.tar.gz ++++++ ++++ 41703 lines of diff (skipped)
