rpms/taglib/devel .cvsignore, 1.11, 1.12 sources, 1.11, 1.12 taglib.spec, 1.43, 1.44 taglib-1.5-1.6-ape.patch, 1.1, NONE taglib-1.5-1.6-flac.patch, 1.1, NONE taglib-1.5-1.6-mpeg-cmake.patch, 1.1, NONE taglib-1.5-1.6-mpeg.patch, 1.1, NONE taglib-1.5-1.6-ogg.patch, 1.2, NONE taglib-1.5-1.6-toolkit.patch, 1.2, NONE taglib-1.5-tests.patch, 1.1, NONE

Michael Schwendt mschwendt at fedoraproject.org
Mon Sep 14 07:57:43 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/taglib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11400

Modified Files:
	.cvsignore sources taglib.spec 
Removed Files:
	taglib-1.5-1.6-ape.patch taglib-1.5-1.6-flac.patch 
	taglib-1.5-1.6-mpeg-cmake.patch taglib-1.5-1.6-mpeg.patch 
	taglib-1.5-1.6-ogg.patch taglib-1.5-1.6-toolkit.patch 
	taglib-1.5-tests.patch 
Log Message:
* Mon Sep 14 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.6-1
- Update to 1.6 final.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/taglib/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	21 Feb 2008 02:44:59 -0000	1.11
+++ .cvsignore	14 Sep 2009 07:57:42 -0000	1.12
@@ -1 +1 @@
-taglib-1.5.tar.gz
+taglib-1.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/taglib/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	21 Feb 2008 02:44:59 -0000	1.11
+++ sources	14 Sep 2009 07:57:42 -0000	1.12
@@ -1 +1 @@
-7b557dde7425c6deb7bbedd65b4f2717  taglib-1.5.tar.gz
+5ecad0816e586a954bd676a86237d054  taglib-1.6.tar.gz


Index: taglib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/taglib/devel/taglib.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- taglib.spec	4 Sep 2009 10:21:32 -0000	1.43
+++ taglib.spec	14 Sep 2009 07:57:43 -0000	1.44
@@ -11,14 +11,16 @@
 %global apidocdir __api-doc_fedora
 
 Name:       taglib	
-Version:    1.5
-Release:    8%{?dist}
+Version:    1.6
+Release:    1%{?dist}
 Summary:    Audio Meta-Data Library
 
 Group: 	    System Environment/Libraries
 License:    LGPLv2
 URL:        http://developer.kde.org/~wheeler/taglib.html
-Source0:    http://developer.kde.org/~wheeler/files/src/taglib-%{version}.tar.gz
+# the temporary url from the 1.6 announcement
+Source0:    http://ftp.musicbrainz.org/pub/musicbrainz/users/luks/taglib/taglib-1.6.tar.gz
+#Source0:    http://developer.kde.org/~wheeler/files/src/taglib-%{version}.tar.gz
 #Source0:    taglib-%{svn}.tar.gz
 # The svn tarball is generated with the following script
 Source1:    taglib-svn.sh
@@ -30,16 +32,6 @@ Patch1:     taglib-1.5b1-multilib.patch 
 # try 2, kiss omit -L%_libdir
 Patch2:     taglib-1.5rc1-multilib.patch
 
-Patch3: taglib-1.5-tests.patch
-
-## upstream patches
-Patch101: taglib-1.5-1.6-ape.patch
-Patch102: taglib-1.5-1.6-ogg.patch
-Patch103: taglib-1.5-1.6-flac.patch
-Patch104: taglib-1.5-1.6-toolkit.patch
-Patch105: taglib-1.5-1.6-mpeg.patch
-Patch106: taglib-1.5-1.6-mpeg-cmake.patch
-
 BuildRequires: cmake
 BuildRequires: pkgconfig
 BuildRequires: zlib-devel
@@ -92,19 +84,11 @@ Files needed when building software with
 ## omit for now
 %patch2 -p1 -b .multilib
 
-%patch3 -p1 -b .tests
-%patch101 -p1 -b .ape
-%patch102 -p1 -b .ogg
-%patch103 -p1 -b .flac
-%patch104 -p1 -b .toolkit
-%patch105 -p1 -b .mpeg
-%patch106 -p1 -b .mpeg-build
-
 
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-%{cmake} %{?buildtests} ..
+%{cmake} %{?buildtests} -DWITH_ASF=1 -DWITH_MP4=1 ..
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -171,6 +155,13 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Sep 14 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.6-1
+- Update to 1.6 final.
+
+* Sun Sep  6 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.6-0.1.rc1
+- Update to 1.6rc1 (further bug-fixes and support for AIFF and WAV).
+- Build optional support for MP4 and ASF/WMA files.
+
 * Fri Sep  4 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5-8
 - Merge another bug-fix from 1.6rc1 (this adds 3 symbols) and
   really add tstring bug-fix:


--- taglib-1.5-1.6-ape.patch DELETED ---


--- taglib-1.5-1.6-flac.patch DELETED ---


--- taglib-1.5-1.6-mpeg-cmake.patch DELETED ---


--- taglib-1.5-1.6-mpeg.patch DELETED ---


--- taglib-1.5-1.6-ogg.patch DELETED ---


--- taglib-1.5-1.6-toolkit.patch DELETED ---


--- taglib-1.5-tests.patch DELETED ---




More information about the fedora-extras-commits mailing list