update to 5.2.3.0 [release 5.2.3.0-1mamba;Sun Dec 31 2017]

This commit is contained in:
Silvan Calarco 2024-01-06 03:45:37 +01:00
parent f6ebf5e589
commit e2da3f73d8

View File

@ -1,14 +1,15 @@
%define majver %(echo %version | cut -d. -f1-3) %define majver %(echo %version | cut -d. -f1-3)
Name: liballegro Name: liballegro
Version: 5.2.2 Version: 5.2.3.0
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: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.talula.demon.co.uk/allegro/ URL: http://liballeg.org/
Source: http://download.gna.org/allegro/allegro/%{version}/allegro-%{version}.tar.gz Source: https://github.com/liballeg/allegro5.git/%{version}/allegro5-%{version}.tar.bz2
#Source: http://download.gna.org/allegro/allegro/%{version}/allegro-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -56,7 +57,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
This package contains utility applications for %{name}. This package contains utility applications for %{name}.
%prep %prep
%setup -q -n allegro-%{version}.0 %setup -q -n allegro5-%{version}
%build %build
%cmake -d build %cmake -d build
@ -117,6 +118,9 @@ _EOF
#%doc CHANGES-*.txt README.txt #%doc CHANGES-*.txt README.txt
%changelog %changelog
* Sun Dec 31 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.3.0-1mamba
- update to 5.2.3.0
* Sat Jan 21 2017 Automatic Build System <autodist@mambasoft.it> 5.2.2-1mamba * Sat Jan 21 2017 Automatic Build System <autodist@mambasoft.it> 5.2.2-1mamba
- automatic version update by autodist - automatic version update by autodist