automatic version update by autodist [release 4.0.5-1mamba;Sun Feb 02 2025]

This commit is contained in:
Automatic Build System 2025-02-03 10:19:34 +01:00
parent 13244f70c4
commit ffbbc749c5
2 changed files with 6 additions and 2 deletions

View File

@ -2,3 +2,4 @@
A tool that allows you to display GTK dialog boxes in commandline and shell scripts.

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
%define gitver %(echo %version | tr . _)
Name: zenity
Version: 4.0.3
Version: 4.0.5
Release: 1mamba
Summary: A tool that allows you to display GTK dialog boxes in commandline and shell scripts
Group: System/Tools
@ -14,6 +14,7 @@ License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libadwaita-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: libgtk-devel
BuildRequires: libpango-devel
@ -23,7 +24,6 @@ BuildRequires: libyelp-devel
%description
A tool that allows you to display GTK dialog boxes in commandline and shell scripts.
%debug_package
%prep
%setup -q
@ -54,6 +54,9 @@ A tool that allows you to display GTK dialog boxes in commandline and shell scri
# ChangeLog NEWS README THANKS TODO
%changelog
* Sun Feb 02 2025 Automatic Build System <autodist@openmamba.org> 4.0.5-1mamba
- automatic version update by autodist
* Thu Oct 24 2024 Automatic Build System <autodist@openmamba.org> 4.0.3-1mamba
- automatic version update by autodist