diff --git a/zxing-cpp.spec b/zxing-cpp.spec index b49d6bf..d78dac7 100644 --- a/zxing-cpp.spec +++ b/zxing-cpp.spec @@ -1,24 +1,22 @@ Name: zxing-cpp -Version: 1.1.1 +Version: 1.2.0 Release: 1mamba Summary: C++ port of ZXing Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://github.com/nu-book/zxing-cpp.git +URL: https://github.com/nu-book/zxing-cpp ## GITSOURCE https://github.com/nu-book/zxing-cpp.git v1.0.8 Source: https://github.com/nu-book/zxing-cpp.git/v%{version}/zxing-cpp-%{version}.tar.bz2 License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libgcc BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: cmake Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description C++ port of ZXing. @@ -75,6 +73,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Sat May 29 2021 Automatic Build System 1.2.0-1mamba +- automatic version update by autodist + * Sun Sep 13 2020 Automatic Build System 1.1.1-1mamba - automatic version update by autodist