diff --git a/.gitignore b/.gitignore index 567fb8d..adb6240 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ opentrep-*.src.rpm .gitignore clog .build-* -/opentrep-3.?.? +opentrep-opentrep-?.??.?/ /noarch /x86_64 /tarballs/ diff --git a/opentrep.abignore b/opentrep.abignore new file mode 100644 index 0000000..481609a --- /dev/null +++ b/opentrep.abignore @@ -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]+ + diff --git a/opentrep.spec b/opentrep.spec index 7063319..444b1ab 100644 --- a/opentrep.spec +++ b/opentrep.spec @@ -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 - 0.07.4-2 +* Fixed the too long description line + * Mon Nov 11 2019 Denis Arnaud - 0.07.4-1 - Upstream update to 0.07.4