Update to the latest commit 96a7334

(cherry picked from commit f298520e8f)
This commit is contained in:
Koichiro Iwao 2024-08-07 05:39:48 +00:00
parent ae7b91eca5
commit b225e703a5
2 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
34ca8e819c2957c2eea52dc19bc38ba52d8a2acb SOURCES/userland-cc1ca18fb0689b01cc2ca2aa4b400dcee624a213.tar.gz
7bd702bc33de7f357dbe1adc32b766e395223f65 SOURCES/userland-96a7334ae9d5fc9db7ac92e59852377df63f1848.tar.gz

View File

@ -1,5 +1,5 @@
%global rpi_userland_ver 0.0.1
%global userland_commit cc1ca18fb0689b01cc2ca2aa4b400dcee624a213
%global rpi_userland_ver 0.0.2
%global userland_commit 96a7334ae9d5fc9db7ac92e59852377df63f1848
%global userland_url https://github.com/raspberrypi/userland
%global target_lib lib64
%global build_type release
@ -10,7 +10,7 @@
Name: raspberrypi-userland
Version: %{rpi_userland_ver}
Release: 1%{?dist}
Summary: Raspberry PI userland utilites
Summary: Raspberry Pi userland utilites
License: BSD 3-Clause License
ExcludeArch: i386 i686 x86_64 ppc64le s390x
ExclusiveArch: aarch64
@ -27,7 +27,7 @@ BuildRequires: gcc-c++
BuildRequires: cmake
%description
This package contains some utilities to operate with Raspberry PI
This package contains some utilities to operate with Raspberry Pi
unsing its GPU in order to access some service functions like a
temperature, frequency, and voltage monitoring and so on.
@ -97,5 +97,8 @@ cp -r %{prefix}/include/vcinclude %{buildroot}/usr/include
/usr/%{target_lib}/*.a
%changelog
* Wed Aug 07 2024 Koichiro Iwao <meta@almalinux.org> - 0.0.2-1
- Update to the latest commit 96a7334
* Fri Aug 11 2023 Pavel Kopylov <pkopylov@cloudlinux.com> - 0.0.1-1
- Initial preparation