commit libmikmod for openSUSE:Factory

2019-11-01 Thread root
Hello community,

here is the log from the commit of package libmikmod for openSUSE:Factory 
checked in at 2019-11-01 15:13:57

Comparing /work/SRC/openSUSE:Factory/libmikmod (Old)
 and  /work/SRC/openSUSE:Factory/.libmikmod.new.2990 (New)


Package is "libmikmod"

Fri Nov  1 15:13:57 2019 rev:34 rq:744645 version:3.3.11.1

Changes:

--- /work/SRC/openSUSE:Factory/libmikmod/libmikmod.changes  2015-02-13 
08:35:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmikmod.new.2990/libmikmod.changes
2019-11-01 15:13:58.612742445 +0100
@@ -1,0 +2,71 @@
+Thu Oct 31 13:56:17 UTC 2019 - Luigi Baldoni 
+
+- Update to version 3.3.11
+  * Fixed lots of possible crashes in the IT, XM, S3M, STM, STX,
+AMF, IMF, GDM and MED module loaders.
+  * Fixed a possible endless loop in the IT loader with
+malformed files.
+  * Fixed signed integer overflow leading to crashes in the
+sample loader.
+  * Fixed a possible crash in MMCMP depacker with malformed
+files.
+  * Fixed the broken fixed-line comment reader which might
+possibly lead to crashes, and also badly translated several
+song messages. The new code is adapted from libopenmpt.
+  * Support for building the Windows version using Open Watcom
+compiler.
+  * A few minor OS/2 fixes.
+  * CMake updates.
+  * Other minor fixes/tidy-ups.
+  version 3.3.10:
+  * Fixed windows builds when UNICODE is defined. (Thanks S.
+Michel).
+  version 3.3.9:
+  * Amiga, AHI driver: Fixed a crash upon driver shutdown.
+  * Amiga: Updates. Added standalone makefiles with cross-build
+support.
+  * RAW file writer: Changed to use ansi stdio functions instead
+of posix unistd, for better portability.
+  * Playercode: Allocate the right channel reverb buffers only
+if the mixer is setup for stereo mode. (Helps with ports to
+memory-tight platforms. Patch from Andrew Rossignol.)
+  * Fixed access to uninitialized memory in the simpleplayMEM
+example program.
+  * Added a configuration option to exclude the hqmixer (off by
+default.)
+  * Using locale-insensitive ctype.h and casecmp functions in
+library.
+  * Configury: New --disable-alldrv option to disable all of the
+audio output drivers.  If additional --enable-xxx options are
+given, the specified drivers will be enabled.
+  version 3.3.8:
+  * Handle the FastTracker2 pattern loop (E60) bug. Modules
+abusing this bug (roadblas.xm) should play correctly now.
+Thanks to Eugene Toder.
+  * AMF loader: Fixed segmentation fault in case of bad sample
+offsets in broken files. (sf.net bug #26, thanks to 'Saga'
+of OpenMPT project for the report and analysis.)
+  * AMF loader: Fixed loading of v10 files where sample loop
+start and end values must be read as 32 bits, not 16 bits.
+(Tested with Maelcum's "the tribal zone" and "the way its
+gonna b". Noticed in OpenMPT source)
+  * Fixed a possible undefined behavior in the XM loader.
+  * Support for MMCMP, Amiga PP20 (PowerPack), STC (Stone
+Cracker S404) and XPK compressed module formats, based on
+public domain code from libmodplug and libxmp.
+  * Support for OpenBSD sndio.
+  * Fixed SDL output driver, so that it doesn't crash upon
+resetting.
+  * Disabled the gt2 loader until it is completed properly. (It
+has been always non-functional since its introduction in
+v3.2.0.)
+  * Updated configury. The aix, hpux, bsd/sunaudio and sgi audio
+drivers are now configurable and not built unconditionally.
+Haiku support thanks to Jérôme Duval.
+  * Documentation update.
+  * Update DOS build for the new djgpp-2.05 release.
+  * Minor fix/tidy-ups.
+
+- Spec cleanup
+
+---

Old:

  libmikmod-3.3.7.tar.gz

New:

  libmikmod-3.3.11.1.tar.gz



Other differences:
--
++ libmikmod.spec ++
--- /var/tmp/diff_new_pack.R6p1dD/_old  2019-11-01 15:13:59.392743462 +0100
+++ /var/tmp/diff_new_pack.R6p1dD/_new  2019-11-01 15:13:59.400743473 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmikmod
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-Name:   libmikmod
 %define lname  libmikmod3
-BuildRequires:  makeinfo
-BuildRequires:  pkg-config

commit libmikmod for openSUSE:Factory

2015-02-12 Thread h_root
Hello community,

here is the log from the commit of package libmikmod for openSUSE:Factory 
checked in at 2015-02-13 08:35:20

Comparing /work/SRC/openSUSE:Factory/libmikmod (Old)
 and  /work/SRC/openSUSE:Factory/.libmikmod.new (New)


Package is libmikmod

Changes:

--- /work/SRC/openSUSE:Factory/libmikmod/libmikmod.changes  2014-05-08 
12:38:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmikmod.new/libmikmod.changes 2015-02-13 
08:35:22.0 +0100
@@ -1,0 +2,13 @@
+Tue Feb 10 18:42:24 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 3.3.7
+  * Android support, with the OpenSL ES driver adapted from the old
+libmikmod-android project.
+  * Support for AmigaOS and its variants like MorphOS, AROS, and a new
+AHI driver
+  * Build system configuration and packaging simplifications, tidy-ups.
+  * Several portability tweaks.
+  * New PSP driver. (untested. based on older ports from pspdev.)
+  * Fix some OS/2 bit rot. (for nostalgia...)
+
+---

Old:

  libmikmod-3.3.6.tar.gz

New:

  libmikmod-3.3.7.tar.gz



Other differences:
--
++ libmikmod.spec ++
--- /var/tmp/diff_new_pack.urH7AK/_old  2015-02-13 08:35:22.0 +0100
+++ /var/tmp/diff_new_pack.urH7AK/_new  2015-02-13 08:35:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmikmod
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -26,7 +26,7 @@
 Summary:MikMod Sound Library
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Version:3.3.6
+Version:3.3.7
 Release:0
 Source: 
http://sourceforge.net/projects/mikmod/files/%{name}/%{version}/%{name}-%{version}.tar.gz
 Source1:baselibs.conf

++ libmikmod-3.3.6.tar.gz - libmikmod-3.3.7.tar.gz ++
 33661 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmikmod for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package libmikmod for openSUSE:Factory 
checked in at 2014-04-09 13:14:19

Comparing /work/SRC/openSUSE:Factory/libmikmod (Old)
 and  /work/SRC/openSUSE:Factory/.libmikmod.new (New)


Package is libmikmod

Changes:

--- /work/SRC/openSUSE:Factory/libmikmod/libmikmod.changes  2013-04-09 
10:27:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmikmod.new/libmikmod.changes 2014-04-09 
13:14:20.0 +0200
@@ -1,0 +2,27 @@
+Mon Apr  7 10:39:46 UTC 2014 - idon...@suse.com
+
+- Fix Source URL
+
+---
+Sun Apr  6 11:55:15 UTC 2014 - stephan.ba...@suse.com
+
+- update to version 3.3.6 from 3.3.5
+  Changes description from upstream:
+  This release adds updates to the umx loader, a fix for a dynamic loading
+  issue for ALSA and ESD drivers, a small update to the OSS driver to cover
+  less common setups, a minor fix to PulseAudio driver, and build system
+  updates (configure and cmake).
+
+---
+Fri Mar  7 14:01:25 UTC 2014 - reddw...@opensuse.org
+
+- Update to version 3.3.5
+  + Lots of changes. See NEWS file or http://mikmod.sourceforge.net/#news
+- Remove CVE-2007-6720.diff, libmikmod-3.2.0-loopingvolume-fix.diff,
+  libmikmod-altivec.patch and libmikmod-lp64.patch. Applied upstream.
+- Remove libmikmod-rpmlintrc. Doesn't apply anymore.
+- Remove esound-devel BuildRequires
+- Add pkg-config, pkgconfig(alsa) and pkgconfig(libpulse-simple) BuildRequires
+- Disable OSS sound output
+
+---

Old:

  CVE-2007-6720.diff
  libmikmod-3.2.0-loopingvolume-fix.diff
  libmikmod-3.2.0.tar.gz
  libmikmod-altivec.patch
  libmikmod-lp64.patch
  libmikmod-rpmlintrc

New:

  libmikmod-3.3.6.tar.gz



Other differences:
--
++ libmikmod.spec ++
--- /var/tmp/diff_new_pack.FiVOza/_old  2014-04-09 13:14:21.0 +0200
+++ /var/tmp/diff_new_pack.FiVOza/_new  2014-04-09 13:14:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmikmod
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -18,24 +18,18 @@
 
 Name:   libmikmod
 %define lname  libmikmod3
-BuildRequires:  esound-devel
-BuildRequires:  libtool
-%if 0%{suse_version}  1220
 BuildRequires:  makeinfo
-%endif
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(libpulse-simple)
 Url:http://mikmod.raphnet.net/
 Summary:MikMod Sound Library
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Version:3.2.0
+Version:3.3.6
 Release:0
-Source: http://mikmod.shlomifish.org/files/%{name}-%{version}.tar.gz
-Source1:%{name}-rpmlintrc
-Source2:baselibs.conf
-Patch0: libmikmod-lp64.patch
-Patch1: CVE-2007-6720.diff
-Patch2: libmikmod-3.2.0-loopingvolume-fix.diff
-Patch3: libmikmod-altivec.patch
+Source: 
http://sourceforge.net/projects/mikmod/files/%{name}/%{version}/%{name}-%{version}.tar.gz
+Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -68,7 +62,6 @@
 Summary:Development files for MikMod Sound Library
 Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
-Requires:   audiofile-devel
 Requires:   glibc-devel
 PreReq: %install_info_prereq
 # bug437293
@@ -91,13 +84,9 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
-%configure --disable-static --with-pic
+%configure --disable-static --disable-oss
 make %{?_smp_mflags}
 
 %install
@@ -127,6 +116,7 @@
 %{_bindir}/*-config
 %{_datadir}/aclocal/libmikmod.m4
 %{_includedir}/*
+%{_libdir}/pkgconfig/libmikmod.pc
 %doc %{_infodir}/mikmod*
 %{_libdir}/libmikmod.so
 %doc %{_mandir}/man1/*-config.*

++ libmikmod-3.2.0.tar.gz - libmikmod-3.3.6.tar.gz ++
 113015 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmikmod for openSUSE:Factory

2013-04-09 Thread h_root
Hello community,

here is the log from the commit of package libmikmod for openSUSE:Factory 
checked in at 2013-04-09 10:27:19

Comparing /work/SRC/openSUSE:Factory/libmikmod (Old)
 and  /work/SRC/openSUSE:Factory/.libmikmod.new (New)


Package is libmikmod, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libmikmod/libmikmod.changes  2013-03-28 
13:19:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmikmod.new/libmikmod.changes 2013-04-09 
10:27:20.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr  4 21:56:30 UTC 2013 - dval...@suse.com
+
+- fix altivec CFLAGS (libmikmod-altivec.patch) 
+
+---

New:

  libmikmod-altivec.patch



Other differences:
--
++ libmikmod.spec ++
--- /var/tmp/diff_new_pack.FgFBeV/_old  2013-04-09 10:27:21.0 +0200
+++ /var/tmp/diff_new_pack.FgFBeV/_new  2013-04-09 10:27:21.0 +0200
@@ -35,6 +35,7 @@
 Patch0: libmikmod-lp64.patch
 Patch1: CVE-2007-6720.diff
 Patch2: libmikmod-3.2.0-loopingvolume-fix.diff
+Patch3: libmikmod-altivec.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -93,6 +94,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure --disable-static --with-pic

++ libmikmod-altivec.patch ++
Index: libmikmod-3.2.0/configure
===
--- libmikmod-3.2.0.orig/configure
+++ libmikmod-3.2.0/configure
@@ -13701,10 +13701,10 @@ $as_echo_n checking whether to use alti
then
case `uname` in
Darwin)
-   CFLAGS=$CFLAGS -faltivec 
-force_cpusubtype_ALL
+   CFLAGS=$CFLAGS -maltivec 
-force_cpusubtype_ALL
;;
Linux)
-   CFLAGS=$CFLAGS -faltivec
+   CFLAGS=$CFLAGS -maltivec
;;
esac
fi
Index: libmikmod-3.2.0/configure.in
===
--- libmikmod-3.2.0.orig/configure.in
+++ libmikmod-3.2.0/configure.in
@@ -720,11 +720,11 @@ ppc|ppc64|powerpc|powerpc64)
case `uname` in
Darwin)
dnl compile all Altivec functions, check at run-time
-   CFLAGS=$CFLAGS -faltivec -force_cpusubtype_ALL
+   CFLAGS=$CFLAGS -maltivec -force_cpusubtype_ALL
;;
Linux)
dnl force_cpusubtype_ALL not allowed for Linux as
-   CFLAGS=$CFLAGS -faltivec
+   CFLAGS=$CFLAGS -maltivec
;;
esac
fi
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmikmod for openSUSE:Factory

2013-03-28 Thread h_root
Hello community,

here is the log from the commit of package libmikmod for openSUSE:Factory 
checked in at 2013-03-28 13:19:54

Comparing /work/SRC/openSUSE:Factory/libmikmod (Old)
 and  /work/SRC/openSUSE:Factory/.libmikmod.new (New)


Package is libmikmod, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libmikmod/libmikmod.changes  2012-09-11 
09:09:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmikmod.new/libmikmod.changes 2013-03-28 
13:19:55.0 +0100
@@ -1,0 +2,61 @@
+Tue Mar 26 16:49:21 UTC 2013 - meiss...@suse.com
+
+- merged / ported missing patches:
+  - libmikmod-lp64.patch: generic 64bit patch for 64LP architectures
+  - CVE-2007-6720.diff:   perhaps missing upstream boundary checks (?)
+  - libmikmod-3.2.0-loopingvolume-fix.diff:  seems missing upstream still
+
+---
+Tue Nov 20 16:26:37 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.2.0:
+  + MacOS X CoreAudio driver
+  + Carbon support
+  + Loader for ASYLUM Music Format v1.0 (.amf) modules, as used in
+crusader games.
+  + New function 'Player_QueryVoices' added, which is used to
+return dynamic channel information about the module player.
+  + Mixing with floating point output.
+  + AIFF disk writer driver.
+  + RPM support. To build a rpm, download the tar.gz, and run this:
+% rpmbuild -tb libmikmod-3.2.0-beta2.tar.gz
+  + New NAS driver (Network Audio System). Tested with nasd and
+NCD X terminals.
+  + MREADERs now have an iobase member (previously was a static
+variable in mmio.c).
+  + Created an example/ subdirectory, to hold programming examples.
+  + Added functions to read from memory.
+  + Renamed internal _mm_malloc function to MikMod_malloc, which
+is now part of the API.
+  + Raw samples can now be loaded using the new Sample_LoadRaw*
+family of functions for sound effects.
+  + PowerPC 64 support
+  + ALSA driver is now working with recent ALSAs.
+  + Change MDRIVER char * fields to const char *.
+  + Implement a fix to the ALSA driver in MIKMOD_DYNAMIC mode so
+it will allow linking against libmikmod when -Wl,--no-undefined
+is passed.
+- Bugfixes:
+  + The sun driver now compiles on solaris.
+  + The wav output driver had problems on big endian systems.
+  + A warning in libmikmod.m4 with autoconf 1.8 was fixed.
+  + The 'card' argument, supported by the OSS driver was not
+documented via the MDRIVER-CmdLineHelp string.
+  + libmikmod-3.1.11-CVE-2010-2546,2971.diff
+  + libmikmod-3.1.11-CVE-2009-3995,3996.diff
+  + Now checking for linking against -lm.
+  + Modified patch of libmikmod-CVE-2009-0179.patch.
+  + Apply the libmikmod-CVE-2007-6720.patch.
+  + Implement a fix for sprintf-of-list
+  + Apply a patch for non-blocking opening of the OSS driver.
+  + Fixed the prototypes of vc_callback.
+  + Cast a vc_callback parameter to unsigned char * instead of char *,
+becuase the former is what it accepts.
+  + Check for Samples' validatity in virtch_common.c.
+  + Fix compilation on MSVC.
+- Drop all patches, fixed upstream.
+- Stop passing autoreconf, not needed anymore since we do not carry
+  any patches.
+- Bump so name, following upstream changes.
+
+---

Old:

  libmikmod-3.1.12-64bit-fix.diff
  libmikmod-3.1.12-CVE-2007-6720.diff
  libmikmod-3.1.12-CVE-2009-0179.diff
  libmikmod-3.1.12-CVE-2009-3995,3996.diff
  libmikmod-3.1.12-autotools.diff
  libmikmod-3.1.12-config-fix.diff
  libmikmod-3.1.12-conftest_fix.diff
  libmikmod-3.1.12-exitcrash-fix.diff
  libmikmod-3.1.12-loopingvolume-fix.diff
  libmikmod-3.1.12.tar.bz2

New:

  CVE-2007-6720.diff
  libmikmod-3.2.0-loopingvolume-fix.diff
  libmikmod-3.2.0.tar.gz
  libmikmod-lp64.patch



Other differences:
--
++ libmikmod.spec ++
--- /var/tmp/diff_new_pack.touFC2/_old  2013-03-28 13:19:57.0 +0100
+++ /var/tmp/diff_new_pack.touFC2/_new  2013-03-28 13:19:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmikmod
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:   libmikmod
-%define lname  libmikmod2
+%define lname  libmikmod3
 BuildRequires:  esound-devel
 BuildRequires:  libtool
 %if 0%{suse_version}  1220
@@ -27,20 +27,14 @@
 Summary:MikMod Sound Library
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Version:3.1.12
+Version:3.2.0
 Release:0

commit libmikmod for openSUSE:Factory

2012-09-11 Thread h_root
Hello community,

here is the log from the commit of package libmikmod for openSUSE:Factory 
checked in at 2012-09-11 09:09:16

Comparing /work/SRC/openSUSE:Factory/libmikmod (Old)
 and  /work/SRC/openSUSE:Factory/.libmikmod.new (New)


Package is libmikmod, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libmikmod/libmikmod.changes  2012-06-25 
12:34:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmikmod.new/libmikmod.changes 2012-09-11 
09:09:48.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep  7 13:18:34 UTC 2012 - co...@suse.com
+
+- add explicit buildrequire makeinfo
+
+---



Other differences:
--
++ libmikmod.spec ++
--- /var/tmp/diff_new_pack.hizZ6S/_old  2012-09-11 09:09:54.0 +0200
+++ /var/tmp/diff_new_pack.hizZ6S/_new  2012-09-11 09:09:54.0 +0200
@@ -20,6 +20,9 @@
 %define lname  libmikmod2
 BuildRequires:  esound-devel
 BuildRequires:  libtool
+%if 0%{suse_version}  1220
+BuildRequires:  makeinfo
+%endif
 Url:http://mikmod.raphnet.net/
 Summary:MikMod Sound Library
 License:LGPL-2.1+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmikmod for openSUSE:Factory

2012-06-25 Thread h_root
Hello community,

here is the log from the commit of package libmikmod for openSUSE:Factory 
checked in at 2012-06-25 12:34:10

Comparing /work/SRC/openSUSE:Factory/libmikmod (Old)
 and  /work/SRC/openSUSE:Factory/.libmikmod.new (New)


Package is libmikmod, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libmikmod/libmikmod.changes  2011-11-21 
15:46:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmikmod.new/libmikmod.changes 2012-06-25 
12:34:11.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 11 15:53:41 UTC 2012 - jeng...@inai.de
+
+- Adhere to shlib package naming guidelines
+- Parallel build with %_smp_mflags
+- Remove redundant tags/sections from specfile
+
+---



Other differences:
--
++ libmikmod.spec ++
--- /var/tmp/diff_new_pack.9TITej/_old  2012-06-25 12:34:13.0 +0200
+++ /var/tmp/diff_new_pack.9TITej/_new  2012-06-25 12:34:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmikmod
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,22 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libmikmod
-BuildRequires:  esound-devel libtool
+%define lname  libmikmod2
+BuildRequires:  esound-devel
+BuildRequires:  libtool
 Url:http://mikmod.raphnet.net/
-License:LGPL-2.1+
-Group:  System/Libraries
 Summary:MikMod Sound Library
+License:LGPL-2.1+
+Group:  Development/Libraries/C and C++
 Version:3.1.12
-Release:8
-# bug437293
-%ifarch ppc64
-Obsoletes:  libmikmod-64bit
-%endif
-#
+Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 Source2:baselibs.conf
@@ -52,13 +47,31 @@
 also write wav files. Supported file formats include mod, stm, s3m,
 mtm, xm, and it.
 
+%package -n %lname
+Summary:MikMod Sound Library
+Group:  System/Libraries
+# bug437293
+%ifarch ppc64
+Obsoletes:  libmikmod-64bit
+%endif
+#
+# O/P added 2012-06-11
+Provides:   libmikmod = %version-%release
+Obsoletes:  libmikmod  %version-%release
 
+%description -n %lname
+Libmikmod is a portable sound library, capable of playing samples as
+well as module files. It was originally written by Jean-Paul Mikkers
+(MikMak) for DOS. It supports OSS /dev/dsp, ALSA, and Esound and can
+also write wav files. Supported file formats include mod, stm, s3m,
+mtm, xm, and it.
 
 %package devel
-License:LGPL-2.1+
-Group:  Development/Libraries/C and C++
 Summary:Development files for MikMod Sound Library
-Requires:   %{name} = %{version} glibc-devel audiofile-devel
+Group:  Development/Libraries/C and C++
+Requires:   %lname = %version
+Requires:   audiofile-devel
+Requires:   glibc-devel
 PreReq: %install_info_prereq
 # bug437293
 %ifarch ppc64
@@ -93,7 +106,7 @@
 %build
 autoreconf -f -i
 %configure --disable-static --with-pic
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -101,12 +114,9 @@
 ln -f $RPM_BUILD_ROOT%{_includedir}/mikmod{,_build}.h
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 
-%clean 
-rm -rf $RPM_BUILD_ROOT
-
-%post -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
 %post devel
 %install_info --info-dir=%{_infodir} %{_infodir}/mikmod.info.gz
@@ -114,13 +124,14 @@
 %postun devel
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/mikmod.info.gz
 
-%files
+%files -n %lname
 %defattr(-,root,root)
-%doc README AUTHORS COPYING.LIB NEWS TODO COPYING.LESSER
-%{_libdir}/libmikmod.so.*
+%doc COPYING.LIB COPYING.LESSER
+%{_libdir}/libmikmod.so.2*
 
 %files devel
 %defattr(-,root,root)
+%doc README AUTHORS NEWS TODO
 %{_bindir}/*-config
 %{_datadir}/aclocal/libmikmod.m4
 %{_includedir}/*

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.9TITej/_old  2012-06-25 12:34:13.0 +0200
+++ /var/tmp/diff_new_pack.9TITej/_new  2012-06-25 12:34:13.0 +0200
@@ -1 +1 @@
-libmikmod
+libmikmod2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmikmod for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libmikmod for openSUSE:Factory 
checked in at 2011-12-06 18:24:34

Comparing /work/SRC/openSUSE:Factory/libmikmod (Old)
 and  /work/SRC/openSUSE:Factory/.libmikmod.new (New)


Package is libmikmod, Maintainer is prus...@suse.com

Changes:




Other differences:
--
++ libmikmod.spec ++
--- /var/tmp/diff_new_pack.gDArMa/_old  2011-12-06 18:42:48.0 +0100
+++ /var/tmp/diff_new_pack.gDArMa/_new  2011-12-06 18:42:48.0 +0100
@@ -21,7 +21,7 @@
 Name:   libmikmod
 BuildRequires:  esound-devel libtool
 Url:http://mikmod.raphnet.net/
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/Libraries
 Summary:MikMod Sound Library
 Version:3.1.12
@@ -55,7 +55,7 @@
 
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Summary:Development files for MikMod Sound Library
 Requires:   %{name} = %{version} glibc-devel audiofile-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmikmod for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package libmikmod for openSUSE:Factory 
checked in at 2011-11-21 15:46:45

Comparing /work/SRC/openSUSE:Factory/libmikmod (Old)
 and  /work/SRC/openSUSE:Factory/.libmikmod.new (New)


Package is libmikmod, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libmikmod/libmikmod.changes  2011-09-23 
02:08:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmikmod.new/libmikmod.changes 2011-11-21 
15:46:58.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 19 20:41:22 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libmikmod.spec ++
--- /var/tmp/diff_new_pack.SksMK5/_old  2011-11-21 15:46:59.0 +0100
+++ /var/tmp/diff_new_pack.SksMK5/_new  2011-11-21 15:46:59.0 +0100
@@ -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,7 +19,7 @@
 
 
 Name:   libmikmod
-BuildRequires:  esound-devel
+BuildRequires:  esound-devel libtool
 Url:http://mikmod.raphnet.net/
 License:LGPLv2.1+
 Group:  System/Libraries

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org