From 78a708c3f0739550c5a4b48f1f077f8d4131748b Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 16 Aug 2021 15:00:57 +0300 Subject: [PATCH] exiv2-0.27.4 --- multimedia/misc/exiv2/files/f01805f6.patch | 30 ++++++++++++++++++++++ multimedia/misc/exiv2/pspec.xml | 11 ++++++-- 2 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 multimedia/misc/exiv2/files/f01805f6.patch diff --git a/multimedia/misc/exiv2/files/f01805f6.patch b/multimedia/misc/exiv2/files/f01805f6.patch new file mode 100644 index 0000000000..5ade08aac6 --- /dev/null +++ b/multimedia/misc/exiv2/files/f01805f6.patch @@ -0,0 +1,30 @@ +From f01805f68eb19f56b0415a50a1128cbbdd82bff4 Mon Sep 17 00:00:00 2001 +From: Antonio Rojas +Date: Fri, 18 Jun 2021 18:53:46 +0200 +Subject: [PATCH] Fix build with gtest 1.11 + +INSTANTIATE_TYPED_TEST_CASE_P requires a non-empty prefix now +--- + unitTests/test_slice.cpp | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/unitTests/test_slice.cpp b/unitTests/test_slice.cpp +index ccf80d98db..59171cfcfd 100644 +--- a/unitTests/test_slice.cpp ++++ b/unitTests/test_slice.cpp +@@ -440,12 +440,12 @@ REGISTER_TYPED_TEST_CASE_P(slice, atAccess, iteratorAccess, constructionFailsFro + constMethodsPreserveConst); + + typedef ::testing::Types, std::vector, int*, const int*> test_types_t; +-INSTANTIATE_TYPED_TEST_CASE_P(, slice, test_types_t); ++INSTANTIATE_TYPED_TEST_CASE_P(slice, slice, test_types_t); + + REGISTER_TYPED_TEST_CASE_P(mutableSlice, iterators, at); + typedef ::testing::Types, int*> mut_test_types_t; +-INSTANTIATE_TYPED_TEST_CASE_P(, mutableSlice, mut_test_types_t); ++INSTANTIATE_TYPED_TEST_CASE_P(slice, mutableSlice, mut_test_types_t); + + REGISTER_TYPED_TEST_CASE_P(dataBufSlice, successfulConstruction, failedConstruction); + typedef ::testing::Types data_buf_types_t; +-INSTANTIATE_TYPED_TEST_CASE_P(, dataBufSlice, data_buf_types_t); ++INSTANTIATE_TYPED_TEST_CASE_P(slice, dataBufSlice, data_buf_types_t); diff --git a/multimedia/misc/exiv2/pspec.xml b/multimedia/misc/exiv2/pspec.xml index f0bf81d342..18dbe0c718 100644 --- a/multimedia/misc/exiv2/pspec.xml +++ b/multimedia/misc/exiv2/pspec.xml @@ -13,7 +13,7 @@ app:console Another library for parsing, editing, and saving EXIF data exiv2 is a C++ library and a command line utility to access image metadata. Exiv2 is available as free software and with a commercial license, and is used in a growing number of projects. - http://www.exiv2.org/builds/exiv2-0.27.3-Source.tar.gz + http://www.exiv2.org/builds/exiv2-0.27.4-Source.tar.gz cmake curl-devel @@ -21,7 +21,7 @@ expat-devel - + f01805f6.patch @@ -66,6 +66,13 @@ + + 2021-08-16 + 0.27.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-05-25 0.27.3