public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libgexiv2] f44: Update to 0.16.1
@ 2026-06-29 16:39 Milan Crha
  0 siblings, 0 replies; only message in thread
From: Milan Crha @ 2026-06-29 16:39 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/libgexiv2
Branch : f44
Commit : 0213fa7cb494d0c4887e35dc43d66bfc9ebbcea0
Author : Milan Crha <mcrha@redhat.com>
Date   : 2026-06-29T18:37:00+02:00
Stats  : +7/-49 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/libgexiv2/c/0213fa7cb494d0c4887e35dc43d66bfc9ebbcea0?branch=f44

Log:
Update to 0.16.1

---
diff --git a/.gitignore b/.gitignore
index 0635b6b..423be32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ libgexiv2-0.1.90.tar.gz
 /gexiv2-0.14.5.tar.xz
 /gexiv2-0.14.6.tar.xz
 /gexiv2-0.16.0.tar.xz
+/gexiv2-0.16.1.tar.xz

diff --git a/0001-gexiv2-fix-package-name-in-gir-file-to-have-0.16-suf.patch b/0001-gexiv2-fix-package-name-in-gir-file-to-have-0.16-suf.patch
deleted file mode 100644
index e788563..0000000
--- a/0001-gexiv2-fix-package-name-in-gir-file-to-have-0.16-suf.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 3d03a4ae6bcd90b9b0cb6e41e81979d3a94cec67 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= <berrange@redhat.com>
-Date: Tue, 10 Feb 2026 11:41:55 +0000
-Subject: [PATCH] gexiv2: fix package name in gir file to have -0.16 suffix
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The generated GExiv2-0.16.gir file contains a reference to the 'gexiv2'
-package:
-
-   <package name="gexiv2"/>
-
-which is expected to match the pkg-config file name. The latter was
-renamed to have a "-0.16" suffix, and as a result g-ir-scanner now
-complains that 'gexiv2' pkg-config cannot be found:
-
-  # g-ir-scanner -n Demo --program demo  --include GExiv2-0.16  demo.c
-  Package gexiv2 was not found in the pkg-config search path.
-  Perhaps you should add the directory containing `gexiv2.pc'
-  to the PKG_CONFIG_PATH environment variable
-  Package 'gexiv2' not found
-
-Fixes: 06c6c36c13321a64f9ec9a6d071e2d5933b5ad1c
-Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
----
- gexiv2/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/gexiv2/meson.build b/gexiv2/meson.build
-index ad95c67..7df3a28 100644
---- a/gexiv2/meson.build
-+++ b/gexiv2/meson.build
-@@ -115,7 +115,7 @@ if get_option('introspection')
-       nsversion : project_api_version,
-       symbol_prefix : 'gexiv2',
-       identifier_prefix : 'GExiv2',
--      export_packages : 'gexiv2',
-+      export_packages : 'gexiv2-0.16',
-       includes : ['GObject-2.0', 'Gio-2.0'],
-       header : 'gexiv2/gexiv2.h',
-       install : true)
--- 
-2.53.0
-

diff --git a/libgexiv2.spec b/libgexiv2.spec
index bdcbfd7..32cd4b4 100644
--- a/libgexiv2.spec
+++ b/libgexiv2.spec
@@ -1,12 +1,11 @@
 Name:           libgexiv2
-Version:        0.16.0
-Release:        2%{?dist}
+Version:        0.16.1
+Release:        1%{?dist}
 Summary:        Gexiv2 is a GObject-based wrapper around the Exiv2 library
 
 License:        GPL-2.0-or-later
 URL:            https://wiki.gnome.org/Projects/gexiv2
 Source0:        https://download.gnome.org/sources/gexiv2/%{version}/gexiv2-%{version}.tar.xz
-Patch: 0001-gexiv2-fix-package-name-in-gir-file-to-have-0.16-suf.patch
 
 BuildRequires:  pkgconfig(exiv2)
 BuildRequires:  gcc-c++
@@ -81,6 +80,9 @@ This package contains the python3 bindings for %{name}
 %pycached %{python3_sitelib}/gi/overrides/GExiv2.py
 
 %changelog
+* Mon Jun 29 2026 Milan Crha <mcrha@redhat.com> - 0.16.1-1
+- Update to version 0.16.1
+
 * Tue Feb 10 2026 Daniel P. Berrangé <berrange@redhat.com> - 0.16.0-2
 - Fix package name in GExiv2-0.16.gir file (rhbz #2438020)
 

diff --git a/sources b/sources
index cf5bf48..6cf1928 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gexiv2-0.16.0.tar.xz) = f4f112a223dcb902641f1cdfadf0f49d53cab260d69dba7e2dc2cb4a9b37d35ee2a110f55b23e5465dd611d65ec492138b682d2352afdbaaf93931050c5ae33d
+SHA512 (gexiv2-0.16.1.tar.xz) = 0ae77b47ee0d30a3e1381492324c5244cdb7e319904fbbb65c49e987403a9453e9be32810b7363d6e2d50b0d87fd9eeed907ace5744e00b4b151a6aeb5e01cf5

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

only message in thread, other threads:[~2026-06-29 16:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 16:39 [rpms/libgexiv2] f44: Update to 0.16.1 Milan Crha

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