From dd992433718911968404f7ac30ed3258824fbc647285ad2ebf768632596d14b3 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:24:37 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfourinline?expand=0&rev=54 --- kfourinline-17.04.3.tar.xz | 3 --- kfourinline-17.07.90.tar.xz | 3 +++ kfourinline.changes | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 kfourinline-17.04.3.tar.xz create mode 100644 kfourinline-17.07.90.tar.xz diff --git a/kfourinline-17.04.3.tar.xz b/kfourinline-17.04.3.tar.xz deleted file mode 100644 index c710a7f..0000000 --- a/kfourinline-17.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9233804394556050bd53ae4840f4e858dec2dbb9ac19d86024286f6cd70e9101 -size 573388 diff --git a/kfourinline-17.07.90.tar.xz b/kfourinline-17.07.90.tar.xz new file mode 100644 index 0000000..56e051e --- /dev/null +++ b/kfourinline-17.07.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2734b6bedeed0aa3e7184dd90c724a582a410d61636916d8df5a18c9be86e4a8 +size 572540 diff --git a/kfourinline.changes b/kfourinline.changes index 08d2719..8d0f716 100644 --- a/kfourinline.changes +++ b/kfourinline.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Aug 5 18:17:43 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.07.90 + * KDE Applications 17.07.90 + * https://www.kde.org/announcements/announce-applications-17.07.90.php + + ------------------------------------------------------------------- Sat Jul 15 22:59:50 CEST 2017 - lbeltrame@kde.org From 35bcf00f6dd195c18a7284ba14fe9ecb99525826502eab75a126c7f9537d6ab8 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:50:13 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfourinline?expand=0&rev=55 --- kfourinline.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kfourinline.spec b/kfourinline.spec index 55e20f6..5b34cde 100644 --- a/kfourinline.spec +++ b/kfourinline.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kfourinline -Version: 17.04.3 +Version: 17.07.90 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) From f23fdac70238049422e96410a31634113c8554c2a270ff55a62ae740c9820a49 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 22:56:02 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfourinline?expand=0&rev=56 --- kfourinline.changes | 19 +++++++++++++++++++ kfourinline.spec | 33 ++++++++++++++++++--------------- 2 files changed, 37 insertions(+), 15 deletions(-) diff --git a/kfourinline.changes b/kfourinline.changes index 8d0f716..86ae602 100644 --- a/kfourinline.changes +++ b/kfourinline.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Aug 11 22:45:28 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : + * Use Q_DECLARE_OVERRIDE + * Silence unused variable warnings. + * Do not require KCompletion. + * Port away from KDELibs4Support. + * Port away from KFileDialog. + * Port from KDialog to QDialog + * Port away from KButtonGroup. + * Port away from KStandardDirs. + * Port away from KVBox. + * Convert KF5 includes to camelCase. + * remove obsolete LSM file + ------------------------------------------------------------------- Sat Aug 5 18:17:43 UTC 2017 - christophe@krop.fr diff --git a/kfourinline.spec b/kfourinline.spec index 5b34cde..f9749fc 100644 --- a/kfourinline.spec +++ b/kfourinline.spec @@ -1,7 +1,7 @@ # # spec file for package kfourinline # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,36 +15,39 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %bcond_without lang Name: kfourinline Version: 17.07.90 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Four Wins game License: LGPL-2.0+ Group: Amusements/Toys/Other Url: http://www.kde.org Source0: kfourinline-%{version}.tar.xz -BuildRequires: libkdegames-devel BuildRequires: extra-cmake-modules -BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: kcompletion-devel BuildRequires: kconfig-devel +BuildRequires: kconfigwidgets-devel BuildRequires: kcoreaddons-devel BuildRequires: kcrash-devel -BuildRequires: ki18n-devel -BuildRequires: kdnssd-framework-devel -BuildRequires: kconfigwidgets-devel -BuildRequires: kcompletion-devel -BuildRequires: kxmlgui-devel BuildRequires: kdelibs4support-devel +BuildRequires: kdnssd-framework-devel +BuildRequires: ki18n-devel +BuildRequires: kxmlgui-devel +BuildRequires: libkdegames-devel BuildRequires: update-desktop-files +BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(Qt5Widgets) Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -73,14 +76,14 @@ Four wins is a two-player board game where you have to align four %files %defattr(-,root,root) %doc COPYING COPYING.DOC +%dir %{_kf5_configkcfgdir} +%doc %lang(en) %{_kf5_htmldir}/en/kfourinline/ +%{_kf5_applicationsdir}/org.kde.kfourinline.desktop +%{_kf5_appsdir}/kfourinline/ %{_kf5_bindir}/kfourinline %{_kf5_bindir}/kfourinlineproc -%{_kf5_applicationsdir}/org.kde.kfourinline.desktop -%{_kf5_htmldir}/en/kfourinline/ -%{_kf5_appsdir}/kfourinline/ -%{_kf5_iconsdir}/hicolor/*/*/kfourinline.* -%dir %{_kf5_configkcfgdir} %{_kf5_configkcfgdir}/kwin4.kcfg +%{_kf5_iconsdir}/hicolor/*/*/kfourinline.* %{_kf5_kxmlguidir}/kfourinline/ %if %{with lang} From e7acb258d4c903a92e31e38b8914907dc1b720589863c6e96dd94fc24d37c9a4 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 23:11:24 +0000 Subject: [PATCH 4/4] 17.08.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfourinline?expand=0&rev=57 --- kfourinline-17.07.90.tar.xz | 3 --- kfourinline-17.08.0.tar.xz | 3 +++ kfourinline.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 kfourinline-17.07.90.tar.xz create mode 100644 kfourinline-17.08.0.tar.xz diff --git a/kfourinline-17.07.90.tar.xz b/kfourinline-17.07.90.tar.xz deleted file mode 100644 index 56e051e..0000000 --- a/kfourinline-17.07.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2734b6bedeed0aa3e7184dd90c724a582a410d61636916d8df5a18c9be86e4a8 -size 572540 diff --git a/kfourinline-17.08.0.tar.xz b/kfourinline-17.08.0.tar.xz new file mode 100644 index 0000000..913509a --- /dev/null +++ b/kfourinline-17.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2055a15663221e5d231f40e5c815b3f66688e077eac9ccbecc992417ecceb0b +size 572580 diff --git a/kfourinline.spec b/kfourinline.spec index f9749fc..f27fc56 100644 --- a/kfourinline.spec +++ b/kfourinline.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: kfourinline -Version: 17.07.90 +Version: 17.08.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)