* [Buildroot] [PATCH] package/exiv2: bump version to 0.27.2
@ 2019-08-26 12:11 Nicolas Serafini
2019-09-25 20:53 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Serafini @ 2019-08-26 12:11 UTC (permalink / raw)
To: buildroot
Release notes
https://www.exiv2.org/whatsnew.html
Signed-off-by: Nicolas Serafini <nicolas.serafini@sensefly.com>
---
package/exiv2/exiv2.hash | 2 +-
package/exiv2/exiv2.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/exiv2/exiv2.hash b/package/exiv2/exiv2.hash
index b753c03854..e308b51470 100644
--- a/package/exiv2/exiv2.hash
+++ b/package/exiv2/exiv2.hash
@@ -1,4 +1,4 @@
# Locally calculated
-sha256 1b3766b2c203ce213a4195de14d61694017ec1a69d15d4575bccecef130990fe exiv2-0.27.1.tar.gz
+sha256 3dbcaf01fbc5b98d42f091d1ff0d4b6cd9750dc724de3d9c0d113948570b2934 exiv2-v0.27.2.tar.gz
sha256 a7ba75cb966aca374711e2af49e5f3aea6a4443a803440f5d93e73a5a1222f66 COPYING
sha256 46cde7dc11e64c78d650b4851b88f6704b4665ff60f22a1caf68ceb15e217e5b COPYING-CMAKE-SCRIPTS
diff --git a/package/exiv2/exiv2.mk b/package/exiv2/exiv2.mk
index 93af9382db..0f0de6b6dd 100644
--- a/package/exiv2/exiv2.mk
+++ b/package/exiv2/exiv2.mk
@@ -4,7 +4,7 @@
#
################################################################################
-EXIV2_VERSION = 0.27.1
+EXIV2_VERSION = v0.27.2
EXIV2_SITE = $(call github,Exiv2,exiv2,$(EXIV2_VERSION))
EXIV2_INSTALL_STAGING = YES
EXIV2_LICENSE = GPL-2.0+, BSD-3-Clause
--
2.22.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] package/exiv2: bump version to 0.27.2
2019-08-26 12:11 [Buildroot] [PATCH] package/exiv2: bump version to 0.27.2 Nicolas Serafini
@ 2019-09-25 20:53 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-09-25 20:53 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 26 Aug 2019 12:11:42 +0000
Nicolas Serafini <nicolas.serafini@sensefly.com> wrote:
> -EXIV2_VERSION = 0.27.1
> +EXIV2_VERSION = v0.27.2
The 'v' should have been encoded in EXIV2_SITE and not EXIV2_VERSION.
Indeed, we want EXIV2_VERSION to match the version value found by
release-monitoring.org, which strips version prefixes such as 'v'.
I fixed that up and applied to master.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-25 20:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-26 12:11 [Buildroot] [PATCH] package/exiv2: bump version to 0.27.2 Nicolas Serafini
2019-09-25 20:53 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox