mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2026-08-17 16:34:54 -05:00
chore: Update spec files for release v0.9.1 (#1091)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent
6a7d0960ee
commit
c9b3f0dd2d
@@ -1,10 +1,10 @@
|
||||
Name: lact-headless
|
||||
Version: 0.9.0
|
||||
Version: 0.9.1
|
||||
Release: 1
|
||||
Summary: GPU control utility
|
||||
License: MIT
|
||||
URL: https://github.com/ilya-zlobintsev/LACT
|
||||
Source0: https://github.com/ilya-zlobintsev/LACT/archive/refs/tags/v0.9.0.tar.gz
|
||||
Source0: https://github.com/ilya-zlobintsev/LACT/archive/refs/tags/v0.9.1.tar.gz
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: rust cargo gcc libdrm-devel dbus curl make clang git vulkan-tools clinfo
|
||||
@@ -17,7 +17,7 @@ GPU control utility
|
||||
%setup -q -n LACT-%{version}
|
||||
|
||||
%build
|
||||
VERGEN_GIT_SHA=454a6e2 make build-release-headless %{?_smp_mflags}
|
||||
VERGEN_GIT_SHA=6a7d096 make build-release-headless %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
@@ -35,6 +35,8 @@ make install PREFIX=/usr DESTDIR=%{buildroot}
|
||||
/usr/share/metainfo/io.github.ilya_zlobintsev.LACT.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Thu Jun 25 2026 - ilya-zlobintsev - v0.9.1
|
||||
- Autogenerated from CI, please see https://github.com/ilya-zlobintsev/LACT/releases/tag/v0.9.1 for detailed changelog.
|
||||
* Sat Apr 25 2026 - ilya-zlobintsev - v0.9.0
|
||||
- Autogenerated from CI, please see https://github.com/ilya-zlobintsev/LACT/releases/tag/v0.9.0 for detailed changelog.
|
||||
* Sun Jan 25 2026 - ilya-zlobintsev - v0.8.4
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
Name: lact
|
||||
Version: 0.9.0
|
||||
Version: 0.9.1
|
||||
Release: 1
|
||||
Summary: GPU control utility
|
||||
License: MIT
|
||||
URL: https://github.com/ilya-zlobintsev/LACT
|
||||
Source0: https://github.com/ilya-zlobintsev/LACT/archive/refs/tags/v0.9.0.tar.gz
|
||||
Source0: https://github.com/ilya-zlobintsev/LACT/archive/refs/tags/v0.9.1.tar.gz
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: rust cargo gtk4-devel gcc libdrm-devel dbus libadwaita-devel curl make clang git vulkan-tools clinfo
|
||||
Requires: gtk4 libdrm libadwaita hwdata vulkan-tools clinfo
|
||||
BuildRequires: rust cargo gtk4-devel gcc libdrm-devel dbus libadwaita-devel libdisplay-info-devel curl make clang git vulkan-tools clinfo
|
||||
Requires: gtk4 libdrm libadwaita libdisplay-info hwdata vulkan-tools clinfo
|
||||
|
||||
%description
|
||||
GPU control utility
|
||||
@@ -17,7 +17,7 @@ GPU control utility
|
||||
%setup -q -n LACT-%{version}
|
||||
|
||||
%build
|
||||
VERGEN_GIT_SHA=454a6e2 make build-release %{?_smp_mflags}
|
||||
VERGEN_GIT_SHA=6a7d096 make build-release %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
@@ -35,6 +35,8 @@ make install PREFIX=/usr DESTDIR=%{buildroot}
|
||||
/usr/share/metainfo/io.github.ilya_zlobintsev.LACT.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Thu Jun 25 2026 - ilya-zlobintsev - v0.9.1
|
||||
- Autogenerated from CI, please see https://github.com/ilya-zlobintsev/LACT/releases/tag/v0.9.1 for detailed changelog.
|
||||
* Sat Apr 25 2026 - ilya-zlobintsev - v0.9.0
|
||||
- Autogenerated from CI, please see https://github.com/ilya-zlobintsev/LACT/releases/tag/v0.9.0 for detailed changelog.
|
||||
* Sun Jan 25 2026 - ilya-zlobintsev - v0.8.4
|
||||
|
||||
Reference in New Issue
Block a user