automatic version update by autodist [release 2.0.5-1mamba;Sat Oct 12 2024]

This commit is contained in:
Automatic Build System 2024-10-17 20:30:29 +02:00
parent bc3f720ffa
commit 7e4a148e4a

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f 1-2)
Name: libpeas
Version: 2.0.3
Version: 2.0.5
Release: 1mamba
Summary: A gobject-based plugins engine
Group: System/Libraries
@ -16,7 +16,7 @@ BuildRequires: libgcc
BuildRequires: libgjs-devel
BuildRequires: libglib-devel
BuildRequires: liblua51-devel
BuildRequires: libmozjs115-devel
BuildRequires: libmozjs128-devel
BuildRequires: libpython3-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
@ -71,8 +71,6 @@ This package includes the %{name} API documentation.
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f %{name}.lang
%defattr(-,root,root)
@ -99,6 +97,9 @@ This package includes the %{name} API documentation.
%{_docdir}/libpeas-2/*
%changelog
* Sat Oct 12 2024 Automatic Build System <autodist@openmamba.org> 2.0.5-1mamba
- automatic version update by autodist
* Sun Jun 30 2024 Automatic Build System <autodist@openmamba.org> 2.0.3-1mamba
- automatic version update by autodist