automatic version update by autodist [release 2.3.0-1mamba;Fri Jan 03 2025]

This commit is contained in:
2025-01-03 18:17:41 +01:00
parent 117718b0f3
commit 2e02017117

View File

@ -1,5 +1,5 @@
Name: zxing-cpp
Version: 2.2.1
Version: 2.3.0
Release: 1mamba
Summary: C++ port of ZXing
Group: System/Libraries
@ -37,7 +37,6 @@ Requires: pkg-config
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
@ -55,8 +54,6 @@ install -m0644 core/src/BitArray.h %{buildroot}%{_includedir}/ZXing/BitArray.h
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -79,6 +76,9 @@ install -m0644 core/src/BitArray.h %{buildroot}%{_includedir}/ZXing/BitArray.h
%doc README.md
%changelog
* Fri Jan 03 2025 Automatic Build System <autodist@openmamba.org> 2.3.0-1mamba
- automatic version update by autodist
* Tue Feb 27 2024 Automatic Build System <autodist@openmamba.org> 2.2.1-1mamba
- automatic version update by autodist