From 6cb2777f7397f84cff5e3c64c349618ae227175e Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Aug 21 2016 23:41:38 +0000 Subject: Update to 0.10.1 --- diff --git a/.gitignore b/.gitignore index add7b8e..1179eaa 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /0.9.1.tar.gz /0.9.2.tar.gz /0.10.0.tar.gz +/0.10.1.tar.gz diff --git a/love.spec b/love.spec index 7adf211..9a1ed6e 100644 --- a/love.spec +++ b/love.spec @@ -1,6 +1,6 @@ Name: love -Version: 0.10.0 -Release: 3%{?dist} +Version: 0.10.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: @@ -113,8 +113,11 @@ fi %doc changes.txt license.txt readme.md #Note that liblove.so is just a symlink, so a devel package is useless %{_libdir}/lib%{name}.* - + %changelog +* Sun Aug 21 2016 Jeremy Newton - 0.10.1-1 +- Update to new version + * Sat Aug 20 2016 Peter Robinson 0.10.0-3 - Make exclusive arch to those supported by LuaJIT diff --git a/sources b/sources index c5c32f4..41f81bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -165b28db34f473d72ddca28ed1b5455d 0.10.0.tar.gz +dcba293fcc5cafa4d22adedbb4668159 0.10.1.tar.gz