From fe373a5a7d31e6e5f100aa0f1b1864921548aca5 Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Thu, 4 Feb 2016 00:43:33 +1000 Subject: [PATCH] New version 2.0.4 Library major is now 0 --- .abf.yml | 2 +- SDL2.spec | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.abf.yml b/.abf.yml index fd86185..789bac4 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - SDL2-2.0.3.tar.gz: 21c45586a4e94d7622e371340edec5da40d06ecc + SDL2-2.0.4.tar.gz: 470a23dfc4b6220c687925ebbe5fe96287f8fb08 diff --git a/SDL2.spec b/SDL2.spec index 3040d06..d491b14 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -1,14 +1,12 @@ -# For some reasons we have libver here, it doesn't affect SONAME -%define libver 0.2.1 %define api 2.0 -%define major 1 +%define major 0 %define libname %mklibname %{name}_ %{api} %{major} %define devname %mklibname %{name} -d Summary: Simple DirectMedia Layer Name: SDL2 -Version: 2.0.3 -Release: 2 +Version: 2.0.4 +Release: 1 License: Zlib Group: System/Libraries Url: http://www.libsdl.org/ @@ -50,7 +48,6 @@ linked with %{name}. %files -n %{libname} %doc README.txt README-SDL.txt CREDITS.txt COPYING.txt BUGS.txt WhatsNew.txt -%{_libdir}/libSDL2-%{api}.so.%{libver} %{_libdir}/libSDL2-%{api}.so.%{major}* #----------------------------------------------------------------------------