Hello community,

here is the log from the commit of package libsigrok for openSUSE:Factory 
checked in at 2018-10-17 08:40:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsigrok (Old)
 and      /work/SRC/openSUSE:Factory/.libsigrok.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsigrok"

Wed Oct 17 08:40:44 2018 rev:8 rq:642059 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsigrok/libsigrok.changes      2017-08-12 
20:24:34.150169856 +0200
+++ /work/SRC/openSUSE:Factory/.libsigrok.new/libsigrok.changes 2018-10-17 
08:41:44.249838782 +0200
@@ -1,0 +2,21 @@
+Sun Oct 14 21:57:40 UTC 2018 - Stefan BrĂ¼ns <[email protected]>
+
+- Update to version 0.5.1
+  * New supported hardware:
+    + Logic analyzers: DreamSourceLab DSLogic Basic/Plus, Hantek 4032L,
+      IPDBG (ipdbg.org FPGA IP debugger), Meilhaus Logian-16L,
+      Saleae Logic Pro 16, ZEROPLUS Logic Cube LAP-C (16128+) / LAP-16032U
+    + Oscilloscopes: Agilent MSO7034A, Hantek DSO-2250, Rigol DS4000 series,
+      Siglent SDS1000/SDS2000 series
+    + Programmable power supplies: GW Instek GPD series,
+      HP 6631B/66332A/6633B/6634B, Korad KD3005P, RDTech DPS/DPH series,
+      Rigol DP711/DP712, RND KA3005P, Tenma 72-2540
+    + Electronic loads: ZKETECH EBD-USB
+    + Multimeters: EEVblog 121GW, Fluke 45, HP 3478A, MASTECH MS8250D,
+      Metex M-3860M, PeakTech 4390A, SparkFun 70C,
+      Victor DMMs with Mini-USB connector, Voltcraft VC-96
+  * Various fixes and improvements
+  * The API and ABI is backwards compatible with 0.5.0
+  * Move COPYING from devel to data subpackage, tag as %license
+
+-------------------------------------------------------------------

Old:
----
  libsigrok-0.5.0.tar.gz

New:
----
  libsigrok-0.5.1.tar.gz

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

Other differences:
------------------
++++++ libsigrok.spec ++++++
--- /var/tmp/diff_new_pack.hiND0Y/_old  2018-10-17 08:41:45.697837549 +0200
+++ /var/tmp/diff_new_pack.hiND0Y/_new  2018-10-17 08:41:45.701837545 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsigrok
 #
-# 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,17 +12,17 @@
 # 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:           libsigrok
-Version:        0.5.0
+Version:        0.5.1
 Release:        0
 %define libname %{name}4
 %define libcxxname libsigrokcxx4
 Summary:        API for talking to logic analyzer hardware
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/Scientific/Electronics
 Url:            http://sigrok.org
 Source0:        
http://sigrok.org/download/source/libsigrok/%{name}-%{version}.tar.gz
@@ -112,13 +112,12 @@
 make DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%define action TAG+="uaccess"
 %define mm_ignore ENV{ID_MM_DEVICE_IGNORE}="1"
 install -d -m 755 %{buildroot}%{_udevrulesdir}
-sed 's/MODE="664".*/%{action}, %{mm_ignore}/' contrib/z60_libsigrok.rules \
-    > %{buildroot}%{_udevrulesdir}/50-libsigrok.rules
+install -m 644 contrib/60-libsigrok.rules %{buildroot}%{_udevrulesdir}
+install -m 644 contrib/61-libsigrok-uaccess.rules %{buildroot}%{_udevrulesdir}
+sed -i '/ID_SIGROK/ p; s/TAG.*/%{mm_ignore}/' 
%{buildroot}%{_udevrulesdir}/61-libsigrok-uaccess.rules
 
-rm %{buildroot}%{_datadir}/mime/application/vnd.sigrok.session.xml
 install -m 644 -D %{SOURCE1} 
%{buildroot}%{_datadir}/mime/packages/vnd.sigrok.session.xml
 install -m 644 -D contrib/libsigrok.png 
%{buildroot}%{_datadir}/icons/hicolor/48x48/mimetypes/libsigrok.png
 install -m 644 -D contrib/libsigrok.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/mimetypes/libsigrok.svg
@@ -140,23 +139,20 @@
 %postun -n %{libcxxname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root,-)
 %{_libdir}/*.so.*
 %exclude %{_libdir}/*cxx.so.*
 
 %files -n %{libcxxname}
-%defattr(-,root,root,-)
 %{_libdir}/*cxx.so.*
 
 %files data
-%defattr(-,root,root,-)
+%license COPYING
 %{_udevrulesdir}/*
 %{_datadir}/mime/packages/*
 %{_datadir}/icons/hicolor/*/mimetypes/libsigrok*
 
 %files devel
-%defattr(-,root,root,-)
-%doc COPYING README HACKING NEWS
+%doc README HACKING NEWS
 %{_libdir}/*.so
 %{_includedir}/*
 %{_libdir}/pkgconfig/*

++++++ libsigrok-0.5.0.tar.gz -> libsigrok-0.5.1.tar.gz ++++++
++++ 58578 lines of diff (skipped)


Reply via email to