Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] gssdp: bump to version 0.14.14
@ 2016-02-10 17:04 Gustavo Zacarias
  2016-02-10 17:04 ` [Buildroot] [PATCH 2/3] gupnp: bump to version 0.20.16 Gustavo Zacarias
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2016-02-10 17:04 UTC (permalink / raw)
  To: buildroot

Which also means moving from unstable->stable (odd numbers on gnome
project packages are development).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gssdp/gssdp.hash | 4 ++--
 package/gssdp/gssdp.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/gssdp/gssdp.hash b/package/gssdp/gssdp.hash
index 09b8532..fe7d981 100644
--- a/package/gssdp/gssdp.hash
+++ b/package/gssdp/gssdp.hash
@@ -1,2 +1,2 @@
-# Hash from: http://ftp.gnome.org/pub/gnome/sources/gssdp/0.13/gssdp-0.13.2.sha256sum:
-sha256 8f663f8a72b66254f5c20a3610ff853ac8d00bf6f253828e37e51579caa34dce  gssdp-0.13.2.tar.xz
+# Hash from: http://ftp.gnome.org/pub/gnome/sources/gssdp/0.14/gssdp-0.14.14.sha256sum:
+sha256	685718755b5b8d24aaeadda44047e515443784712891fc53879ab9a4865b48d6	gssdp-0.14.14.tar.xz
diff --git a/package/gssdp/gssdp.mk b/package/gssdp/gssdp.mk
index d9459a1..6ba1252 100644
--- a/package/gssdp/gssdp.mk
+++ b/package/gssdp/gssdp.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-GSSDP_VERSION_MAJOR = 0.13
-GSSDP_VERSION = $(GSSDP_VERSION_MAJOR).2
+GSSDP_VERSION_MAJOR = 0.14
+GSSDP_VERSION = $(GSSDP_VERSION_MAJOR).14
 GSSDP_SOURCE = gssdp-$(GSSDP_VERSION).tar.xz
 GSSDP_SITE = http://ftp.gnome.org/pub/gnome/sources/gssdp/$(GSSDP_VERSION_MAJOR)
 GSSDP_LICENSE = LGPLv2+
-- 
2.4.10

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

* [Buildroot] [PATCH 2/3] gupnp: bump to version 0.20.16
  2016-02-10 17:04 [Buildroot] [PATCH 1/3] gssdp: bump to version 0.14.14 Gustavo Zacarias
@ 2016-02-10 17:04 ` Gustavo Zacarias
  2016-02-10 17:04 ` [Buildroot] [PATCH 3/3] gupnp-av: bump to version 0.12.8 Gustavo Zacarias
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2016-02-10 17:04 UTC (permalink / raw)
  To: buildroot

Which also means moving from unstable->stable (odd numbers in gnome
project packages are development).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gupnp/gupnp.hash | 4 ++--
 package/gupnp/gupnp.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/gupnp/gupnp.hash b/package/gupnp/gupnp.hash
index 597cb42..4208ecd 100644
--- a/package/gupnp/gupnp.hash
+++ b/package/gupnp/gupnp.hash
@@ -1,2 +1,2 @@
-# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp/0.19/gupnp-0.19.4.sha256sum:
-sha256 3c1fb2873cb2f8f152b9d49598d55b15b8f3c1096a03ade46ce69694798fb243  gupnp-0.19.4.tar.xz
+# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp/0.20/gupnp-0.20.16.sha256sum:
+sha256	ff1119eff12529c46837e03c742f69dc4fae48d59097d79582d38a383b832602	gupnp-0.20.16.tar.xz
diff --git a/package/gupnp/gupnp.mk b/package/gupnp/gupnp.mk
index 85faaa4..c3ec0a0 100644
--- a/package/gupnp/gupnp.mk
+++ b/package/gupnp/gupnp.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-GUPNP_VERSION_MAJOR = 0.19
-GUPNP_VERSION = $(GUPNP_VERSION_MAJOR).4
+GUPNP_VERSION_MAJOR = 0.20
+GUPNP_VERSION = $(GUPNP_VERSION_MAJOR).16
 GUPNP_SOURCE = gupnp-$(GUPNP_VERSION).tar.xz
 GUPNP_SITE = http://ftp.gnome.org/pub/gnome/sources/gupnp/$(GUPNP_VERSION_MAJOR)
 GUPNP_LICENSE = LGPLv2+
-- 
2.4.10

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

* [Buildroot] [PATCH 3/3] gupnp-av: bump to version 0.12.8
  2016-02-10 17:04 [Buildroot] [PATCH 1/3] gssdp: bump to version 0.14.14 Gustavo Zacarias
  2016-02-10 17:04 ` [Buildroot] [PATCH 2/3] gupnp: bump to version 0.20.16 Gustavo Zacarias
