From 0e9e8b06b2eac657fc45cce6229d9613a142a753 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Wed, 28 Jun 2023 11:21:45 +0200 Subject: [PATCH] Rebuilt due to fmt 10 update. --- zxing-cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zxing-cpp.spec b/zxing-cpp.spec index 1cda22e..8762337 100644 --- a/zxing-cpp.spec +++ b/zxing-cpp.spec @@ -1,6 +1,6 @@ Name: zxing-cpp Version: 2.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C++ port of the ZXing ("Zebra Crossing") barcode scanning library # The entire source is ASL 2.0, except: @@ -110,6 +110,9 @@ popd %{_libdir}/zxingcpp%{python3_ext_suffix} %changelog +* Wed Jun 28 2023 Vitaly Zaitsev - 2.0.0-3 +- Rebuilt due to fmt 10 update. + * Tue Jun 13 2023 Python Maint - 2.0.0-2 - Rebuilt for Python 3.12