SHA256
1
0
forked from pool/kitinerary

Accepting request 723663 from KDE:Applications

Applications 19.08.0 (forwarded request 723532 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/723663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kitinerary?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2019-08-16 13:38:09 +00:00 committed by Git OBS Bridge
commit 41340aa791
6 changed files with 56 additions and 6 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

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

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxoYACgkQ29LOiT4t
HIcX+Qf/WAGsmHRa/30lYe2PwEopQq36ORR25SwM6+bBEYX+DMk6R5lI6VcFbVhP
0IYz9cOyI1Umtk0Lrz5nyLsg73OtB5+LVLIjZcgls8PgjoKni6aR/Qa8YzciKuUA
dh6HU72SSUCaitLQAkiVZ5uVyhyidzenXnN2BxC/e2GjXIwVygoYwD7GAEMkWwau
ghjva8qxcV05Je6QFfp/lozq7fpyjc5hymKPismiD5dMVfLyMrDVoiz/PS0JQxDt
261fXX6ucssFDtBBPb3h5dete9h8345DC5owv9u2qGcDUCa7bgjU6AKR3G2LUpcv
zhcK3zj5fp05MnkIAic2/xgeKQt9Gw==
=tyOG
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Fri Aug 9 08:31:07 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 19.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.0.php
- No code change since 19.07.90
-------------------------------------------------------------------
Tue Aug 06 16:50:52 UTC 2019 - lbeltrame@kde.org
- Update to 19.07.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-rc.php
- Changes since 19.07.80:
* Adapt to KCalendarCore namespace change
* Update Wikidata data tables for 19.08 release
* Hotfix for ZXing master breaking pure QR code decoding for some reason
* Fix another method name typo
-------------------------------------------------------------------
Tue Jul 23 11:59:08 UTC 2019 - lbeltrame@kde.org
- Update to 19.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
- Changes since 19.04.3:
* Too many changes to list here
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 13 07:26:39 UTC 2019 - lbeltrame@kde.org Sat Jul 13 07:26:39 UTC 2019 - lbeltrame@kde.org

View File

@ -18,13 +18,17 @@
%bcond_without lang %bcond_without lang
Name: kitinerary Name: kitinerary
Version: 19.04.3 Version: 19.08.0
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
Group: System/GUI/KDE Group: System/GUI/KDE
URL: http://www.kde.org URL: https://www.kde.org
Source0: http://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules >= 1.0.0 BuildRequires: extra-cmake-modules >= 1.0.0
BuildRequires: kcalcore-devel BuildRequires: kcalcore-devel
BuildRequires: kcontacts-devel BuildRequires: kcontacts-devel
@ -32,6 +36,9 @@ BuildRequires: kf5-filesystem
BuildRequires: kmime-devel BuildRequires: kmime-devel
BuildRequires: kpkpass-devel BuildRequires: kpkpass-devel
BuildRequires: libpoppler-qt5-devel BuildRequires: libpoppler-qt5-devel
%if 0%{?suse_version} > 1510
BuildRequires: zxing-cpp-devel
%endif
BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Qml) BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Test)