Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Fedora Release Engineering
2de6af218e Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-16 07:38:42 +00:00
20b50ab3bf simplify configure 2026-05-01 15:17:46 +09:00

View file

@ -31,7 +31,7 @@
%dnl %global use_gcc_strict_sanitize 1
%global main_version 0.11.1
%global baserelease 1
%global baserelease 2
Name: lxpanel
Version: %{main_version}%{git_ver_rpm}
@ -189,7 +189,7 @@ export LDFLAGS="${LDFLAGS} -pthread"
%configure \
--enable-indicator-support \
--disable-silent-rules \
--with-plugins='netstatus,volume,cpu,deskno,batt,kbled,xkb,thermal,cpufreq,monitors,indicator,weather' \
--with-plugins='all,-netstat' \
%{nil}
%make_build
@ -225,6 +225,9 @@ cd ..
%{_libdir}/pkgconfig/lxpanel.pc
%changelog
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1^20260313git4dec3d0d-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Fri Mar 13 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.11.1^20260313git4dec3d0d-1
- Update to the latest git