update to 1.2.5 [release 1.2.5-1mamba;Fri Dec 09 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:56:22 +01:00
parent 9cc094c07e
commit 35b881c828

View File

@ -1,13 +1,13 @@
Name: xset Name: xset
Version: 1.2.4 Version: 1.2.5
Release: 1mamba Release: 1mamba
Summary: xset - user preference utility for X Summary: xset - user preference utility for X
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://xorg.freedesktop.org/ URL: https://www.x.org/wiki/
Source: http://xorg.freedesktop.org/releases/individual/app/xset-%{version}.tar.bz2 Source: http://xorg.freedesktop.org/releases/individual/app/xset-%{version}.tar.xz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -15,11 +15,12 @@ BuildRequires: libX11-devel
BuildRequires: libXext-devel BuildRequires: libXext-devel
BuildRequires: libXmu-devel BuildRequires: libXmu-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Xset is used to set various user preference options of the display. Xset is used to set various user preference options of the display.
%debug_package
%prep %prep
%setup -q %setup -q
@ -38,9 +39,12 @@ Xset is used to set various user preference options of the display.
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/%{name} %{_bindir}/%{name}
%{_mandir}/man?/* %{_mandir}/man?/*
%doc COPYING ChangeLog README %doc COPYING
%changelog %changelog
* Fri Dec 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.5-1mamba
- update to 1.2.5
* Sat Oct 27 2018 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba * Sat Oct 27 2018 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
- automatic update by autodist - automatic update by autodist