All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/1] package/fb-test-app: bump version to 1.3.1 and update project URL
@ 2021-05-24 19:32 Andy Shevchenko
  2021-06-13 16:51 ` Arnout Vandecappelle
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2021-05-24 19:32 UTC (permalink / raw)
  To: buildroot

- bump version to 1.1.1
- update project URL

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 package/fb-test-app/fb-test-app.hash | 2 +-
 package/fb-test-app/fb-test-app.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/fb-test-app/fb-test-app.hash b/package/fb-test-app/fb-test-app.hash
index 06611db7998e..3068caf278df 100644
--- a/package/fb-test-app/fb-test-app.hash
+++ b/package/fb-test-app/fb-test-app.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  6baf6b45968d0bb9a5527c6c4bf18661e9f9eb9be973a6d1952c38168c90d58f  fb-test-app-rosetta-1.1.0.tar.gz
+sha256  45d490ed78a6e4425d9a760e81e99dc503af01704e17ab5bf186b87a31c5e3db  fb-test-app-rosetta-1.1.1.tar.gz
 sha256  e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4  COPYING
diff --git a/package/fb-test-app/fb-test-app.mk b/package/fb-test-app/fb-test-app.mk
index 1ab7b2f219ab..1be59a4207cb 100644
--- a/package/fb-test-app/fb-test-app.mk
+++ b/package/fb-test-app/fb-test-app.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-FB_TEST_APP_VERSION = rosetta-1.1.0
-FB_TEST_APP_SITE = $(call github,prpplague,fb-test-app,$(FB_TEST_APP_VERSION))
+FB_TEST_APP_VERSION = rosetta-1.1.1
+FB_TEST_APP_SITE = $(call github,andy-shev,fb-test-app,$(FB_TEST_APP_VERSION))
 FB_TEST_APP_LICENSE = GPL-2.0
 FB_TEST_APP_LICENSE_FILES = COPYING
 
-- 
2.30.2

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

* [Buildroot] [PATCH v1 1/1] package/fb-test-app: bump version to 1.3.1 and update project URL
  2021-05-24 19:32 [Buildroot] [PATCH v1 1/1] package/fb-test-app: bump version to 1.3.1 and update project URL Andy Shevchenko
@ 2021-06-13 16:51 ` Arnout Vandecappelle
  2021-06-14 11:13   ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Arnout Vandecappelle @ 2021-06-13 16:51 UTC (permalink / raw)
  To: buildroot



On 24/05/2021 21:32, Andy Shevchenko wrote:
> - bump version to 1.1.1
> - update project URL
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

 Applied to master, thanks.

 Since you've actually taken over the package (and hopefully will continue
maintaining it for some time, and not simply delete it like prpplague did),
perhaps you can add yourself to DEVELOPERS for it?

 Regards,
 Arnout


> ---
>  package/fb-test-app/fb-test-app.hash | 2 +-
>  package/fb-test-app/fb-test-app.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/fb-test-app/fb-test-app.hash b/package/fb-test-app/fb-test-app.hash
> index 06611db7998e..3068caf278df 100644
> --- a/package/fb-test-app/fb-test-app.hash
> +++ b/package/fb-test-app/fb-test-app.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  6baf6b45968d0bb9a5527c6c4bf18661e9f9eb9be973a6d1952c38168c90d58f  fb-test-app-rosetta-1.1.0.tar.gz
> +sha256  45d490ed78a6e4425d9a760e81e99dc503af01704e17ab5bf186b87a31c5e3db  fb-test-app-rosetta-1.1.1.tar.gz
>  sha256  e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4  COPYING
> diff --git a/package/fb-test-app/fb-test-app.mk b/package/fb-test-app/fb-test-app.mk
> index 1ab7b2f219ab..1be59a4207cb 100644
> --- a/package/fb-test-app/fb-test-app.mk
> +++ b/package/fb-test-app/fb-test-app.mk
> @@ -4,8 +4,8 @@
>  #
>  ################################################################################
>  
> -FB_TEST_APP_VERSION = rosetta-1.1.0
> -FB_TEST_APP_SITE = $(call github,prpplague,fb-test-app,$(FB_TEST_APP_VERSION))
> +FB_TEST_APP_VERSION = rosetta-1.1.1
> +FB_TEST_APP_SITE = $(call github,andy-shev,fb-test-app,$(FB_TEST_APP_VERSION))
>  FB_TEST_APP_LICENSE = GPL-2.0
>  FB_TEST_APP_LICENSE_FILES = COPYING
>  
> 

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

* [Buildroot] [PATCH v1 1/1] package/fb-test-app: bump version to 1.3.1 and update project URL
  2021-06-13 16:51 ` Arnout Vandecappelle
@ 2021-06-14 11:13   ` Andy Shevchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2021-06-14 11:13 UTC (permalink / raw)
  To: buildroot

On Sun, Jun 13, 2021 at 06:51:29PM +0200, Arnout Vandecappelle wrote:
> On 24/05/2021 21:32, Andy Shevchenko wrote:
> > - bump version to 1.1.1
> > - update project URL
> > 
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> 
>  Applied to master, thanks.
> 
>  Since you've actually taken over the package (and hopefully will continue
> maintaining it for some time, and not simply delete it like prpplague did),
> perhaps you can add yourself to DEVELOPERS for it?

Sure. I'm about to send it.

-- 
With Best Regards,
Andy Shevchenko

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

end of thread, other threads:[~2021-06-14 11:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 19:32 [Buildroot] [PATCH v1 1/1] package/fb-test-app: bump version to 1.3.1 and update project URL Andy Shevchenko
2021-06-13 16:51 ` Arnout Vandecappelle
2021-06-14 11:13   ` Andy Shevchenko

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.