public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/exiv2] f44: Update to 0.28.9
Date: Mon, 31 Aug 2026 07:21:16 GMT [thread overview]
Message-ID: <178816087659.1.17814068461774724725.rpms-exiv2-be3740117549@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/exiv2
Branch : f44
Commit : be37401175499ee4f646e36d3e29611b03066358
Author : Miloš Komarčević <kmilos@gmail.com>
Date : 2026-08-31T08:36:04+02:00
Stats : +5/-34 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/exiv2/c/be37401175499ee4f646e36d3e29611b03066358?branch=f44
Log:
Update to 0.28.9
---
diff --git a/.gitignore b/.gitignore
index 339fcd3..b72c619 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,6 @@
/exiv2-0.28.4.tar.gz
/exiv2-0.28.5.tar.gz
/exiv2-0.28.6.tar.gz
+/exiv2-0.28.7.tar.gz
+/exiv2-0.28.8.tar.gz
+/exiv2-0.28.9.tar.gz
diff --git a/3378.patch b/3378.patch
deleted file mode 100644
index e84746a..0000000
--- a/3378.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 72c5d975c022e63aed17ffe2933f7f63a3791c82 Mon Sep 17 00:00:00 2001
-From: Kevin Backhouse <kevinbackhouse@github.com>
-Date: Sat, 30 Aug 2025 21:44:49 +0100
-Subject: [PATCH] Make methods non-virtual
-
----
- include/exiv2/image.hpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/include/exiv2/image.hpp b/include/exiv2/image.hpp
-index 6de3f3eafd..344d69840d 100644
---- a/include/exiv2/image.hpp
-+++ b/include/exiv2/image.hpp
-@@ -197,11 +197,11 @@ class EXIV2API Image {
- @param size number of bytes to append
- @param bTestValid - tests that iccProfile contains credible data
- */
-- virtual void appendIccProfile(const uint8_t* bytes, size_t size, bool bTestValid);
-+ void appendIccProfile(const uint8_t* bytes, size_t size, bool bTestValid);
- /*!
- @brief Throw an exception if the size at the beginning of the iccProfile isn't correct.
- */
-- virtual void checkIccProfile();
-+ void checkIccProfile();
- /*!
- @brief Erase iccProfile. the profile is not removed from
- the actual image until the writeMetadata() method is called.
diff --git a/exiv2.spec b/exiv2.spec
index 8cda6ea..81b4309 100644
--- a/exiv2.spec
+++ b/exiv2.spec
@@ -1,5 +1,5 @@
Name: exiv2
-Version: 0.28.6
+Version: 0.28.9
Release: %autorelease
Summary: Exif, IPTC and XMP metadata manipulation library
@@ -20,11 +20,6 @@ Source: %{vcs}/archive/v%{version}-%{beta}/%{name}-%{version}-%{beta}.ta
Source: %{vcs}/archive/v%{version}/%{name}-%{version}.tar.gz
%endif
-# Make methods non-virtual
-# https://github.com/Exiv2/exiv2/pull/3378
-# Will be fixed in 0.28.7.
-Patch0: 3378.patch
-
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: gettext
diff --git a/sources b/sources
index e090a4b..9528238 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (exiv2-0.28.6.tar.gz) = 2c57255a77eee291acc045b022e8637c38646726410379d80fb3db7f90dcbb511be804142f8569842694adb88cfd3e064554e6f7a66b5e0ca0c00ef1245bffea
+SHA512 (exiv2-0.28.9.tar.gz) = a7fa8fb19e54cdf0b9aac917087c86d45ea1b4a991a85ea8c5dd96af0289df63823901e44604d4c8df55883dcd19aee2efc48d7b5fde313dc0787b842a223a4a
reply other threads:[~2026-08-31 7:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178816087659.1.17814068461774724725.rpms-exiv2-be3740117549@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox