Accepting request 875806 from home:dirkmueller:Factory
- update to 0.6.3: * includes a couple of years' worth of feature changes and bugfixes. - drop fix-gcc10-compiler-detection.patch (upstream) OBS-URL: https://build.opensuse.org/request/show/875806 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=22
This commit is contained in:
parent
d4ceda94be
commit
78c4e9516e
@ -1,13 +0,0 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 392b018..71d215e 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -66,7 +66,7 @@ if (CMAKE_COMPILER_IS_GNUCXX)
|
||||
if (__LIBGME_TEST_VISIBILITY)
|
||||
# get the gcc version
|
||||
exec_program(${CMAKE_CXX_COMPILER} ARGS --version OUTPUT_VARIABLE _gcc_version_info)
|
||||
- string (REGEX MATCH "[3-9]\\.[0-9]\\.[0-9]" _gcc_version "${_gcc_version_info}")
|
||||
+ string (REGEX MATCH "[0-9]+\\.[0-9]\\.[0-9]" _gcc_version "${_gcc_version_info}")
|
||||
|
||||
# gcc <4.1 had poor support for symbol visibility
|
||||
if ((${_gcc_version} VERSION_GREATER "4.1") OR (${_gcc_version} VERSION_EQUAL "4.1"))
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5046cb471d422dbe948b5f5dd4e5552aaef52a0899c4b2688e5a68a556af7342
|
||||
size 163052
|
BIN
game-music-emu-0.6.3.tar.xz
(Stored with Git LFS)
Normal file
BIN
game-music-emu-0.6.3.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 28 18:00:40 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.6.3:
|
||||
* includes a couple of years' worth of feature changes and bugfixes.
|
||||
- drop fix-gcc10-compiler-detection.patch (upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 16:59:18 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
15
libgme.spec
15
libgme.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libgme
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname 0
|
||||
Name: libgme
|
||||
Version: 0.6.2
|
||||
Version: 0.6.3
|
||||
Release: 0
|
||||
Summary: Collection of video game music file emulators
|
||||
License: LGPL-2.1-or-later
|
||||
@ -26,11 +26,9 @@ Group: System/Libraries
|
||||
URL: https://bitbucket.org/mpyne/game-music-emu/wiki/Home
|
||||
Source0: https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
Patch0: fix-gcc10-compiler-detection.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkg-config
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
Game_Music_Emu is a collection of video game music file emulators that support
|
||||
@ -73,23 +71,22 @@ which use libgme.
|
||||
|
||||
%prep
|
||||
%setup -q -n game-music-emu-%{version}
|
||||
%patch0 -p1
|
||||
sed -i 's/\r$//' changes.txt design.txt gme.txt license.txt readme.txt
|
||||
|
||||
%build
|
||||
%cmake
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%post -n libgme%{soname} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libgme%{soname} -p /sbin/ldconfig
|
||||
|
||||
%files -n libgme%{soname}
|
||||
%defattr(0644, root, root, 0755)
|
||||
%doc changes.txt gme.txt license.txt readme.txt
|
||||
%license license.txt
|
||||
%doc changes.txt gme.txt readme.txt
|
||||
%{_libdir}/libgme.so.%{soname}*
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user