From c488fdb02b35e4789d901a59c7aa294edb69a91bb990bfd382e5dd4b334e0158 Mon Sep 17 00:00:00 2001 From: Antoine Belvire Date: Tue, 30 Oct 2018 06:48:25 +0000 Subject: [PATCH 1/2] Accepting request 645398 from home:StefanBruens:branches:electronics - Update to version 0.4.1 * Snapping cursors to signal edges * New command-line switches, see manpage * Converting analog channels to digital/logic channels * Theme support * UI improvements * Protocol decoder annotations can be exported * Improved channel name auto-mapping * Performance and memory usage improvements * Huge amount of fixes See https://www.sigrok.org/blog/pulseview-041-released for details OBS-URL: https://build.opensuse.org/request/show/645398 OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=14 --- pulseview-0.4.0.tar.gz | 3 --- pulseview-0.4.1.tar.gz | 3 +++ pulseview.changes | 15 +++++++++++++++ pulseview.spec | 19 +++++++++---------- 4 files changed, 27 insertions(+), 13 deletions(-) delete mode 100644 pulseview-0.4.0.tar.gz create mode 100644 pulseview-0.4.1.tar.gz diff --git a/pulseview-0.4.0.tar.gz b/pulseview-0.4.0.tar.gz deleted file mode 100644 index c3c2e9e..0000000 --- a/pulseview-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78f8291045c6f65b4827b12e83c8e68cea2d5e7268b15a51aaca9726c8100eb9 -size 226656 diff --git a/pulseview-0.4.1.tar.gz b/pulseview-0.4.1.tar.gz new file mode 100644 index 0000000..772b999 --- /dev/null +++ b/pulseview-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee7ce3dd1457c6a5f5e4e9c2469903a1f070ba077ea68535cc29ef1dfac6f2f +size 1342532 diff --git a/pulseview.changes b/pulseview.changes index 3847cc6..e92c004 100644 --- a/pulseview.changes +++ b/pulseview.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Oct 30 04:00:13 UTC 2018 - Stefan BrĂ¼ns + +- Update to version 0.4.1 + * Snapping cursors to signal edges + * New command-line switches, see manpage + * Converting analog channels to digital/logic channels + * Theme support + * UI improvements + * Protocol decoder annotations can be exported + * Improved channel name auto-mapping + * Performance and memory usage improvements + * Huge amount of fixes + See https://www.sigrok.org/blog/pulseview-041-released for details + ------------------------------------------------------------------- Tue Jun 13 20:52:15 UTC 2017 - stefan.bruens@rwth-aachen.de diff --git a/pulseview.spec b/pulseview.spec index d55cdb2..13ef7bd 100644 --- a/pulseview.spec +++ b/pulseview.spec @@ -1,7 +1,7 @@ # # spec file for package pulseview # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,15 +12,15 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: pulseview -Version: 0.4.0 +Version: 0.4.1 Release: 0 Summary: Qt-based GUI for sigrok -License: GPL-3.0+ +License: GPL-3.0-and-later Group: Productivity/Scientific/Electronics Url: http://sigrok.org Source0: http://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz @@ -34,8 +34,8 @@ BuildRequires: libboost_thread-devel %else BuildRequires: boost-devel >= 1.55.0 %endif -BuildRequires: libsigrok-devel >= 0.4.0 -BuildRequires: libsigrokdecode-devel >= 0.4.0 +BuildRequires: libsigrok-devel >= 0.5.1 +BuildRequires: libsigrokdecode-devel >= 0.5.2 BuildRequires: update-desktop-files BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Svg) @@ -53,8 +53,7 @@ PulseView is a Qt-based GUI for sigrok. %setup -q %build -# -fext-numeric-literal is a workaround for boo#1004168, remove when fixed -export CXXFLAGS="%{optflags} -fpermissive -fext-numeric-literals" +export CXXFLAGS="%{optflags} -fpermissive" %cmake -DDISABLE_WERROR=TRUE .. make %{?_smp_mflags} @@ -73,8 +72,8 @@ install -m 755 -d %{buildroot}%{_datadir}/metainfo/ install -m 644 contrib/org.sigrok.PulseView.appdata.xml %{buildroot}%{_datadir}/metainfo/org.sigrok.PulseView.appdata.xml %files -%defattr(-,root,root,-) -%doc COPYING NEWS README HACKING +%license COPYING +%doc NEWS README HACKING %{_bindir}/* %{_mandir}/man1/pulseview.* %{_datadir}/applications/* From 93798213e0941f7559bfaf9da285f27b98e40eb54c69e14dd43ebc2c828aa97a Mon Sep 17 00:00:00 2001 From: Antoine Belvire Date: Tue, 30 Oct 2018 19:08:57 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=15 --- pulseview.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulseview.spec b/pulseview.spec index 13ef7bd..0d047bd 100644 --- a/pulseview.spec +++ b/pulseview.spec @@ -20,7 +20,7 @@ Name: pulseview Version: 0.4.1 Release: 0 Summary: Qt-based GUI for sigrok -License: GPL-3.0-and-later +License: GPL-3.0-or-later Group: Productivity/Scientific/Electronics Url: http://sigrok.org Source0: http://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz