* [Buildroot] [PATCH 1/2] rapidjson: bump to version 1.0.2
@ 2015-07-02 2:59 Danomi Manchego
2015-07-02 2:59 ` [Buildroot] [PATCH 2/2] rapidjson: update site URL in package description Danomi Manchego
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Danomi Manchego @ 2015-07-02 2:59 UTC (permalink / raw)
To: buildroot
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
package/rapidjson/rapidjson.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/rapidjson/rapidjson.mk b/package/rapidjson/rapidjson.mk
index 6658da2..1ad9314 100644
--- a/package/rapidjson/rapidjson.mk
+++ b/package/rapidjson/rapidjson.mk
@@ -4,7 +4,7 @@
#
################################################################################
-RAPIDJSON_VERSION = 39f5eeb764c6d1e1cbff1717410d9710bf943009
+RAPIDJSON_VERSION = v1.0.2
RAPIDJSON_SITE = $(call github,miloyip,rapidjson,$(RAPIDJSON_VERSION))
RAPIDJSON_LICENSE = MIT
RAPIDJSON_LICENSE_FILES = license.txt
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread* [Buildroot] [PATCH 2/2] rapidjson: update site URL in package description
2015-07-02 2:59 [Buildroot] [PATCH 1/2] rapidjson: bump to version 1.0.2 Danomi Manchego
@ 2015-07-02 2:59 ` Danomi Manchego
2015-07-02 20:39 ` [Buildroot] [PATCH 1/2] rapidjson: bump to version 1.0.2 Arnout Vandecappelle
2015-07-02 21:44 ` Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Danomi Manchego @ 2015-07-02 2:59 UTC (permalink / raw)
To: buildroot
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
package/rapidjson/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/rapidjson/Config.in b/package/rapidjson/Config.in
index d442797..b8c8bcf 100644
--- a/package/rapidjson/Config.in
+++ b/package/rapidjson/Config.in
@@ -3,4 +3,4 @@ config BR2_PACKAGE_RAPIDJSON
help
A fast JSON parser/generator for C++ with both SAX/DOM style API.
- https://code.google.com/p/rapidjson/
+ http://rapidjson.org/
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] rapidjson: bump to version 1.0.2
2015-07-02 2:59 [Buildroot] [PATCH 1/2] rapidjson: bump to version 1.0.2 Danomi Manchego
2015-07-02 2:59 ` [Buildroot] [PATCH 2/2] rapidjson: update site URL in package description Danomi Manchego
@ 2015-07-02 20:39 ` Arnout Vandecappelle
2015-07-02 21:44 ` Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2015-07-02 20:39 UTC (permalink / raw)
To: buildroot
On 07/02/15 04:59, Danomi Manchego wrote:
> Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(Verified that there is no uploaded tarball, only the autogenerated one.)
Regards,
Arnout
> ---
> package/rapidjson/rapidjson.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/rapidjson/rapidjson.mk b/package/rapidjson/rapidjson.mk
> index 6658da2..1ad9314 100644
> --- a/package/rapidjson/rapidjson.mk
> +++ b/package/rapidjson/rapidjson.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -RAPIDJSON_VERSION = 39f5eeb764c6d1e1cbff1717410d9710bf943009
> +RAPIDJSON_VERSION = v1.0.2
> RAPIDJSON_SITE = $(call github,miloyip,rapidjson,$(RAPIDJSON_VERSION))
> RAPIDJSON_LICENSE = MIT
> RAPIDJSON_LICENSE_FILES = license.txt
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] rapidjson: bump to version 1.0.2
2015-07-02 2:59 [Buildroot] [PATCH 1/2] rapidjson: bump to version 1.0.2 Danomi Manchego
2015-07-02 2:59 ` [Buildroot] [PATCH 2/2] rapidjson: update site URL in package description Danomi Manchego
2015-07-02 20:39 ` [Buildroot] [PATCH 1/2] rapidjson: bump to version 1.0.2 Arnout Vandecappelle
@ 2015-07-02 21:44 ` Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-07-02 21:44 UTC (permalink / raw)
To: buildroot
Dear Danomi Manchego,
On Wed, 1 Jul 2015 22:59:11 -0400, Danomi Manchego wrote:
> Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
> ---
> package/rapidjson/rapidjson.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Both applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-07-02 21:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-02 2:59 [Buildroot] [PATCH 1/2] rapidjson: bump to version 1.0.2 Danomi Manchego
2015-07-02 2:59 ` [Buildroot] [PATCH 2/2] rapidjson: update site URL in package description Danomi Manchego
2015-07-02 20:39 ` [Buildroot] [PATCH 1/2] rapidjson: bump to version 1.0.2 Arnout Vandecappelle
2015-07-02 21:44 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox