Hello community,

here is the log from the commit of package libgpiod for openSUSE:Factory 
checked in at 2020-03-20 23:55:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgpiod (Old)
 and      /work/SRC/openSUSE:Factory/.libgpiod.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgpiod"

Fri Mar 20 23:55:28 2020 rev:11 rq:786536 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgpiod/libgpiod.changes        2020-03-11 
18:51:34.379573650 +0100
+++ /work/SRC/openSUSE:Factory/.libgpiod.new.3160/libgpiod.changes      
2020-03-20 23:59:52.969040379 +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.Pucoxh/_old  2020-03-20 23:59:55.897042234 +0100
+++ /var/tmp/diff_new_pack.Pucoxh/_new  2020-03-20 23:59:55.901042237 +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