59 lines
1.8 KiB
Diff
59 lines
1.8 KiB
Diff
--- taglib.changes.orig
|
|
+++ taglib.changes
|
|
@@ -1,4 +1,11 @@
|
|
-------------------------------------------------------------------
|
|
+Fri May 27 17:49:57 UTC 2011 - asterios.dramis@gmail.com
|
|
+
|
|
+- Spec file updates:
|
|
+ * Obsolete taglib version <=1.6.3 and fix last used openSUSE 11.4 version.
|
|
+ * Removed ppc64 Obsoletes entries (not needed).
|
|
+
|
|
+-------------------------------------------------------------------
|
|
Wed May 25 14:19:41 UTC 2011 - coolo@novell.com
|
|
|
|
- obsolete the right version of taglib
|
|
--- taglib.spec.orig
|
|
+++ taglib.spec
|
|
@@ -54,11 +54,6 @@ TrueAudio, WAV, AIFF, MP4 and ASF files.
|
|
License: LGPLv2.1+
|
|
Summary: Audio Meta-Data Library
|
|
Group: System/Libraries
|
|
-# bug437293
|
|
-%ifarch ppc64
|
|
-Obsoletes: libtag1-64bit
|
|
-%endif
|
|
-#
|
|
|
|
%description -n libtag1
|
|
TagLib is a library for reading and editing the meta-data of several popular
|
|
@@ -70,11 +65,6 @@ TrueAudio, WAV, AIFF, MP4 and ASF files.
|
|
License: LGPLv2.1+
|
|
Summary: Audio Meta-Data Library
|
|
Group: System/Libraries
|
|
-# bug437293
|
|
-%ifarch ppc64
|
|
-Obsoletes: libtag_c0-64bit
|
|
-%endif
|
|
-#
|
|
|
|
%description -n libtag_c0
|
|
TagLib is a library for reading and editing the meta-data of several popular
|
|
@@ -89,15 +79,9 @@ Group: Development/Libraries/C
|
|
Requires: libstdc++-devel
|
|
Requires: libtag1 = %{version}
|
|
Requires: libtag_c0 = %{version}
|
|
-# taglib-devel was last used in openSUSE 11.4 (taglib-devel-0.6.3)
|
|
+# taglib-devel was last used in openSUSE 11.4 (taglib-devel-1.6.2)
|
|
Provides: taglib-devel = %{version}
|
|
-Obsoletes: taglib-devel <= 0.6.3
|
|
-# bug437293
|
|
-%ifarch ppc64
|
|
-Obsoletes: libtag-devel-64bit
|
|
-Obsoletes: taglib-devel-64bit
|
|
-%endif
|
|
-#
|
|
+Obsoletes: taglib-devel <= 1.6.3
|
|
|
|
%description -n libtag-devel
|
|
This package contains development files for taglib.
|