automatic version update by autodist [release 2.3.3-1mamba;Tue Sep 06 2022]

This commit is contained in:
Automatic Build System 2024-01-06 05:47:32 +01:00
parent 774be295fe
commit 8c98cb5bf8

View File

@ -1,7 +1,7 @@
%define majversion %(echo %version | cut -d. -f 1-2) %define majversion %(echo %version | cut -d. -f 1-2)
Name: libslang Name: libslang
Version: 2.3.2 Version: 2.3.3
Release: 2mamba Release: 1mamba
Summary: The shared library for the S-Lang extension language Summary: The shared library for the S-Lang extension language
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -16,11 +16,14 @@ Patch12: %{name}-2.0.5-nointerlibc2.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libonig-devel
BuildRequires: libpcre-devel
BuildRequires: libpng-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpcre-devel >= 6.3 BuildRequires: libpcre-devel >= 6.3
BuildRequires: libpng-devel >= 1.2.8 BuildRequires: libpng-devel >= 1.2.8
BuildRequires: libonig-devel BuildRequires: libonig-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Obsoletes: libslang1 Obsoletes: libslang1
%description %description
@ -111,6 +114,9 @@ chmod 755 %{buildroot}%{_libdir}/*.so.*
%doc doc README %doc doc README
%changelog %changelog
* Tue Sep 06 2022 Automatic Build System <autodist@mambasoft.it> 2.3.3-1mamba
- automatic version update by autodist
* Thu Nov 26 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.2-2mamba * Thu Nov 26 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.2-2mamba
- rebuilt with debug package - rebuilt with debug package