diff mbox series

[meta-perl,10/29] libmime-types-perl: upgrade 2.28 -> 2.29

Message ID 20250924090029.1786-10-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/29] btop: upgrade 1.4.4 -> 1.4.5 | expand

Commit Message

Wang Mingyu Sept. 24, 2025, 9 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: add following flags to section build_requires
  Test::More: '1'
  Test::Pod: '1'

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{libmime-types-perl_2.28.bb => libmime-types-perl_2.29.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libmime/{libmime-types-perl_2.28.bb => libmime-types-perl_2.29.bb} (91%)

Comments

Gyorgy Sarvari Sept. 24, 2025, 1:06 p.m. UTC | #1
On 9/24/25 11:00, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> License-Update: add following flags to section build_requires
>   Test::More: '1'
>   Test::Pod: '1'
<snip>
> -LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8"
> +LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=d3b01c1228de75a9de9ee0bfb6e0dcf3"
>  
The license hasn't changed, but rather the license declaration has
shifted from line 11 to line 13.

Prev: https://metacpan.org/release/MARKOV/MIME-Types-2.28/source/META.yml
Cur: https://metacpan.org/release/MARKOV/MIME-Types-2.29/source/META.yml
Khem Raj Sept. 24, 2025, 8:22 p.m. UTC | #2
On 9/24/25 6:06 AM, Gyorgy Sarvari via lists.openembedded.org wrote:
> On 9/24/25 11:00, wangmy via lists.openembedded.org wrote:
>> From: Wang Mingyu <wangmy@fujitsu.com>
>>
>> License-Update: add following flags to section build_requires
>>    Test::More: '1'
>>    Test::Pod: '1'
> <snip>
>> -LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8"
>> +LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=d3b01c1228de75a9de9ee0bfb6e0dcf3"
>>   
> The license hasn't changed, but rather the license declaration has
> shifted from line 11 to line 13.
> 
> Prev: https://metacpan.org/release/MARKOV/MIME-Types-2.28/source/META.yml
> Cur: https://metacpan.org/release/MARKOV/MIME-Types-2.29/source/META.yml
> 

good catch ! Please respin a v2 of this patch alone.>
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#119825): https://lists.openembedded.org/g/openembedded-devel/message/119825
> Mute This Topic: https://lists.openembedded.org/mt/115408774/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.29.bb
similarity index 91%
rename from meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb
rename to meta-perl/recipes-perl/libmime/libmime-types-perl_2.29.bb
index 043e1549af..afb596a05e 100644
--- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb
+++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.29.bb
@@ -9,12 +9,12 @@  HOMEPAGE = "https://metacpan.org/release/MARKOV/MIME-Types-2.27"
 SECTION = "libraries"
 
 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8"
+LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=d3b01c1228de75a9de9ee0bfb6e0dcf3"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \
            file://run-ptest \
           "
-SRC_URI[sha256sum] = "7099cb5133401acc92d8fb0fd398cac682140be0680e7dfcb4aaf40315a2dfca"
+SRC_URI[sha256sum] = "4a6d4ec9b3aa0df2f935d4d74f7dc809fd523d508cd0e9966b5b257c02c03414"
 
 S = "${UNPACKDIR}/MIME-Types-${PV}"