Merge branch 'master' into epel8

This commit is contained in:
Denis Arnaud 2019-11-21 20:28:38 +01:00
commit ea0d19b549
3 changed files with 12 additions and 4 deletions

2
.gitignore vendored
View File

@ -4,7 +4,7 @@ opentrep-*.src.rpm
.gitignore
clog
.build-*
/opentrep-3.?.?
opentrep-opentrep-?.??.?/
/noarch
/x86_64
/tarballs/

5
opentrep.abignore Normal file
View File

@ -0,0 +1,5 @@
[suppress_file]
# Just keep DSOs that have a version number, i.e, which file name end-up with a version number.
# All other DSOs will be discarded and their changes won't be reported
file_name_not_regexp=.*\\.so\\.[0-9]+\\.[0-9]+\\.[0-9]+

View File

@ -14,7 +14,7 @@
#
Name: opentrep
Version: 0.07.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: C++ library providing a clean API for parsing travel-focused requests
@ -44,8 +44,8 @@ BuildRequires: protobuf-compiler
implementation, for parsing travel-focused requests.
It powers the https://transport-search.org Web site.
%{name} uses Xapian (https://www.xapian.org) for the Information Retrieval part,
on freely available travel-related data (e.g., country names and codes,
%{name} uses Xapian (https://www.xapian.org) for the Information Retrieval
part, on freely available travel-related data (e.g., country names and codes,
city names and codes, airline names and codes, etc.), mainly to be found in
the OpenTravelData project (https://github.com/opentraveldata/opentraveldata):
https://github.com/opentraveldata/opentraveldata/tree/master/opentraveldata
@ -208,6 +208,9 @@ rm -f %{_bindir}/py%{name}
%changelog
* Fri Nov 15 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.07.4-2
* Fixed the too long description line
* Mon Nov 11 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.07.4-1
- Upstream update to 0.07.4