SHA256
1
0
forked from pool/kitinerary

Accepting request 855187 from KDE:Applications

KDE Applications 20.12.0

OBS-URL: https://build.opensuse.org/request/show/855187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kitinerary?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2020-12-17 15:55:43 +00:00 committed by Git OBS Bridge
commit 13634dee58
6 changed files with 57 additions and 27 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl+gqjcACgkQ29LOiT4t
HIe7QwgAiOwlLf9wmHyr4FB+lcU67yUWO15CXSbdEFUCdjLWWno7TWJy44PS3oC/
0m3e/KLsBdsdpXQKb5eE/TvlHcfcR/3nWFuW4Xg44+Ax4Hark2N8GcMq87EmCcMO
nHusUcQzrRm2rRtJ8NTnfEsUJKyzkBRg30vnR3w4vwQxND7QW4fjmzvSmxa478+H
FdZPM82MEfcp5e0RfvllXp+wxFZreZKfTLQKa9ZGJRSJ8TfMWQJ4ihvI+iBenHZH
MZBkxCwmKZ7tI5CimilhlcNCOysL6wfz20EW4/tHG3DJK4FauG3Y0VGPY105CWpY
QGoOdwA52764uMmkMNoML7j8M1nJhQ==
=DbwX
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl/JhH8ACgkQ29LOiT4t
HIfp8Af9GpRtNVV2Vaz5bqDNywOrriBEOOE3HH/DuFCoN0IlyvkdexHcGjOB6Gpz
ATiArEh1d0AasvCdU/QbKlKrKk5AKJLCRASwZ4DBg6Ijy7NsgD6kfc5Fj7tBTxaV
T37OgI8wlQkqEVPAsE8k5ioWImYh0vLOM8fM2Qht7uOkC1u5KtkF268mQjmsOt1K
j9K3YqsnSaOiPcSjvd4xkx8HaN07TNF3KL2l4yx0YHIX8z6RVdLCkM9OgXSjCfim
zroeDyoyL6Q4CCz8pZHx3jcUSW2vrFTPtyeAJDHcmTneDFmf01OnQSaFKwgVYegj
0eoZGRqPDDiiCQ0ZrqjAqbBPlQgnEw==
=RPu+
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Dec 5 23:16:30 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-12-apps-update
- Changes since 20.11.90:
* Consider horizontal flips in the PDF vector graphics transformation
-------------------------------------------------------------------
Fri Nov 27 15:16:45 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.11.90
* New feature release
- Changes since 20.11.80:
* Work around another variant of invalid JSON
* These tests don't need a QGuiApplication
-------------------------------------------------------------------
Sat Nov 14 00:01:43 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.11.80
* New feature release
- Too many changes to list here.
-------------------------------------------------------------------
Thu Nov 5 22:46:33 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -18,13 +18,17 @@
%bcond_without lang
Name: kitinerary
Version: 20.08.3
Version: 20.12.0
Release: 0
Summary: Data model and extraction system for travel reservations
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem
BuildRequires: libopenssl-devel
@ -40,10 +44,6 @@ BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5Test)
Requires: libKPimItinerary5 = %{version}
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
%if 0%{?suse_version} > 1500
BuildRequires: libphonenumber-devel
BuildRequires: cmake(ZXing)
@ -84,29 +84,33 @@ to build programs that use the kitinerary library.
%setup -q
%build
%cmake_kf5 -d build
%cmake_build
%cmake_kf5 -d build -- -DBUILD_TESTING=ON
%cmake_build
%install
%kf5_makeinstall -C build
%if %{with lang}
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --with-qt --all-name
%endif
%endif
%check
%ctest
%post -n libKPimItinerary5 -p /sbin/ldconfig
%postun -n libKPimItinerary5 -p /sbin/ldconfig
%files
%license LICENSES/*
%{_kf5_libexecdir}/kitinerary-extractor
%dir %{_kf5_sharedir}/mime
%dir %{_kf5_sharedir}/mime/packages
%{_kf5_libexecdir}/kitinerary-extractor
%{_kf5_sharedir}/mime/packages/application-vnd-kde-itinerary.xml
%files -n libKPimItinerary5
%license LICENSES/*
%{_kf5_libdir}/libKPimItinerary.so.*
%{_kf5_debugdir}/*.categories
%{_kf5_libdir}/libKPimItinerary.so.*
%files devel
%license LICENSES/*