Hello community, here is the log from the commit of package FA_clthreads checked in at Tue Dec 12 23:07:25 CET 2006. -------- --- FA_clthreads/FA_clthreads.changes 2006-09-18 16:32:42.000000000 +0200 +++ /mounts/work_src_done/STABLE/FA_clthreads/FA_clthreads.changes 2006-12-12 18:48:29.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Dec 12 18:47:34 CET 2006 - mkoenig@suse.de + +- update to version 2.2.1: + * minor fixes + +------------------------------------------------------------------- Old: ---- clthreads-2.2.0-1.tar.bz2 New: ---- clthreads-2.2.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ FA_clthreads.spec ++++++ --- /var/tmp/diff_new_pack.M3nQFQ/_old 2006-12-12 23:07:02.000000000 +0100 +++ /var/tmp/diff_new_pack.M3nQFQ/_new 2006-12-12 23:07:02.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package FA_clthreads (Version 2.2.0) +# spec file for package FA_clthreads (Version 2.2.1) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,14 +12,14 @@ Name: FA_clthreads BuildRequires: gcc-c++ -URL: http://users.skynet.be/solaris/linuxaudio -License: GPL +URL: http://www.kokkinizita.net/linuxaudio +License: GNU General Public License (GPL) Group: Development/Libraries/Other Autoreqprov: on -Version: 2.2.0 +Version: 2.2.1 Release: 1 Summary: Library Required for AEOLUS and JAAA -Source: clthreads-%{version}-1.tar.bz2 +Source: clthreads-%{version}.tar.bz2 Patch: %{name}-makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -60,6 +60,9 @@ # %doc %{_docdir}/%{name} %changelog -n FA_clthreads +* Tue Dec 12 2006 - mkoenig@suse.de +- update to version 2.2.1: + * minor fixes * Thu Sep 14 2006 - mkoenig@suse.de - update to version 2.2.0-1 cleanup release ++++++ clthreads-2.2.0-1.tar.bz2 -> clthreads-2.2.1.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/clthreads-2.2.0/Makefile new/clthreads-2.2.1/Makefile --- old/clthreads-2.2.0/Makefile 2006-05-15 19:00:01.000000000 +0200 +++ new/clthreads-2.2.1/Makefile 2006-11-23 19:01:20.000000000 +0100 @@ -23,7 +23,7 @@ MAJVERS = 2 -MINVERS = 2.0 +MINVERS = 2.1 VERSION = $(MAJVERS).$(MINVERS) DISTDIR = clthreads-$(VERSION) @@ -46,6 +46,7 @@ install: $(CLTHREADS_MIN) + /usr/bin/install -d $(PREFIX)/$(LIBDIR) /usr/bin/install -m 644 $(CLTHREADS_H) $(PREFIX)/include /usr/bin/install -m 755 $(CLTHREADS_MIN) $(PREFIX)/$(LIBDIR) /sbin/ldconfig -n $(PREFIX)/$(LIBDIR) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/clthreads-2.2.0/clthreads.h new/clthreads-2.2.1/clthreads.h --- old/clthreads-2.2.0/clthreads.h 2006-05-09 19:31:00.000000000 +0200 +++ new/clthreads-2.2.1/clthreads.h 2006-11-23 19:01:20.000000000 +0100 @@ -147,6 +147,7 @@ _event = EV_ERROR; _emask = m; + do { if (t) r = pthread_cond_timedwait (&_cond, &_mutex, t); diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/clthreads-2.2.0/itc_ctrl.cc new/clthreads-2.2.1/itc_ctrl.cc --- old/clthreads-2.2.0/itc_ctrl.cc 2006-05-05 21:23:06.000000000 +0200 +++ new/clthreads-2.2.1/itc_ctrl.cc 2006-11-23 19:01:20.000000000 +0100 @@ -48,7 +48,7 @@ else { timespec t; - clock_gettime (0, &t); + clock_gettime (CLOCK_REALTIME, &t); _time.tv_sec = t.tv_sec; _time.tv_nsec = t.tv_nsec; } @@ -63,7 +63,7 @@ m = micros % 1000000; _time.tv_nsec += 1000 * m; - if (_time.tv_nsec > 1000000000) + if (_time.tv_nsec >= 1000000000) { _time.tv_nsec -= 1000000000; s += 1; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org