Mailinglist Archive: opensuse-commit (1028 mails)

< Previous Next >
commit icecream-monitor
  • From: root@xxxxxxx (h_root)
  • Date: Tue, 6 Jun 2006 22:24:33 +0200 (CEST)
  • Message-id: <20060606202433.DD3B894224@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package icecream-monitor
checked in at Tue Jun 6 22:24:33 CEST 2006.

--------
New Changes file:

--- /dev/null 2002-12-09 23:01:21.000000000 +0100
+++ icecream-monitor/icecream-monitor.changes 2006-06-02 02:00:43.000000000 +0200
@@ -0,0 +1,107 @@
+-------------------------------------------------------------------
+Fri Jun 2 02:00:43 CEST 2006 - mls@xxxxxxx
+
+- converted neededforbuild to BuildRequires
+
+-------------------------------------------------------------------
+Thu Jun 1 10:10:30 CEST 2006 - coolo@xxxxxxx
+
+0.7.0:
+ - WARNING: the protocol is not compatible with earlier
+ versions, old clients will refuse to connect, so update
+ the full farm
+
+ - protocol reworked to no longer require a client->scheduler
+ connection (the daemon will proxy it all)
+ - all local jobs are now scheduled by the local daemon to
+ make sure multiprocessor machines are handling as many jobs
+ as they have jobs configured (# processors). They used to
+ be "scheduled" by lock file
+ - fixed grave bug that removed all daemon environments when
+ the cache grew over limit
+ - new telnet interface command: internals to output daemon
+ states
+ - stricter error handling to avoid suprises
+ - SIGHUP to daemon and scheduler will reopen the log file
+ to allow logrotate
+ - a restart of the daemon and scheduler won't flush the log
+ file, but append to it
+ - create-env will create .tar.gz now - the client allows
+ environments to be .tar, .tar.bz2 and .tar.gz
+
+-------------------------------------------------------------------
+Wed Jan 25 21:32:56 CET 2006 - mls@xxxxxxx
+
+- converted neededforbuild to BuildRequires
+
+-------------------------------------------------------------------
+Fri Jan 13 14:47:14 CET 2006 - coolo@xxxxxxx
+
+- update to 0.6.2
+
+-------------------------------------------------------------------
+Thu Oct 13 11:45:52 CEST 2005 - coolo@xxxxxxx
+
+- update tarball to build with gcc 4.1
+
+-------------------------------------------------------------------
+Thu Dec 16 12:13:02 CET 2004 - coolo@xxxxxxx
+
+- fix unsermake install
+
+-------------------------------------------------------------------
+Wed Sep 1 17:56:31 CEST 2004 - coolo@xxxxxxx
+
+- fix build with --enable-final
+
+-------------------------------------------------------------------
+Sun Aug 29 14:59:32 CEST 2004 - coolo@xxxxxxx
+
+- tons of new features for the existant views
+- a new view (Detailed Host View)
+
+-------------------------------------------------------------------
+Wed Aug 11 21:26:46 CEST 2004 - coolo@xxxxxxx
+
+- filter for platforms
+
+-------------------------------------------------------------------
+Wed Aug 4 11:56:27 CEST 2004 - coolo@xxxxxxx
+
+- fix for lib64
+
+-------------------------------------------------------------------
+Fri Jul 30 17:57:34 CEST 2004 - coolo@xxxxxxx
+
+- smaller fixes
+
+-------------------------------------------------------------------
+Fri Jun 11 14:10:56 CEST 2004 - coolo@xxxxxxx
+
+- major update (including kicker applet)
+
+-------------------------------------------------------------------
+Tue May 4 20:14:37 CEST 2004 - coolo@xxxxxxx
+
+- show platform for hosts
+
+-------------------------------------------------------------------
+Mon May 3 21:38:53 CEST 2004 - coolo@xxxxxxx
+
+- put hosts in several rings
+
+-------------------------------------------------------------------
+Wed Apr 28 12:07:53 CEST 2004 - coolo@xxxxxxx
+
+- nicer line handling and better fit in the available room
+
+-------------------------------------------------------------------
+Thu Apr 22 11:10:26 CEST 2004 - coolo@xxxxxxx
+
+- the nodes have icecream colors now
+
+-------------------------------------------------------------------
+Sat Apr 17 13:28:15 CEST 2004 - coolo@xxxxxxx
+
+- splitted off package
+

New:
----
icecream-monitor.changes
icecream-monitor.spec
icemon-kde3.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ icecream-monitor.spec ++++++
#
# spec file for package icecream-monitor (Version 1.0)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

Name: icecream-monitor
BuildRequires: kdelibs3-devel libicecream-devel
License: GPL
Group: Development/Tools/Building
Summary: Monitor Program for the icecream Compile Farm
Version: 1.0
Release: 1
# svn2dist playground-devtools icemon-kde3
Source0: icemon-kde3.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
icecream is the next generation distcc. This package provides a monitor
program.



Authors:
--------
Stephan Kulow <coolo@xxxxxxx>
Michael Matz <matz@xxxxxxx>
Cornelius Schumacher <cschum@xxxxxxx>
Lubos Lunak <llunak@xxxxxxx>
Frerich Raabe <raabe@xxxxxxx>

%prep
%setup -q -n icemon-kde3
. /etc/opt/kde3/common_options
update_admin

%build
. /etc/opt/kde3/common_options
./configure $configkde
make

%install
. /etc/opt/kde3/common_options
rm -rf $RPM_BUILD_ROOT
make -C mon DESTDIR=$RPM_BUILD_ROOT install
%suse_update_desktop_file icemon Development Building

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
/opt/kde3/share/apps/icemon
/opt/kde3/bin/icemon
/opt/kde3/%_lib/kde3/icemon_panelapplet.*
/opt/kde3/share/apps/kicker
/opt/kde3/share/applications/kde/icemon.desktop
%doc /opt/kde3/share/doc/HTML/en

%changelog -n icecream-monitor
* Fri Jun 02 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Thu Jun 01 2006 - coolo@xxxxxxx
0.7.0:
- WARNING: the protocol is not compatible with earlier
versions, old clients will refuse to connect, so update
the full farm
- protocol reworked to no longer require a client->scheduler
connection (the daemon will proxy it all)
- all local jobs are now scheduled by the local daemon to
make sure multiprocessor machines are handling as many jobs
as they have jobs configured (# processors). They used to
be "scheduled" by lock file
- fixed grave bug that removed all daemon environments when
the cache grew over limit
- new telnet interface command: internals to output daemon
states
- stricter error handling to avoid suprises
- SIGHUP to daemon and scheduler will reopen the log file
to allow logrotate
- a restart of the daemon and scheduler won't flush the log
file, but append to it
- create-env will create .tar.gz now - the client allows
environments to be .tar, .tar.bz2 and .tar.gz
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Fri Jan 13 2006 - coolo@xxxxxxx
- update to 0.6.2
* Thu Oct 13 2005 - coolo@xxxxxxx
- update tarball to build with gcc 4.1
* Thu Dec 16 2004 - coolo@xxxxxxx
- fix unsermake install
* Wed Sep 01 2004 - coolo@xxxxxxx
- fix build with --enable-final
* Sun Aug 29 2004 - coolo@xxxxxxx
- tons of new features for the existant views
- a new view (Detailed Host View)
* Wed Aug 11 2004 - coolo@xxxxxxx
- filter for platforms
* Wed Aug 04 2004 - coolo@xxxxxxx
- fix for lib64
* Fri Jul 30 2004 - coolo@xxxxxxx
- smaller fixes
* Fri Jun 11 2004 - coolo@xxxxxxx
- major update (including kicker applet)
* Tue May 04 2004 - coolo@xxxxxxx
- show platform for hosts
* Mon May 03 2004 - coolo@xxxxxxx
- put hosts in several rings
* Wed Apr 28 2004 - coolo@xxxxxxx
- nicer line handling and better fit in the available room
* Thu Apr 22 2004 - coolo@xxxxxxx
- the nodes have icecream colors now
* Sat Apr 17 2004 - coolo@xxxxxxx
- splitted off package

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...


---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit-help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages