Hello community,

here is the log from the commit of package libgpiod for openSUSE:Factory 
checked in at 2018-07-31 16:00:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgpiod (Old)
 and      /work/SRC/openSUSE:Factory/.libgpiod.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgpiod"

Tue Jul 31 16:00:39 2018 rev:2 rq:626371 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgpiod/libgpiod.changes        2018-06-29 
22:28:51.714371733 +0200
+++ /work/SRC/openSUSE:Factory/.libgpiod.new/libgpiod.changes   2018-07-31 
16:00:40.147675751 +0200
@@ -1,0 +2,6 @@
+Sun Jul 29 11:12:10 UTC 2018 - jeng...@inai.de
+
+- Update RPM groups. Reorder sentences to put the library first,
+  and the old sysfs interface last.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgpiod.spec ++++++
--- /var/tmp/diff_new_pack.Q7S5Ip/_old  2018-07-31 16:00:41.375677837 +0200
+++ /var/tmp/diff_new_pack.Q7S5Ip/_new  2018-07-31 16:00:41.387677858 +0200
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define libname libgpiod1
 
 Name:           libgpiod
 Version:        1.1
 Release:        0
 Summary:        Tools for interacting with the linux GPIO character device
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
 Url:            https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/
 Source0:        
https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-1.1.tar.gz
@@ -35,20 +36,19 @@
 BuildRequires:  libtool
 BuildRequires:  make
 
-
 %description
-Since linux 4.8 the GPIO sysfs interface is deprecated. User space should use
-the character device instead. This library encapsulates the ioctl calls and
-data structures behind a straightforward API.
+The libgpiod library encapsulates the ioctl calls and data structures
+of the GPIO character devices, the latter of which superseded the
+GPIO sysfs interface in Linux 4.8.
 
 %package -n %{libname}
 Summary:        C library for interacting with the linux GPIO character device
-Group:          Development/Languages/C and C++
+Group:          System/Libraries
 
 %description -n %{libname}
-Since linux 4.8 the GPIO sysfs interface is deprecated. User space should use
-the character device instead. This library encapsulates the ioctl calls and
-data structures behind a straightforward API.
+The libgpiod library encapsulates the ioctl calls and data structures
+of the GPIO character devices, the latter of which superseded the
+GPIO sysfs interface in Linux 4.8.
 
 Library part.
 
@@ -58,9 +58,9 @@
 Requires:       %{name}
 
 %description devel
-Since linux 4.8 the GPIO sysfs interface is deprecated. User space should use
-the character device instead. This library encapsulates the ioctl calls and
-data structures behind a straightforward API.
+The libgpiod library encapsulates the ioctl calls and data structures
+of the GPIO character devices, the latter of which superseded the
+GPIO sysfs interface in Linux 4.8.
 
 Devel files part.
 
@@ -81,7 +81,6 @@
 %post -n %{libname} -p /sbin/ldconfig
 %postun        -n %{libname} -p /sbin/ldconfig
 
-
 %files
 %{_bindir}/gpio*
 
@@ -94,5 +93,4 @@
 %{_libdir}/pkgconfig/libgpiod.pc
 %{_libdir}/pkgconfig/libgpiodcxx.pc
 
-
 %changelog


Reply via email to