commit libtunepimp for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package libtunepimp for openSUSE:Factory 
checked in at 2017-07-06 00:04:24

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


Package is "libtunepimp"

Thu Jul  6 00:04:24 2017 rev:32 rq:508226 version:0.5.3

Changes:

--- /work/SRC/openSUSE:Factory/libtunepimp/libtunepimp.changes  2016-04-12 
19:36:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.libtunepimp.new/libtunepimp.changes 
2017-07-06 00:04:24.865720290 +0200
@@ -1,0 +2,5 @@
+Tue Jun 27 21:48:28 UTC 2017 - o...@aepfle.de
+
+- buildconditional for mad
+
+---



Other differences:
--
++ libtunepimp.spec ++
--- /var/tmp/diff_new_pack.BMn18f/_old  2017-07-06 00:04:25.669607039 +0200
+++ /var/tmp/diff_new_pack.BMn18f/_new  2017-07-06 00:04:25.673606476 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libtunepimp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -53,7 +53,9 @@
 BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?BUILD_ORIG}
-BuildRequires:  mad-devel
+%if %{with mad}
+BuildRequires:  pkgconfig(mad)
+%endif
 BuildRequires:  mpeg4ip-devel
 %if 0%{?BUILD_ORIG_ADDON}
 Provides:   patched_subset
@@ -161,7 +163,9 @@
 %files orig-addon
 %defattr(-, root, root)
 %endif
+%if %{with mad}
 %{_libdir}/tunepimp/plugins/mp3.tpp
+%endif
 %{_libdir}/tunepimp/plugins/mp4.tpp
 %endif
 




commit libtunepimp for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package libtunepimp for openSUSE:Factory 
checked in at 2016-04-12 19:36:43

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


Package is "libtunepimp"

Changes:

--- /work/SRC/openSUSE:Factory/libtunepimp/libtunepimp.changes  2016-01-17 
09:23:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libtunepimp.new/libtunepimp.changes 
2016-04-12 19:36:44.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr  6 15:53:40 UTC 2016 - alarr...@suse.com
+
+- Added libtunepimp-configure-taglib-two-dots-in-version-fix.patch 
+  so it's possible to compare taglib versions like 1.9.1 with
+  the minimum required 1.4 version
+
+---

New:

  libtunepimp-configure-taglib-two-dots-in-version-fix.patch



Other differences:
--
++ libtunepimp.spec ++
--- /var/tmp/diff_new_pack.2Phs1Q/_old  2016-04-12 19:36:45.0 +0200
+++ /var/tmp/diff_new_pack.2Phs1Q/_new  2016-04-12 19:36:45.0 +0200
@@ -31,6 +31,8 @@
 Patch1: %{name}-ltdl.patch
 #PATCH-FIX-UPSTREAM marguer...@opensuse.org - compare floating-point numbers 
correctly in configure script
 Patch2: 
libtunepimp-configure-taglib-floatpoint-version-comparsion.patch
+#PATCH-FIX-OPENSUSE alarr...@suse.com - make it possible to compare taglib 
versions such as 1.9.1
+Patch3: libtunepimp-configure-taglib-two-dots-in-version-fix.patch
 # Patched code is built by default.
 # Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
 # Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to build patched 
build plus original as addon.
@@ -115,6 +117,7 @@
 %patch0
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 %build
 autoreconf -fiv

