SHA256
1
0
forked from pool/kitinerary

Accepting request 771672 from KDE:Applications

KDE Applications 19.12.2

OBS-URL: https://build.opensuse.org/request/show/771672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kitinerary?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2020-02-10 20:48:43 +00:00 committed by Git OBS Bridge
commit bd9797f756
6 changed files with 34 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6497469e9966c9c21c2810a1f21c2633b89e54dafb74d5689aa24382e3824926
size 1179336

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl4T8XQACgkQ29LOiT4t
HIfpxQf+PBPLt1nXQhJesXorlGZw83hWyoceszWN1paEVnK7YBOTzBT+KDG6sLDu
GxZ8WiWJ016nQxBTATApHS23esVNOGGNgyNekypE9Uh+HdeJ7Wfl3LiMBViAq2Im
+zokl0LYKomziccnRGWfz9+6WuZvyomQt5IqBsuFcwG+HDj2eYQlDO1p4/Un7wMp
TNcj5+4e8smcT4x4pbWAmlr9iAmNyaMybZHeu6gM8cgOK6XSwpFS+N+Efmc62X5L
DBgD7QNZPF6yKgnmyuFpaALo6TeVElk+pVo1zLwdR54/J9POlDUK4oKwvoszjMvr
vrIA1bnE5L2QVCMXG0KekjnPeyseug==
=V/Ev
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ecee10bb1e6f06cd76ae58703835db20869597a8653aaaf3cfa7de99aba29171
size 1182776

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl45NDgACgkQ29LOiT4t
HIdPEggAlrYIn9VtGDHku+/MALbN1rW4uBAL/KwrmRLB54H5bgEZG1faIS7NdZW6
3gju9H0WafJi4wlOSQ6SQT/var8GHuHXefXfN8Xcj+cDpZt4SYLuY0kw7457uKub
prFKGimiZqf1VfZBvXVJrzH3KHPaKuass25Rn4LxfWklT2dFEE/O8VegrfzuqZs3
YNF6R8DAtg+fcKoyHknBgXInIE9pdBuTZfiMlNEtYLIZBV+pZgvNpqV6jy/Agg5Y
0SNm4baN/M9ljuqqOf/DW7d1vvxiuMXSGKhqZ1cZYSpH71JmfCphnlgkpT3TqY/m
Gt0QCrEcY3Gq9YM+TekL1wdVLOmqdw==
=sP0u
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Feb 7 08:37:37 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Wed Feb 5 06:29:15 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.12.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/releases/19.12.2
- Changes since 19.12.1:
* Fix merging of flight reservations with different IATA BCBP data
* Deal with the German language variant of Trenitalia tickets
* Move extractor engine capabilities string to the library
* Add walking distance accuracy level for the location comparison
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 7 10:00:42 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Tue Jan 7 10:00:42 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -18,7 +18,7 @@
%bcond_without lang %bcond_without lang
Name: kitinerary Name: kitinerary
Version: 19.12.1 Version: 19.12.2
Release: 0 Release: 0
Summary: Data model and extraction system for travel reservations Summary: Data model and extraction system for travel reservations
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -84,7 +84,7 @@ to build programs that use the kitinerary library.
%build %build
%cmake_kf5 -d build %cmake_kf5 -d build
%make_jobs %cmake_build
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build