All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Vorel <petr.vorel@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/imlib2: bump version to 1.7.1
Date: Tue, 18 May 2021 21:18:09 +0200	[thread overview]
Message-ID: <YKQS8ctTPHxeMc8H@pevik> (raw)
In-Reply-To: <20210429190709.5161-1-petr.vorel@gmail.com>

ping please.

> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
> ---
> Tested:
>                              andes-nds32 [ 1/45]: OK
>                              arm-aarch64 [ 2/45]: OK
>                    bootlin-aarch64-glibc [ 3/45]: OK
>                bootlin-arcle-hs38-uclibc [ 4/45]: OK
>                     bootlin-armv5-uclibc [ 5/45]: OK
>                      bootlin-armv7-glibc [ 6/45]: OK
>                    bootlin-armv7m-uclibc [ 7/45]: SKIPPED
>                       bootlin-armv7-musl [ 8/45]: OK
>              bootlin-microblazeel-uclibc [ 9/45]: OK
>                    bootlin-mipsel-uclibc [10/45]: OK
>                 bootlin-mipsel32r6-glibc [11/45]: OK
>                 bootlin-m68k-5208-uclibc [12/45]: SKIPPED
>                bootlin-m68k-68040-uclibc [13/45]: OK
>                      bootlin-nios2-glibc [14/45]: OK
>                  bootlin-openrisc-uclibc [15/45]: OK
>            bootlin-powerpc-e500mc-uclibc [16/45]: OK
>         bootlin-powerpc64le-power8-glibc [17/45]: OK
>                    bootlin-riscv32-glibc [18/45]: OK
>                    bootlin-riscv64-glibc [19/45]: OK
>                     bootlin-riscv64-musl [20/45]: OK
>                       bootlin-sh4-uclibc [21/45]: OK
>                     bootlin-sparc-uclibc [22/45]: OK
>                    bootlin-sparc64-glibc [23/45]: OK
>                    bootlin-xtensa-uclibc [24/45]: OK
>                     bootlin-x86-64-glibc [25/45]: OK
>                      bootlin-x86-64-musl [26/45]: OK
>                    bootlin-x86-64-uclibc [27/45]: OK
>                             br-arm-basic [28/45]: OK
>                     br-arm-full-nothread [29/45]: OK
>                       br-arm-full-static [30/45]: SKIPPED
>                 br-i386-pentium-mmx-musl [31/45]: OK
>                    br-i386-pentium4-full [32/45]: OK
>                       br-mips64-n64-full [33/45]: OK
>                  br-mips64r6-el-hf-glibc [34/45]: OK
>                br-powerpc-603e-basic-cpp [35/45]: OK
>                br-powerpc64-power7-glibc [36/45]: OK
>                        linaro-aarch64-be [37/45]: OK
>                           linaro-aarch64 [38/45]: OK
>                               linaro-arm [39/45]: OK
>                      sourcery-arm-armv4t [40/45]: OK
>                             sourcery-arm [41/45]: OK
>                      sourcery-arm-thumb2 [42/45]: OK
>                            sourcery-mips [43/45]: OK
>                          sourcery-mips64 [44/45]: OK
>                           sourcery-nios2 [45/45]: OK
> 45 builds, 3 skipped, 0 build failed, 0 legal-info failed

>  package/imlib2/imlib2.hash | 8 ++++----
>  package/imlib2/imlib2.mk   | 2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)

> diff --git a/package/imlib2/imlib2.hash b/package/imlib2/imlib2.hash
> index 68f6c91db7..3df3deffec 100644
> --- a/package/imlib2/imlib2.hash
> +++ b/package/imlib2/imlib2.hash
> @@ -1,8 +1,8 @@
> -# From https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.6.1/
> -md5  7b3fbcb974b48822b32b326c6a47764b  imlib2-1.6.1.tar.bz2
> -sha1  3b5f850e83cbb7481e33061348fb9c7a555c8c60  imlib2-1.6.1.tar.bz2
> +# From https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.7.1/
> +md5  98569de9b10bcb6fd5d13e4d331ddd81  imlib2-1.7.1.tar.bz2
> +sha1  092c66ae0180798a4036e68c68d7f316de192e36  imlib2-1.7.1.tar.bz2

>  # Locally computed
> -sha256  4d393a77e13da883c8ee2da3b029da3570210fe37d000c9ac33d9fce751b166d  imlib2-1.6.1.tar.bz2
> +sha256  033a6a639dcbc8e03f65ff05e57068e7346d50ee2f2fff304bb9095a1b2bc407  imlib2-1.7.1.tar.bz2
>  sha256  fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6  COPYING
>  sha256  8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5  COPYING-PLAIN
> diff --git a/package/imlib2/imlib2.mk b/package/imlib2/imlib2.mk
> index a88558575d..6d973827dc 100644
> --- a/package/imlib2/imlib2.mk
> +++ b/package/imlib2/imlib2.mk
> @@ -4,7 +4,7 @@



> -IMLIB2_VERSION = 1.6.1
> +IMLIB2_VERSION = 1.7.1
>  IMLIB2_SOURCE = imlib2-$(IMLIB2_VERSION).tar.bz2
>  IMLIB2_SITE = http://downloads.sourceforge.net/project/enlightenment/imlib2-src/$(IMLIB2_VERSION)
>  IMLIB2_LICENSE = Imlib2

  reply	other threads:[~2021-05-18 19:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-29 19:07 [Buildroot] [PATCH 1/1] package/imlib2: bump version to 1.7.1 Petr Vorel
2021-05-18 19:18 ` Petr Vorel [this message]
2021-05-18 20:45 ` 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=YKQS8ctTPHxeMc8H@pevik \
    --to=petr.vorel@gmail.com \
    --cc=buildroot@busybox.net \
    /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.