Hello community,

here is the log from the commit of package libgpiod for openSUSE:Leap:15.2 
checked in at 2020-03-21 16:45:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libgpiod (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libgpiod.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgpiod"

Sat Mar 21 16:45:35 2020 rev:10 rq:786537 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/libgpiod/libgpiod.changes      2020-03-13 
10:59:22.500520232 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libgpiod.new.3160/libgpiod.changes    
2020-03-21 16:47:05.697643442 +0100
@@ -1,0 +2,6 @@
+Thu Mar 19 17:37:36 UTC 2020 - Petr Tesařík <[email protected]>
+
+- Rename the libgpiod package (which contains the command-line
+  tools) to libgpiod-utils.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgpiod.spec ++++++
--- /var/tmp/diff_new_pack.teXOuN/_old  2020-03-21 16:47:07.013644790 +0100
+++ /var/tmp/diff_new_pack.teXOuN/_new  2020-03-21 16:47:07.037644815 +0100
@@ -28,7 +28,7 @@
 Name:           libgpiod
 Version:        1.4.2
 Release:        0
-Summary:        Tools for interacting with the linux GPIO character device
+Summary:        C library and tools for interacting with the linux GPIO 
character device
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
 URL:            https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/
@@ -54,6 +54,19 @@
 of the GPIO character devices, the latter of which superseded the
 GPIO sysfs interface in Linux 4.8.
 
+%package utils
+Summary:        Tools for interacting with the linux GPIO character device
+Group:          Development/Libraries/C and C++
+Provides:       libgpiod = %{version}-%{release}
+Obsoletes:      libgpiod < %{version}-%{release}
+
+%description utils
+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.
+
+Command-line tools part.
+
 %package -n libgpiod%{libgpiod_soversion}
 Summary:        C library for interacting with the linux GPIO character device
 Group:          System/Libraries
@@ -132,7 +145,7 @@
        --enable-tools=yes \
        --enable-bindings-python \
        --enable-bindings-cxx
-make
+make %{?_smp_mflags}
 
 %install
 %make_install
@@ -149,7 +162,7 @@
 %postun -n libgpiomockup%{libgpiomockup_soversion} -p /sbin/ldconfig
 %endif
 
-%files
+%files utils
 %{_bindir}/gpio*
 
 %files -n libgpiod%{libgpiod_soversion}


Reply via email to