SPECS: mp3blaster.spec - fixing issue with not-detached threads (m...

adasi adasi at pld-linux.org
Wed Jan 25 12:04:52 CET 2006


Author: adasi                        Date: Wed Jan 25 11:04:52 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixing issue with not-detached threads (memory leak)
- better search (using case-insensitive regexp instead of simple strncmp on
  beginning of file name) + tab switches to next found
- basic queuing (using TAB)
- TODO: fix next_song on queuing, mark queued files, tab cycles to next
  found

---- Files affected:
SPECS:
   mp3blaster.spec (1.47 -> 1.48) 

---- Diffs:

================================================================
Index: SPECS/mp3blaster.spec
diff -u SPECS/mp3blaster.spec:1.47 SPECS/mp3blaster.spec:1.48
--- SPECS/mp3blaster.spec:1.47	Sun May 15 21:47:36 2005
+++ SPECS/mp3blaster.spec	Wed Jan 25 12:04:47 2006
@@ -7,11 +7,12 @@
 Summary(pl):	Odtwarzacz plików MP3 bazowany na ncurses
 Name:		mp3blaster
 Version:	3.2.0
-Release:	2
+Release:	2.1
 License:	GPL
 Group:		Applications/Sound
 Source0:	http://www.stack.nl/~brama/mp3blaster/src/%{name}-%{version}.tar.gz
 # Source0-md5:	d01a36de2ebb5b4f7c407ae6cc7668b1
+Patch0:		mp3blaster-misc.patch
 URL:		http://www.stack.nl/~brama/mp3blaster/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -34,6 +35,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 rm -f missing
@@ -67,6 +69,14 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.48  2006/01/25 11:04:47  adasi
+- fixing issue with not-detached threads (memory leak)
+- better search (using case-insensitive regexp instead of simple strncmp on
+  beginning of file name) + tab switches to next found
+- basic queuing (using TAB)
+- TODO: fix next_song on queuing, mark queued files, tab cycles to next
+  found
+
 Revision 1.47  2005/05/15 19:47:36  adamg
 - release 2 for Th
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mp3blaster.spec?r1=1.47&r2=1.48&f=u



More information about the pld-cvs-commit mailing list