v1.5
This commit is contained in:
parent
e4b0b9c350
commit
c6394e92df
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/libgpiod-*.tar.gz
|
/libgpiod-*.tar.gz
|
||||||
/libgpiod-1.5-rc2.tar.xz
|
/libgpiod-1.5-rc2.tar.xz
|
||||||
|
/libgpiod-1.5.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global candidate rc2
|
#global candidate rc2
|
||||||
|
|
||||||
Name: libgpiod
|
Name: libgpiod
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 0.2%{?candidate:.%{candidate}}%{?dist}
|
Release: 1%{?candidate:.%{candidate}}%{?dist}
|
||||||
Summary: C library and tools for interacting with linux GPIO char device
|
Summary: C library and tools for interacting with linux GPIO char device
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -95,6 +95,9 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
%{_libdir}/%{name}*.so
|
%{_libdir}/%{name}*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 28 2020 Peter Robinson <pbrobinson@fedoraproject.org> 1.5-1
|
||||||
|
- Update to 1.5
|
||||||
|
|
||||||
* Wed Jan 15 2020 Peter Robinson <pbrobinson@fedoraproject.org> 1.5-0.2-RC2
|
* Wed Jan 15 2020 Peter Robinson <pbrobinson@fedoraproject.org> 1.5-0.2-RC2
|
||||||
- Update to 1.5 RC2
|
- Update to 1.5 RC2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libgpiod-1.5-rc2.tar.xz) = 64a877e0a73f8db59d24c88583f04fc9a0ab18ec0aee19a794812e9c9462c81407f4f73dfb5515b6c330b7b7ab694a5553f120b730e3f3e78e886d9320d6988f
|
SHA512 (libgpiod-1.5.tar.xz) = 795e6e24117cb978860e6017f393e1145711a5fcdc43921b034dacc0a4a33c79610a867c74a3ba4fa06dcf0f61c8df9aaa1b4ad96a16b1f78dd5d0d62ed189a5
|
||||||
|
Loading…
Reference in New Issue
Block a user