]> git.pld-linux.org Git - packages/mpg123.git/commitdiff
- updated to 1.14.4 auto/th/mpg123-1.14.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Oct 2012 11:20:39 +0000 (12:20 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Oct 2012 11:20:39 +0000 (12:20 +0100)
- updated no-la patch

mpg123-no-la.patch
mpg123.spec

index 7ebe0c7ba69dd73526b4b6c95de4e2b3e774edd5..5760f5dd5916d3ccf13a737204bc0c9bb1a415be 100644 (file)
@@ -1,6 +1,6 @@
---- mpg123-1.12.3/src/module.c.orig    2010-07-05 00:03:03.000000000 +0200
-+++ mpg123-1.12.3/src/module.c 2010-08-12 16:06:12.000000000 +0200
-@@ -102,14 +102,11 @@
+--- mpg123-1.14.4/src/module.c.orig    2012-07-26 15:36:44.000000000 +0200
++++ mpg123-1.14.4/src/module.c 2012-10-28 12:11:45.381479443 +0100
+@@ -101,16 +101,12 @@
        size_t module_path_len = 0;
        char* module_symbol = NULL;
        size_t module_symbol_len = 0;
 +      if(moddir == NULL)
        {
 -              error("Failure getting workdir or moddir!");
--              if(workdir != NULL) free(workdir);
+-              if(workdir == NULL) fprintf(stderr, "Hint: I need to know the current working directory to be able to come back after hunting modules. I will not leave because I do not know where I am.\n");
 +              error("Failure getting moddir!");
+-              if(workdir != NULL) free(workdir);
                if(moddir  != NULL) free(moddir);
                return NULL;
        }
-@@ -117,20 +114,15 @@
+@@ -118,20 +114,15 @@
        /* Initialize libltdl */
        if (lt_dlinit()) error( "Failed to initialise libltdl" );
  
@@ -40,7 +42,7 @@
        /* Display the path of the module created */
        if(param.verbose > 1) fprintf(stderr, "Module path: %s\n", module_path );
  
-@@ -179,9 +171,7 @@
+@@ -180,9 +171,7 @@
  om_bad:
        module = NULL;
  om_end:
index ae063370d9f09f2e514ca75bb4dbb06112c9e8cf..657f8f99ad1abbc3fe2cac72c0bd595accd5e6b6 100644 (file)
@@ -21,13 +21,13 @@ Summary(pt_BR.UTF-8):       Tocador de arquivos MP3
 Summary(ru.UTF-8):     Проигрыватель MPEG аудиофайлов
 Summary(uk.UTF-8):     Програвач MPEG аудіофайлів
 Name:          mpg123
-Version:       1.13.4
+Version:       1.14.4
 Release:       1
 # some old parts are GPLed, but they are not included in package
 License:       LGPL v2.1
 Group:         Applications/Sound
 Source0:       http://downloads.sourceforge.net/mpg123/%{name}-%{version}.tar.bz2
-# Source0-md5: 073620b3938c4cb9c4f70e8fe3e114b8
+# Source0-md5: a72d0c60a1d7dbec7cfe966bc11672bf
 Patch0:                %{name}-am.patch
 Patch1:                %{name}-no-la.patch
 URL:           http://www.mpg123.de/
This page took 0.114905 seconds and 4 git commands to generate.