BR: gcc-c++

epel9
Sandro Mani 7 years ago
parent fef3b04f2b
commit eb104cb511

@ -2,7 +2,7 @@
Name: uriparser Name: uriparser
Version: 0.8.5 Version: 0.8.5
Release: 1%{?dist} Release: 2%{?dist}
Summary: URI parsing library - RFC 3986 Summary: URI parsing library - RFC 3986
License: BSD License: BSD
@ -11,7 +11,7 @@ Source0: https://github.com/%{name}/%{name}/releases/download/%{name}-%{v
BuildRequires: cpptest-devel BuildRequires: cpptest-devel
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: gcc BuildRequires: gcc-c++
BuildRequires: graphviz BuildRequires: graphviz
BuildRequires: make BuildRequires: make
@ -80,6 +80,9 @@ LD_LIBRARY_PATH=".libs" make check
%changelog %changelog
* Wed Mar 07 2018 Sandro Mani <manisandro@gmail.com> - 0.8.5-2
- BR: gcc-c++
* Wed Feb 07 2018 Sandro Mani <manisandro@gmail.com> - 0.8.5-1 * Wed Feb 07 2018 Sandro Mani <manisandro@gmail.com> - 0.8.5-1
- Update to 0.8.5 - Update to 0.8.5
@ -119,7 +122,7 @@ LD_LIBRARY_PATH=".libs" make check
so package will build on aarch64. so package will build on aarch64.
* Fri Jan 09 2015 François Cami <fcami@fedoraproject.org> - 0.8.1-2 * Fri Jan 09 2015 François Cami <fcami@fedoraproject.org> - 0.8.1-2
- Use PIC. - Use PIC.
* Mon Jan 05 2015 François Cami <fcami@fedoraproject.org> - 0.8.1-1 * Mon Jan 05 2015 François Cami <fcami@fedoraproject.org> - 0.8.1-1
- Update to latest upstream. - Update to latest upstream.
@ -171,7 +174,7 @@ LD_LIBRARY_PATH=".libs" make check
- Changes in build system. - Changes in build system.
- Added: Qt Assistant documentation output - Added: Qt Assistant documentation output
- 0.7.2 - 0.7.2
- Improved and cleaned API - Improved and cleaned API
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-7 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

Loading…
Cancel
Save