diff mbox series

[1/1] package/thermald: bump to version 2.5.6

Message ID 20240324205324.491751-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/thermald: bump to version 2.5.6 | expand

Commit Message

Fabrice Fontaine March 24, 2024, 8:53 p.m. UTC
https://github.com/intel/thermal_daemon/blob/v2.5.6/README.txt

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/thermald/thermald.hash | 2 +-
 package/thermald/thermald.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Arnout Vandecappelle March 27, 2024, 10:06 p.m. UTC | #1
On 24/03/2024 21:53, Fabrice Fontaine wrote:
> https://github.com/intel/thermal_daemon/blob/v2.5.6/README.txt
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/thermald/thermald.hash | 2 +-
>   package/thermald/thermald.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/thermald/thermald.hash b/package/thermald/thermald.hash
> index 9693813ca9..fff5ae6284 100644
> --- a/package/thermald/thermald.hash
> +++ b/package/thermald/thermald.hash
> @@ -1,3 +1,3 @@
>   # Locally computed:
> -sha256  75c165df45b3d09c904d314c8c19789158e9538f46e3d2b606457dc631eb3af5  thermald-2.5.1.tar.gz
> +sha256  e5a452624f133d71f4aff0bd0c8f8258399a5ae1a7d5aea177fa6a6e33dad1fd  thermald-2.5.6.tar.gz
>   sha256  e98be8bc482e038a14bfbc01caf800bbd0024fff275ef14cd999db6560254a8d  COPYING
> diff --git a/package/thermald/thermald.mk b/package/thermald/thermald.mk
> index fd0246745f..9faa47683b 100644
> --- a/package/thermald/thermald.mk
> +++ b/package/thermald/thermald.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -THERMALD_VERSION = 2.5.1
> +THERMALD_VERSION = 2.5.6
>   THERMALD_SITE = $(call github,intel,thermal_daemon,v$(THERMALD_VERSION))
>   # fetched from Github, with no configure script
>   THERMALD_AUTORECONF = YES
Peter Korsgaard April 28, 2024, 11:15 a.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > https://github.com/intel/thermal_daemon/blob/v2.5.6/README.txt
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

This mentions that it now uses GDBus instead of glib-dbus by default
now:

https://github.com/intel/thermal_daemon/commit/92a8459582c826343ba22e3dc8fa5e563ae3f9ac

Do we then still need the dbus-glib dependency?

> ---
 >  package/thermald/thermald.hash | 2 +-
 >  package/thermald/thermald.mk   | 2 +-
 >  2 files changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/package/thermald/thermald.hash b/package/thermald/thermald.hash
 > index 9693813ca9..fff5ae6284 100644
 > --- a/package/thermald/thermald.hash
 > +++ b/package/thermald/thermald.hash
 > @@ -1,3 +1,3 @@
 >  # Locally computed:
 > -sha256  75c165df45b3d09c904d314c8c19789158e9538f46e3d2b606457dc631eb3af5  thermald-2.5.1.tar.gz
 > +sha256  e5a452624f133d71f4aff0bd0c8f8258399a5ae1a7d5aea177fa6a6e33dad1fd  thermald-2.5.6.tar.gz
 >  sha256  e98be8bc482e038a14bfbc01caf800bbd0024fff275ef14cd999db6560254a8d  COPYING
 > diff --git a/package/thermald/thermald.mk b/package/thermald/thermald.mk
 > index fd0246745f..9faa47683b 100644
 > --- a/package/thermald/thermald.mk
 > +++ b/package/thermald/thermald.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -THERMALD_VERSION = 2.5.1
 > +THERMALD_VERSION = 2.5.6
 >  THERMALD_SITE = $(call github,intel,thermal_daemon,v$(THERMALD_VERSION))
 >  # fetched from Github, with no configure script
 >  THERMALD_AUTORECONF = YES
 > -- 

 > 2.43.0

 > _______________________________________________
 > buildroot mailing list
 > buildroot@buildroot.org
 > https://lists.buildroot.org/mailman/listinfo/buildroot
Fabrice Fontaine April 29, 2024, 7:22 a.m. UTC | #3
Hello Peter,

Le dim. 28 avr. 2024 à 13:15, Peter Korsgaard <peter@korsgaard.com> a écrit :
>
> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
>
>  > https://github.com/intel/thermal_daemon/blob/v2.5.6/README.txt
>  > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>
> This mentions that it now uses GDBus instead of glib-dbus by default
> now:
>
> https://github.com/intel/thermal_daemon/commit/92a8459582c826343ba22e3dc8fa5e563ae3f9ac
>
> Do we then still need the dbus-glib dependency?

