* [Buildroot] [PATCH] package/xbmc: Bump version to 13.2rc1
@ 2014-08-13 5:03 Bernd Kuhls
2014-08-13 7:25 ` Thomas Petazzoni
2014-08-14 8:04 ` Peter Korsgaard
0 siblings, 2 replies; 5+ messages in thread
From: Bernd Kuhls @ 2014-08-13 5:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/xbmc/xbmc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk
index a7c8080..eaa21c9 100644
--- a/package/xbmc/xbmc.mk
+++ b/package/xbmc/xbmc.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XBMC_VERSION = 13.2b3-Gotham
+XBMC_VERSION = 13.2rc1-Gotham
XBMC_SOURCE = $(XBMC_VERSION).tar.gz
XBMC_SITE = https://github.com/xbmc/xbmc/archive
XBMC_LICENSE = GPLv2
--
1.7.10.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] package/xbmc: Bump version to 13.2rc1
2014-08-13 5:03 [Buildroot] [PATCH] package/xbmc: Bump version to 13.2rc1 Bernd Kuhls
@ 2014-08-13 7:25 ` Thomas Petazzoni
2014-08-13 11:58 ` Yann E. MORIN
2014-08-14 8:04 ` Peter Korsgaard
1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2014-08-13 7:25 UTC (permalink / raw)
To: buildroot
Peter,
On Wed, 13 Aug 2014 07:03:26 +0200, Bernd Kuhls wrote:
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/xbmc/xbmc.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk
> index a7c8080..eaa21c9 100644
> --- a/package/xbmc/xbmc.mk
> +++ b/package/xbmc/xbmc.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -XBMC_VERSION = 13.2b3-Gotham
> +XBMC_VERSION = 13.2rc1-Gotham
> XBMC_SOURCE = $(XBMC_VERSION).tar.gz
> XBMC_SITE = https://github.com/xbmc/xbmc/archive
> XBMC_LICENSE = GPLv2
If you commit this, then I suggest it goes to 'master' and not 'next'.
While we normally merge version bumps in 'next' at this point, this
version bump is a bump from a "beta" version to a "release candidate"
version, so it should normally bring more stability/fixes to XBMC.
Bernd: it would have been good to have made this explicit in the commit
log.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] package/xbmc: Bump version to 13.2rc1
2014-08-13 7:25 ` Thomas Petazzoni
@ 2014-08-13 11:58 ` Yann E. MORIN
2014-08-14 8:05 ` Peter Korsgaard
0 siblings, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2014-08-13 11:58 UTC (permalink / raw)
To: buildroot
Bernd, All,
On 2014-08-13 09:25 +0200, Thomas Petazzoni spake thusly:
> On Wed, 13 Aug 2014 07:03:26 +0200, Bernd Kuhls wrote:
> >
> > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> > ---
> > package/xbmc/xbmc.mk | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk
> > index a7c8080..eaa21c9 100644
> > --- a/package/xbmc/xbmc.mk
> > +++ b/package/xbmc/xbmc.mk
> > @@ -4,7 +4,7 @@
> > #
> > ################################################################################
> >
> > -XBMC_VERSION = 13.2b3-Gotham
> > +XBMC_VERSION = 13.2rc1-Gotham
> > XBMC_SOURCE = $(XBMC_VERSION).tar.gz
> > XBMC_SITE = https://github.com/xbmc/xbmc/archive
> > XBMC_LICENSE = GPLv2
>
> If you commit this, then I suggest it goes to 'master' and not 'next'.
> While we normally merge version bumps in 'next' at this point, this
> version bump is a bump from a "beta" version to a "release candidate"
> version, so it should normally bring more stability/fixes to XBMC.
Yes, please apply this to master.
> Bernd: it would have been good to have made this explicit in the commit
> log.
But in the long run, I'd really appreciate if we did not carry those
intermediate alpha/beta/rc versions, and stick with stable ones. For
XBMC, as well as for any other package.
There can be reasons to switch to a alpha/beta/rc version of specific
packages (like, it has been released years ago, and there's no stable,
or whatever), but certainly not in this case.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] package/xbmc: Bump version to 13.2rc1
2014-08-13 5:03 [Buildroot] [PATCH] package/xbmc: Bump version to 13.2rc1 Bernd Kuhls
2014-08-13 7:25 ` Thomas Petazzoni
@ 2014-08-14 8:04 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2014-08-14 8:04 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] package/xbmc: Bump version to 13.2rc1
2014-08-13 11:58 ` Yann E. MORIN
@ 2014-08-14 8:05 ` Peter Korsgaard
0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2014-08-14 8:05 UTC (permalink / raw)
To: buildroot
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
Hi,
> But in the long run, I'd really appreciate if we did not carry those
> intermediate alpha/beta/rc versions, and stick with stable ones. For
> XBMC, as well as for any other package.
> There can be reasons to switch to a alpha/beta/rc version of specific
> packages (like, it has been released years ago, and there's no stable,
> or whatever), but certainly not in this case.
I agree, normally we should just use the latest stable release.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-08-14 8:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-13 5:03 [Buildroot] [PATCH] package/xbmc: Bump version to 13.2rc1 Bernd Kuhls
2014-08-13 7:25 ` Thomas Petazzoni
2014-08-13 11:58 ` Yann E. MORIN
2014-08-14 8:05 ` Peter Korsgaard
2014-08-14 8:04 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox