Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] dbus: bump to version 1.5.8
@ 2011-12-01 17:02 Daniel Mack
  2011-12-01 17:02 ` [Buildroot] [PATCH 2/2] dbus-glib: bump to version 0.98 Daniel Mack
  2011-12-01 19:17 ` [Buildroot] [PATCH 1/2] dbus: bump to version 1.5.8 Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Mack @ 2011-12-01 17:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Daniel Mack <zonque@gmail.com>
---
 package/dbus/dbus.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index e18e291..3bff242 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -3,7 +3,7 @@
 # dbus
 #
 #############################################################
-DBUS_VERSION = 1.4.16
+DBUS_VERSION = 1.5.8
 DBUS_SOURCE = dbus-$(DBUS_VERSION).tar.gz
 DBUS_SITE = http://dbus.freedesktop.org/releases/dbus/
 DBUS_INSTALL_STAGING = YES
-- 
1.7.7.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 2/2] dbus-glib: bump to version 0.98
  2011-12-01 17:02 [Buildroot] [PATCH 1/2] dbus: bump to version 1.5.8 Daniel Mack
@ 2011-12-01 17:02 ` Daniel Mack
  2011-12-01 22:12   ` Peter Korsgaard
  2011-12-01 19:17 ` [Buildroot] [PATCH 1/2] dbus: bump to version 1.5.8 Peter Korsgaard
  1 sibling, 1 reply; 5+ messages in thread
From: Daniel Mack @ 2011-12-01 17:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Daniel Mack <zonque@gmail.com>
---
 package/dbus-glib/dbus-glib.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/dbus-glib/dbus-glib.mk b/package/dbus-glib/dbus-glib.mk
index 8717f63..397996e 100644
--- a/package/dbus-glib/dbus-glib.mk
+++ b/package/dbus-glib/dbus-glib.mk
@@ -3,7 +3,7 @@
 # dbus-glib
 #
 #############################################################
-DBUS_GLIB_VERSION = 0.94
+DBUS_GLIB_VERSION = 0.98
 DBUS_GLIB_SOURCE = dbus-glib-$(DBUS_GLIB_VERSION).tar.gz
 DBUS_GLIB_SITE = http://dbus.freedesktop.org/releases/dbus-glib/
 DBUS_GLIB_INSTALL_STAGING = YES
-- 
1.7.7.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/2] dbus: bump to version 1.5.8
  2011-12-01 17:02 [Buildroot] [PATCH 1/2] dbus: bump to version 1.5.8 Daniel Mack
  2011-12-01 17:02 ` [Buildroot] [PATCH 2/2] dbus-glib: bump to version 0.98 Daniel Mack
@ 2011-12-01 19:17 ` Peter Korsgaard
  2011-12-01 19:21   ` Daniel Mack
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2011-12-01 19:17 UTC (permalink / raw)
  To: buildroot

>>>>> "Daniel" == Daniel Mack <zonque@gmail.com> writes:

 Daniel> Signed-off-by: Daniel Mack <zonque@gmail.com>
 Daniel> ---
 Daniel>  package/dbus/dbus.mk |    2 +-
 Daniel>  1 files changed, 1 insertions(+), 1 deletions(-)

 Daniel> diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
 Daniel> index e18e291..3bff242 100644
 Daniel> --- a/package/dbus/dbus.mk
 Daniel> +++ b/package/dbus/dbus.mk
 Daniel> @@ -3,7 +3,7 @@
 Daniel>  # dbus
 Daniel>  #
 Daniel>  #############################################################
 Daniel> -DBUS_VERSION = 1.4.16
 Daniel> +DBUS_VERSION = 1.5.8

Isn't 1.5.x the unstable development series? Why would we want that in
Buildroot?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/2] dbus: bump to version 1.5.8
  2011-12-01 19:17 ` [Buildroot] [PATCH 1/2] dbus: bump to version 1.5.8 Peter Korsgaard
@ 2011-12-01 19:21   ` Daniel Mack
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Mack @ 2011-12-01 19:21 UTC (permalink / raw)
  To: buildroot

On 12/01/2011 08:17 PM, Peter Korsgaard wrote:
>>>>>> "Daniel" == Daniel Mack <zonque@gmail.com> writes:
> 
>  Daniel> Signed-off-by: Daniel Mack <zonque@gmail.com>
>  Daniel> ---
>  Daniel>  package/dbus/dbus.mk |    2 +-
>  Daniel>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
>  Daniel> diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
>  Daniel> index e18e291..3bff242 100644
>  Daniel> --- a/package/dbus/dbus.mk
>  Daniel> +++ b/package/dbus/dbus.mk
>  Daniel> @@ -3,7 +3,7 @@
>  Daniel>  # dbus
>  Daniel>  #
>  Daniel>  #############################################################
>  Daniel> -DBUS_VERSION = 1.4.16
>  Daniel> +DBUS_VERSION = 1.5.8
> 
> Isn't 1.5.x the unstable development series? Why would we want that in
> Buildroot?

Ah, I didn't see this. Right. That one isn't mandatory anyway, but the
dbus-glib update actually fixes some marshalling bug. I just though I'd
do the other update along the way :)


Thanks,
Daniel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 2/2] dbus-glib: bump to version 0.98
  2011-12-01 17:02 ` [Buildroot] [PATCH 2/2] dbus-glib: bump to version 0.98 Daniel Mack
@ 2011-12-01 22:12   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2011-12-01 22:12 UTC (permalink / raw)
  To: buildroot

>>>>> "Daniel" == Daniel Mack <zonque@gmail.com> writes:

 Daniel> Signed-off-by: Daniel Mack <zonque@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-12-01 22:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01 17:02 [Buildroot] [PATCH 1/2] dbus: bump to version 1.5.8 Daniel Mack
2011-12-01 17:02 ` [Buildroot] [PATCH 2/2] dbus-glib: bump to version 0.98 Daniel Mack
2011-12-01 22:12   ` Peter Korsgaard
2011-12-01 19:17 ` [Buildroot] [PATCH 1/2] dbus: bump to version 1.5.8 Peter Korsgaard
2011-12-01 19:21   ` Daniel Mack

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox