Disable bootstrap after systemd rebuild
This commit is contained in:
parent
ab7bf0f2df
commit
adc4fcf9ca
@ -2,17 +2,17 @@
|
||||
%global so_ver 4
|
||||
|
||||
# Set to 1 when building a bootstrap for a bumped so-name.
|
||||
%global bootstrap 1
|
||||
%global bootstrap 0
|
||||
|
||||
%if 0%{?bootstrap}
|
||||
%global version_old 3.4.4
|
||||
%global so_ver_old 3
|
||||
%global version_old 4.0.2
|
||||
%global so_ver_old 4
|
||||
%endif
|
||||
|
||||
|
||||
Name: qrencode
|
||||
Version: 4.0.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Generate QR 2D barcodes
|
||||
|
||||
License: LGPLv2+
|
||||
@ -119,6 +119,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 25 2019 Björn Esser <besser82@fedoraproject.org> - 4.0.2-3
|
||||
- Disable bootstrap after systemd rebuild
|
||||
|
||||
* Tue Jun 25 2019 Björn Esser <besser82@fedoraproject.org> - 4.0.2-2
|
||||
- Implement bootstrap logic for so-name bumps
|
||||
|
||||
|
||||
1
sources
1
sources
@ -1,2 +1 @@
|
||||
SHA512 (qrencode-3.4.4.tar.bz2) = 4835d462542e37e5460635e0dd84e291ff0976a6aec61c63f9950c1e60b446bc913220726e14f6379322bfd32ccd9bcd5fceed9ca10cb95343c952d8472b983d
|
||||
SHA512 (qrencode-4.0.2.tar.bz2) = 2429c7938e32eacbaf327c029c7745ba33259f879661a8b6470cc617c780daf5bd1d5689599151df62e84badd2568eccab6c12f157331e512ab24a3899e0f002
|
||||
|
||||
Loading…
Reference in New Issue
Block a user