Upstream update
This commit is contained in:
parent
5a35f69eb8
commit
e125db9e85
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,7 +4,7 @@ opentrep-*.src.rpm
|
||||
.gitignore
|
||||
clog
|
||||
.build-*
|
||||
opentrep-?.??.?/
|
||||
opentrep-?.??.*/
|
||||
/noarch
|
||||
/x86_64
|
||||
/tarballs/
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
#
|
||||
Name: opentrep
|
||||
Version: 0.07.9
|
||||
Release: 5%{?dist}
|
||||
Version: 0.07.10
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: C++ library providing a clean API for parsing travel-focused requests
|
||||
|
||||
@ -13,8 +13,6 @@ Summary: C++ library providing a clean API for parsing travel-focused req
|
||||
License: LGPLv2+ and BSD
|
||||
URL: https://github.com/trep/%{name}
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
# https://github.com/trep/opentrep/commit/6eb41cfbeb4d5ce20b0a5e1b523a98da7ad99585
|
||||
Patch0: opentrep-0.07.9-boost1_76.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
@ -118,7 +116,6 @@ and it is therefore not reliable.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake
|
||||
@ -200,6 +197,9 @@ rm -f %{_bindir}/py%{name}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Nov 14 2021 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.07.10-1
|
||||
- Upstream update
|
||||
|
||||
* Sun Nov 7 2021 Mamoru TASAKA <mtasaka@fedoraprorject.org> - 0.07.9-5
|
||||
- Upstream patch to build with boost 1.76
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (opentrep-0.07.9.tar.gz) = a9a5d28521aa028dfe9231697a3ed26d59baad85f02cc021512e5f9ba9ef3a79b77a79dd0b0c1db358e151a318dddb1e51a7c7a6b15825f6a14e2bed7976ce23
|
||||
SHA512 (opentrep-0.07.10.tar.gz) = 0e6d9d1dcb0a97edf40320ba413b940d869e593f8d243c14c9a5da4e7e48193a9877fffbd6a9888cabf36375b9739369f42995071742e867604de57aed9fe3e3
|
||||
|
Loading…
Reference in New Issue
Block a user