@ 2016-02-10 17:04 ` Gustavo Zacarias
  2016-02-10 17:08 ` [Buildroot] [PATCH 1/3] gssdp: bump to version 0.14.14 Peter Korsgaard
  2016-02-12  3:35 ` Rahul Bedarkar
  3 siblings, 0 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2016-02-10 17:04 UTC (permalink / raw)
  To: buildroot

Which also means moving from unstable->stable (odd numbers in gnome
project packages are development).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gupnp-av/gupnp-av.hash | 4 ++--
 package/gupnp-av/gupnp-av.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/gupnp-av/gupnp-av.hash b/package/gupnp-av/gupnp-av.hash
index 0101ed4..b973171 100644
--- a/package/gupnp-av/gupnp-av.hash
+++ b/package/gupnp-av/gupnp-av.hash
@@ -1,2 +1,2 @@
-# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp-av/0.11/gupnp-av-0.11.6.sha256sum:
-sha256 401991336babb18c4ebed16e75e0b4d3e5848cff7bb878bbfd54a5d15203c4cc gupnp-av-0.11.6.tar.xz
+# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp-av/0.12/gupnp-av-0.12.8.sha256sum:
+sha256	759bc7d46aff894c282d17f508d9b5be82de96aa74b10cb6b0fc6c5e07cc273c	gupnp-av-0.12.8.tar.xz
diff --git a/package/gupnp-av/gupnp-av.mk b/package/gupnp-av/gupnp-av.mk
index 6360c93..5835155 100644
--- a/package/gupnp-av/gupnp-av.mk
+++ b/package/gupnp-av/gupnp-av.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-GUPNP_AV_VERSION_MAJOR = 0.11
-GUPNP_AV_VERSION = $(GUPNP_AV_VERSION_MAJOR).6
+GUPNP_AV_VERSION_MAJOR = 0.12
+GUPNP_AV_VERSION = $(GUPNP_AV_VERSION_MAJOR).8
 GUPNP_AV_SOURCE = gupnp-av-$(GUPNP_AV_VERSION).tar.xz
 GUPNP_AV_SITE = http://ftp.gnome.org/pub/gnome/sources/gupnp-av/$(GUPNP_AV_VERSION_MAJOR)
 GUPNP_AV_LICENSE = LGPLv2+
-- 
2.4.10

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

* [Buildroot] [PATCH 1/3] gssdp: bump to version 0.14.14
  2016-02-10 17:04 [Buildroot] [PATCH 1/3] gssdp: bump to version 0.14.14 Gustavo Zacarias
  2016-02-10 17:04 ` [Buildroot] [PATCH 2/3] gupnp: bump to version 0.20.16 Gustavo Zacarias
  2016-02-10 17:04 ` [Buildroot] [PATCH 3/3] gupnp-av: bump to version 0.12.8 Gustavo Zacarias
@ 2016-02-10 17:08 ` Peter Korsgaard
  2016-02-12  3:35 ` Rahul Bedarkar
  3 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2016-02-10 17:08 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Which also means moving from unstable->stable (odd numbers on gnome
 > project packages are development).

Committed all 3 to next, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/3] gssdp: bump to version 0.14.14
  2016-02-10 17:04 [Buildroot] [PATCH 1/3] gssdp: bump to version 0.14.14 Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2016-02-10 17:08 ` [Buildroot] [PATCH 1/3] gssdp: bump to version 0.14.14 Peter Korsgaard
@ 2016-02-12  3:35 ` Rahul Bedarkar
  2016-02-12 10:39   ` Gustavo Zacarias
  3 siblings, 1 reply; 6+ messages in thread
From: Rahul Bedarkar @ 2016-02-12  3:35 UTC (permalink / raw)
  To: buildroot

Hi Gustavo,

On Wednesday 10 February 2016 10:34 PM, Gustavo Zacarias wrote:
> Which also means moving from unstable->stable (odd numbers on gnome
> project packages are development).

But project web page https://developer.gnome.org/gssdp/ says 0.14.14 is 
a development version. And same applies for gupnp and gupnp-av.

Regards,
Rahul

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

* [Buildroot] [PATCH 1/3] gssdp: bump to version 0.14.14
  2016-02-12  3:35 ` Rahul Bedarkar
@ 2016-02-12 10:39   ` Gustavo Zacarias
  0 siblings, 0 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2016-02-12 10:39 UTC (permalink / raw)
  To: buildroot

On 12/02/16 00:35, Rahul Bedarkar wrote:

> But project web page https://developer.gnome.org/gssdp/ says 0.14.14 is
> a development version. And same applies for gupnp and gupnp-av.
>
> Regards,
> Rahul

Hi Rahul.
Gnome project pages are generally not so great to say the least.
The general rule is odd = devel, even = stable, see:
https://www.gnome.org/gnome-3/source/
And in general for devel versions there are no .z (w.x.y.z) versions, 
whereas gssdsp has one:
http://ftp.acc.umu.se/pub/gnome/sources/gssdp/0.14/gssdp-0.14.12.1.news
Which sounds pretty much like a stable fix :)
If you look at the news files, it's all fixes, essentially no API changes.
And looking at what distributions use they're all on 0.14.x for stable 
as well.
Regards.

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

end of thread, other threads:[~2016-02-12 10:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-10 17:04 [Buildroot] [PATCH 1/3] gssdp: bump to version 0.14.14 Gustavo Zacarias
2016-02-10 17:04 ` [Buildroot] [PATCH 2/3] gupnp: bump to version 0.20.16 Gustavo Zacarias
2016-02-10 17:04 ` [Buildroot] [PATCH 3/3] gupnp-av: bump to version 0.12.8 Gustavo Zacarias
2016-02-10 17:08 ` [Buildroot] [PATCH 1/3] gssdp: bump to version 0.14.14 Peter Korsgaard
2016-02-12  3:35 ` Rahul Bedarkar
2016-02-12 10:39   ` Gustavo Zacarias

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