forked from pool/pulseview
Accepting request 359063 from electronics
1 OBS-URL: https://build.opensuse.org/request/show/359063 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=3
This commit is contained in:
commit
5a86bf4d40
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:feb5d33a0a91c989bfc39fa758195755e78e87c3cf445bb135a8c8d4f86bc1dd
|
|
||||||
size 148799
|
|
3
pulseview-0.3.0.tar.gz
Normal file
3
pulseview-0.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ffe2cb7a602fcdc60933d400c77bcd66e6ce529bc4f6e97d6a5e5a86f2f530e
|
||||||
|
size 188602
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 12:31:29 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
- 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 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
- Track GIT version
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 3 09:42:33 UTC 2014 - dmitry_r@opensuse.org
|
Sun Aug 3 09:42:33 UTC 2014 - dmitry_r@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pulseview
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,19 +17,25 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pulseview
|
Name: pulseview
|
||||||
Version: 0.2.0
|
Version: 0.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt-based GUI for sigrok
|
Summary: Qt-based GUI for sigrok
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Productivity/Scientific/Electronics
|
Group: Productivity/Scientific/Electronics
|
||||||
Url: http://sigrok.org
|
Url: http://sigrok.org
|
||||||
Source0: http://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz
|
Source0: http://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel >= 1.53.0
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
|
%if 0%{?suse_version} > 1320
|
||||||
|
BuildRequires: cmake(Qt5Gui)
|
||||||
|
BuildRequires: cmake(Qt5Svg)
|
||||||
|
BuildRequires: cmake(Qt5Widgets)
|
||||||
|
%else
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
BuildRequires: libsigrok-devel >= 0.3.0
|
%endif
|
||||||
BuildRequires: libsigrokdecode-devel >= 0.3.0
|
BuildRequires: libsigrok-devel >= 0.4.0
|
||||||
|
BuildRequires: libsigrokdecode-devel >= 0.4.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user