public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/exiv2] f43: Update to 0.28.9
@ 2026-08-31  7:21 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-31  7:21 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/exiv2
Branch : f43
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=f43

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-31  7:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-31  7:21 [rpms/exiv2] f43: Update to 0.28.9 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox