Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3778107eea | |||
| d1190ba969 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4857d0257c40b44518ae7c4d84f1b023fd2be98e23ef9fb795af4d65b7e1607f
|
||||
size 297054
|
||||
3
libgpiod-2.2.2.tar.gz
Normal file
3
libgpiod-2.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0b1380c3cbabbb49b82f709b3288376d98347d4436613407d19cc4cbbfc45a6
|
||||
size 297220
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 13:32:45 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- version update to 2.2.2
|
||||
* don't implicity unquote unnamed lines in gpioinfo
|
||||
* remove useless variable in reconfigure example
|
||||
* don't let struct line_config balloon out of control and trigger an OOM
|
||||
* drop python3-config check from configure.ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 16 14:42:34 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libgpiod
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -30,7 +30,7 @@
|
||||
# Enable python
|
||||
%bcond_without libgpiod_python
|
||||
Name: libgpiod
|
||||
Version: 2.2.1
|
||||
Version: 2.2.2
|
||||
Release: 0
|
||||
Summary: C library and tools for interacting with the linux GPIO character device
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -173,7 +173,7 @@ Python binding part.
|
||||
%package manager
|
||||
Summary: DBus manager for GPIO
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%description manager
|
||||
DBus manager for interacting with GPIO character devices.
|
||||
|
||||
@@ -237,10 +237,10 @@ find %{buildroot} -name '*.la' -delete
|
||||
|
||||
%post manager
|
||||
%service_add_post gpio-manager.service
|
||||
|
||||
|
||||
%preun manager
|
||||
%service_del_preun gpio-manager.service
|
||||
|
||||
|
||||
%postun manager
|
||||
%service_del_postun gpio-manager.service
|
||||
|
||||
@@ -305,4 +305,4 @@ find %{buildroot} -name '*.la' -delete
|
||||
%{_datadir}/dbus-1/interfaces/io.gpiod1.xml
|
||||
%{_unitdir}/gpio-manager.service
|
||||
|
||||
%changelog
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user