From f36e22b52b8b0eb5fea9533f21bb13d6f221c04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 14 Dec 2021 08:42:10 +0000 Subject: [PATCH] build python bindings --- zxing-cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zxing-cpp.spec b/zxing-cpp.spec index 3da7def..b874b60 100644 --- a/zxing-cpp.spec +++ b/zxing-cpp.spec @@ -1,6 +1,6 @@ Name: zxing-cpp Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ port of the ZXing ("Zebra Crossing") barcode scanning library # The entire source is ASL 2.0, except: @@ -145,5 +145,8 @@ popd %files -n python3-%{name} -f %{pyproject_files} %changelog +* Tue Dec 14 2021 Caolán McNamara 1.2.0-2 +- build python bindings + * Fri Dec 10 2021 Caolán McNamara 1.2.0-1 - initial import