diff mbox

package/xbmc: Bump version to 13.2rc1

Message ID 1407906206-7513-1-git-send-email-bernd.kuhls@t-online.de
State Accepted
Commit 39adab957b34d85d0b0817954e69f5fbc8a7f1b8
Headers show

Commit Message

Bernd Kuhls Aug. 13, 2014, 5:03 a.m. UTC
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/xbmc/xbmc.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Aug. 13, 2014, 7:25 a.m. UTC | #1
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
Yann E. MORIN Aug. 13, 2014, 11:58 a.m. UTC | #2
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.
Peter Korsgaard Aug. 14, 2014, 8:04 a.m. UTC | #3
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.
Peter Korsgaard Aug. 14, 2014, 8:05 a.m. UTC | #4
>>>>> "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.
diff mbox

Patch

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