Update to 2.31.1 (RHBZ #1350286)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
ab75f9d73c
commit
e3d98c0df2
3 changed files with 10 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/angelscript_2.30.0.zip
|
||||
/angelscript_2.30.2.zip
|
||||
/angelscript_2.31.0.zip
|
||||
/angelscript_2.31.1.zip
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
%global optflags %(echo %{optflags} -fno-strict-aliasing)
|
||||
|
||||
Name: angelscript
|
||||
Version: 2.31.0
|
||||
Version: 2.31.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Flexible cross-platform scripting library
|
||||
|
||||
License: zlib
|
||||
URL: http://www.angelcode.com/angelscript/
|
||||
Source0: http://www.angelcode.com/angelscript/sdk/files/%{name}_%{version}.zip
|
||||
Source0: %{url}/sdk/files/%{name}_%{version}.zip
|
||||
|
||||
BuildRequires: meson >= 0.23.0-3
|
||||
|
||||
ExclusiveArch: x86_64 %ix86 %arm
|
||||
ExclusiveArch: x86_64 %{ix86} %{arm}
|
||||
|
||||
%description
|
||||
The AngelScript library is a software library for easy integration of
|
||||
|
|
@ -30,8 +30,8 @@ The %{name}-devel package contains libraries and header files for
|
|||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
rm -rf build && mkdir build
|
||||
%autosetup -c
|
||||
mkdir build
|
||||
|
||||
%build
|
||||
pushd build
|
||||
|
|
@ -58,6 +58,9 @@ popd
|
|||
%{_includedir}/%{name}.h
|
||||
|
||||
%changelog
|
||||
* Mon Jun 27 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.31.1-1
|
||||
- Update to 2.31.1 (RHBZ #1350286)
|
||||
|
||||
* Sun Mar 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.31.0-1
|
||||
- Update to 2.31.0 (RHBZ #1312564)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
ceb66b58d9f6fc04df566d6e1ff7018a angelscript_2.31.0.zip
|
||||
961ddac47dde68f3c4b27b7bd0d136f7 angelscript_2.31.1.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue