[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/taglib
From:       Lukáš Lalinský <lalinsky () gmail ! com>
Date:       2010-04-04 14:59:44
Message-ID: 20100404150121.CD7FCAC88E () svn ! kde ! org
[Download RAW message or body]

SVN commit 1110983 by lalinsky:

Increment version number

 M  +1 -1      Makefile.am  
 M  +1 -0      NEWS  
 M  +1 -1      bindings/c/taglib_c.pc.in  
 M  +1 -1      configure.in.in  
 M  +1 -1      doc/api-header.html  
 M  +1 -1      taglib-config.cmake  
 M  +1 -1      taglib-config.in  
 M  +2 -1      taglib/Makefile.am  
 M  +1 -1      taglib/taglib.pro  


--- trunk/kdesupport/taglib/Makefile.am #1110982:1110983
@@ -38,7 +38,7 @@
 	fi; \
 	cp $(top_srcdir)/admin/Doxyfile.global taglib.doxyfile; \
 	echo "PROJECT_NAME        = TagLib" >> taglib.doxyfile; \
-	echo "PROJECT_NUMBER      = \"Version 1.6.1\"" >> taglib.doxyfile; \
+	echo "PROJECT_NUMBER      = \"Version 1.6.2\"" >> taglib.doxyfile; \
 	echo "INPUT               = $(srcdir)" >> taglib.doxyfile; \
 	echo "OUTPUT_DIRECTORY    = doc/api" >> taglib.doxyfile; \
 	echo "HTML_OUTPUT         = html" >> taglib.doxyfile; \
--- trunk/kdesupport/taglib/NEWS #1110982:1110983
@@ -12,6 +12,7 @@
  * Fixed compilation of the test runner on Windows.
  * Store ASF attributes larger than 64k in the metadata library object.
  * Ignore trailing non-data atoms when parsing MP4 covr atoms.
+ * Don't upgrade ID3v2.2 frame TDA to TDRC. (BUG:228968)
 
 TagLib 1.6.1 (Oct 31, 2009)
 ===========================
--- trunk/kdesupport/taglib/bindings/c/taglib_c.pc.in #1110982:1110983
@@ -6,6 +6,6 @@
 Name: TagLib C Bindings
 Description: Audio meta-data library (C bindings)
 Requires: taglib
-Version: 1.6.1
+Version: 1.6.2
 Libs: -L${libdir} -ltag_c
 Cflags: -I${includedir}/taglib 
--- trunk/kdesupport/taglib/configure.in.in #1110982:1110983
@@ -38,7 +38,7 @@
 AC_ARG_PROGRAM
 
 dnl Automake doc recommends to do this only here. (Janos)
-AM_INIT_AUTOMAKE(taglib,1.6.1)
+AM_INIT_AUTOMAKE(taglib,1.6.2)
 
 dnl almost the same like KDE_SET_PEFIX but the path is /usr/local
 dnl
--- trunk/kdesupport/taglib/doc/api-header.html #1110982:1110983
@@ -17,7 +17,7 @@
             <td>
               <div id="intro">
                 <table border="0" height="119" cellpadding="0" cellspacing="0" width="100%">
-                    <tr><td valign="top"><h1>TagLib 1.6.1 ($title)</h1></td></tr>
+                    <tr><td valign="top"><h1>TagLib 1.6.2 ($title)</h1></td></tr>
                     <tr>
                       <td valign="bottom">
                         <div id="links">
--- trunk/kdesupport/taglib/taglib-config.cmake #1110982:1110983
@@ -35,7 +35,7 @@
 	  flags="$flags -I$includedir/taglib"
 	  ;;
     --version)
-	  echo 1.6.1
+	  echo 1.6.2
 	  ;;
     --prefix)
 	  echo $prefix
--- trunk/kdesupport/taglib/taglib-config.in #1110982:1110983
@@ -35,7 +35,7 @@
 	  flags="$flags -I$includedir/taglib"
 	  ;;
     --version)
-	  echo 1.6.1
+	  echo 1.6.2
 	  ;;
     --prefix)
 	  echo $prefix
--- trunk/kdesupport/taglib/taglib/Makefile.am #1110982:1110983
@@ -46,8 +46,9 @@
 #  7:0:6 -- TagLib 1.6 RC1
 #  7:1:6 -- TagLib 1.6
 #  8:0:7 -- TagLib 1.6.1
+#  8:1:7 -- TagLib 1.6.2
 
-libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 8:0:7
+libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 8:1:7
 libtag_la_LIBADD = ./mpeg/libmpeg.la ./ogg/libogg.la ./flac/libflac.la ./mpc/libmpc.la \
 	./ape/libape.la ./toolkit/libtoolkit.la ./wavpack/libwavpack.la \
 	./trueaudio/libtrueaudio.la ./riff/libriff.la \
--- trunk/kdesupport/taglib/taglib/taglib.pro #1110982:1110983
@@ -9,7 +9,7 @@
 DEFINES += HAVE_ZLIB=1 NDEBUG WITH_ASF WITH_MP4
 LIBS += -lz
 TARGET = TagLib
-VERSION = 1.6
+VERSION = 1.6.2
 DEPENDPATH += . \
            ape \
            asf \
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic