v2.1
This commit is contained in:
parent
8d49a722f4
commit
01c6b0502c
@ -1,7 +1,7 @@
|
||||
#global candidate rc3
|
||||
|
||||
Name: libgpiod
|
||||
Version: 2.0.2
|
||||
Version: 2.1
|
||||
Release: 1%{?candidate:.%{candidate}}%{?dist}
|
||||
Summary: C library and tools for interacting with linux GPIO char device
|
||||
|
||||
@ -87,14 +87,14 @@ find %{buildroot} -name '*.la' -delete
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README
|
||||
%{_libdir}/%{name}.so.*
|
||||
%{_libdir}/%{name}.so.3*
|
||||
|
||||
%files utils
|
||||
%{_bindir}/gpio*
|
||||
%{_mandir}/man*/gpio*
|
||||
|
||||
%files c++
|
||||
%{_libdir}/libgpiodcxx.so.*
|
||||
%{_libdir}/libgpiodcxx.so.2*
|
||||
|
||||
%files -n python3-%{name}
|
||||
%{python3_sitearch}/gpiod/
|
||||
@ -107,6 +107,9 @@ find %{buildroot} -name '*.la' -delete
|
||||
%{_libdir}/%{name}*.so
|
||||
|
||||
%changelog
|
||||
* Fri Nov 03 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 2.1-1
|
||||
- Update to 2.1
|
||||
|
||||
* Fri Aug 25 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 2.0.2-1
|
||||
- Update to 2.02
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libgpiod-2.0.2.tar.xz) = 3e92fe8b52da20abc89dd857a10f0e7fef77663a7a6cbcd7471f49843d54e9a053fa150a3f5b200f220a1a40c2ded010c271deba796fbc0775010d980a7083f1
|
||||
SHA512 (libgpiod-2.1.tar.xz) = 1c20a93fb2a6cf66f4690a5784ac1aeb077ca3da23c1942448f045972092468480e13b13174f327b3b7252bef5f23ffd226c990f11529b1151ba2dc318a47e52
|
||||
|
Loading…
Reference in New Issue
Block a user