OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 22-Oct-2006 11:21:58 Branch: HEAD Handle: 2006102210215800 Modified files: openpkg-src/mpg123 mpg123.patch mpg123.spec Log: upgrading package: mpg123 0.60 -> 0.61 Summary: Revision Changes Path 1.8 +3 -46 openpkg-src/mpg123/mpg123.patch 1.45 +3 -3 openpkg-src/mpg123/mpg123.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/mpg123/mpg123.patch ============================================================================ $ cvs diff -u -r1.7 -r1.8 mpg123.patch --- openpkg-src/mpg123/mpg123.patch 12 Oct 2006 13:13:29 -0000 1.7 +++ openpkg-src/mpg123/mpg123.patch 22 Oct 2006 09:21:58 -0000 1.8 @@ -1,39 +1,7 @@ -Index: configure ---- configure.orig 2006-08-29 23:39:29 +0200 -+++ configure 2006-10-12 15:10:30 +0200 -@@ -7627,7 +7627,7 @@ - - - # None chosen? --if test "x$with_optimization" == "x"; then -+if test "x$with_optimization" = "x"; then - if test "$debugging" = "enabled"; then - with_optimization="0" - else -@@ -7666,7 +7666,7 @@ - esac - - --if test "x$with_seektable" == "x"; then -+if test "x$with_seektable" = "x"; then - seektable=1000 - else - seektable=$with_seektable Index: src/httpget.c ---- src/httpget.c.orig 2006-08-21 14:54:31 +0200 -+++ src/httpget.c 2006-10-12 15:12:41 +0200 -@@ -61,6 +61,10 @@ - #define INADDR_NONE 0xffffffff - #endif - -+#ifndef SIZE_MAX -+#define SIZE_MAX 1000 -+#endif -+ - void writestring (int fd, char *string) - { - int result, bytes = strlen(string); -@@ -705,10 +709,12 @@ +--- src/httpget.c.orig 2006-10-21 00:08:33 +0200 ++++ src/httpget.c 2006-10-22 11:12:22 +0200 +@@ -688,10 +688,12 @@ int readstring (char *string, int maxlen, FILE *f) { @@ -46,14 +14,3 @@ } char *proxyurl = NULL; -@@ -717,8 +723,9 @@ - - #define ACCEPT_HEAD "Accept: audio/mpeg, audio/x-mpegurl, */*\r\n" - --int http_open (char *url) -+int http_open (char* url, char** content_type) - { -+ return 0; - } - #endif - @@ . patch -p0 <<'@@ .' Index: openpkg-src/mpg123/mpg123.spec ============================================================================ $ cvs diff -u -r1.44 -r1.45 mpg123.spec --- openpkg-src/mpg123/mpg123.spec 14 Oct 2006 06:46:16 -0000 1.44 +++ openpkg-src/mpg123/mpg123.spec 22 Oct 2006 09:21:58 -0000 1.45 @@ -23,8 +23,8 @@ ## # package version -%define V_opkg 0.60 -%define V_dist 0.60 +%define V_opkg 0.61 +%define V_dist 0.61 # package information Name: mpg123 @@ -37,7 +37,7 @@ Group: Audio License: GPL Version: %{V_opkg} -Release: 20061014 +Release: 20061022 # list of sources Source0: http://www.mpg123.de/download/mpg123-%{V_dist}.tar.bz2 @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org