SHA256
1
0
forked from pool/kitinerary

Accepting request 696378 from KDE:Applications

- Update to 19.04.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-19.04.0.php
- Changes since 19.03.90:
  * Fix extraction of arrival/departure time for Brussels Airlines
  * Add airline IATA code as trigger criteria for Brussels Airlines too

- Update to 19.03.90
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/announce-applications-19.04-rc.php
- Changes since 19.03.80:
  * Don't block airport name disambiguation on the "international" fragment
  * Make the email parser handle all kinds of line breaks
  * Normalize all place names, not just those of airports
  * Extend Amadeus filter
  * Support one more Lufthansa variation of this
  * Support English BCD ical files too
  * Fix compile, Qt5Widgets_VERSION isn't defined, use Qt5Core_VERSION instead
  * Workaround qt5.13 bug

- Update to 19.03.80
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/announce-applications-19.04-beta.php
- Changes since 18.12.3:
  * Too many changes to list here

OBS-URL: https://build.opensuse.org/request/show/696378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kitinerary?expand=0&rev=9
This commit is contained in:
Yuchen Lin 2019-04-26 20:51:50 +00:00 committed by Git OBS Bridge
commit b2dd646b61
4 changed files with 48 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Sat Apr 20 06:52:00 UTC 2019 - lbeltrame@kde.org
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- Changes since 19.03.90:
* Fix extraction of arrival/departure time for Brussels Airlines
* Add airline IATA code as trigger criteria for Brussels Airlines too
-------------------------------------------------------------------
Tue Apr 09 20:54:46 UTC 2019 - lbeltrame@kde.org
- Update to 19.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/announce-applications-19.04-rc.php
- Changes since 19.03.80:
* Don't block airport name disambiguation on the "international" fragment
* Make the email parser handle all kinds of line breaks
* Normalize all place names, not just those of airports
* Extend Amadeus filter
* Support one more Lufthansa variation of this
* Support English BCD ical files too
* Fix compile, Qt5Widgets_VERSION isn't defined, use Qt5Core_VERSION instead
* Workaround qt5.13 bug
-------------------------------------------------------------------
Wed Mar 27 06:41:12 UTC 2019 - lbeltrame@kde.org
- Update to 19.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/announce-applications-19.04-beta.php
- Changes since 18.12.3:
* Too many changes to list here
-------------------------------------------------------------------
Sat Mar 09 08:03:27 UTC 2019 - lbeltrame@kde.org

View File

@ -18,7 +18,7 @@
%bcond_without lang
Name: kitinerary
Version: 18.12.3
Version: 19.04.0
Release: 0
Summary: Data model and extraction system for travel reservations
License: LGPL-2.1-or-later
@ -35,6 +35,7 @@ BuildRequires: libpoppler-qt5-devel
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5Test)
Requires: libKPimItinerary5 = %{version}
%description
Kitinerary is a library which provides a data model and a system to extract information
@ -44,6 +45,7 @@ from travel reservations. The model can then be reused in other applications.
Summary: Data model and extraction system for travel reservations
Group: System/Libraries
Recommends: libKPimItinerary5-lang
Recommends: %{name}
%description -n libKPimItinerary5
Kitinerary is a library which provides a data model and a system to extract information
@ -77,6 +79,10 @@ to build programs that use the kitinerary library.
%post -n libKPimItinerary5 -p /sbin/ldconfig
%postun -n libKPimItinerary5 -p /sbin/ldconfig
%files
%license COPYING.LIB
%{_kf5_libexecdir}/kitinerary-extractor
%files -n libKPimItinerary5
%license COPYING.LIB
%{_kf5_libdir}/libKPimItinerary.so.*