SHA256
1
0
forked from pool/pulseview

Accepting request 357420 from home:StefanBruens:branches:electronics

OBS-URL: https://build.opensuse.org/request/show/357420
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=4
This commit is contained in:
Thomas Zimmermann 2016-02-12 15:44:37 +00:00 committed by Git OBS Bridge
parent 1622c6f8f4
commit f23ca3e4bb
4 changed files with 33 additions and 8 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ffe2cb7a602fcdc60933d400c77bcd66e6ce529bc4f6e97d6a5e5a86f2f530e
size 188602

View File

@ -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

View File

@ -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