update to 4.4.3 [release 4.4.3-1mamba;Fri Mar 01 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 03:45:48 +01:00
parent 255b1f502c
commit fceca21af4

View File

@ -1,14 +1,15 @@
%define majver %(echo %version | cut -d. -f1-3) %define majver %(echo %version | cut -d. -f1-3)
Name: liballegro4 Name: liballegro4
Version: 4.4.2 Version: 4.4.3
Release: 1mamba Release: 1mamba
Summary: A game programming library Summary: A game programming library
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.talula.demon.co.uk/allegro/ URL: http://www.talula.demon.co.uk/allegro/
Source: http://downloads.sourceforge.net/sourceforge/alleg/allegro-%{version}.tar.gz Source: https://github.com/liballeg/allegro5/releases/download/%{version}/allegro-%{version}.tar.gz
#Source: http://downloads.sourceforge.net/sourceforge/alleg/allegro-%{version}.tar.gz
Patch0: allegro-4.2.2-flags1.patch Patch0: allegro-4.2.2-flags1.patch
Patch1: allegro-4.2.2-autoconf1.patch Patch1: allegro-4.2.2-autoconf1.patch
Patch2: allegro-4.2.2-exec-stack1.patch Patch2: allegro-4.2.2-exec-stack1.patch
@ -139,7 +140,7 @@ mv %{buildroot}%{_prefix}/doc %{buildroot}%{_datadir}
%{_includedir}/allegrogl/GLext/*.h %{_includedir}/allegrogl/GLext/*.h
%{_includedir}/allegrogl/*.h %{_includedir}/allegrogl/*.h
%{_includedir}/*.h %{_includedir}/*.h
%{_libdir}/*.a #%{_libdir}/*.a
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/pkgconfig/allegro.pc %{_libdir}/pkgconfig/allegro.pc
%{_libdir}/pkgconfig/allegrogl.pc %{_libdir}/pkgconfig/allegrogl.pc
@ -154,6 +155,9 @@ mv %{buildroot}%{_prefix}/doc %{buildroot}%{_datadir}
%doc readme.txt docs/build/unix.txt docs/build/linux.txt %doc readme.txt docs/build/unix.txt docs/build/linux.txt
%changelog %changelog
* Fri Mar 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.3-1mamba
- update to 4.4.3
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 4.4.2-1mamba * Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 4.4.2-1mamba
- update to 4.4.2 - update to 4.4.2