All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 36/70] package/x11r7/xapp_rgb: bump version to 1.1.0
Date: Fri, 9 Dec 2022 18:02:43 +0100	[thread overview]
Message-ID: <20221209170243.GM2855@scaer> (raw)
In-Reply-To: <20221208223817.1088619-37-bernd.kuhls@t-online.de>

Bernd, All,

On 2022-12-08 23:37 +0100, Bernd Kuhls spake thusly:
> https://lists.x.org/archives/xorg-announce/2022-October/003245.html
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/x11r7/xapp_rgb/xapp_rgb.hash | 5 +++--
>  package/x11r7/xapp_rgb/xapp_rgb.mk   | 6 +++---
>  2 files changed, 6 insertions(+), 5 deletions(-)
> 
> diff --git a/package/x11r7/xapp_rgb/xapp_rgb.hash b/package/x11r7/xapp_rgb/xapp_rgb.hash
> index ce05454ce9..586dc2a7f0 100644
> --- a/package/x11r7/xapp_rgb/xapp_rgb.hash
> +++ b/package/x11r7/xapp_rgb/xapp_rgb.hash
> @@ -1,4 +1,5 @@
> -# From http://lists.x.org/archives/xorg-announce/2014-November/002494.html
> -sha256  bbca7c6aa59939b9f6a0fb9fff15dfd62176420ffd4ae30c8d92a6a125fbe6b0  rgb-1.0.6.tar.bz2
> +# From https://lists.x.org/archives/xorg-announce/2022-October/003245.html
> +sha256  fc03d7f56e5b2a617668167f8927948cce54f93097e7ccd9f056077f479ed37b  rgb-1.1.0.tar.xz
> +sha512640888d64b2d328fff4a1652ba1299436e348bc3cbc90710d79c635acfa7f2fce0018adb818123b41ca008197ff1cbf87aab60501de36c163bed2d80d8556008  rgb-1.1.0.tar.xz

    $ make check-package
    package/x11r7/xapp_rgb/xapp_rgb.hash:3: expected three fields (http://nightly.buildroot.org/#adding-packages-hash)
    package/x11r7/xapp_rgb/xapp_rgb.hash:3: unexpected type of hash (http://nightly.buildroot.org/#adding-packages-hash)

Applied to master after fixing this, thanks.

Regards,
Yann E. MORIN.

>  # Locally computed
>  sha256  1d08eb3384f5dedc7735bcfae1aa58cb64643ca9389edce3312b1c3cefbfdaa7  COPYING
> diff --git a/package/x11r7/xapp_rgb/xapp_rgb.mk b/package/x11r7/xapp_rgb/xapp_rgb.mk
> index b2d5d77744..4b6399fc76 100644
> --- a/package/x11r7/xapp_rgb/xapp_rgb.mk
> +++ b/package/x11r7/xapp_rgb/xapp_rgb.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>  
> -XAPP_RGB_VERSION = 1.0.6
> -XAPP_RGB_SOURCE = rgb-$(XAPP_RGB_VERSION).tar.bz2
> -XAPP_RGB_SITE = http://xorg.freedesktop.org/releases/individual/app
> +XAPP_RGB_VERSION = 1.1.0
> +XAPP_RGB_SOURCE = rgb-$(XAPP_RGB_VERSION).tar.xz
> +XAPP_RGB_SITE = https://xorg.freedesktop.org/archive/individual/app
>  XAPP_RGB_LICENSE = MIT
>  XAPP_RGB_LICENSE_FILES = COPYING
>  XAPP_RGB_DEPENDENCIES = xorgproto host-pkgconf
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2022-12-09 17:16 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-08 22:37 [Buildroot] [PATCH 00/70] package/x11r7: various version bumps Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 01/70] package/x11r7/xdriver_xf86-input-mouse: bump version to 1.9.4 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 02/70] package/x11r7/xlib_libICE: bump version to 1.1.1 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 03/70] package/x11r7/xlib_libxshmfence: bump version to 1.3.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 04/70] package/x11r7/xlib_libxkbfile: bump version to 1.1.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 05/70] package/x11r7/xlib_libfontenc: bump version to 1.1.7 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 06/70] package/x11r7/xlib_libXau: bump version to 1.0.11 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 07/70] package/x11r7/xapp_xkbcomp: bump version to 1.4.6 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 08/70] package/x11r7/xlib_libXxf86dga: bump version to 1.1.6 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 09/70] package/x11r7/xlib_libXv: bump version to 1.0.12 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 10/70] package/x11r7/xlib_libXScrnSaver: bump version to 1.2.4 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 11/70] package/x11r7/xlib_libXres: bump version to 1.2.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 12/70] package/x11r7/xlib_libXdamage: bump version to 1.1.6 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 13/70] package/x11r7/xlib_libXcomposite: bump version to 0.4.6 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 14/70] package/x11r7/xdriver_xf86-video-r128: bump version to 6.12.1 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 15/70] package/x11r7/xapp_xvinfo: bump version to 1.1.5 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 16/70] package/x11r7/xapp_xstdcmap: bump version to 1.0.5 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 17/70] package/x11r7/xapp_xset: bump version to 1.2.5 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 18/70] package/x11r7/xapp_xrandr: bump version to 1.5.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 19/70] package/x11r7/xapp_xprop: bump version to 1.2.6 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 20/70] package/x11r7/xapp_xinit: bump version to 1.4.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 21/70] package/x11r7/xapp_xgamma: bump version to 1.0.7 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 22/70] package/x11r7/xapp_xfd: bump version to 1.1.4 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 23/70] package/x11r7/xapp_xdm: bump version to 1.1.14 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 24/70] package/x11r7/xapp_xcursorgen: bump version to 1.0.8 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 25/70] package/x11r7/xlib_libXrandr: bump version to 1.5.3 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 26/70] package/x11r7/xlib_libXpm: bump version to 3.5.14 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 27/70] package/x11r7/xlib_libXdmcp: bump version to 1.1.4 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 28/70] package/x11r7/xapp_xlsclients: bump version to 1.1.5 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 29/70] package/x11r7/xapp_xlsatoms: bump version to 1.1.4 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 30/70] package/x11r7/xapp_xlogo: bump version to 1.0.6 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 31/70] package/x11r7/xapp_xkill: " Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 32/70] package/x11r7/xapp_xkbevd: bump version to 1.1.5 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 33/70] package/x11r7/xapp_xcompmgr: bump version to 1.1.9 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 34/70] package/x11r7/xlib_libX11: bump version to 1.8.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 35/70] package/x11r7/xapp_sessreg: bump version to 1.1.3 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 36/70] package/x11r7/xapp_rgb: bump version to 1.1.0 Bernd Kuhls
2022-12-09 17:02   ` Yann E. MORIN [this message]
2022-12-08 22:37 ` [Buildroot] [PATCH 37/70] package/x11r7/xlib_libXinerama: bump version to 1.1.5 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 38/70] package/x11r7/xutil_makedepend: bump version to 1.0.7 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 39/70] package/x11r7/xapp_x11perf: bump version to 1.6.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 40/70] package/x11r7/xlib_libXext: bump version to 1.3.5 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 41/70] package/x11r7/xapp_xsetroot: bump version to 1.1.3 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 42/70] package/x11r7/xlib_libXrender: bump version to 0.9.11 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 43/70] package/x11r7/xapp_xfsinfo: bump version to 1.0.7 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 44/70] package/x11r7/xcb-util-wm: bump version to 0.4.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 45/70] package/x11r7/xcb-util-renderutil: bump version to 0.3.10 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 46/70] package/x11r7/xcb-util-keysyms: bump version to 0.4.1 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 47/70] package/x11r7/xcb-util-image: " Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 48/70] package/x11r7/xcb-util-cursor: bump version to 0.1.4 Bernd Kuhls
2022-12-09 17:03   ` Yann E. MORIN
2022-12-08 22:37 ` [Buildroot] [PATCH 49/70] package/x11r7/xlib_libXmu: bump version to 1.1.4 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 50/70] package/x11r7/xapp_bdftopcf: bump version to 1.1.1 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 51/70] package/x11r7/xapp_xkbprint: bump version to 1.0.6 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 52/70] package/x11r7/xapp_xgc: " Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 53/70] package/x11r7/xapp_xditview: " Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 54/70] package/x11r7/xapp_viewres: bump version to 1.0.7 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 55/70] package/x11r7/xapp_smproxy: " Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 56/70] package/x11r7/xdriver_xf86-input-vmmouse: bump version to 13.2.0 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 57/70] package/x11r7/xapp_fstobdf: bump version to 1.0.7 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 58/70] package/x11r7/xlib_libXtst: bump version to 1.2.4 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 59/70] package/x11r7/xlib_libXxf86vm: bump version to 1.1.5 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 60/70] package/x11r7/xapp_fslsfonts: bump version to 1.0.6 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 61/70] package/x11r7/xlib_libXft: bump version to 2.3.6 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 62/70] package/x11r7/xapp_xmh: bump version to 1.0.4 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 63/70] package/x11r7/xapp_showfont: bump version to 1.0.6 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 64/70] package/x11r7/xapp_oclock: bump version to 1.0.5 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 65/70] package/x11r7/xapp_ico: bump version to 1.0.6 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 66/70] package/x11r7/xlib_libXfont2: bump version to 2.0.6 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 67/70] package/x11r7/xlib_libFS: bump version to 1.0.9 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 68/70] package/x11r7/xorgproto: bump version to 2022.2 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 69/70] package/x11r7/xdriver_xf86-video-glint: remove package Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 70/70] package/x11r7/xdriver_xf86-video-tga: " Bernd Kuhls
2022-12-09 17:00 ` [Buildroot] [PATCH 00/70] package/x11r7: various version bumps Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221209170243.GM2855@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=bernd.kuhls@t-online.de \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.