++ libtunepimp-configure-taglib-two-dots-in-version-fix.patch ++
Index: libtunepimp-0.5.3/acinclude.m4
===
--- libtunepimp-0.5.3.orig/acinclude.m4
+++ libtunepimp-0.5.3/acinclude.m4
@@ -22,7 +22,7 @@ AC_DEFUN([AC_CHECK_TAGLIB], [
 echo "*** in your path, and that taglib is properly installed."
 echo "*** Or see http://developer.kde.org/~wheeler/taglib.html";
   else
-TAGLIB_VERSION=`$TAGLIB_CONFIG --version`
+TAGLIB_VERSION=`$TAGLIB_CONFIG --version | sed 
"s/\(@<:@0-9@:>@\+\.@<:@0-9@:>@\+\)\.@<:@0-9@:>@\+/\1/"`
 AC_MSG_CHECKING(for taglib >= $1)
 VERSION_CHECK=$(if @<:@ $(echo "$TAGLIB_VERSION >= $1" | /usr/bin/bc 
-l) @:>@ ; then echo 1 ; else echo 0 ; fi)
 if test "$VERSION_CHECK" = "1" ; then



commit libtunepimp for openSUSE:Factory

2016-01-17 Thread h_root
Hello community,

here is the log from the commit of package libtunepimp for openSUSE:Factory 
checked in at 2016-01-17 09:23:17

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


Package is "libtunepimp"

Changes:

--- /work/SRC/openSUSE:Factory/libtunepimp/libtunepimp.changes  2015-06-11 
08:22:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libtunepimp.new/libtunepimp.changes 
2016-01-17 09:23:18.0 +0100
@@ -1,0 +2,9 @@
+Thu Jan 14 10:43:04 UTC 2016 - i...@marguerite.su
+
+- add libtunepimp-configure-taglib-floatpoint-version-comparsion.patch
+  * TW's taglib-devel (libtag-devel) is 1.10, but libtunepimp
+used "expr" to compare it w/ 1.4, whose result is not correct.
+  * use "bc -l" command to correctly compare those floating point
+numbers.
+
+---

New:

  libtunepimp-configure-taglib-floatpoint-version-comparsion.patch



Other differences:
--
++ libtunepimp.spec ++
--- /var/tmp/diff_new_pack.eahw3S/_old  2016-01-17 09:23:19.0 +0100
+++ /var/tmp/diff_new_pack.eahw3S/_new  2016-01-17 09:23:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libtunepimp
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -29,11 +29,14 @@
 Source1:baselibs.conf
 Patch0: %{name}-fixes.patch
 Patch1: %{name}-ltdl.patch
+#PATCH-FIX-UPSTREAM marguer...@opensuse.org - compare floating-point numbers 
correctly in configure script
+Patch2: 
libtunepimp-configure-taglib-floatpoint-version-comparsion.patch
 # Patched code is built by default.
 # Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
 # Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to build patched 
build plus original as addon.
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  bc
 BuildRequires:  curl-devel
 BuildRequires:  flac-devel
 BuildRequires:  gcc-c++
@@ -111,6 +114,7 @@
 %setup -q
 %patch0
 %patch1
+%patch2 -p1
 
 %build
 autoreconf -fiv

++ libtunepimp-configure-taglib-floatpoint-version-comparsion.patch ++
Index: libtunepimp-0.5.3/acinclude.m4
===
--- libtunepimp-0.5.3.orig/acinclude.m4
+++ libtunepimp-0.5.3/acinclude.m4
@@ -24,7 +24,7 @@ AC_DEFUN([AC_CHECK_TAGLIB], [
   else
 TAGLIB_VERSION=`$TAGLIB_CONFIG --version`
 AC_MSG_CHECKING(for taglib >= $1)
-VERSION_CHECK=`expr $TAGLIB_VERSION \>\= $1`
+VERSION_CHECK=$(if @<:@ $(echo "$TAGLIB_VERSION >= $1" | /usr/bin/bc 
-l) @:>@ ; then echo 1 ; else echo 0 ; fi)
 if test "$VERSION_CHECK" = "1" ; then
 AC_MSG_RESULT(yes)
 succeeded=yes



commit libtunepimp for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libtunepimp for openSUSE:Factory 
checked in at 2011-12-06 18:25:58

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


Package is "libtunepimp", Maintainer is "sbra...@suse.com"

Changes:




Other differences:
--
++ libtunepimp.spec ++
--- /var/tmp/diff_new_pack.hk3JDd/_old  2011-12-06 18:46:58.0 +0100
+++ /var/tmp/diff_new_pack.hk3JDd/_new  2011-12-06 18:46:58.0 +0100
@@ -35,7 +35,7 @@
 Provides:   patched_subset
 %endif
 Summary:Library That Provides Access to the MusicBrainz Server
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 Group:  System/Libraries
 Version:0.5.3
 Release:1
@@ -60,7 +60,7 @@
 download metadata about the music they are playing.
 
 %package -n libtunepimp5
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 Group:  System/Libraries
 Requires:   %{name} >= %{version}
 Summary:Library That Provides Access to the MusicBrainz Server
@@ -74,7 +74,7 @@
 %if 0%{?BUILD_ORIG_ADDON}
 
 %package orig-addon
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 Group:  System/Libraries
 Requires:   %{name} = %{version}
 Summary:Library That Provides Access to the MusicBrainz Server
@@ -91,7 +91,7 @@
 %endif
 
 %package devel
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version} libstdc++-devel
 Summary:Include Files and Libraries mandatory for Development

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



commit libtunepimp for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libtunepimp for openSUSE:Factory 
checked in at 2011-11-23 12:03:37

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


Package is "libtunepimp", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libtunepimp/libtunepimp.changes  2011-09-23 
02:11:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libtunepimp.new/libtunepimp.changes 
2011-11-23 12:03:40.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 23 09:24:06 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libtunepimp.spec ++
--- /var/tmp/diff_new_pack.lDU0FE/_old  2011-11-23 12:03:42.0 +0100
+++ /var/tmp/diff_new_pack.lDU0FE/_new  2011-11-23 12:03:42.0 +0100
@@ -22,7 +22,7 @@
 # Patched code is built by default.
 # Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
 # Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to build patched 
build plus original as addon.
-BuildRequires:  curl-devel flac-devel gcc-c++ libexpat-devel libmpcdec-devel 
libmusicbrainz-devel libofa-devel libvorbis-devel readline-devel taglib-devel 
zlib-devel
+BuildRequires:  curl-devel flac-devel gcc-c++ libexpat-devel libmpcdec-devel 
libmusicbrainz-devel libofa-devel libtool libvorbis-devel readline-devel 
taglib-devel zlib-devel
 %if 0%{?BUILD_ORIG}
 BuildRequires:  mad-devel mpeg4ip-devel
 %if 0%{?BUILD_ORIG_ADDON}
@@ -38,7 +38,7 @@
 License:LGPL v2.1 or later
 Group:  System/Libraries
 Version:0.5.3
-Release:152
+Release:1
 # Package name for 9.1 and SLES9:
 Provides:   trm
 Obsoletes:  trm < %{version}
@@ -59,23 +59,6 @@
 server is designed to enable Audio CD, MP3, and Vorbis players to
 download metadata about the music they are playing.
 
-
-
-Authors:
-
-Adam Wozniak 
-Ben Wong 
-Bert Vermeulen 
-Johnny Tevessen 
-Jukka Poikolainen 
-Marc E E van Woerkom 
-Mark A Mankins 
-Rick Bradey 
-Robert Kaye 
-Stephen van Egmond 
-Winston Chang 
-David W. Gray 
-
 %package -n libtunepimp5
 License:LGPL v2.1 or later
 Group:  System/Libraries
@@ -87,23 +70,6 @@
 server is designed to enable Audio CD, MP3, and Vorbis players to
 download metadata about the music they are playing.
 
-
-
-Authors:
-
-Adam Wozniak 
-Ben Wong 
-Bert Vermeulen 
-Johnny Tevessen 
-Jukka Poikolainen 
-Marc E E van Woerkom 
-Mark A Mankins 
-Rick Bradey 
-Robert Kaye 
-Stephen van Egmond 
-Winston Chang 
-David W. Gray 
-
 %if 0%{?BUILD_ORIG}
 %if 0%{?BUILD_ORIG_ADDON}
 
@@ -121,23 +87,6 @@
 server is designed to enable Audio CD, MP3, and Vorbis players to
 download metadata about the music they are playing.
 
-
-
-Authors:
-
-Adam Wozniak 
-Ben Wong 
-Bert Vermeulen 
-Johnny Tevessen 
-Jukka Poikolainen 
-Marc E E van Woerkom 
-Mark A Mankins 
-Rick Bradey 
-Robert Kaye 
-Stephen van Egmond 
-Winston Chang 
-David W. Gray 
-
 %endif
 %endif
 
@@ -151,23 +100,6 @@
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-
-Authors:
-
-Adam Wozniak 
-Ben Wong 
-Bert Vermeulen 
-Johnny Tevessen 
-Jukka Poikolainen 
-Marc E E van Woerkom 
-Mark A Mankins 
-Rick Bradey 
-Robert Kaye 
-Stephen van Egmond 
-Winston Chang 
-David W. Gray 
-
 %prep
 %setup -q
 %patch

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



commit libtunepimp for openSUSE:Factory

2011-08-11 Thread h_root

Hello community,

here is the log from the commit of package libtunepimp for openSUSE:Factory
checked in at Thu Aug 11 10:06:50 CEST 2011.




--- libtunepimp/libtunepimp.changes 2011-05-02 02:40:35.0 +0200
+++ /mounts/work_src_done/STABLE/libtunepimp/libtunepimp.changes
2011-08-08 19:06:19.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  8 17:05:35 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with newer curl 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libtunepimp.spec ++
--- /var/tmp/diff_new_pack.YvSEUq/_old  2011-08-11 10:06:33.0 +0200
+++ /var/tmp/diff_new_pack.YvSEUq/_new  2011-08-11 10:06:33.0 +0200
@@ -38,7 +38,7 @@
 License:LGPL v2.1 or later
 Group:  System/Libraries
 Version:0.5.3
-Release:150
+Release:152
 # Package name for 9.1 and SLES9:
 Provides:   trm
 Obsoletes:  trm < %{version}
@@ -170,7 +170,7 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch
 %patch1
 
 %build

++ libtunepimp-fixes.patch ++
--- /var/tmp/diff_new_pack.YvSEUq/_old  2011-08-11 10:06:33.0 +0200
+++ /var/tmp/diff_new_pack.YvSEUq/_new  2011-08-11 10:06:33.0 +0200
@@ -1,7 +1,5 @@
-Index: libtunepimp-0.5.3/lib/utf8/utf8util.cpp
-===
 libtunepimp-0.5.3.orig/lib/utf8/utf8util.cpp
-+++ libtunepimp-0.5.3/lib/utf8/utf8util.cpp
+--- lib/utf8/utf8util.cpp.orig
 lib/utf8/utf8util.cpp
 @@ -26,6 +26,7 @@
  */
  
@@ -10,10 +8,8 @@
  #include "utf8util.h"
  #include "utf8.h"
  #ifdef WIN32
-Index: libtunepimp-0.5.3/include/tunepimp-0.5/metadata.h
-===
 libtunepimp-0.5.3.orig/include/tunepimp-0.5/metadata.h
-+++ libtunepimp-0.5.3/include/tunepimp-0.5/metadata.h
+--- include/tunepimp-0.5/metadata.h.orig
 include/tunepimp-0.5/metadata.h
 @@ -28,6 +28,7 @@
  #define __METADATA_H__
  
@@ -22,10 +18,8 @@
  #include 
  
  #include "defs.h"
-Index: libtunepimp-0.5.3/lib/metadata.cpp
-===
 libtunepimp-0.5.3.orig/lib/metadata.cpp
-+++ libtunepimp-0.5.3/lib/metadata.cpp
+--- lib/metadata.cpp.orig
 lib/metadata.cpp
 @@ -25,6 +25,7 @@
  
  */
@@ -34,11 +28,9 @@
  #include 
  #include "metadata.h"
  #include "../config.h"
-Index: libtunepimp-0.5.3/lib/protocol.cpp
-===
 libtunepimp-0.5.3.orig/lib/protocol.cpp
-+++ libtunepimp-0.5.3/lib/protocol.cpp
-@@ -9,6 +9,7 @@
+--- lib/protocol.cpp.orig
 lib/protocol.cpp
+@@ -9,10 +9,13 @@
  #include 
  #include 
  #include 
@@ -46,10 +38,14 @@
  #include 
  #include 
  #include 
-Index: libtunepimp-0.5.3/lib/tunepimp.cpp
-===
 libtunepimp-0.5.3.orig/lib/tunepimp.cpp
-+++ libtunepimp-0.5.3/lib/tunepimp.cpp
++#ifdef HAVE_CURL_TYPES_H
+ #include 
++#endif
+ #include 
+ using namespace std;
+ 
+--- lib/tunepimp.cpp.orig
 lib/tunepimp.cpp
 @@ -32,6 +32,7 @@
  
  #include 
@@ -58,10 +54,8 @@
  using namespace std;
  
  #ifdef WIN32
-Index: libtunepimp-0.5.3/lib/c_wrapper.cpp
-===
 libtunepimp-0.5.3.orig/lib/c_wrapper.cpp
-+++ libtunepimp-0.5.3/lib/c_wrapper.cpp
+--- lib/c_wrapper.cpp.orig
 lib/c_wrapper.cpp
 @@ -28,6 +28,7 @@
  #include "mutex.h"
  #include "tp_c.h"
@@ -70,10 +64,8 @@
  
  #define DB printf("%s:%d\n", __FILE__, __LINE__);
  
-Index: libtunepimp-0.5.3/lib/readmeta.cpp
-===
 libtunepimp-0.5.3.orig/lib/readmeta.cpp
-+++ libtunepimp-0.5.3/lib/readmeta.cpp
+--- lib/readmeta.cpp.orig
 lib/readmeta.cpp
 @@ -31,6 +31,7 @@
  #endif
  
@@ -82,10 +74,8 @@
  #ifndef WIN32
  #include 
  #endif
-Index: libtunepimp-0.5.3/lib/fileio.cpp
-===
 libtunepimp-0.5.3.orig/lib/fileio.cpp
-+++ libtunepimp-0.5.3/lib/fileio.cpp
+--- lib/fileio.cpp.orig
 lib/fileio.cpp
 @@ -28,6 +28,8 @@
  #include 
  #include 
@@ -107,10 +97,8 @@
  ptr = strrchr(path, dirSepChar);
  if (ptr)
  {
-Index: libtunepimp-0.5.3/plugins/wma/wmafile.cpp
-===
 libtunepimp-0.5.3.orig/plugins/wma/wmafile.cpp
-+++ libtunepimp-0.5.3/plugins/wma/wmafile.cpp
+--- plugins/wma/wmafile.cpp.orig
 plugins/wma/wmafile.cpp
 @@ -20,6 +20,7 @@
   ***/
  
@@ -119,10 +107,8 @@
  #include 
  #include 
  #include 

commit libtunepimp for openSUSE:Factory

2011-05-23 Thread h_root

Hello community,

here is the log from the commit of package libtunepimp for openSUSE:Factory
checked in at Mon May 23 10:21:36 CEST 2011.




--- libtunepimp/libtunepimp.changes 2009-08-26 13:58:23.0 +0200
+++ /mounts/work_src_done/STABLE/libtunepimp/libtunepimp.changes
2011-05-02 02:40:35.0 +0200
@@ -1,0 +2,7 @@
+Sun May  1 17:35:27 UTC 2011 - toddrme2...@gmail.com
+ 
+- Added 32bit compatibility libraries
+- Removed self-obsoletes (fix for RPMLINT warning)
+- Removed test for obsolete openSUSE version
+ 
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ libtunepimp.spec ++
--- /var/tmp/diff_new_pack.aZ2AnR/_old  2011-05-23 10:15:52.0 +0200
+++ /var/tmp/diff_new_pack.aZ2AnR/_new  2011-05-23 10:15:52.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libtunepimp (Version 0.5.3)
+# spec file for package libtunepimp
 #
-# Copyright (c) 2009 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
@@ -29,7 +29,7 @@
 Provides:   patched_subset
 %else
 Provides:   %{name}-orig-addon = %{version}
-Obsoletes:  %{name}-orig-addon
+Obsoletes:  %{name}-orig-addon < %{version}
 %endif
 %else
 Provides:   patched_subset
@@ -38,10 +38,10 @@
 License:LGPL v2.1 or later
 Group:  System/Libraries
 Version:0.5.3
-Release:140
+Release:150
 # Package name for 9.1 and SLES9:
 Provides:   trm
-Obsoletes:  trm
+Obsoletes:  trm < %{version}
 %if 0%{?BUILD_ORIG}
 %if ! 0%{?BUILD_ORIG_ADDON}
 Obsoletes:  libtunepimp-mad
@@ -113,10 +113,8 @@
 Requires:   %{name} = %{version}
 Summary:Library That Provides Access to the MusicBrainz Server
 Provides:   libtunepimp-mad
-Obsoletes:  libtunepimp-mad
-%if %suse_version > 1000
+Obsoletes:  libtunepimp-mad < %{version}
 Supplements:%{name}
-%endif
 
 %description orig-addon
 MusicBrainz is the second generation incarnation of the CD Index. This

++ baselibs.conf ++
libtunepimp
libtunepimp5





Remember to have fun...

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