Mailinglist Archive: opensuse-commit (1945 mails)
| < Previous | Next > |
commit SDL_mixer
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sun, 02 Nov 2008 15:44:43 +0100
- Message-id: <20081102144443.36C53678166@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package SDL_mixer
checked in at Sun Nov 2 15:44:42 CET 2008.
--------
--- SDL_mixer/SDL_mixer.changes 2008-07-06 00:41:49.000000000 +0200
+++ /mounts/work_src_done/STABLE/SDL_mixer/SDL_mixer.changes 2008-10-30
15:01:28.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Oct 30 12:34:56 CET 2008 - olh@xxxxxxx
+
+- obsolete old -XXbit packages (bnc#437293)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ SDL_mixer.spec ++++++
--- /var/tmp/diff_new_pack.l32569/_old 2008-11-02 15:44:37.000000000 +0100
+++ /var/tmp/diff_new_pack.l32569/_new 2008-11-02 15:44:37.000000000 +0100
@@ -2,9 +2,16 @@
# spec file for package SDL_mixer (Version 1.2.8)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# 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/
#
@@ -15,9 +22,17 @@
BuildRequires: SDL-devel libmikmod-devel libogg-devel libvorbis-devel
Summary: Sample Mixer Library for SDL
Version: 1.2.8
-Release: 106
+Release: 152
License: LGPL v2.1 or later
Group: System/Libraries
+# bug437293
+%ifarch ppc64
+Obsoletes: SDL_mixer-64bit
+%endif
+%ifarch %ix86 ppc
+Obsoletes: SDL_mixer-32bit
+%endif
+#
Source: %{name}-%{version}.tar.bz2
Patch0: %{name}-%{version}-timidity_cfg.patch
Patch1: %{name}-%{version}-64bit-fix.patch
@@ -29,6 +44,14 @@
Requires: %{name} = %{version} SDL-devel
Summary: Sample Mixer Library for SDL - files mandatory for development
Group: Development/Libraries/C and C++
+# bug437293
+%ifarch ppc64
+Obsoletes: SDL_mixer-devel-64bit
+%endif
+%ifarch %ix86 ppc
+Obsoletes: SDL_mixer-devel-32bit
+%endif
+#
%description
A multichannel audio mixer. It supports four channels of 16-bit stereo
@@ -77,6 +100,8 @@
%{_libdir}/*.so
%changelog
+* Thu Oct 30 2008 olh@xxxxxxx
+- obsolete old -XXbit packages (bnc#437293)
* Sun Jul 06 2008 crrodriguez@xxxxxxx
- remove unusable static libraries
- cleanup BuildRequires and -devel package dependencies
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |