From f298520e8f1d5ee1b7cba0e564b5d48568ae3656 Mon Sep 17 00:00:00 2001
From: Koichiro Iwao
Date: Wed, 7 Aug 2024 05:39:48 +0000
Subject: [PATCH] Update to the latest commit 96a7334
---
.raspberrypi-userland.metadata | 2 +-
SPECS/raspberrypi-userland.spec | 11 +++++++----
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/.raspberrypi-userland.metadata b/.raspberrypi-userland.metadata
index fe61a23..33ae31f 100644
--- a/.raspberrypi-userland.metadata
+++ b/.raspberrypi-userland.metadata
@@ -1 +1 @@
-34ca8e819c2957c2eea52dc19bc38ba52d8a2acb SOURCES/userland-cc1ca18fb0689b01cc2ca2aa4b400dcee624a213.tar.gz
+7bd702bc33de7f357dbe1adc32b766e395223f65 SOURCES/userland-96a7334ae9d5fc9db7ac92e59852377df63f1848.tar.gz
diff --git a/SPECS/raspberrypi-userland.spec b/SPECS/raspberrypi-userland.spec
index f534144..4377e4e 100644
--- a/SPECS/raspberrypi-userland.spec
+++ b/SPECS/raspberrypi-userland.spec
@@ -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 - 0.0.2-1
+- Update to the latest commit 96a7334
+
* Fri Aug 11 2023 Pavel Kopylov - 0.0.1-1
- Initial preparation