All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vim: update from 8.1.1518 to 8.2.0
@ 2020-01-15 17:59 Oleg Polyakov
  2020-01-15 18:06 ` Alexander Kanavin
  0 siblings, 1 reply; 2+ messages in thread
From: Oleg Polyakov @ 2020-01-15 17:59 UTC (permalink / raw)
  To: openembedded-core, Oleg.Polyakov

vim-tiny: update from 8.1.1518 to 8.2.0
The date in the license was updated to 2020 and
a trailing space was removed from one line.

Signed-off-by: Oleg Polyakov <Oleg.Polyakov@windriver.com>
---
 .../vim/{vim-tiny_8.1.1518.bb => vim-tiny_8.2.0.bb}           | 0
 meta/recipes-support/vim/vim.inc                              | 4 ++--
 meta/recipes-support/vim/{vim_8.1.1518.bb => vim_8.2.0.bb}    | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/vim/{vim-tiny_8.1.1518.bb => vim-tiny_8.2.0.bb} (100%)
 rename meta/recipes-support/vim/{vim_8.1.1518.bb => vim_8.2.0.bb} (100%)

diff --git a/meta/recipes-support/vim/vim-tiny_8.1.1518.bb b/meta/recipes-support/vim/vim-tiny_8.2.0.bb
similarity index 100%
rename from meta/recipes-support/vim/vim-tiny_8.1.1518.bb
rename to meta/recipes-support/vim/vim-tiny_8.2.0.bb
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index 5a1bea6985..e0673a7810 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -5,14 +5,14 @@ DEPENDS = "ncurses gettext-native"
 # vimdiff doesn't like busybox diff
 RSUGGESTS_${PN} = "diffutils"
 LICENSE = "vim"
-LIC_FILES_CHKSUM = "file://runtime/doc/uganda.txt;endline=287;md5=f1f82b42360005c70b8c19b0ef493f72"
+LIC_FILES_CHKSUM = "file://runtime/doc/uganda.txt;endline=287;md5=a19edd7ec70d573a005d9e509375a99a"
 
 SRC_URI = "git://github.com/vim/vim.git \
            file://disable_acl_header_check.patch \
            file://vim-add-knob-whether-elf.h-are-checked.patch \
            file://0001-src-Makefile-improve-reproducibility.patch \
 "
-SRCREV = "202d982b36d87cf91d992bd7e30d3223bdc72cd9"
+SRCREV = "98056533b96b6b5d8849641de93185dd7bcadc44"
 
 # Do not consider .z in x.y.z, as that is updated with every commit
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"
diff --git a/meta/recipes-support/vim/vim_8.1.1518.bb b/meta/recipes-support/vim/vim_8.2.0.bb
similarity index 100%
rename from meta/recipes-support/vim/vim_8.1.1518.bb
rename to meta/recipes-support/vim/vim_8.2.0.bb
-- 
2.23.0



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

* Re: [PATCH] vim: update from 8.1.1518 to 8.2.0
  2020-01-15 17:59 [PATCH] vim: update from 8.1.1518 to 8.2.0 Oleg Polyakov
@ 2020-01-15 18:06 ` Alexander Kanavin
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Kanavin @ 2020-01-15 18:06 UTC (permalink / raw)
  To: Oleg Polyakov; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 2734 bytes --]

Thanks, we are almost there :) Please set the version in the filename to
8.2 (not 8.2.0) so that 'devtool latest-version vim' prints a matching
result, and 'devtool check-upgrade-status vim' prints nothing.

Alex

On Wed, 15 Jan 2020 at 18:59, Oleg Polyakov <Oleg.Polyakov@windriver.com>
wrote:

> vim-tiny: update from 8.1.1518 to 8.2.0
> The date in the license was updated to 2020 and
> a trailing space was removed from one line.
>
> Signed-off-by: Oleg Polyakov <Oleg.Polyakov@windriver.com>
> ---
>  .../vim/{vim-tiny_8.1.1518.bb => vim-tiny_8.2.0.bb}           | 0
>  meta/recipes-support/vim/vim.inc                              | 4 ++--
>  meta/recipes-support/vim/{vim_8.1.1518.bb => vim_8.2.0.bb}    | 0
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-support/vim/{vim-tiny_8.1.1518.bb =>
> vim-tiny_8.2.0.bb} (100%)
>  rename meta/recipes-support/vim/{vim_8.1.1518.bb => vim_8.2.0.bb} (100%)
>
> diff --git a/meta/recipes-support/vim/vim-tiny_8.1.1518.bb
> b/meta/recipes-support/vim/vim-tiny_8.2.0.bb
> similarity index 100%
> rename from meta/recipes-support/vim/vim-tiny_8.1.1518.bb
> rename to meta/recipes-support/vim/vim-tiny_8.2.0.bb
> diff --git a/meta/recipes-support/vim/vim.inc
> b/meta/recipes-support/vim/vim.inc
> index 5a1bea6985..e0673a7810 100644
> --- a/meta/recipes-support/vim/vim.inc
> +++ b/meta/recipes-support/vim/vim.inc
> @@ -5,14 +5,14 @@ DEPENDS = "ncurses gettext-native"
>  # vimdiff doesn't like busybox diff
>  RSUGGESTS_${PN} = "diffutils"
>  LICENSE = "vim"
> -LIC_FILES_CHKSUM =
> "file://runtime/doc/uganda.txt;endline=287;md5=f1f82b42360005c70b8c19b0ef493f72"
> +LIC_FILES_CHKSUM =
> "file://runtime/doc/uganda.txt;endline=287;md5=a19edd7ec70d573a005d9e509375a99a"
>
>  SRC_URI = "git://github.com/vim/vim.git \
>             file://disable_acl_header_check.patch \
>             file://vim-add-knob-whether-elf.h-are-checked.patch \
>             file://0001-src-Makefile-improve-reproducibility.patch \
>  "
> -SRCREV = "202d982b36d87cf91d992bd7e30d3223bdc72cd9"
> +SRCREV = "98056533b96b6b5d8849641de93185dd7bcadc44"
>
>  # Do not consider .z in x.y.z, as that is updated with every commit
>  UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"
> diff --git a/meta/recipes-support/vim/vim_8.1.1518.bb
> b/meta/recipes-support/vim/vim_8.2.0.bb
> similarity index 100%
> rename from meta/recipes-support/vim/vim_8.1.1518.bb
> rename to meta/recipes-support/vim/vim_8.2.0.bb
> --
> 2.23.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 4793 bytes --]

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

end of thread, other threads:[~2020-01-15 18:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-15 17:59 [PATCH] vim: update from 8.1.1518 to 8.2.0 Oleg Polyakov
2020-01-15 18:06 ` Alexander Kanavin

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.