diff -Nru taglib-1.6.2/admin/cvs.sh taglib-1.6.3/admin/cvs.sh --- taglib-1.6.2/admin/cvs.sh 2008-08-19 20:56:25.000000000 +0100 +++ taglib-1.6.3/admin/cvs.sh 2010-04-09 23:51:26.000000000 +0100 @@ -68,7 +68,7 @@ echo "*** KDE requires automake $required_automake_version" exit 1 ;; - automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*) + automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11*) echo "*** $AUTOMAKE_STRING found." UNSERMAKE=no ;; diff -Nru taglib-1.6.2/bindings/c/taglib_c.pc.in taglib-1.6.3/bindings/c/taglib_c.pc.in --- taglib-1.6.2/bindings/c/taglib_c.pc.in 2010-04-04 16:01:21.000000000 +0100 +++ taglib-1.6.3/bindings/c/taglib_c.pc.in 2010-04-12 18:43:03.000000000 +0100 @@ -6,6 +6,6 @@ Name: TagLib C Bindings Description: Audio meta-data library (C bindings) Requires: taglib -Version: 1.6.2 +Version: 1.6.3 Libs: -L${libdir} -ltag_c Cflags: -I${includedir}/taglib diff -Nru taglib-1.6.2/CMakeLists.txt taglib-1.6.3/CMakeLists.txt --- taglib-1.6.2/CMakeLists.txt 2009-10-31 09:23:58.000000000 +0000 +++ taglib-1.6.3/CMakeLists.txt 2010-04-12 18:43:03.000000000 +0100 @@ -40,7 +40,7 @@ SET(TAGLIB_LIB_MAJOR_VERSION "1") SET(TAGLIB_LIB_MINOR_VERSION "6") -SET(TAGLIB_LIB_PATCH_VERSION "1") +SET(TAGLIB_LIB_PATCH_VERSION "3") SET(TAGLIB_LIB_VERSION_STRING "${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}") diff -Nru taglib-1.6.2/configure taglib-1.6.3/configure --- taglib-1.6.2/configure 2010-04-09 10:36:00.000000000 +0100 +++ taglib-1.6.3/configure 2010-04-17 12:28:59.000000000 +0100 @@ -2597,7 +2597,7 @@ # Define the identity of the package. PACKAGE=taglib - VERSION=1.6.2 + VERSION=1.6.3 cat >>confdefs.h <<_ACEOF diff -Nru taglib-1.6.2/configure.in taglib-1.6.3/configure.in --- taglib-1.6.2/configure.in 2010-04-09 10:35:53.000000000 +0100 +++ taglib-1.6.3/configure.in 2010-04-17 12:28:53.000000000 +0100 @@ -42,7 +42,7 @@ AC_ARG_PROGRAM dnl Automake doc recommends to do this only here. (Janos) -AM_INIT_AUTOMAKE(taglib,1.6.2) +AM_INIT_AUTOMAKE(taglib,1.6.3) dnl almost the same like KDE_SET_PEFIX but the path is /usr/local dnl diff -Nru taglib-1.6.2/configure.in.in taglib-1.6.3/configure.in.in --- taglib-1.6.2/configure.in.in 2010-04-04 16:01:21.000000000 +0100 +++ taglib-1.6.3/configure.in.in 2010-04-12 18:43:03.000000000 +0100 @@ -38,7 +38,7 @@ AC_ARG_PROGRAM dnl Automake doc recommends to do this only here. (Janos) -AM_INIT_AUTOMAKE(taglib,1.6.2) +AM_INIT_AUTOMAKE(taglib,1.6.3) dnl almost the same like KDE_SET_PEFIX but the path is /usr/local dnl diff -Nru taglib-1.6.2/debian/changelog taglib-1.6.3/debian/changelog --- taglib-1.6.2/debian/changelog 2010-05-07 17:43:25.000000000 +0100 +++ taglib-1.6.3/debian/changelog 2010-05-07 17:43:25.000000000 +0100 @@ -1,3 +1,16 @@ +taglib (1.6.3-0ubuntu1) lucid-proposed; urgency=low + + * New upstream bugfix release, stable release update + - Closes LP: #572432 "Amarok freezes everytime I scan my collection" + - Fixed definitions of the TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF macros. + - Fixed upgrading of ID3v2.3 genre frame with ID3v1 code 0 (Blues). + - New method `int String::toInt(bool *ok)` which can return whether the + conversion to a number was successfull. + - Fixed parsing of incorrectly written lengths in ID3v2 (affects mainly + compressed frames). (BUG:231075) + + -- Jonathan Riddell Fri, 07 May 2010 17:37:15 +0100 + taglib (1.6.2-0ubuntu1) lucid; urgency=low * New upstream release diff -Nru taglib-1.6.2/doc/api-header.html taglib-1.6.3/doc/api-header.html --- taglib-1.6.2/doc/api-header.html 2010-04-04 16:01:21.000000000 +0100 +++ taglib-1.6.3/doc/api-header.html 2010-04-12 18:43:03.000000000 +0100 @@ -17,7 +17,7 @@
- +

TagLib 1.6.2 ($title)

TagLib 1.6.3 ($title)