rebuilt with libjxl 0.8.1 [release 2.6.3-2mamba;Sat Feb 11 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 17:42:30 +01:00
parent be735a1df2
commit 2c731ecd8f

View File

@ -1,6 +1,6 @@
Name: sdl2_image
Version: 2.6.2
Release: 1mamba
Version: 2.6.3
Release: 2mamba
Summary: SDL_image is an image file loading library
Group: System/Libraries
Vendor: openmamba
@ -12,7 +12,9 @@ License: zlib/libpng
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libSDL2-devel
BuildRequires: libjxl-devel
## AUTOBUILDREQ-END
BuildRequires: libjxl-devel >= 0.8.1
Requires(post): %{__install_info}
Requires(preun): %{__install_info}
@ -36,7 +38,6 @@ Requires: pkg-config
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
@ -64,15 +65,19 @@ This package contains libraries and header files for developing applications tha
%defattr(-,root,root)
%{_includedir}/SDL2/SDL_image.h
%{_libdir}/libSDL2_image.a
%{_libdir}/libSDL2_image.la
%{_libdir}/libSDL2_image.so
%{_libdir}/pkgconfig/SDL2_image.pc
%dir %{_libdir}/cmake/SDL2_image
%{_libdir}/cmake/SDL2_image/sdl2_image*.cmake
%doc README.txt
%changelog
* Sat Feb 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.3-2mamba
- rebuilt with libjxl 0.8.1
* Thu Feb 09 2023 Automatic Build System <autodist@mambasoft.it> 2.6.3-1mamba
- automatic version update by autodist
* Mon Aug 22 2022 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
- automatic version update by autodist