Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] exiftool: update to 12.44.
@ 2022-07-21 20:12 benalb
  2022-07-22  3:47 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: benalb @ 2022-07-21 20:12 UTC (permalink / raw)
  To: ml

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

There is a new pull request by benalb against master on the void-packages repository

https://github.com/benalb/void-packages exiftool
https://github.com/void-linux/void-packages/pull/38178

exiftool: update to 12.44.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (X86_64-LIBC)



A patch file from https://github.com/void-linux/void-packages/pull/38178.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-exiftool-38178.patch --]
[-- Type: text/x-diff, Size: 1013 bytes --]

From b4fe72ffbadf46beb84556fb3a13e5736a4e6db0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Thu, 21 Jul 2022 22:10:50 +0200
Subject: [PATCH] exiftool: update to 12.44.

---
 srcpkgs/exiftool/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/exiftool/template b/srcpkgs/exiftool/template
index 897560402675..151f7ff748ec 100644
--- a/srcpkgs/exiftool/template
+++ b/srcpkgs/exiftool/template
@@ -1,6 +1,6 @@
 # Template file for 'exiftool'
 pkgname=exiftool
-version=12.43
+version=12.44
 revision=1
 wrksrc="Image-ExifTool-${version}"
 build_style=perl-module
@@ -10,4 +10,4 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://exiftool.org/"
 changelog="https://exiftool.org/history.html"
 distfiles="https://exiftool.org/Image-ExifTool-${version}.tar.gz"
-checksum=3e7eb39f74230d7a88ffb8d2cde1509db4702a815b267501b377afa499212355
+checksum=002b5f849d34674f802608611563abdc665ea89018e21a6ca73e71578f5c9e12

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

* Re: exiftool: update to 12.44.
  2022-07-21 20:12 [PR PATCH] exiftool: update to 12.44 benalb
@ 2022-07-22  3:47 ` classabbyamp
  2022-07-22  3:47 ` classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-22  3:47 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38178#issuecomment-1192149583

Comment:
> Note: The most recent production release is [Version 12.42](https://exiftool.org/Image-ExifTool-12.42.tar.gz). (Other versions are considered development releases, and are not uploaded to [MetaCPAN](https://metacpan.org/release/Image-ExifTool).)

hmm, we probably shouldn't have updated to 12.43

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

* Re: exiftool: update to 12.44.
  2022-07-21 20:12 [PR PATCH] exiftool: update to 12.44 benalb
  2022-07-22  3:47 ` classabbyamp
@ 2022-07-22  3:47 ` classabbyamp
  2022-07-22 13:48 ` benalb
  2022-07-22 16:19 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-22  3:47 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38178#issuecomment-1192149583

Comment:
> Note: The most recent production release is [Version 12.42](https://exiftool.org/Image-ExifTool-12.42.tar.gz). (Other versions are considered development releases, and are not uploaded to [MetaCPAN](https://metacpan.org/release/Image-ExifTool).)

(from changelog)

hmm, we probably shouldn't have updated to 12.43

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

* Re: exiftool: update to 12.44.
  2022-07-21 20:12 [PR PATCH] exiftool: update to 12.44 benalb
  2022-07-22  3:47 ` classabbyamp
  2022-07-22  3:47 ` classabbyamp
@ 2022-07-22 13:48 ` benalb
  2022-07-22 16:19 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2022-07-22 13:48 UTC (permalink / raw)
  To: ml

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

New comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/38178#issuecomment-1192595026

Comment:
git log says we've being ignoring the "production release" tag since the template was created back in 2013. I use exiftool frequently, and never had a crash or fail with the no production releases. 

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

* Re: [PR PATCH] [Merged]: exiftool: update to 12.44.
  2022-07-21 20:12 [PR PATCH] exiftool: update to 12.44 benalb
                   ` (2 preceding siblings ...)
  2022-07-22 13:48 ` benalb
@ 2022-07-22 16:19 ` Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2022-07-22 16:19 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

exiftool: update to 12.44.
https://github.com/void-linux/void-packages/pull/38178

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (X86_64-LIBC)



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

end of thread, other threads:[~2022-07-22 16:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-21 20:12 [PR PATCH] exiftool: update to 12.44 benalb
2022-07-22  3:47 ` classabbyamp
2022-07-22  3:47 ` classabbyamp
2022-07-22 13:48 ` benalb
2022-07-22 16:19 ` [PR PATCH] [Merged]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).