Hello community,

here is the log from the commit of package pulseview for openSUSE:Factory 
checked in at 2017-08-12 20:24:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pulseview (Old)
 and      /work/SRC/openSUSE:Factory/.pulseview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pulseview"

Sat Aug 12 20:24:13 2017 rev:7 rq:503725 version:0.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pulseview/pulseview.changes      2017-02-07 
12:04:50.285987677 +0100
+++ /work/SRC/openSUSE:Factory/.pulseview.new/pulseview.changes 2017-08-12 
20:24:14.296951904 +0200
@@ -1,0 +2,16 @@
+Tue Jun 13 20:52:15 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Update to version 0.4.0
+  * Add the concepts of sessions and views to PulseView:
+    - Sessions represent individual files/device instances.
+      Each session is represented as a tab in PulseView.
+    - Views are different data representations of one specific session.
+      For example, different views of a session can have different zoom levels,
+      can be scrolled to different positions, etc. etc.
+      Each view is a dock window within the respective session's tab.
+    - The view docks can be repositioned, resized and extracted out into their
+      own individual windows.
+  * Add support for saving analog data to .sr files.
+  * Lots of fixes and improvements
+
+-------------------------------------------------------------------

Old:
----
  org.sigrok.Pulseview.appdata.xml
  pulseview-0.3.0.tar.gz

New:
----
  pulseview-0.4.0.tar.gz

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

Other differences:
------------------
++++++ pulseview.spec ++++++
--- /var/tmp/diff_new_pack.AbxBIX/_old  2017-08-12 20:24:14.992854387 +0200
+++ /var/tmp/diff_new_pack.AbxBIX/_new  2017-08-12 20:24:14.996853826 +0200
@@ -17,33 +17,29 @@
 
 
 Name:           pulseview
-Version:        0.3.0
+Version:        0.4.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
-Source1:        org.sigrok.Pulseview.appdata.xml
+BuildRequires:  cmake
+BuildRequires:  glib2-devel
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_filesystem-devel
+BuildRequires:  libboost_serialization-devel
 BuildRequires:  libboost_test-devel
 BuildRequires:  libboost_thread-devel
 %else
-BuildRequires:  boost-devel >= 1.53.0
-%endif
-BuildRequires:  cmake
-BuildRequires:  glib2-devel
-%if 0%{?suse_version} > 1320
-BuildRequires:  cmake(Qt5Gui)
-BuildRequires:  cmake(Qt5Svg)
-BuildRequires:  cmake(Qt5Widgets)
-%else
-BuildRequires:  libqt4-devel
+BuildRequires:  boost-devel >= 1.55.0
 %endif
 BuildRequires:  libsigrok-devel >= 0.4.0
 BuildRequires:  libsigrokdecode-devel >= 0.4.0
 BuildRequires:  update-desktop-files
+BuildRequires:  cmake(Qt5Gui)
+BuildRequires:  cmake(Qt5Svg)
+BuildRequires:  cmake(Qt5Widgets)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -66,17 +62,15 @@
 %cmake_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-install -m 644 -D icons/sigrok-logo-notext.png 
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/pulseview.png
-install -m 644 -D icons/sigrok-logo-notext.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/pulseview.svg
+install -m 644 -D icons/pulseview.png 
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/pulseview.png
+install -m 644 -D icons/pulseview.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/pulseview.svg
 
 install -m 755 -d %{buildroot}%{_datadir}/applications/
-install -m 644 contrib/pulseview.desktop 
%{buildroot}%{_datadir}/applications/org.sigrok.Pulseview.desktop
-sed -i -e 's/Icon=.*/Icon=pulseview/' 
%{buildroot}%{_datadir}/applications/org.sigrok.Pulseview.desktop
-sed -i -e 's/\(Icon.*\)/\1\nMimeType=application\/x-sigrok-dump;/' 
%{buildroot}%{_datadir}/applications/org.sigrok.Pulseview.desktop
-%suse_update_desktop_file -r org.sigrok.Pulseview Education Engineering
+install -m 644 contrib/org.sigrok.PulseView.desktop 
%{buildroot}%{_datadir}/applications/org.sigrok.PulseView.desktop
+%suse_update_desktop_file -r org.sigrok.PulseView Education Engineering
 
-install -m 755 -d %{buildroot}%{_datadir}/appdata/
-install -m 644 %{SOURCE1} 
%{buildroot}%{_datadir}/appdata/org.sigrok.Pulseview.appdata.xml
+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,-)
@@ -85,7 +79,7 @@
 %{_mandir}/man1/pulseview.*
 %{_datadir}/applications/*
 %{_datadir}/icons/hicolor/*/apps/pulseview*
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/org.sigrok.Pulseview.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/org.sigrok.PulseView.appdata.xml
 
 %changelog

++++++ pulseview-0.3.0.tar.gz -> pulseview-0.4.0.tar.gz ++++++
++++ 37205 lines of diff (skipped)


Reply via email to