[totem-pl-parser] 2.30.2



commit 3184b216b5e7629f51dbad9a536cfc8c8a24dc21
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Oct 18 14:31:47 2010 +0100

    2.30.2
    
    Rename test file so it gets added to the tar file (83 characters limit)

 NEWS                                               |    7 +++++++
 configure.in                                       |    4 ++--
 plparse/tests/Makefile.am                          |    2 +-
 ...ney_Snoop_Dogg.m3u => O_G_Money_Snoop_Dogg.m3u} |    0
 plparse/tests/parser.c                             |    2 +-
 5 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 963c8ee..fb1d3b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
 New features and significant updates in version...
 
+2.32.1
+* Make introspection work for TotemCd and TotemDisc namespaces
+* Ignore leading tabs and spaces before EXTINF comments in M3U files
+* Fix out-of-order signals when using async API
+* Fix parsing of iTunes Podcast links
+* Don't force add directories to the playlist when the recurse level is too high
+
 2.32.0
 * Updated translations
 
diff --git a/configure.in b/configure.in
index 080c604..65ec660 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.62)
 
 m4_define(totem_version_major, 2)
 m4_define(totem_version_minor, 32)
-m4_define(totem_version_micro, 0)
+m4_define(totem_version_micro, 1)
 
 AC_INIT([totem-pl-parser],
         [totem_version_major.totem_version_minor.totem_version_micro],
@@ -50,7 +50,7 @@ GIO_REQS=2.24.0
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-PLPARSER_LT_VERSION=17:0:0
+PLPARSER_LT_VERSION=17:1:0
 AC_SUBST(PLPARSER_LT_VERSION)
 
 TOTEM_PL_PARSER_VERSION_MAJOR=totem_version_major
diff --git a/plparse/tests/Makefile.am b/plparse/tests/Makefile.am
index f63ed1b..58b7e06 100644
--- a/plparse/tests/Makefile.am
+++ b/plparse/tests/Makefile.am
@@ -64,5 +64,5 @@ EXTRA_DIST =			\
 	really-flv.mp4		\
 	audio.php		\
 	big5.smi		\
-	O_G_Money_-_Girl_Gotta_girlfriend_Feat._O_G_Money_Snoop_Dogg.m3u \
+	O_G_Money_Snoop_Dogg.m3u \
 	empty-asx.asx
diff --git a/plparse/tests/O_G_Money_-_Girl_Gotta_girlfriend_Feat._O_G_Money_Snoop_Dogg.m3u b/plparse/tests/O_G_Money_Snoop_Dogg.m3u
similarity index 100%
rename from plparse/tests/O_G_Money_-_Girl_Gotta_girlfriend_Feat._O_G_Money_Snoop_Dogg.m3u
rename to plparse/tests/O_G_Money_Snoop_Dogg.m3u
diff --git a/plparse/tests/parser.c b/plparse/tests/parser.c
index 690ed6e..5ecec6c 100644
--- a/plparse/tests/parser.c
+++ b/plparse/tests/parser.c
@@ -466,7 +466,7 @@ test_m3u_leading_tabs (void)
 {
 	char *uri;
 	/* From http://media.artistserver.com/tracks/23985/21898/1/1/1/O_G_Money_-_Girl_Gotta_girlfriend_Feat._O_G_Money_Snoop_Dogg.m3u */
-	uri = get_relative_uri (TEST_SRCDIR "O_G_Money_-_Girl_Gotta_girlfriend_Feat._O_G_Money_Snoop_Dogg.m3u");
+	uri = get_relative_uri (TEST_SRCDIR "O_G_Money_Snoop_Dogg.m3u");
 	g_assert_cmpstr (parser_test_get_entry_field (uri, TOTEM_PL_PARSER_FIELD_TITLE), ==, "O G Money - Girl Gotta girlfriend Feat. O G Money, Snoop Dogg");
 	g_free (uri);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]