Add support for uint32 options
And backport several fixes Resolves: #2035143
This commit is contained in:
parent
b2c0659b10
commit
f162d502cc
1287
gflags-uint32-option-and-fixes.patch
Normal file
1287
gflags-uint32-option-and-fixes.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
Name: gflags
|
Name: gflags
|
||||||
Version: 2.1.2
|
Version: 2.1.2
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Library for commandline flag processing
|
Summary: Library for commandline flag processing
|
||||||
|
|
||||||
@ -9,6 +9,7 @@ License: BSD
|
|||||||
URL: https://gflags.github.io/gflags/
|
URL: https://gflags.github.io/gflags/
|
||||||
Source0: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Patch0: gflags-0001-Set-VERSION-property-of-library-targets-to-major.patch
|
Patch0: gflags-0001-Set-VERSION-property-of-library-targets-to-major.patch
|
||||||
|
Patch1: gflags-uint32-option-and-fixes.patch
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: python2-setuptools
|
BuildRequires: python2-setuptools
|
||||||
@ -60,6 +61,11 @@ This package contains development files for %{name}.
|
|||||||
%{_libdir}/cmake/%{name}
|
%{_libdir}/cmake/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 08 2023 Jiri Kucera <jkucera@redhat.com> - 1:2.1.2-8
|
||||||
|
- Add support for uint32 options
|
||||||
|
Plus backport several fixes
|
||||||
|
Resolves: #2035143
|
||||||
|
|
||||||
* Wed Feb 23 2022 Jiri Kucera <jkucera@redhat.com> - 1:2.1.2-7
|
* Wed Feb 23 2022 Jiri Kucera <jkucera@redhat.com> - 1:2.1.2-7
|
||||||
- Revert rebase back to 2.1.2
|
- Revert rebase back to 2.1.2
|
||||||
Related: #2035143
|
Related: #2035143
|
||||||
|
Loading…
Reference in New Issue
Block a user