All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/{alsa-lib, alsa-utils}: bump to version to 1.1.7
@ 2018-11-04  8:12 Zenichi Amano
  2018-11-04 10:24 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Zenichi Amano @ 2018-11-04  8:12 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Zenichi Amano <crow.misia@gmail.com>
---
 package/alsa-lib/alsa-lib.hash     | 2 +-
 package/alsa-lib/alsa-lib.mk       | 2 +-
 package/alsa-utils/alsa-utils.hash | 2 +-
 package/alsa-utils/alsa-utils.mk   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/alsa-lib/alsa-lib.hash b/package/alsa-lib/alsa-lib.hash
index c4f16d6df3..4373a2a592 100644
--- a/package/alsa-lib/alsa-lib.hash
+++ b/package/alsa-lib/alsa-lib.hash
@@ -1,4 +1,4 @@
 # Locally calculated
-sha256 5f2cd274b272cae0d0d111e8a9e363f08783329157e8dd68b3de0c096de6d724  alsa-lib-1.1.6.tar.bz2
+sha256 9d6000b882a3b2df56300521225d69717be6741b71269e488bb20a20783bdc09  alsa-lib-1.1.7.tar.bz2
 sha256 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b  COPYING
 sha256 bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced  aserver/COPYING
diff --git a/package/alsa-lib/alsa-lib.mk b/package/alsa-lib/alsa-lib.mk
index 98fc486e2d..9de45d2089 100644
--- a/package/alsa-lib/alsa-lib.mk
+++ b/package/alsa-lib/alsa-lib.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ALSA_LIB_VERSION = 1.1.6
+ALSA_LIB_VERSION = 1.1.7
 ALSA_LIB_SOURCE = alsa-lib-$(ALSA_LIB_VERSION).tar.bz2
 ALSA_LIB_SITE = ftp://ftp.alsa-project.org/pub/lib
 ALSA_LIB_LICENSE = LGPL-2.1+ (library), GPL-2.0+ (aserver)
diff --git a/package/alsa-utils/alsa-utils.hash b/package/alsa-utils/alsa-utils.hash
index ff8fd08013..f0468fb886 100644
--- a/package/alsa-utils/alsa-utils.hash
+++ b/package/alsa-utils/alsa-utils.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 155caecc40b2220f686f34ba3655a53e3bdbc0586adb1056733949feaaf7d36e  alsa-utils-1.1.6.tar.bz2
+sha256 1db27fb54ab7fdeb54b00d68b8a174808ffea198cfbd67e3c959482194e1540a  alsa-utils-1.1.7.tar.bz2
 sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c  COPYING
diff --git a/package/alsa-utils/alsa-utils.mk b/package/alsa-utils/alsa-utils.mk
index 0c65082a14..14d256fca7 100644
--- a/package/alsa-utils/alsa-utils.mk
+++ b/package/alsa-utils/alsa-utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ALSA_UTILS_VERSION = 1.1.6
+ALSA_UTILS_VERSION = 1.1.7
 ALSA_UTILS_SOURCE = alsa-utils-$(ALSA_UTILS_VERSION).tar.bz2
 ALSA_UTILS_SITE = ftp://ftp.alsa-project.org/pub/utils
 ALSA_UTILS_LICENSE = GPL-2.0
-- 
2.19.1

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

* [Buildroot] [PATCH 1/1] package/{alsa-lib, alsa-utils}: bump to version to 1.1.7
  2018-11-04  8:12 [Buildroot] [PATCH 1/1] package/{alsa-lib, alsa-utils}: bump to version to 1.1.7 Zenichi Amano
@ 2018-11-04 10:24 ` Thomas Petazzoni
  2018-11-04 11:09   ` Zenichi Amano
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2018-11-04 10:24 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  4 Nov 2018 17:12:41 +0900, Zenichi Amano wrote:
> Signed-off-by: Zenichi Amano <crow.misia@gmail.com>

Thanks. Is there any reason to do both version bumps in the same patch?
We normally have one patch per package being bumped, unless there is a
strong for both packages to be bumped at the same time.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/{alsa-lib, alsa-utils}: bump to version to 1.1.7
  2018-11-04 10:24 ` Thomas Petazzoni
@ 2018-11-04 11:09   ` Zenichi Amano
  2018-11-04 11:29     ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Zenichi Amano @ 2018-11-04 11:09 UTC (permalink / raw)
  To: buildroot

Hello, Thomas.

Since "alsa-utils" depends on "alsa-lib", version bumps in the same patch.

If there seems to be problems, I will recreate patches one by one.

Thanks.

2018?11?4?(?) 19:24 Thomas Petazzoni <thomas.petazzoni@bootlin.com>:
>
> Hello,
>
> On Sun,  4 Nov 2018 17:12:41 +0900, Zenichi Amano wrote:
> > Signed-off-by: Zenichi Amano <crow.misia@gmail.com>
>
> Thanks. Is there any reason to do both version bumps in the same patch?
> We normally have one patch per package being bumped, unless there is a
> strong for both packages to be bumped at the same time.
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/{alsa-lib, alsa-utils}: bump to version to 1.1.7
  2018-11-04 11:09   ` Zenichi Amano
@ 2018-11-04 11:29     ` Thomas Petazzoni
  2018-11-04 11:43       ` Zenichi Amano
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2018-11-04 11:29 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 4 Nov 2018 20:09:45 +0900, Zenichi Amano wrote:

> Since "alsa-utils" depends on "alsa-lib", version bumps in the same patch.
> 
> If there seems to be problems, I will recreate patches one by one.

Unless there is a known problem with bumping alsa-lib separately from
alsa-utils, we prefer to have two separate patches.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/{alsa-lib, alsa-utils}: bump to version to 1.1.7
  2018-11-04 11:29     ` Thomas Petazzoni
@ 2018-11-04 11:43       ` Zenichi Amano
  0 siblings, 0 replies; 5+ messages in thread
From: Zenichi Amano @ 2018-11-04 11:43 UTC (permalink / raw)
  To: buildroot

Hello, Thomas.

> Unless there is a known problem with bumping alsa-lib separately from
> alsa-utils, we prefer to have two separate patches.

I will re-create the patch.

thanks.

2018?11?4?(?) 20:29 Thomas Petazzoni <thomas.petazzoni@bootlin.com>:
>
> Hello,
>
> On Sun, 4 Nov 2018 20:09:45 +0900, Zenichi Amano wrote:
>
> > Since "alsa-utils" depends on "alsa-lib", version bumps in the same patch.
> >
> > If there seems to be problems, I will recreate patches one by one.
>
> Unless there is a known problem with bumping alsa-lib separately from
> alsa-utils, we prefer to have two separate patches.
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com

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

end of thread, other threads:[~2018-11-04 11:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-04  8:12 [Buildroot] [PATCH 1/1] package/{alsa-lib, alsa-utils}: bump to version to 1.1.7 Zenichi Amano
2018-11-04 10:24 ` Thomas Petazzoni
2018-11-04 11:09   ` Zenichi Amano
2018-11-04 11:29     ` Thomas Petazzoni
2018-11-04 11:43       ` Zenichi Amano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.