Hello community,

here is the log from the commit of package iio-sensor-proxy for 
openSUSE:Factory checked in at 2016-09-27 13:45:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iio-sensor-proxy (Old)
 and      /work/SRC/openSUSE:Factory/.iio-sensor-proxy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iio-sensor-proxy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iio-sensor-proxy/iio-sensor-proxy.changes        
2016-09-09 10:20:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.iio-sensor-proxy.new/iio-sensor-proxy.changes   
2016-09-27 13:45:19.000000000 +0200
@@ -1,0 +2,17 @@
+Mon Sep 26 08:44:26 UTC 2016 - zai...@opensuse.org
+
+- Add gtk-doc BuildRequires and pass --enable-gtk-doc to configure.
+  Split out a new doc subpackage.
+- Stop passing --disable-silent-rules to configure and V=1 to make,
+  we do debugging locally.
+
+-------------------------------------------------------------------
+Sun Sep 25 21:13:02 UTC 2016 - badshah...@gmail.com
+
+- Update to version 1.3:
+  + Build fixes.
+  + Fixes accelerometer unit scaling.
+  + Really fixes regression with the IIO accelerometer in kernel
+    4.8 that was supposed to be fixed in version 1.2.
+
+-------------------------------------------------------------------

Old:
----
  iio-sensor-proxy-1.2.tar.xz

New:
----
  iio-sensor-proxy-1.3.tar.xz

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

Other differences:
------------------
++++++ iio-sensor-proxy.spec ++++++
--- /var/tmp/diff_new_pack.nt8nyf/_old  2016-09-27 13:45:21.000000000 +0200
+++ /var/tmp/diff_new_pack.nt8nyf/_new  2016-09-27 13:45:21.000000000 +0200
@@ -17,12 +17,13 @@
 
 
 Name:           iio-sensor-proxy
-Version:        1.2
+Version:        1.3
 Release:        0
 Summary:        Proxy for IIO and input subsystems
 License:        GPL-3.0
 Url:            https://github.com/hadess/iio-sensor-proxy
 Source:         
https://github.com/hadess/iio-sensor-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz
+BuildRequires:  gtk-doc
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)  >= 230
@@ -34,12 +35,19 @@
 %description
 This proxy reads sensor data from the IIO subsystem and serves to the input 
subsystem
 
+%package doc
+Summary:        Documentation for %{name}
+BuildArch:      noarch
+
+%description doc
+This package contains the documentation for %{name}.
+
 %prep
 %setup -q
 
 %build
-%configure --disable-silent-rules
-make %{?_smp_mflags} V=1
+%configure --enable-gtk-doc
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
@@ -74,4 +82,8 @@
 %dir %{_sysconfdir}/dbus-1/system.d
 %config %{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
 
+%files doc
+%defattr(-,root,root)
+%{_datadir}/gtk-doc/html/%{name}/
+
 %changelog

++++++ iio-sensor-proxy-1.2.tar.xz -> iio-sensor-proxy-1.3.tar.xz ++++++
++++ 3649 lines of diff (skipped)


Reply via email to