diff --git a/applications.keyring b/applications.keyring new file mode 100644 index 0000000..57c966e Binary files /dev/null and b/applications.keyring differ diff --git a/kbruch-19.04.3.tar.xz b/kbruch-19.04.3.tar.xz deleted file mode 100644 index 3c4fa43..0000000 --- a/kbruch-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:131455d024ead96cf2396cf6074a23584799c0793464b83eb3ecc2a455c5d355 -size 5600228 diff --git a/kbruch-19.08.0.tar.xz b/kbruch-19.08.0.tar.xz new file mode 100644 index 0000000..f7491ad --- /dev/null +++ b/kbruch-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c83039af494703e9d665eca2acde30bb4b94666b3dfe9092833e35f83a9541 +size 5604168 diff --git a/kbruch-19.08.0.tar.xz.sig b/kbruch-19.08.0.tar.xz.sig new file mode 100644 index 0000000..2405836 --- /dev/null +++ b/kbruch-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1Mxn8ACgkQ29LOiT4t +HIfuiQgAiuwM0GhVFJ3FxHmQ6YkXZ61C3fI34zIdPZf9E3X5XaRN1onq/og3GAzk +zd+Iooh12Y/VZy8WN4WeeAiuGfu0rURpAlj/HLFs9C+tkUPIjISwNNsVCqTdd3Ye +/B1hmn5JVmQTyY7PVYS9Dbd+nZXFrUHVQuRLgc9Yo3MxG/aBFnR3SVxcbWL3LWOM +X0F8QEjBngqyJ80TyUGTBjmr/aIkHxkSQm/+DhAL9fSrqwsAbHLel5Vq8h7U3AKZ +215m3VjaxfOTKmqZFA2h0h7hhgHHJ21ldPWjn93KUxpYT4TIAj7HNcAmM6I4KUW2 +nWg4kOulkfRSEoGw9CMSsEHVvol9tg== +=02MV +-----END PGP SIGNATURE----- diff --git a/kbruch.changes b/kbruch.changes index ab20d9f..3e92729 100644 --- a/kbruch.changes +++ b/kbruch.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Fri Aug 9 08:30:32 UTC 2019 - Christophe Giboudeaux + +- 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:48 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 +- No code changes since 19.07.80 + +------------------------------------------------------------------- +Tue Jul 23 11:58:58 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: + * Use more conservative boundingRect() as horizontalAdvance was introduced in Qt 5.11 only + * Get rid of obsolete width() + * Follow KDE_APPLICATIONS_VERSION + * Fix forward declaration + * It's time to use cmake 3.5 + * Exclude more files + * Make it compiles without foreach + ------------------------------------------------------------------- Sat Jul 13 07:26:34 UTC 2019 - lbeltrame@kde.org diff --git a/kbruch.spec b/kbruch.spec index 4769ea0..9ea338d 100644 --- a/kbruch.spec +++ b/kbruch.spec @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kbruch -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: Application to excercise fractions License: GPL-2.0-or-later Group: Amusements/Teaching/Mathematics -URL: http://edu.kde.org -Source0: %{name}-%{version}.tar.xz +URL: https://edu.kde.org +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 BuildRequires: kconfig-devel BuildRequires: kcrash-devel