Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] bluez5_utils: bumped version number to 5.25
@ 2014-11-21 16:36 Jaap Crezee
  2014-11-21 17:00 ` Vicente Olivert Riera
  2014-11-22 18:00 ` Thomas Petazzoni
  0 siblings, 2 replies; 15+ messages in thread
From: Jaap Crezee @ 2014-11-21 16:36 UTC (permalink / raw)
  To: buildroot

---
 package/bluez5_utils/bluez5_utils.hash | 3 +++
 package/bluez5_utils/bluez5_utils.mk   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 package/bluez5_utils/bluez5_utils.hash

diff --git a/package/bluez5_utils/bluez5_utils.hash b/package/bluez5_utils/bluez5_utils.hash
new file mode 100644
index 0000000..9166f7e
--- /dev/null
+++ b/package/bluez5_utils/bluez5_utils.hash
@@ -0,0 +1,3 @@
+# No upstream hashes for the following:
+sha1    8f65a7076d83116cfacbb84374b99269cd15f1d6                            bluez-5.25.tar.xz
+sha256  5ca62f3f45e2638a0f7a81658d6c8813ee01487436ae8e53e9fe395e23d1fd30    bluez-5.25.tar.xz
diff --git a/package/bluez5_utils/bluez5_utils.mk b/package/bluez5_utils/bluez5_utils.mk
index f34513c..21f792c 100644
--- a/package/bluez5_utils/bluez5_utils.mk
+++ b/package/bluez5_utils/bluez5_utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BLUEZ5_UTILS_VERSION = 5.21
+BLUEZ5_UTILS_VERSION = 5.25
 BLUEZ5_UTILS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz
 BLUEZ5_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
 BLUEZ5_UTILS_INSTALL_STAGING = YES
-- 
2.1.3

^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [Buildroot] [PATCH] bluez5_utils: bumped version number to 5.25
@ 2014-11-23  0:12 Peter Seiderer
  2014-11-26 22:01 ` Thomas Petazzoni
  0 siblings, 1 reply; 15+ messages in thread
From: Peter Seiderer @ 2014-11-23  0:12 UTC (permalink / raw)
  To: buildroot

Hello Vicente, Jaap,

On Fri, Nov 21, 2014 at 05:00:59PM +0000, Vicente Olivert Riera wrote:
> Dear Jaap Crezee,
 
[...]

> Just a few more things for the next time you send patches to Buildroot.
> After sending a new version of a patch, we usually mark the former patch
> as "superseded" in patchwork. To be able to do that, you need to be
> logged in in patchwork. If you don't have an account, you can create one
> here:
> 
> http://patchwork.ozlabs.org/register/
> 

Would be a nice patchwork feature to mark 'legacy' patches automatically
as superseded in case a newer patch (with same subject, new version number,
from same submitter) is detected on the mailing list?

> Another one. When you create the patch using "git format-patch", before
> sending it, please edit the patch using your favourite text editor and
> add the version number in the "Subject" line. Here is an example using
> your own patch:
> 
> Subject: [PATCH v2] bluez5_utils: bumped version number to 5.25
> 

Or use 'git format-patch --subject-prefix "PATCH v2" ...'

Regards,
Peter

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [Buildroot] [PATCH] bluez5_utils: bumped version number to 5.25
@ 2014-11-30 14:37 Jaap Crezee
  2014-11-30 14:40 ` Baruch Siach
  0 siblings, 1 reply; 15+ messages in thread
From: Jaap Crezee @ 2014-11-30 14:37 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jaap Crezee <jaap@jcz.nl>
---
 package/bluez5_utils/bluez5_utils.hash | 2 ++
 package/bluez5_utils/bluez5_utils.mk   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 package/bluez5_utils/bluez5_utils.hash

diff --git a/package/bluez5_utils/bluez5_utils.hash b/package/bluez5_utils/bluez5_utils.hash
new file mode 100644
index 0000000..c8295f9
--- /dev/null
+++ b/package/bluez5_utils/bluez5_utils.hash
@@ -0,0 +1,2 @@
+# Locally calculated:
+sha256  5ca62f3f45e2638a0f7a81658d6c8813ee01487436ae8e53e9fe395e23d1fd30    bluez-5.25.tar.xz
diff --git a/package/bluez5_utils/bluez5_utils.mk b/package/bluez5_utils/bluez5_utils.mk
index f34513c..21f792c 100644
--- a/package/bluez5_utils/bluez5_utils.mk
+++ b/package/bluez5_utils/bluez5_utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BLUEZ5_UTILS_VERSION = 5.21
+BLUEZ5_UTILS_VERSION = 5.25
 BLUEZ5_UTILS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz
 BLUEZ5_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
 BLUEZ5_UTILS_INSTALL_STAGING = YES
-- 
2.1.3

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

end of thread, other threads:[~2014-12-07 23:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21 16:36 [Buildroot] [PATCH] bluez5_utils: bumped version number to 5.25 Jaap Crezee
2014-11-21 17:00 ` Vicente Olivert Riera
2014-11-22 16:16   ` Thomas Petazzoni
2014-11-23  5:40     ` Baruch Siach
2014-11-24 10:04     ` Vicente Olivert Riera
2014-11-22 18:00 ` Thomas Petazzoni
2014-11-26 21:56   ` Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2014-11-23  0:12 Peter Seiderer
2014-11-26 22:01 ` Thomas Petazzoni
2014-11-30 14:37 Jaap Crezee
2014-11-30 14:40 ` Baruch Siach
2014-11-30 14:43   ` Jaap Crezee
2014-11-30 14:59     ` Baruch Siach
2014-12-02  7:19       ` Jaap Crezee
2014-12-07 23:03     ` Thomas Petazzoni

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