Accepting request 92543 from home:coolo:removelibtool
- add libtool as buildrequire to avoid implicit dependency OBS-URL: https://build.opensuse.org/request/show/92543 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmikmod?expand=0&rev=12
This commit is contained in:
parent
136bb09759
commit
18dbcdb249
@ -6,8 +6,8 @@ Index: loaders/load_it.c
|
||||
ih. name##end =_mm_read_UBYTE(modreader); \
|
||||
ih. name##susbeg=_mm_read_UBYTE(modreader); \
|
||||
ih. name##susend=_mm_read_UBYTE(modreader); \
|
||||
+ if (ih. name##pts>= ENVPOINTS) \
|
||||
+ ih. name##pts = ENVPOINTS-1; \
|
||||
+ if (ih. name##pts>= ITENVCNT) \
|
||||
+ ih. name##pts = ITENVCNT-1; \
|
||||
for(lp=0;lp<ITENVCNT;lp++) { \
|
||||
ih. name##node[lp]=_mm_read_##type (modreader); \
|
||||
ih. name##tick[lp]=_mm_read_I_UWORD(modreader); \
|
||||
@ -15,8 +15,8 @@ Index: loaders/load_it.c
|
||||
ih. name/**/end =_mm_read_UBYTE(modreader); \
|
||||
ih. name/**/susbeg=_mm_read_UBYTE(modreader); \
|
||||
ih. name/**/susend=_mm_read_UBYTE(modreader); \
|
||||
+ if (ih. name/**/pts>= ENVPOINTS) \
|
||||
+ ih. name/**/pts = ENVPOINTS-1; \
|
||||
+ if (ih. name/**/pts>= ITENVCNT) \
|
||||
+ ih. name/**/pts = ITENVCNT-1; \
|
||||
for(lp=0;lp<ITENVCNT;lp++) { \
|
||||
ih. name/**/node[lp]=_mm_read_/**/type (modreader); \
|
||||
ih. name/**/tick[lp]=_mm_read_I_UWORD(modreader); \
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 19 20:41:22 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add libtool as buildrequire to avoid implicit dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 25 13:26:22 UTC 2010 - prusnak@opensuse.org
|
||||
|
||||
- correct fix for CVE-2009-3995 [bnc#625547]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 23 01:29:56 CEST 2010 - prusnak@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libmikmod (Version 3.1.12)
|
||||
# spec file for package libmikmod
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,13 +19,13 @@
|
||||
|
||||
|
||||
Name: libmikmod
|
||||
BuildRequires: esound-devel
|
||||
BuildRequires: esound-devel libtool
|
||||
Url: http://mikmod.raphnet.net/
|
||||
License: LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
Summary: MikMod Sound Library
|
||||
Version: 3.1.12
|
||||
Release: 3
|
||||
Release: 8
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libmikmod-64bit
|
||||
|
Loading…
Reference in New Issue
Block a user