[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:       2009-10-31 9:23:59
Message-ID: 1256981039.844409.3740.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1042955 by lalinsky:

Bump version numbers

 M  +1 -1      CMakeLists.txt  
 M  +4 -4      NEWS  
 M  +1 -1      configure.in.in  
 M  +1 -1      taglib-config.cmake  
 M  +1 -1      taglib-config.in  
 M  +2 -1      taglib/Makefile.am  


--- trunk/kdesupport/taglib/CMakeLists.txt #1042954:1042955
@@ -40,7 +40,7 @@
 
 SET(TAGLIB_LIB_MAJOR_VERSION "1")
 SET(TAGLIB_LIB_MINOR_VERSION "6")
-SET(TAGLIB_LIB_PATCH_VERSION "0")
+SET(TAGLIB_LIB_PATCH_VERSION "1")
 
 SET(TAGLIB_LIB_VERSION_STRING \
"${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}")
  
--- trunk/kdesupport/taglib/NEWS #1042954:1042955
@@ -1,5 +1,5 @@
-TagLib 1.6.1
-============
+TagLib 1.6.1 (Oct 31, 2009)
+===========================
 
  * Better detection of the audio codec of .oga files in FileRef.
  * Fixed saving of Vorbis comments to Ogg FLAC files. TagLib tried to
@@ -12,8 +12,8 @@
    as text atoms, which corrupted them in some cases.
  * Fixed ID3v1-style genre to string conversion in MP4 files.
 
-TagLib 1.6
-==========
+TagLib 1.6 (Sep 13, 2009)
+=========================
 
 1.6:
 
--- trunk/kdesupport/taglib/configure.in.in #1042954:1042955
@@ -38,7 +38,7 @@
 AC_ARG_PROGRAM
 
 dnl Automake doc recommends to do this only here. (Janos)
-AM_INIT_AUTOMAKE(taglib,1.6)
+AM_INIT_AUTOMAKE(taglib,1.6.1)
 
 dnl almost the same like KDE_SET_PEFIX but the path is /usr/local
 dnl
--- trunk/kdesupport/taglib/taglib-config.cmake #1042954:1042955
@@ -35,7 +35,7 @@
 	  flags="$flags -I$includedir/taglib"
 	  ;;
     --version)
-	  echo 1.6
+	  echo 1.6.1
 	  ;;
     --prefix)
 	  echo $prefix
--- trunk/kdesupport/taglib/taglib-config.in #1042954:1042955
@@ -35,7 +35,7 @@
 	  flags="$flags -I$includedir/taglib"
 	  ;;
     --version)
-	  echo 1.6
+	  echo 1.6.1
 	  ;;
     --prefix)
 	  echo $prefix
--- trunk/kdesupport/taglib/taglib/Makefile.am #1042954:1042955
@@ -45,8 +45,9 @@
 #  6:0:5 -- TagLib 1.5
 #  7:0:6 -- TagLib 1.6 RC1
 #  7:1:6 -- TagLib 1.6
+#  8:0:7 -- TagLib 1.6.1
 
-libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 7:1:6
+libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 8:0: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 \


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

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