Yes, dbus-glib is still needed:
https://github.com/intel/thermal_daemon/blob/ea8b773f76641a7a49d6584669e17371c22ad03e/configure.ac#L71

>
> > ---
>  >  package/thermald/thermald.hash | 2 +-
>  >  package/thermald/thermald.mk   | 2 +-
>  >  2 files changed, 2 insertions(+), 2 deletions(-)
>
>  > diff --git a/package/thermald/thermald.hash b/package/thermald/thermald.hash
>  > index 9693813ca9..fff5ae6284 100644
>  > --- a/package/thermald/thermald.hash
>  > +++ b/package/thermald/thermald.hash
>  > @@ -1,3 +1,3 @@
>  >  # Locally computed:
>  > -sha256  75c165df45b3d09c904d314c8c19789158e9538f46e3d2b606457dc631eb3af5  thermald-2.5.1.tar.gz
>  > +sha256  e5a452624f133d71f4aff0bd0c8f8258399a5ae1a7d5aea177fa6a6e33dad1fd  thermald-2.5.6.tar.gz
>  >  sha256  e98be8bc482e038a14bfbc01caf800bbd0024fff275ef14cd999db6560254a8d  COPYING
>  > diff --git a/package/thermald/thermald.mk b/package/thermald/thermald.mk
>  > index fd0246745f..9faa47683b 100644
>  > --- a/package/thermald/thermald.mk
>  > +++ b/package/thermald/thermald.mk
>  > @@ -4,7 +4,7 @@
>  >  #
>  >  ################################################################################
>
>  > -THERMALD_VERSION = 2.5.1
>  > +THERMALD_VERSION = 2.5.6
>  >  THERMALD_SITE = $(call github,intel,thermal_daemon,v$(THERMALD_VERSION))
>  >  # fetched from Github, with no configure script
>  >  THERMALD_AUTORECONF = YES
>  > --
>
>  > 2.43.0
>
>  > _______________________________________________
>  > buildroot mailing list
>  > buildroot@buildroot.org
>  > https://lists.buildroot.org/mailman/listinfo/buildroot
>
>
> --
> Bye, Peter Korsgaard

Best Regards,

Fabrice
Peter Korsgaard April 29, 2024, 7:40 a.m. UTC | #4
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Hello Peter,
 > Le dim. 28 avr. 2024 à 13:15, Peter Korsgaard <peter@korsgaard.com> a écrit :
 >> 
 >> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
 >> 
 >> > https://github.com/intel/thermal_daemon/blob/v2.5.6/README.txt
 >> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 >> 
 >> This mentions that it now uses GDBus instead of glib-dbus by default
 >> now:
 >> 
 >> https://github.com/intel/thermal_daemon/commit/92a8459582c826343ba22e3dc8fa5e563ae3f9ac
 >> 
 >> Do we then still need the dbus-glib dependency?

 > Yes, dbus-glib is still needed:
 > https://github.com/intel/thermal_daemon/blob/ea8b773f76641a7a49d6584669e17371c22ad03e/configure.ac#L71

Ahh, indeed - Odd.
diff mbox series

Patch

diff --git a/package/thermald/thermald.hash b/package/thermald/thermald.hash
index 9693813ca9..fff5ae6284 100644
--- a/package/thermald/thermald.hash
+++ b/package/thermald/thermald.hash
@@ -1,3 +1,3 @@ 
 # Locally computed:
-sha256  75c165df45b3d09c904d314c8c19789158e9538f46e3d2b606457dc631eb3af5  thermald-2.5.1.tar.gz
+sha256  e5a452624f133d71f4aff0bd0c8f8258399a5ae1a7d5aea177fa6a6e33dad1fd  thermald-2.5.6.tar.gz
 sha256  e98be8bc482e038a14bfbc01caf800bbd0024fff275ef14cd999db6560254a8d  COPYING
diff --git a/package/thermald/thermald.mk b/package/thermald/thermald.mk
index fd0246745f..9faa47683b 100644
--- a/package/thermald/thermald.mk
+++ b/package/thermald/thermald.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-THERMALD_VERSION = 2.5.1
+THERMALD_VERSION = 2.5.6
 THERMALD_SITE = $(call github,intel,thermal_daemon,v$(THERMALD_VERSION))
 # fetched from Github, with no configure script
 THERMALD_AUTORECONF = YES