Hello community,

here is the log from the commit of package airspy for openSUSE:Factory checked 
in at 2017-05-31 12:16:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/airspy (Old)
 and      /work/SRC/openSUSE:Factory/.airspy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "airspy"

Wed May 31 12:16:05 2017 rev:3 rq:490055 version:1.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/airspy/airspy.changes    2017-04-12 
17:59:38.274605931 +0200
+++ /work/SRC/openSUSE:Factory/.airspy.new/airspy.changes       2017-05-31 
12:17:25.751990980 +0200
@@ -1,0 +2,21 @@
+Sun Apr 23 19:30:51 UTC 2017 - [email protected]
+
+- Update group handling
+
+-------------------------------------------------------------------
+Thu Apr 20 11:48:39 UTC 2017 - [email protected]
+
+- Update group handling
+
+-------------------------------------------------------------------
+Sat Apr 15 11:53:15 UTC 2017 - [email protected]
+
+- Fix Source-URL
+- Use group airspy in the udev-rules
+
+-------------------------------------------------------------------
+Sat Apr 15 11:45:11 UTC 2017 - [email protected]
+
+- Fixed URL
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ airspy.spec ++++++
--- /var/tmp/diff_new_pack.3Q1g67/_old  2017-05-31 12:17:26.243921538 +0200
+++ /var/tmp/diff_new_pack.3Q1g67/_new  2017-05-31 12:17:26.243921538 +0200
@@ -18,6 +18,7 @@
 
 
 %define sover   0
+%define airspy_group    airspy
 %define libname lib%{name}%{sover}
 Name:           airspy
 Version:        1.0.9
@@ -26,7 +27,8 @@
 License:        GPL-2.0+
 Group:          Productivity/Hamradio/Other
 Url:            http://www.airspy.com
-Source:         
https://github.com/airspy/host/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+#Git-Clone:     https://github.com/airspy/airspyone_host.git
+Source:         
https://github.com/airspy/airspyone_host/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake >= 2.8
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -47,6 +49,7 @@
 %package udev
 Summary:        Udev rules for Airspy SDR
 Group:          Hardware/Other
+Requires(pre):  shadow
 
 %description udev
 Udev rules for Airspy SDR
@@ -60,7 +63,10 @@
 Library headers for airspy driver.
 
 %prep
-%setup -q -n host-%{version}
+%setup -q -n airspyone_host-%{version}
+
+# HACK: set udev group to airspy
+sed -i "s/plugdev/airspy/g" airspy-tools/52-airspy.rules
 
 %build
 %cmake \
@@ -76,6 +82,10 @@
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun  -n %{libname} -p /sbin/ldconfig
+
+%pre udev
+getent group %{airspy_group} >/dev/null || groupadd -r %{airspy_group}
+
 %post udev
 %udev_rules_update
 

++++++ airspy-1.0.9.tar.gz ++++++


Reply via email to