automatic version update by autodist [release 20250104_3.1-1mamba;Mon Jan 06 2025]

This commit is contained in:
Automatic Build System 2025-01-06 22:14:14 +01:00
parent 560daef9de
commit 192d12768d

View File

@ -1,6 +1,6 @@
%define pkgver %(echo %version | tr _ -)
Name: libedit
Version: 20240808_3.1
Version: 20250104_3.1
Release: 1mamba
Summary: The NetBSD Editline library.
Group: System/Libraries
@ -31,7 +31,6 @@ Obsoletes: %{name}-static < 20221009_3.1
%{name} is an autotool- and libtoolized port of the NetBSD Editline library (libedit) %{name} provides generic line editing,history, and tokenization functions,similar to those found in GNU Readline.
This package contains libraries and header files needed for development.
%debug_package
%prep
%setup -q -n %{name}-%{pkgver}
@ -51,8 +50,6 @@ iconv --from-code ISO8859-1 --to-code UTF-8 ./ChangeLog \
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -75,6 +72,9 @@ iconv --from-code ISO8859-1 --to-code UTF-8 ./ChangeLog \
%doc ChangeLog
%changelog
* Mon Jan 06 2025 Automatic Build System <autodist@openmamba.org> 20250104_3.1-1mamba
- automatic version update by autodist
* Fri Aug 16 2024 Automatic Build System <autodist@openmamba.org> 20240808_3.1-1mamba
- automatic version update by autodist