public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Daniel Gryniewicz (dang)" <dang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/sensors-applet: ChangeLog sensors-applet-2.2.1.ebuild
Date: Fri, 25 Jan 2008 18:50:24 +0000	[thread overview]
Message-ID: <E1JITdA-0000Vo-Uu@stork.gentoo.org> (raw)

dang        08/01/25 18:50:24

  Modified:             ChangeLog
  Added:                sensors-applet-2.2.1.ebuild
  Log:
  Bump to 2.2.1
  	* Fixed bug in libsensors4 plugin [ 1858005 ] segfault on startup
  	* Fixed crash when removing applet from panel, whilst the
  	  preferences window is open - fixes Ubuntu bug #172991
  	* Work around memory leak in libsensors3 code by manually freeing the
  	  result of sensors_parse_chip_name()
  	* Implemented a plugin system, so all interface specific code are
  	  compiled into separated plugin modules, allowing them to be shipped
  	  separately from the main GNOME Sensors Applet program, to fix Debian bug
  	  #375179, and allow the NVIDIA plugin to be split into a separate package
  	  if needed.
  	* Use new GTK tooltip API when possible
  	* Update GTK icon cache on uninstall to comply with GNOME bug
  	  #362604
  	* Use g_timeout_add_seconds() when possible to save power
  	* GNOME Sensors Applet Version 2.0.0 Released
  	* src/libsensors-sensors-interface.c: Added support for
  	  libsensors4 API - to be shipped with upcoming Fedora 9 and Ubuntu 8.04
  (Portage version: 2.1.4)

Revision  Changes    Path
1.29                 gnome-extra/sensors-applet/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/sensors-applet/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/sensors-applet/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/sensors-applet/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/sensors-applet/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	2 Dec 2007 18:29:33 -0000	1.28
+++ ChangeLog	25 Jan 2008 18:50:24 -0000	1.29
@@ -1,6 +1,29 @@
 # ChangeLog for gnome-extra/sensors-applet
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/sensors-applet/ChangeLog,v 1.28 2007/12/02 18:29:33 dang Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/sensors-applet/ChangeLog,v 1.29 2008/01/25 18:50:24 dang Exp $
+
+*sensors-applet-2.2.1 (25 Jan 2008)
+
+  25 Jan 2008; Daniel Gryniewicz <dang@gentoo.org>
+  +sensors-applet-2.2.1.ebuild:
+  Bump to 2.2.1
+  	* Fixed bug in libsensors4 plugin [ 1858005 ] segfault on startup
+  	* Fixed crash when removing applet from panel, whilst the
+  	  preferences window is open - fixes Ubuntu bug #172991
+  	* Work around memory leak in libsensors3 code by manually freeing the
+  	  result of sensors_parse_chip_name()
+  	* Implemented a plugin system, so all interface specific code are
+  	  compiled into separated plugin modules, allowing them to be shipped
+  	  separately from the main GNOME Sensors Applet program, to fix Debian bug
+  	  #375179, and allow the NVIDIA plugin to be split into a separate package
+  	  if needed.
+  	* Use new GTK tooltip API when possible
+  	* Update GTK icon cache on uninstall to comply with GNOME bug
+  	  #362604
+  	* Use g_timeout_add_seconds() when possible to save power
+  	* GNOME Sensors Applet Version 2.0.0 Released
+  	* src/libsensors-sensors-interface.c: Added support for
+  	  libsensors4 API - to be shipped with upcoming Fedora 9 and Ubuntu 8.04
 
 *sensors-applet-1.8.2 (02 Dec 2007)
 



1.1                  gnome-extra/sensors-applet/sensors-applet-2.2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/sensors-applet/sensors-applet-2.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/sensors-applet/sensors-applet-2.2.1.ebuild?rev=1.1&content-type=text/plain

Index: sensors-applet-2.2.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/sensors-applet/sensors-applet-2.2.1.ebuild,v 1.1 2008/01/25 18:50:24 dang Exp $

inherit gnome2 eutils

DESCRIPTION="GNOME panel applet to display readings from hardware sensors"
HOMEPAGE="http://sensors-applet.sourceforge.net/"
SRC_URI="mirror://sourceforge/sensors-applet/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="hddtemp libnotify lm_sensors nvidia"

RDEPEND="
	>=dev-libs/glib-2.6
	>=x11-libs/gtk+-2.8.0
	>=gnome-base/gnome-panel-2
	>=gnome-base/libgnome-2.8
	>=gnome-base/libgnomeui-2.8
	>=x11-libs/cairo-1.0.4
	hddtemp? ( >=app-admin/hddtemp-0.3_beta13 )
	libnotify? ( >=x11-libs/libnotify-0.4.0 )
	lm_sensors? ( sys-apps/lm_sensors )
	nvidia? ( || (
		>=x11-drivers/nvidia-drivers-100.14.09
		media-video/nvidia-settings
	) )"

DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.12
	>=app-text/gnome-doc-utils-0.3.2
	dev-util/intltool"

DOCS="AUTHORS ChangeLog NEWS README TODO"

pkg_setup() {
	G2CONF="$(use_with nvidia) \
			$(use_with lm_sensors libsensors) \
			$(use_enable libnotify)"
}



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-01-25 18:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-25 18:50 Daniel Gryniewicz (dang) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-13 18:33 [gentoo-commits] gentoo-x86 commit in gnome-extra/sensors-applet: ChangeLog sensors-applet-2.2.1.ebuild Raul Porcel (armin76)
2008-05-17  3:10 Daniel Gryniewicz (dang)
2008-11-16 16:36 Diego Petteno (flameeyes)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JITdA-0000Vo-Uu@stork.gentoo.org \
    --to=dang@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox