automatic version update by autodist [release 0.10.1-1mamba;Thu Jul 24 2025]

This commit is contained in:
2025-07-24 19:19:47 +02:00
parent dfa8b44178
commit ed5a7f83e7
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
# gitea-tea
A command line tool to interact with Gitea servers.

View File

@@ -1,5 +1,5 @@
Name: gitea-tea
Version: 0.9.2
Version: 0.10.1
Release: 1mamba
Summary: A command line tool to interact with Gitea servers
Group: Applications/Development
@@ -10,19 +10,18 @@ URL: https://gitea.com/gitea/tea
Source: https+git://gitea.com/gitea/tea.git/v%{version}/tea-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
%description
A command line tool to interact with Gitea servers.
#% debug_package
%define debug_package %{nil}
%prep
%setup -q -n tea-%{version}
%build
make vendor
%make
%install
@@ -42,5 +41,8 @@ install -D -m0644 contrib/autocomplete.zsh %{buildroot}%{_datadir}/zsh/site-func
%doc LICENSE
%changelog
* Thu Jul 24 2025 Automatic Build System <autodist@openmamba.org> 0.10.1-1mamba
- automatic version update by autodist
* Fri Dec 29 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.2-1mamba
- package created using the webbuild interface