From 4a4028c6b8b8c0b7038dd86890f49fc9065e550f Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Fri, 15 Nov 2019 14:39:15 +0100 Subject: [PATCH 1/3] Upstream update to 0.07.4 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ From 0ee007aafc16d054163a4859f6c288ac472f0697 Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Fri, 15 Nov 2019 14:47:50 +0100 Subject: [PATCH 2/3] * Fixed the too long description line --- opentrep.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/opentrep.spec b/opentrep.spec index 5aedcf1..d18a001 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 @@ -49,8 +49,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 @@ -213,6 +213,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 From 7be77c6124c793e291d8ce49f677a97c4b568b53 Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Fri, 15 Nov 2019 15:04:44 +0100 Subject: [PATCH 3/3] * Fixed the too long description line --- opentrep.abignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 opentrep.abignore 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]+ +