From 5c74bcf9c31117ed228706ad452128a716becdea Mon Sep 17 00:00:00 2001 From: alexjnewt@hotmail.com Date: Nov 12 2014 20:16:20 +0000 Subject: Update to 0.9.1 --- diff --git a/.gitignore b/.gitignore index a73b0b5..088f91a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /love-extra.tar.xz /rude-love-e0f98d53debb.tar.gz /0.9.0.tar.gz +/love-0.9.1-linux-src.tar.gz diff --git a/love.spec b/love.spec index e0c1780..b822b04 100644 --- a/love.spec +++ b/love.spec @@ -1,13 +1,13 @@ Name: love -Version: 0.9.0 -Release: 5%{?dist} +Version: 0.9.1 +Release: 1%{?dist} Summary: A free 2D game engine which enables easy game creation in Lua #All is licensed as zlib with one exception: #SOURCE/platform/unix/ltmain.sh is public domain License: zlib and Public Domain URL: http://love2d.org -Source0: https://bitbucket.org/rude/%{name}/get/%{version}.tar.gz +Source0: https://bitbucket.org/rude/%{name}/downloads/%{name}-%{version}-linux-src.tar.gz BuildRequires: DevIL-devel BuildRequires: mesa-libGL @@ -42,7 +42,7 @@ Lua scripting language. LOVE can be used to make games of any license allowing it to be used for both free and non-free projects. %prep -%setup -q -n rude-%{name}-38c00c788bcb +%setup -q #Fixing line encoding: sed -i 's/\r//' license.txt src/libraries/Box2D/*/*.* src/libraries/Box2D/*/*/*.* #Fixing permissions: @@ -100,6 +100,9 @@ fi %{_libdir}/lib%{name}.* %changelog +* Wed Nov 12 2014 Jeremy Newton - 0.9.1-1 +- Update to 0.9.1 + * Mon Aug 18 2014 Rex Dieter 0.9.0-5 - update mime scriptlets diff --git a/sources b/sources index 94eea2f..9253937 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0376a06ac0065b7862c156c462449f72 0.9.0.tar.gz +3a4b6b98a8c6e85ddb217d58b2e05e4d love-0.9.1-linux-src.tar.gz