update to 1.5 RC1
This commit is contained in:
parent
62934007f6
commit
80c6a752e1
@ -1,11 +1,13 @@
|
|||||||
|
%global candidate rc1
|
||||||
|
|
||||||
Name: libgpiod
|
Name: libgpiod
|
||||||
Version: 1.4.1
|
Version: 1.5
|
||||||
Release: 2%{?dist}
|
Release: 0.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+
|
||||||
URL: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/
|
URL: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/
|
||||||
Source0: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/%{name}-%{version}.tar.gz
|
Source0: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/%{name}-%{version}%{?candidate:-%{candidate}}.tar.gz
|
||||||
|
|
||||||
BuildRequires: automake autoconf autoconf-archive libtool
|
BuildRequires: automake autoconf autoconf-archive libtool
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -55,7 +57,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
Files for development with %{name}.
|
Files for development with %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%setup -q -n %{name}-%{version}%{?candidate:-%{candidate}}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
@ -93,6 +95,9 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
%{_libdir}/%{name}*.so
|
%{_libdir}/%{name}*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 7 2020 Peter Robinson <pbrobinson@fedoraproject.org> 1.5-0.1-RC1
|
||||||
|
- Update to 1.5 RC1
|
||||||
|
|
||||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.4.1-2
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.4.1-2
|
||||||
- Rebuilt for Python 3.8
|
- Rebuilt for Python 3.8
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libgpiod-1.4.1.tar.gz) = 4270f6794e3c3e3b902ab5a54fd0deeff180dbf8e43aa0689420f702610d4c92cc16ad1ce299a746658a5a13ed099b3b3d8f1fe3f851e503fa1f4425b345eb68
|
SHA512 (libgpiod-1.5-rc1.tar.gz) = f6fa34667bd631fdfac86b7b0a6cc5692370dcf0789e3013c89b26e4d2f687aacf7f6f78f7a54a1006639018ee8af885d5510d949dc99534bea3b2a6f85d01b2
|
||||||
|
Loading…
Reference in New Issue
Block a user