From c1c065b158915bf8c660ac2ef391639dd19d12b9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 27 May 2014 13:11:51 +0000 Subject: [PATCH 001/179] Initial setup of the repo --- .gitignore | 0 sources | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29 From 77c967f39e2723408062974c296e7ed21f14d503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 27 May 2014 17:47:58 +0200 Subject: [PATCH 002/179] Import package (kf5-sonnet-4.99.0-3) --- .gitignore | 1 + kf5-sonnet.spec | 133 ++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 135 insertions(+) create mode 100644 kf5-sonnet.spec diff --git a/.gitignore b/.gitignore index e69de29..b07857d 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/sonnet-4.99.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec new file mode 100644 index 0000000..2c13492 --- /dev/null +++ b/kf5-sonnet.spec @@ -0,0 +1,133 @@ +#%define snapshot 20140205 +%define framework sonnet + +Name: kf5-%{framework} +Version: 4.99.0 +Release: 3%{?dist} +Summary: KDE Frameworks 5 Tier 1 solution for spell checking + +License: LGPLv2+ +URL: http://www.kde.org +# git archive --format=tar --prefix=%{framework}-%{version}/ \ +# --remote=git://anongit.kde.org/%{framework}.git master | \ +# bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2 +#Source0: %{name}-%{version}-%{snapshot}git.tar.bz2 +Source0: http://download.kde.org/unstable/frameworks/4.99.0/%{framework}-4.99.0.tar.xz + +BuildRequires: libupnp-devel +BuildRequires: systemd-devel +BuildRequires: aspell-devel +BuildRequires: hspell-devel +BuildRequires: hunspell-devel +BuildRequires: zlib-devel + +BuildRequires: kf5-rpm-macros +BuildRequires: extra-cmake-modules +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qttools-devel + +Requires: kf5-filesystem +Requires: kf5-sonnet-core%{?_isa} = %{version}-%{release} +Requires: kf5-sonnet-ui%{?_isa} = %{version}-%{release} + +%description +KDE Frameworks 5 Tier 1 solution for spell checking. + + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%package core +Summary: Non-gui part of the Sonnet framework + +%description core +Non-gui part of the Sonnet framework provides low-level spell checking tools + +%package ui +Summary: GUI part of the Sonnet framework +Requires: kf5-sonnet-core%{?_isa} = %{version}-%{release} + +%description ui +GUI part of the Sonnet framework provides widgets with spell checking support. + + +%prep +%setup -q -n %{framework}-%{version} + +%build +mkdir -p %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd + +make %{?_smp_mflags} -C %{_target_platform} + +%install +%make_install -C %{_target_platform} +%find_lang sonnet5_qt --with-qt --all-name + +%post core -p /sbin/ldconfig + +%postun core -p /sbin/ldconfig + +%post ui -p /sbin/ldconfig + +%postun ui -p /sbin/ldconfig + +%files +%doc COPYING.LIB README.md + +%files core +%{_kf5_libdir}/libKF5SonnetCore.so.* +%{_kf5_plugindir}/sonnet_clients +%{_kf5_datadir}/kf5/sonnet/trigrams.map + +%files ui -f sonnet5_qt.lang +%{_kf5_libdir}/libKF5SonnetUi.so.* + +%files devel +%{_kf5_includedir}/sonnet_version.h +%{_kf5_includedir}/SonnetCore +%{_kf5_includedir}/SonnetUi +%{_kf5_libdir}/libKF5SonnetCore.so +%{_kf5_libdir}/libKF5SonnetUi.so +%{_kf5_libdir}/cmake/KF5Sonnet +%{_kf5_archdatadir}/mkspecs/modules/qt_SonnetCore.pri +%{_kf5_archdatadir}/mkspecs/modules/qt_SonnetUi.pri + +%changelog +* Tue May 27 2014 Daniel Vrátil - 4.99.0-3 +- Fix license +- Fix changelog +- Add missing ldconfig for subpackages, remove ldconfig from base package + +* Tue May 06 2014 Daniel Vrátil - 4.99.0-2 +- Rebuild against updated kf5-rpm-macros + +* Mon May 05 2014 Daniel Vrátil - 4.99.0-1 +- KDE Frameworks 4.99.0 + +* Mon Mar 31 2014 Jan Grulich 4.98.0-1 +- Update to KDE Frameworks 5 Beta 1 (4.98.0) + +* Wed Mar 05 2014 Jan Grulich 4.97.0-1 +- Update to KDE Frameworks 5 Alpha 1 (4.97.0) + +* Wed Feb 12 2014 Daniel Vrátil 4.96.0-1 +- Update to KDE Frameworks 5 Alpha 1 (4.96.0) + +* Wed Feb 05 2014 Daniel Vrátil 4.96.0-0.1.20140205git +- Update to pre-release snapshot of 4.96.0 + +* Thu Jan 09 2014 Daniel Vrátil 4.95.0-1 +- Update to KDE Frameworks 5 TP1 (4.95.0) +- split to -core and -ui subpackages + +* Sat Jan 4 2014 Daniel Vrátil +- initial version diff --git a/sources b/sources index e69de29..3a1821d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +82aa19bbb80a4e6375e0066818694d95 sonnet-4.99.0.tar.xz From 618be7cf8ccfd167ebab5c274dfae9a8b3623863 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Thu, 29 May 2014 23:23:09 +0200 Subject: [PATCH 003/179] Drop BR aspell-devel and hspell-devel to avoid dragging the legacy checkers in * Thu May 29 2014 Kevin Kofler - 4.99.0-4 - Drop BR aspell-devel and hspell-devel to avoid dragging the legacy checkers in --- kf5-sonnet.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 2c13492..6918722 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 4.99.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -16,9 +16,10 @@ Source0: http://download.kde.org/unstable/frameworks/4.99.0/%{framework}- BuildRequires: libupnp-devel BuildRequires: systemd-devel -BuildRequires: aspell-devel -BuildRequires: hspell-devel BuildRequires: hunspell-devel +# legacy spellcheckers: We don't want to drag these in, we use Hunspell. +#BuildRequires: aspell-devel +#BuildRequires: hspell-devel BuildRequires: zlib-devel BuildRequires: kf5-rpm-macros @@ -102,6 +103,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_SonnetUi.pri %changelog +* Thu May 29 2014 Kevin Kofler - 4.99.0-4 +- Drop BR aspell-devel and hspell-devel to avoid dragging the legacy checkers in + * Tue May 27 2014 Daniel Vrátil - 4.99.0-3 - Fix license - Fix changelog From 7ee54e34c52386f59de5a21aa32dd0669fa0f671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 3 Jun 2014 12:32:14 +0200 Subject: [PATCH 004/179] KDE Frameworks 4.100.0 --- .gitignore | 1 + kf5-sonnet.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b07857d..86a4185 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /sonnet-4.99.0.tar.xz +/sonnet-4.100.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 6918722..99adf93 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,8 +2,8 @@ %define framework sonnet Name: kf5-%{framework} -Version: 4.99.0 -Release: 4%{?dist} +Version: 4.100.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -12,7 +12,7 @@ URL: http://www.kde.org # --remote=git://anongit.kde.org/%{framework}.git master | \ # bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2 #Source0: %{name}-%{version}-%{snapshot}git.tar.bz2 -Source0: http://download.kde.org/unstable/frameworks/4.99.0/%{framework}-4.99.0.tar.xz +Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz BuildRequires: libupnp-devel BuildRequires: systemd-devel @@ -103,6 +103,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_SonnetUi.pri %changelog +* Tue Jun 03 2014 Daniel Vrátil - 4.100.0-1 +- KDE Frameworks 4.100.0 + * Thu May 29 2014 Kevin Kofler - 4.99.0-4 - Drop BR aspell-devel and hspell-devel to avoid dragging the legacy checkers in diff --git a/sources b/sources index 3a1821d..1388c3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -82aa19bbb80a4e6375e0066818694d95 sonnet-4.99.0.tar.xz +bbf2423d309b555e27e079c90caa578d sonnet-4.100.0.tar.xz From fe7c138a583b14d7f160e75700ff663f958749e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 4 Jun 2014 11:23:02 +0200 Subject: [PATCH 005/179] Update plugins installation path --- kf5-sonnet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 99adf93..03d4fc3 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -86,7 +86,7 @@ make %{?_smp_mflags} -C %{_target_platform} %files core %{_kf5_libdir}/libKF5SonnetCore.so.* -%{_kf5_plugindir}/sonnet_clients +%{_kf5_plugindir}/sonnet %{_kf5_datadir}/kf5/sonnet/trigrams.map %files ui -f sonnet5_qt.lang From 451d34df0d956f95ff6f3b38ad51409f3a737360 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 21:42:39 -0500 Subject: [PATCH 006/179] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 03d4fc3..a4bf4c9 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 4.100.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -103,6 +103,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_SonnetUi.pri %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 4.100.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Tue Jun 03 2014 Daniel Vrátil - 4.100.0-1 - KDE Frameworks 4.100.0 From cd8a0a315c18b9751fffdb83ca1a082deee14d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 9 Jul 2014 15:33:04 +0200 Subject: [PATCH 007/179] KDE Frameworks 5.0.0 --- .gitignore | 1 + kf5-sonnet.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 86a4185..d80e42c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sonnet-4.99.0.tar.xz /sonnet-4.100.0.tar.xz +/sonnet-5.0.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index a4bf4c9..fc3eca2 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,8 +2,8 @@ %define framework sonnet Name: kf5-%{framework} -Version: 4.100.0 -Release: 2%{?dist} +Version: 5.0.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -12,7 +12,7 @@ URL: http://www.kde.org # --remote=git://anongit.kde.org/%{framework}.git master | \ # bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2 #Source0: %{name}-%{version}-%{snapshot}git.tar.bz2 -Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/stable/frameworks/%{version}/%{framework}-%{version}.tar.xz BuildRequires: libupnp-devel BuildRequires: systemd-devel @@ -103,6 +103,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_SonnetUi.pri %changelog +* Wed Jul 09 2014 Daniel Vrátil - 5.0.0-1 +- KDE Frameworks 5.0.0 + * Sun Jun 08 2014 Fedora Release Engineering - 4.100.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 1388c3d..2a1d94b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bbf2423d309b555e27e079c90caa578d sonnet-4.100.0.tar.xz +b5608009ca1d34e6fdfd4f89c9752eef sonnet-5.0.0.tar.xz From 7e3e97ffe83b9d67359a646a9f2baf9ba7bb61a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 6 Aug 2014 15:14:03 +0200 Subject: [PATCH 008/179] KDE Frameworks 5.1.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d80e42c..695a832 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /sonnet-4.99.0.tar.xz /sonnet-4.100.0.tar.xz /sonnet-5.0.0.tar.xz +/sonnet-5.1.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index fc3eca2..926e833 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,7 +2,7 @@ %define framework sonnet Name: kf5-%{framework} -Version: 5.0.0 +Version: 5.1.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -103,6 +103,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_SonnetUi.pri %changelog +* Wed Aug 06 2014 Daniel Vrátil - 5.1.0-1 +- KDE Frameworks 5.1.0 + * Wed Jul 09 2014 Daniel Vrátil - 5.0.0-1 - KDE Frameworks 5.0.0 diff --git a/sources b/sources index 2a1d94b..67f86f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b5608009ca1d34e6fdfd4f89c9752eef sonnet-5.0.0.tar.xz +a72f9fca576235ddb97b2c72fff11de0 sonnet-5.1.0.tar.xz From 8f9d69ff70e573e5d2cd3e0c2c82d79806b1ac34 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 17 Aug 2014 00:02:34 +0000 Subject: [PATCH 009/179] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 926e833..6b99bb7 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -103,6 +103,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_SonnetUi.pri %changelog +* Sun Aug 17 2014 Fedora Release Engineering - 5.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Wed Aug 06 2014 Daniel Vrátil - 5.1.0-1 - KDE Frameworks 5.1.0 From 3201bcb3e2c90b2b33b7c84ba1779a9f8dbf16ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 11 Sep 2014 11:30:40 +0200 Subject: [PATCH 010/179] KDE Frameworks 5.2.0 --- kf5-sonnet.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 6b99bb7..0c9b171 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,8 +2,8 @@ %define framework sonnet Name: kf5-%{framework} -Version: 5.1.0 -Release: 2%{?dist} +Version: 5.2.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -103,6 +103,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_SonnetUi.pri %changelog +* Thu Sep 11 2014 Daniel Vrátil - 5.2.0-1 +- KDE Frameworks 5.2.0 + * Sun Aug 17 2014 Fedora Release Engineering - 5.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 67f86f7..4f29752 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a72f9fca576235ddb97b2c72fff11de0 sonnet-5.1.0.tar.xz +a7677950fe0be128baf8a1fc9554f2f0 sonnet-5.2.0.tar.xz From 37e366162619341da62bd8ce8f652ad6dc5e9df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Oct 2014 13:04:56 +0200 Subject: [PATCH 011/179] KDE Frameworks 5.3.0 --- .gitignore | 2 ++ kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 695a832..9071d3b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /sonnet-4.100.0.tar.xz /sonnet-5.0.0.tar.xz /sonnet-5.1.0.tar.xz +/sonnet-5.2.0.tar.xz +/sonnet-5.3.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 0c9b171..cd38963 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,7 +2,7 @@ %define framework sonnet Name: kf5-%{framework} -Version: 5.2.0 +Version: 5.3.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -103,6 +103,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_SonnetUi.pri %changelog +* Tue Oct 07 2014 Daniel Vrátil - 5.3.0-1 +- KDE Frameworks 5.3.0 + * Thu Sep 11 2014 Daniel Vrátil - 5.2.0-1 - KDE Frameworks 5.2.0 diff --git a/sources b/sources index 4f29752..ab62420 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a7677950fe0be128baf8a1fc9554f2f0 sonnet-5.2.0.tar.xz +e2c5c3e67fc02c34a498a71ee5970575 sonnet-5.3.0.tar.xz From 5982bef35c1a62552608882d6ea02bb11e306aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 12:09:56 +0100 Subject: [PATCH 012/179] KDE Frameworks 5.4.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9071d3b..adac507 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /sonnet-5.1.0.tar.xz /sonnet-5.2.0.tar.xz /sonnet-5.3.0.tar.xz +/sonnet-5.4.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index cd38963..ce0c453 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,7 +2,7 @@ %define framework sonnet Name: kf5-%{framework} -Version: 5.3.0 +Version: 5.4.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -103,6 +103,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_SonnetUi.pri %changelog +* Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 +- KDE Frameworks 5.4.0 + * Tue Oct 07 2014 Daniel Vrátil - 5.3.0-1 - KDE Frameworks 5.3.0 diff --git a/sources b/sources index ab62420..35b584c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e2c5c3e67fc02c34a498a71ee5970575 sonnet-5.3.0.tar.xz +c100990572daeb8d07968671246674eb sonnet-5.4.0.tar.xz From eadee61c8f5cd364fe3a3232c15d8be3d00c4950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 12:54:11 +0100 Subject: [PATCH 013/179] Clean up spec file, autodetect stable/unstable download folder --- kf5-sonnet.spec | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index ce0c453..062a08c 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,4 +1,3 @@ -#%define snapshot 20140205 %define framework sonnet Name: kf5-%{framework} @@ -8,18 +7,18 @@ Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ URL: http://www.kde.org -# git archive --format=tar --prefix=%{framework}-%{version}/ \ -# --remote=git://anongit.kde.org/%{framework}.git master | \ -# bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2 -#Source0: %{name}-%{version}-%{snapshot}git.tar.bz2 -Source0: http://download.kde.org/stable/frameworks/%{version}/%{framework}-%{version}.tar.xz + +%global revision %(echo %{version} | cut -d. -f3) +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif +Source0: http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-%{version}.tar.xz BuildRequires: libupnp-devel BuildRequires: systemd-devel BuildRequires: hunspell-devel -# legacy spellcheckers: We don't want to drag these in, we use Hunspell. -#BuildRequires: aspell-devel -#BuildRequires: hspell-devel BuildRequires: zlib-devel BuildRequires: kf5-rpm-macros @@ -73,22 +72,21 @@ make %{?_smp_mflags} -C %{_target_platform} %make_install -C %{_target_platform} %find_lang sonnet5_qt --with-qt --all-name -%post core -p /sbin/ldconfig - -%postun core -p /sbin/ldconfig - -%post ui -p /sbin/ldconfig - -%postun ui -p /sbin/ldconfig %files %doc COPYING.LIB README.md +%post core -p /sbin/ldconfig +%postun core -p /sbin/ldconfig + %files core %{_kf5_libdir}/libKF5SonnetCore.so.* %{_kf5_plugindir}/sonnet %{_kf5_datadir}/kf5/sonnet/trigrams.map +%post ui -p /sbin/ldconfig +%postun ui -p /sbin/ldconfig + %files ui -f sonnet5_qt.lang %{_kf5_libdir}/libKF5SonnetUi.so.* @@ -102,6 +100,7 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_SonnetCore.pri %{_kf5_archdatadir}/mkspecs/modules/qt_SonnetUi.pri + %changelog * Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 - KDE Frameworks 5.4.0 From 4aa1fe1426c7402962928b729d98b69b5bc41cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 13:35:55 +0100 Subject: [PATCH 014/179] Use %global instead of %define --- kf5-sonnet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 062a08c..762e2cb 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,4 +1,4 @@ -%define framework sonnet +%global framework sonnet Name: kf5-%{framework} Version: 5.4.0 From b59ead23ce42043976194243379e0d831fc49e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 8 Dec 2014 15:08:08 +0100 Subject: [PATCH 015/179] KDE Frameworks 5.5.0 --- .gitignore | 1 + kf5-sonnet.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index adac507..85068c0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /sonnet-5.2.0.tar.xz /sonnet-5.3.0.tar.xz /sonnet-5.4.0.tar.xz +/sonnet-5.5.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 762e2cb..a58fbc0 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,20 +1,21 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ URL: http://www.kde.org +%global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz BuildRequires: libupnp-devel BuildRequires: systemd-devel @@ -102,6 +103,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Mon Dec 08 2014 Daniel Vrátil - 5.5.0-1 +- KDE Frameworks 5.5.0 + * Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 - KDE Frameworks 5.4.0 diff --git a/sources b/sources index 35b584c..5b38e11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c100990572daeb8d07968671246674eb sonnet-5.4.0.tar.xz +8721faf134496a9bd7eaa3a779b30909 sonnet-5.5.0.tar.xz From aa82234f86170e97a7389330f74b6fa35e0caeb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Jan 2015 14:40:16 +0100 Subject: [PATCH 016/179] KDE Frameworks 5.6.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 85068c0..96e1322 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /sonnet-5.3.0.tar.xz /sonnet-5.4.0.tar.xz /sonnet-5.5.0.tar.xz +/sonnet-5.6.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index a58fbc0..51ce7a0 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,7 +1,7 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.5.0 +Version: 5.6.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -103,6 +103,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Thu Jan 08 2015 Daniel Vrátil - 5.6.0-1 +- KDE Frameworks 5.6.0 + * Mon Dec 08 2014 Daniel Vrátil - 5.5.0-1 - KDE Frameworks 5.5.0 diff --git a/sources b/sources index 5b38e11..5ba5645 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8721faf134496a9bd7eaa3a779b30909 sonnet-5.5.0.tar.xz +93751525912fb925622000bf93dff1c7 sonnet-5.6.0.tar.xz From ab6807a33c34085c78c23482e784a65d6bcac79c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Feb 2015 13:13:01 +0100 Subject: [PATCH 017/179] KDE Frameworks 5.7.0 --- kf5-sonnet.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 51ce7a0..54567d7 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,7 +1,7 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.6.0 +Version: 5.7.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -38,6 +38,7 @@ KDE Frameworks 5 Tier 1 solution for spell checking. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: qt5-qtbase-devel %description devel The %{name}-devel package contains libraries and header files for @@ -103,6 +104,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Mon Feb 16 2015 Daniel Vrátil - 5.7.0-1 +- KDE Frameworks 5.7.0 + * Thu Jan 08 2015 Daniel Vrátil - 5.6.0-1 - KDE Frameworks 5.6.0 From 2b3610440f354de336b0711642725f643ca98e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Feb 2015 14:59:14 +0100 Subject: [PATCH 018/179] Update sources --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 96e1322..104116f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /sonnet-5.4.0.tar.xz /sonnet-5.5.0.tar.xz /sonnet-5.6.0.tar.xz +/sonnet-5.7.0.tar.xz diff --git a/sources b/sources index 5ba5645..f3a5b55 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93751525912fb925622000bf93dff1c7 sonnet-5.6.0.tar.xz +efd59a609e5992ae0094399f6b72af3f sonnet-5.7.0.tar.xz From db88e2c09dfe7db2acf314647029fa1524c0bbfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 27 Feb 2015 18:10:20 +0100 Subject: [PATCH 019/179] Rebuild (GCC 5) --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 54567d7..c6e0fc5 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -104,6 +104,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Fri Feb 27 2015 Daniel Vrátil - 5.7.0-2 +- Rebuild (GCC 5) + * Mon Feb 16 2015 Daniel Vrátil - 5.7.0-1 - KDE Frameworks 5.7.0 From f7d8b817f2e176a0202520a2a612f913cfbc3056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Mar 2015 12:53:33 +0100 Subject: [PATCH 020/179] KDE Frameworks 5.8.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 104116f..359749d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /sonnet-5.5.0.tar.xz /sonnet-5.6.0.tar.xz /sonnet-5.7.0.tar.xz +/sonnet-5.8.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index c6e0fc5..7203c94 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,8 +1,8 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.7.0 -Release: 2%{?dist} +Version: 5.8.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -104,6 +104,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Mon Mar 16 2015 Daniel Vrátil - 5.8.0-1 +- KDE Frameworks 5.8.0 + * Fri Feb 27 2015 Daniel Vrátil - 5.7.0-2 - Rebuild (GCC 5) diff --git a/sources b/sources index f3a5b55..103f280 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -efd59a609e5992ae0094399f6b72af3f sonnet-5.7.0.tar.xz +8659877b3de50f061a055aa35e4ec1e9 sonnet-5.8.0.tar.xz From 6a0753864f7e601bb6c34c720c78ebc5f1b299a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Apr 2015 13:08:00 +0200 Subject: [PATCH 021/179] KDE Frameworks 5.9.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 359749d..d792c89 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /sonnet-5.6.0.tar.xz /sonnet-5.7.0.tar.xz /sonnet-5.8.0.tar.xz +/sonnet-5.9.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 7203c94..c8cab86 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,7 +1,7 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.8.0 +Version: 5.9.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -104,6 +104,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Tue Apr 07 2015 Daniel Vrátil - 5.9.0-1 +- KDE Frameworks 5.9.0 + * Mon Mar 16 2015 Daniel Vrátil - 5.8.0-1 - KDE Frameworks 5.8.0 diff --git a/sources b/sources index 103f280..e1efb0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8659877b3de50f061a055aa35e4ec1e9 sonnet-5.8.0.tar.xz +3810fa24657b3d34ff552a1a50160b9e sonnet-5.9.0.tar.xz From b8450a06b022f9b8a67105b8182080b76e7acb50 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 May 2015 14:50:17 +0200 Subject: [PATCH 022/179] Rebuilt for GCC 5 C++11 ABI change --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index c8cab86..f4b11b6 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -104,6 +104,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Sat May 02 2015 Kalev Lember - 5.9.0-2 +- Rebuilt for GCC 5 C++11 ABI change + * Tue Apr 07 2015 Daniel Vrátil - 5.9.0-1 - KDE Frameworks 5.9.0 From 0a09a6ebbe37cce87bc0fe66ebc030e72a785466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 11 May 2015 11:13:38 +0200 Subject: [PATCH 023/179] KDE Frameworks 5.10.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d792c89..5f9e15d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /sonnet-5.7.0.tar.xz /sonnet-5.8.0.tar.xz /sonnet-5.9.0.tar.xz +/sonnet-5.10.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index f4b11b6..358b4f6 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,8 +1,8 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.9.0 -Release: 2%{?dist} +Version: 5.10.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -104,6 +104,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Mon May 11 2015 Daniel Vrátil - 5.10.0-1 +- KDE Frameworks 5.10.0 + * Sat May 02 2015 Kalev Lember - 5.9.0-2 - Rebuilt for GCC 5 C++11 ABI change diff --git a/sources b/sources index e1efb0c..ea19a18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3810fa24657b3d34ff552a1a50160b9e sonnet-5.9.0.tar.xz +169c46a61f2e98ec5e1e6eea26bfa015 sonnet-5.10.0.tar.xz From aa18013c9b7cb796f87f704f6311b7443778dce1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 3 Jun 2015 10:30:34 -0500 Subject: [PATCH 024/179] .spec cosmetics, excplicitly own dirs, use %find_lang_kf5 --- kf5-sonnet.spec | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 358b4f6..7e9fcaa 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -28,8 +28,8 @@ BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qttools-devel Requires: kf5-filesystem -Requires: kf5-sonnet-core%{?_isa} = %{version}-%{release} -Requires: kf5-sonnet-ui%{?_isa} = %{version}-%{release} +Requires: %{name}-core%{?_isa} = %{version}-%{release} +Requires: %{name}-ui%{?_isa} = %{version}-%{release} %description KDE Frameworks 5 Tier 1 solution for spell checking. @@ -53,7 +53,7 @@ Non-gui part of the Sonnet framework provides low-level spell checking tools %package ui Summary: GUI part of the Sonnet framework -Requires: kf5-sonnet-core%{?_isa} = %{version}-%{release} +Requires: %{name}-core%{?_isa} = %{version}-%{release} %description ui GUI part of the Sonnet framework provides widgets with spell checking support. @@ -62,17 +62,20 @@ GUI part of the Sonnet framework provides widgets with spell checking support. %prep %setup -q -n %{framework}-%{version} + %build -mkdir -p %{_target_platform} +mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. popd make %{?_smp_mflags} -C %{_target_platform} + %install -%make_install -C %{_target_platform} -%find_lang sonnet5_qt --with-qt --all-name +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + +%find_lang_kf5 sonnet5_qt %files @@ -83,7 +86,9 @@ make %{?_smp_mflags} -C %{_target_platform} %files core %{_kf5_libdir}/libKF5SonnetCore.so.* -%{_kf5_plugindir}/sonnet +%dir %{_kf5_plugindir}/sonnet/ +%{_kf5_plugindir}/sonnet/hunspell.so +%dir %{_kf5_datadir}/kf5/sonnet/ %{_kf5_datadir}/kf5/sonnet/trigrams.map %post ui -p /sbin/ldconfig @@ -104,6 +109,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Wed Jun 03 2015 Rex Dieter 5.10.0-2 +- .spec cosmetics, excplicitly own dirs, use %%find_lang_kf5 + * Mon May 11 2015 Daniel Vrátil - 5.10.0-1 - KDE Frameworks 5.10.0 From b5eee1f5e7ed2465aed5499222fbe226384844c6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 3 Jun 2015 12:45:47 -0500 Subject: [PATCH 025/179] fix myspell dictionary path lookup (fedora uses /usr/share/myspell, not /usr/share/myspell/dicts) --- kf5-sonnet.spec | 11 ++++++++++- sonnet-5.10.0-myspell_path.patch | 27 +++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 sonnet-5.10.0-myspell_path.patch diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 7e9fcaa..eaca591 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.10.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -17,6 +17,10 @@ URL: http://www.kde.org %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +## downstream patches +# adjust hard-coded mysql dict paths to what fedora uses +Patch1: sonnet-5.10.0-myspell_path.patch + BuildRequires: libupnp-devel BuildRequires: systemd-devel BuildRequires: hunspell-devel @@ -62,6 +66,8 @@ GUI part of the Sonnet framework provides widgets with spell checking support. %prep %setup -q -n %{framework}-%{version} +%patch1 -p1 -b .myspell_path + %build mkdir %{_target_platform} @@ -109,6 +115,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jun 03 2015 Rex Dieter 5.10.0-3 +- fix myspell dictionary path lookup (fedora uses /usr/share/myspell, not /usr/share/myspell/dicts) + * Wed Jun 03 2015 Rex Dieter 5.10.0-2 - .spec cosmetics, excplicitly own dirs, use %%find_lang_kf5 diff --git a/sonnet-5.10.0-myspell_path.patch b/sonnet-5.10.0-myspell_path.patch new file mode 100644 index 0000000..0fd3053 --- /dev/null +++ b/sonnet-5.10.0-myspell_path.patch @@ -0,0 +1,27 @@ +diff -up sonnet-5.10.0/src/plugins/hunspell/hunspellclient.cpp.myspell_path sonnet-5.10.0/src/plugins/hunspell/hunspellclient.cpp +--- sonnet-5.10.0/src/plugins/hunspell/hunspellclient.cpp.myspell_path 2015-05-03 10:28:45.000000000 -0500 ++++ sonnet-5.10.0/src/plugins/hunspell/hunspellclient.cpp 2015-06-03 11:30:16.509324330 -0500 +@@ -47,7 +47,7 @@ SpellerPlugin *HunspellClient::createSpe + QStringList HunspellClient::languages() const + { + QStringList lst; +- QDir dir(QStringLiteral("/usr/share/myspell/dicts/")); ++ QDir dir(QStringLiteral("/usr/share/myspell/")); + if (dir.exists()) { + QStringList lstDic = dir.entryList(QStringList(QStringLiteral("*.dic")), QDir::Files); + foreach (const QString &tmp, lstDic) { +diff -up sonnet-5.10.0/src/plugins/hunspell/hunspelldict.cpp.myspell_path sonnet-5.10.0/src/plugins/hunspell/hunspelldict.cpp +--- sonnet-5.10.0/src/plugins/hunspell/hunspelldict.cpp.myspell_path 2015-06-03 11:26:37.874222011 -0500 ++++ sonnet-5.10.0/src/plugins/hunspell/hunspelldict.cpp 2015-06-03 11:30:36.993427926 -0500 +@@ -31,9 +31,9 @@ HunspellDict::HunspellDict(const QString + : SpellerPlugin(lang), m_speller(0) + { + qCDebug(SONNET_HUNSPELL) << " HunspellDict::HunspellDict( const QString& lang ):" << lang; +- QString dic = QStringLiteral("/usr/share/myspell/dicts/%1.dic").arg(lang); ++ QString dic = QStringLiteral("/usr/share/myspell/%1.dic").arg(lang); + if (QFileInfo(dic).exists()) { +- m_speller = new Hunspell(QStringLiteral("/usr/share/myspell/dicts/%1.aff").arg(lang).toUtf8().constData(), dic.toUtf8().constData()); ++ m_speller = new Hunspell(QStringLiteral("/usr/share/myspell/%1.aff").arg(lang).toUtf8().constData(), dic.toUtf8().constData()); + } else { + m_speller = 0; + } From c03dd6eac2b9b1ebab26f8d21710eb42f0e8a580 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 3 Jun 2015 12:54:28 -0500 Subject: [PATCH 026/179] bug reference --- kf5-sonnet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index eaca591..3ae0b09 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -116,7 +116,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog * Wed Jun 03 2015 Rex Dieter 5.10.0-3 -- fix myspell dictionary path lookup (fedora uses /usr/share/myspell, not /usr/share/myspell/dicts) +- fix myspell dictionary path lookup (#1227536) * Wed Jun 03 2015 Rex Dieter 5.10.0-2 - .spec cosmetics, excplicitly own dirs, use %%find_lang_kf5 From a494b7441a4e3f8544754a7b91a072be3f94b230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 10 Jun 2015 14:28:25 +0200 Subject: [PATCH 027/179] KDE Frameworks 5.11.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5f9e15d..5c30ffa 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /sonnet-5.8.0.tar.xz /sonnet-5.9.0.tar.xz /sonnet-5.10.0.tar.xz +/sonnet-5.11.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 3ae0b09..8e2d809 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,8 +1,8 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.10.0 -Release: 3%{?dist} +Version: 5.11.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -115,6 +115,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jun 10 2015 Daniel Vrátil - 5.11.0-1 +- KDE Frameworks 5.11.0 + * Wed Jun 03 2015 Rex Dieter 5.10.0-3 - fix myspell dictionary path lookup (#1227536) diff --git a/sources b/sources index ea19a18..6b6a2f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -169c46a61f2e98ec5e1e6eea26bfa015 sonnet-5.10.0.tar.xz +6359c0e401d2c08cdb763bb35f14af75 sonnet-5.11.0.tar.xz From 0858a74e9bec7e22215e62112b153f326362f7c6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 13:19:34 +0000 Subject: [PATCH 028/179] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 8e2d809..ecf6a12 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -115,6 +115,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 5.11.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Jun 10 2015 Daniel Vrátil - 5.11.0-1 - KDE Frameworks 5.11.0 From cda693e16298c26ef61847164b2106d3d043b343 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 9 Jul 2015 14:45:05 -0500 Subject: [PATCH 029/179] 5.12.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5c30ffa..f4341de 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /sonnet-5.9.0.tar.xz /sonnet-5.10.0.tar.xz /sonnet-5.11.0.tar.xz +/sonnet-5.12.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index ecf6a12..cde8893 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,8 +1,8 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.11.0 -Release: 2%{?dist} +Version: 5.12.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -115,6 +115,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jul 09 2015 Rex Dieter - 5.12.0-1 +- 5.12.0 + * Wed Jun 17 2015 Fedora Release Engineering - 5.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 6b6a2f8..a11bd08 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6359c0e401d2c08cdb763bb35f14af75 sonnet-5.11.0.tar.xz +070f07fbbfc7badf061d6cd46706a39e sonnet-5.12.0.tar.xz From 88ce961798da9b17757ec7cb31e57f59546276ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 19 Aug 2015 16:51:30 +0200 Subject: [PATCH 030/179] KDE Frameworks 5.13.0 --- .gitignore | 1 + kf5-sonnet.spec | 17 +++++++++++++---- sources | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f4341de..572900c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /sonnet-5.10.0.tar.xz /sonnet-5.11.0.tar.xz /sonnet-5.12.0.tar.xz +/sonnet-5.13.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index cde8893..3a81b95 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,7 +1,7 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.12.0 +Version: 5.13.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -26,12 +26,12 @@ BuildRequires: systemd-devel BuildRequires: hunspell-devel BuildRequires: zlib-devel -BuildRequires: kf5-rpm-macros -BuildRequires: extra-cmake-modules +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: extra-cmake-modules >= %{version} BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qttools-devel -Requires: kf5-filesystem +Requires: kf5-filesystem >= %{version} Requires: %{name}-core%{?_isa} = %{version}-%{release} Requires: %{name}-ui%{?_isa} = %{version}-%{release} @@ -115,6 +115,15 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 +- KDE Frameworks 5.13.0 + +* Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 +- KDE Frameworks 5.13.0 + +* Tue Aug 11 2015 Daniel Vrátil - 5.13.0-0.1 +- KDE Frameworks 5.13 + * Thu Jul 09 2015 Rex Dieter - 5.12.0-1 - 5.12.0 diff --git a/sources b/sources index a11bd08..9c3bf87 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -070f07fbbfc7badf061d6cd46706a39e sonnet-5.12.0.tar.xz +99729551e032db0322b0915a4eba5d68 sonnet-5.13.0.tar.xz From 02ec2a2e57e7c3467a57d33eec969287e76ec317 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 14 Sep 2015 06:39:20 -0500 Subject: [PATCH 031/179] QT_HASH_SEED=0, to workaround multilib conflicts (#1262746) --- kf5-sonnet.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 3a81b95..83e3238 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.13.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -70,6 +70,10 @@ GUI part of the Sonnet framework provides widgets with spell checking support. %build +# HACK to avoid multilib conflicts in /usr/share/kf5/sonnet/trigrams.map +# https://bugzilla.redhat.com/show_bug.cgi?id=1262746 +QT_HASH_SEED=0; export QT_HASH_SEED + mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. @@ -115,6 +119,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Sep 14 2015 Rex Dieter 5.13.0-2 +- QT_HASH_SEED=0, to workaround multilib conflicts (#1262746) + * Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 - KDE Frameworks 5.13.0 From efbc640e697fdd47d2d6b93d6ebd73ca20a35108 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Sep 2015 13:54:49 -0500 Subject: [PATCH 032/179] try harder, use QMap instead of QHash to workaround multilib conflicts (#1262746) --- kf5-sonnet.spec | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 83e3238..b3c747b 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.13.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -21,8 +21,10 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{fra # adjust hard-coded mysql dict paths to what fedora uses Patch1: sonnet-5.10.0-myspell_path.patch -BuildRequires: libupnp-devel -BuildRequires: systemd-devel +# workaround multilib conflicts in trigrams.map by using QMap instead of QHash +# https://bugzilla.redhat.com/show_bug.cgi?id=1262746 +Patch2: sonnet-5.13.0-multilib.patch + BuildRequires: hunspell-devel BuildRequires: zlib-devel @@ -67,13 +69,10 @@ GUI part of the Sonnet framework provides widgets with spell checking support. %setup -q -n %{framework}-%{version} %patch1 -p1 -b .myspell_path +%patch2 -p1 -b .multilib %build -# HACK to avoid multilib conflicts in /usr/share/kf5/sonnet/trigrams.map -# https://bugzilla.redhat.com/show_bug.cgi?id=1262746 -QT_HASH_SEED=0; export QT_HASH_SEED - mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. @@ -119,6 +118,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Sep 15 2015 Rex Dieter 5.13.0-3 +- try harder, use QMap instead of QHash to workaround multilib conflicts (#1262746) + * Mon Sep 14 2015 Rex Dieter 5.13.0-2 - QT_HASH_SEED=0, to workaround multilib conflicts (#1262746) From 256212d11f6cf2ab0db3f8c4e93ccc52bbb21dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 16 Sep 2015 13:48:45 +0200 Subject: [PATCH 033/179] KDE Frameworks 5.14.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 572900c..4a26ec6 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /sonnet-5.11.0.tar.xz /sonnet-5.12.0.tar.xz /sonnet-5.13.0.tar.xz +/sonnet-5.14.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index b3c747b..8443c3f 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,8 +1,8 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.13.0 -Release: 3%{?dist} +Version: 5.14.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -118,6 +118,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Sep 16 2015 Daniel Vrátil - 5.14.0-1 +- KDE Frameworks 5.14.0 + * Tue Sep 15 2015 Rex Dieter 5.13.0-3 - try harder, use QMap instead of QHash to workaround multilib conflicts (#1262746) diff --git a/sources b/sources index 9c3bf87..119d004 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99729551e032db0322b0915a4eba5d68 sonnet-5.13.0.tar.xz +19ee48d23eb44e3ba5c101112474775e sonnet-5.14.0.tar.xz From 3a76c8d97d0cc9f15d086706a575b323095e8a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 16 Sep 2015 14:51:14 +0200 Subject: [PATCH 034/179] Add missing multilib patch --- sonnet-5.13.0-multilib.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sonnet-5.13.0-multilib.patch diff --git a/sonnet-5.13.0-multilib.patch b/sonnet-5.13.0-multilib.patch new file mode 100644 index 0000000..22de4ab --- /dev/null +++ b/sonnet-5.13.0-multilib.patch @@ -0,0 +1,13 @@ +diff --git a/data/parsetrigrams.cpp b/data/parsetrigrams.cpp +index a2c5ef9..1c746e4 100644 +--- a/data/parsetrigrams.cpp ++++ b/data/parsetrigrams.cpp +@@ -42,7 +42,7 @@ int main(int argc, char **argv) + QString path = QLatin1String(argv[1]); + QDir td(path); + +- QHash< QString, QHash > models; ++ QMap< QString, QMap > models; + + QStringList files = td.entryList(QDir::Files); + From 84e0175c4191325e6fdc92c7fbd1e0f8289a880d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Oct 2015 15:07:58 +0200 Subject: [PATCH 035/179] KDE Frameworks 5.15.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4a26ec6..bdbf914 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /sonnet-5.12.0.tar.xz /sonnet-5.13.0.tar.xz /sonnet-5.14.0.tar.xz +/sonnet-5.15.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 8443c3f..e4ee43c 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,7 +1,7 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.14.0 +Version: 5.15.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -118,6 +118,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Oct 08 2015 Daniel Vrátil - 5.15.0-1 +- KDE Frameworks 5.15.0 + * Wed Sep 16 2015 Daniel Vrátil - 5.14.0-1 - KDE Frameworks 5.14.0 diff --git a/sources b/sources index 119d004..bc156d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19ee48d23eb44e3ba5c101112474775e sonnet-5.14.0.tar.xz +84d598084fd3bbcccc28746db9b2d162 sonnet-5.15.0.tar.xz From 2f9ac4f4220201ef5224ae0745f5675c34d6ab0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Oct 2015 16:32:47 +0200 Subject: [PATCH 036/179] Remove old patch, use CMake switch that is available now --- kf5-sonnet.spec | 6 +----- sonnet-5.10.0-myspell_path.patch | 27 --------------------------- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 sonnet-5.10.0-myspell_path.patch diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index e4ee43c..05d416d 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -17,10 +17,6 @@ URL: http://www.kde.org %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz -## downstream patches -# adjust hard-coded mysql dict paths to what fedora uses -Patch1: sonnet-5.10.0-myspell_path.patch - # workaround multilib conflicts in trigrams.map by using QMap instead of QHash # https://bugzilla.redhat.com/show_bug.cgi?id=1262746 Patch2: sonnet-5.13.0-multilib.patch @@ -75,7 +71,7 @@ GUI part of the Sonnet framework provides widgets with spell checking support. %build mkdir %{_target_platform} pushd %{_target_platform} -%{cmake_kf5} .. +%{cmake_kf5} .. -DHUNSPELL_MAIN_DICT_PATH=%{_datadir}/myspell popd make %{?_smp_mflags} -C %{_target_platform} diff --git a/sonnet-5.10.0-myspell_path.patch b/sonnet-5.10.0-myspell_path.patch deleted file mode 100644 index 0fd3053..0000000 --- a/sonnet-5.10.0-myspell_path.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -up sonnet-5.10.0/src/plugins/hunspell/hunspellclient.cpp.myspell_path sonnet-5.10.0/src/plugins/hunspell/hunspellclient.cpp ---- sonnet-5.10.0/src/plugins/hunspell/hunspellclient.cpp.myspell_path 2015-05-03 10:28:45.000000000 -0500 -+++ sonnet-5.10.0/src/plugins/hunspell/hunspellclient.cpp 2015-06-03 11:30:16.509324330 -0500 -@@ -47,7 +47,7 @@ SpellerPlugin *HunspellClient::createSpe - QStringList HunspellClient::languages() const - { - QStringList lst; -- QDir dir(QStringLiteral("/usr/share/myspell/dicts/")); -+ QDir dir(QStringLiteral("/usr/share/myspell/")); - if (dir.exists()) { - QStringList lstDic = dir.entryList(QStringList(QStringLiteral("*.dic")), QDir::Files); - foreach (const QString &tmp, lstDic) { -diff -up sonnet-5.10.0/src/plugins/hunspell/hunspelldict.cpp.myspell_path sonnet-5.10.0/src/plugins/hunspell/hunspelldict.cpp ---- sonnet-5.10.0/src/plugins/hunspell/hunspelldict.cpp.myspell_path 2015-06-03 11:26:37.874222011 -0500 -+++ sonnet-5.10.0/src/plugins/hunspell/hunspelldict.cpp 2015-06-03 11:30:36.993427926 -0500 -@@ -31,9 +31,9 @@ HunspellDict::HunspellDict(const QString - : SpellerPlugin(lang), m_speller(0) - { - qCDebug(SONNET_HUNSPELL) << " HunspellDict::HunspellDict( const QString& lang ):" << lang; -- QString dic = QStringLiteral("/usr/share/myspell/dicts/%1.dic").arg(lang); -+ QString dic = QStringLiteral("/usr/share/myspell/%1.dic").arg(lang); - if (QFileInfo(dic).exists()) { -- m_speller = new Hunspell(QStringLiteral("/usr/share/myspell/dicts/%1.aff").arg(lang).toUtf8().constData(), dic.toUtf8().constData()); -+ m_speller = new Hunspell(QStringLiteral("/usr/share/myspell/%1.aff").arg(lang).toUtf8().constData(), dic.toUtf8().constData()); - } else { - m_speller = 0; - } From a1171c8997c826b0fb06494746f7af6bee4bda81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Oct 2015 16:50:05 +0200 Subject: [PATCH 037/179] Also remove %patch1 --- kf5-sonnet.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 05d416d..b747d3a 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -64,7 +64,6 @@ GUI part of the Sonnet framework provides widgets with spell checking support. %prep %setup -q -n %{framework}-%{version} -%patch1 -p1 -b .myspell_path %patch2 -p1 -b .multilib From 11469eefde3df661381093459c81585029b6100d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 19 Oct 2015 09:03:58 -0500 Subject: [PATCH 038/179] old sources --- .gitignore | 17 ----------------- kf5-sonnet.spec | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index bdbf914..71ceaac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1 @@ -/sonnet-4.99.0.tar.xz -/sonnet-4.100.0.tar.xz -/sonnet-5.0.0.tar.xz -/sonnet-5.1.0.tar.xz -/sonnet-5.2.0.tar.xz -/sonnet-5.3.0.tar.xz -/sonnet-5.4.0.tar.xz -/sonnet-5.5.0.tar.xz -/sonnet-5.6.0.tar.xz -/sonnet-5.7.0.tar.xz -/sonnet-5.8.0.tar.xz -/sonnet-5.9.0.tar.xz -/sonnet-5.10.0.tar.xz -/sonnet-5.11.0.tar.xz -/sonnet-5.12.0.tar.xz -/sonnet-5.13.0.tar.xz -/sonnet-5.14.0.tar.xz /sonnet-5.15.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index b747d3a..df0266d 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.15.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ From da24c68af265a9cbedc7c736ed00af147d432e9a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 19 Oct 2015 09:45:47 -0500 Subject: [PATCH 039/179] .spec cosmetics, %license, silence debug output (#1272105) --- kf5-sonnet.spec | 27 ++++++++++++++++++--------- sonnet-5.15.0-qDebug.patch | 12 ++++++++++++ 2 files changed, 30 insertions(+), 9 deletions(-) create mode 100644 sonnet-5.15.0-qDebug.patch diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index df0266d..4999cef 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -6,7 +6,7 @@ Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ -URL: http://www.kde.org +URL: https://projects.kde.org/projects/frameworks/sonnet %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -17,17 +17,20 @@ URL: http://www.kde.org %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +## upstreamable patches +# silence (mostly) needless output by default +Patch1: sonnet-5.15.0-qDebug.patch # workaround multilib conflicts in trigrams.map by using QMap instead of QHash # https://bugzilla.redhat.com/show_bug.cgi?id=1262746 Patch2: sonnet-5.13.0-multilib.patch +BuildRequires: cmake +BuildRequires: extra-cmake-modules >= %{version} BuildRequires: hunspell-devel -BuildRequires: zlib-devel - BuildRequires: kf5-rpm-macros >= %{version} -BuildRequires: extra-cmake-modules >= %{version} BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qttools-devel +BuildRequires: zlib-devel Requires: kf5-filesystem >= %{version} Requires: %{name}-core%{?_isa} = %{version}-%{release} @@ -64,13 +67,15 @@ GUI part of the Sonnet framework provides widgets with spell checking support. %prep %setup -q -n %{framework}-%{version} +%patch1 -p1 -b .qDebug %patch2 -p1 -b .multilib %build mkdir %{_target_platform} pushd %{_target_platform} -%{cmake_kf5} .. -DHUNSPELL_MAIN_DICT_PATH=%{_datadir}/myspell +%{cmake_kf5} .. \ + -DHUNSPELL_MAIN_DICT_PATH:PATH="%{_datadir}/myspell" popd make %{?_smp_mflags} -C %{_target_platform} @@ -83,7 +88,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files -%doc COPYING.LIB README.md +%doc README.md +%license COPYING.LIB %post core -p /sbin/ldconfig %postun core -p /sbin/ldconfig @@ -103,16 +109,19 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files devel %{_kf5_includedir}/sonnet_version.h -%{_kf5_includedir}/SonnetCore -%{_kf5_includedir}/SonnetUi +%{_kf5_includedir}/SonnetCore/ +%{_kf5_includedir}/SonnetUi/ %{_kf5_libdir}/libKF5SonnetCore.so %{_kf5_libdir}/libKF5SonnetUi.so -%{_kf5_libdir}/cmake/KF5Sonnet +%{_kf5_libdir}/cmake/KF5Sonnet/ %{_kf5_archdatadir}/mkspecs/modules/qt_SonnetCore.pri %{_kf5_archdatadir}/mkspecs/modules/qt_SonnetUi.pri %changelog +* Mon Oct 19 2015 Rex Dieter 5.15.0-2 +- .spec cosmetics, %%license, silence debug output (#1272105) + * Thu Oct 08 2015 Daniel Vrátil - 5.15.0-1 - KDE Frameworks 5.15.0 diff --git a/sonnet-5.15.0-qDebug.patch b/sonnet-5.15.0-qDebug.patch new file mode 100644 index 0000000..d2a3b20 --- /dev/null +++ b/sonnet-5.15.0-qDebug.patch @@ -0,0 +1,12 @@ +diff -up sonnet-5.15.0/src/core/loader.cpp.qDebug sonnet-5.15.0/src/core/loader.cpp +--- sonnet-5.15.0/src/core/loader.cpp.qDebug 2015-10-05 03:29:56.000000000 -0500 ++++ sonnet-5.15.0/src/core/loader.cpp 2015-10-19 09:39:40.679656424 -0500 +@@ -95,7 +95,7 @@ SpellerPlugin *Loader::createSpeller(con + const QVector lClients = d->languageClients[plang]; + + if (lClients.isEmpty()) { +- qWarning() << "No language dictionaries for the language:" << plang; ++ qDebug() << "No language dictionaries for the language:" << plang; + return 0; + } + From 66416d636b009a7ba18c50ec25553c70c50e07a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 9 Nov 2015 23:07:51 +0100 Subject: [PATCH 040/179] KDE Frameworks 5.16 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 71ceaac..8cb7d33 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /sonnet-5.15.0.tar.xz +/sonnet-5.16.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 4999cef..5b96f3e 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,8 +1,8 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.15.0 -Release: 2%{?dist} +Version: 5.16.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -119,6 +119,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Nov 08 2015 Daniel Vrátil - 5.16.0-1 +- KDE Frameworks 5.16.0 + * Mon Oct 19 2015 Rex Dieter 5.15.0-2 - .spec cosmetics, %%license, silence debug output (#1272105) diff --git a/sources b/sources index bc156d2..8f8a704 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -84d598084fd3bbcccc28746db9b2d162 sonnet-5.15.0.tar.xz +9f5bd1c6148c08f9e6f28b5c78be8ee1 sonnet-5.16.0.tar.xz From e57bafe44db0298f38e0c85bfc6c20fa531b160e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 8 Dec 2015 23:33:39 +0100 Subject: [PATCH 041/179] KDE Frameworks 5.17.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8cb7d33..44d5cc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sonnet-5.15.0.tar.xz /sonnet-5.16.0.tar.xz +/sonnet-5.17.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 5b96f3e..600d402 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,7 +1,7 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.16.0 +Version: 5.17.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -119,6 +119,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Dec 08 2015 Daniel Vrátil - 5.17.0-1 +- KDE Frameworks 5.17.0 + * Sun Nov 08 2015 Daniel Vrátil - 5.16.0-1 - KDE Frameworks 5.16.0 diff --git a/sources b/sources index 8f8a704..cef1c01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f5bd1c6148c08f9e6f28b5c78be8ee1 sonnet-5.16.0.tar.xz +eed22fb1732900294751498519e5ac4a sonnet-5.17.0.tar.xz From 1eaf1172d4c5ec8bd44f082246c06fed97de6295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Sun, 3 Jan 2016 18:02:48 +0100 Subject: [PATCH 042/179] KDE Frameworks 5.18.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 44d5cc9..a7cef2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /sonnet-5.15.0.tar.xz /sonnet-5.16.0.tar.xz /sonnet-5.17.0.tar.xz +/sonnet-5.18.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 600d402..1cb4688 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,7 +1,7 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.17.0 +Version: 5.18.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -119,6 +119,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jan 03 2016 Daniel Vrátil - 5.18.0-1 +- KDE Frameworks 5.18.0 + * Tue Dec 08 2015 Daniel Vrátil - 5.17.0-1 - KDE Frameworks 5.17.0 diff --git a/sources b/sources index cef1c01..44b3b6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eed22fb1732900294751498519e5ac4a sonnet-5.17.0.tar.xz +8fb3c2fac12e7c2671c3318f41bc4161 sonnet-5.18.0.tar.xz From 252f5d32120e8544fc353d4e94023c6ff152d39c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 14 Jan 2016 12:36:21 -0600 Subject: [PATCH 043/179] cosmetics, update URL, -BR: cmake --- .gitignore | 3 --- kf5-sonnet.spec | 13 +++++-------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index a7cef2e..8969d0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -/sonnet-5.15.0.tar.xz -/sonnet-5.16.0.tar.xz -/sonnet-5.17.0.tar.xz /sonnet-5.18.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 1cb4688..41c83c8 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ -URL: https://projects.kde.org/projects/frameworks/sonnet +URL: https://projects.kde.org/sonnet %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -24,7 +24,6 @@ Patch1: sonnet-5.15.0-qDebug.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1262746 Patch2: sonnet-5.13.0-multilib.patch -BuildRequires: cmake BuildRequires: extra-cmake-modules >= %{version} BuildRequires: hunspell-devel BuildRequires: kf5-rpm-macros >= %{version} @@ -39,27 +38,22 @@ Requires: %{name}-ui%{?_isa} = %{version}-%{release} %description KDE Frameworks 5 Tier 1 solution for spell checking. - %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel - %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. - %package core Summary: Non-gui part of the Sonnet framework - %description core Non-gui part of the Sonnet framework provides low-level spell checking tools %package ui Summary: GUI part of the Sonnet framework Requires: %{name}-core%{?_isa} = %{version}-%{release} - %description ui GUI part of the Sonnet framework provides widgets with spell checking support. @@ -119,6 +113,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jan 14 2016 Rex Dieter 5.18.0-2 +- cosmetics, update URL, -BR: cmake + * Sun Jan 03 2016 Daniel Vrátil - 5.18.0-1 - KDE Frameworks 5.18.0 From 01a8be90a8cfd9716371b1f3e21dab592294349b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 02:08:28 +0000 Subject: [PATCH 044/179] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 41c83c8..3bfe915 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -113,6 +113,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 5.18.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Jan 14 2016 Rex Dieter 5.18.0-2 - cosmetics, update URL, -BR: cmake From 0155a19d82ca1800c40101c17b143623e7d514d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 11 Feb 2016 15:23:37 +0100 Subject: [PATCH 045/179] KDE Frameworks 5.19.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8969d0d..a3eb5af 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /sonnet-5.18.0.tar.xz +/sonnet-5.19.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 3bfe915..3652f18 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,8 +1,8 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.18.0 -Release: 3%{?dist} +Version: 5.19.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -113,6 +113,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 11 2016 Daniel Vrátil - 5.19.0-1 +- KDE Frameworks 5.19.0 + * Thu Feb 04 2016 Fedora Release Engineering - 5.18.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 44b3b6c..529c8d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fb3c2fac12e7c2671c3318f41bc4161 sonnet-5.18.0.tar.xz +08106da14942ebdfe0b901e649c20d7c sonnet-5.19.0.tar.xz From c77dd236d9a82d417568cb6682971f48b0b4bd80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Mon, 14 Mar 2016 11:47:17 +0100 Subject: [PATCH 046/179] KDE Frameworks 5.20.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a3eb5af..484ae08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sonnet-5.18.0.tar.xz /sonnet-5.19.0.tar.xz +/sonnet-5.20.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 3652f18..b34ff81 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,7 +1,7 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.19.0 +Version: 5.20.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -113,6 +113,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Mar 14 2016 Daniel Vrátil - 5.20.0-1 +- KDE Frameworks 5.20.0 + * Thu Feb 11 2016 Daniel Vrátil - 5.19.0-1 - KDE Frameworks 5.19.0 diff --git a/sources b/sources index 529c8d1..7645c8f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -08106da14942ebdfe0b901e649c20d7c sonnet-5.19.0.tar.xz +3e545a92255a92c6899fc8a8f2aa3439 sonnet-5.20.0.tar.xz From 5435483ac4da5893d7c7a8ec2b315ad7312fd4c1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Apr 2016 08:24:15 -0500 Subject: [PATCH 047/179] KDE Frameworks 5.21.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 484ae08..be032b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /sonnet-5.18.0.tar.xz /sonnet-5.19.0.tar.xz /sonnet-5.20.0.tar.xz +/sonnet-5.21.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index b34ff81..93ae54a 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,7 +1,7 @@ %global framework sonnet Name: kf5-%{framework} -Version: 5.20.0 +Version: 5.21.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -113,6 +113,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Apr 04 2016 Rex Dieter - 5.21.0-1 +- KDE Frameworks 5.21.0 + * Mon Mar 14 2016 Daniel Vrátil - 5.20.0-1 - KDE Frameworks 5.20.0 diff --git a/sources b/sources index 7645c8f..f6abbf2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3e545a92255a92c6899fc8a8f2aa3439 sonnet-5.20.0.tar.xz +5c8212774d88fb0038b39e742f1ea7fa sonnet-5.21.0.tar.xz From b11788daf3dc94116413b31d789c4110d2faa0c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 18 Apr 2016 12:15:00 +0100 Subject: [PATCH 048/179] rebuild for hunspell 1.4.0 --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 93ae54a..9850339 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.21.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -113,6 +113,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Apr 18 2016 Caolán McNamara - 5.21.0-2 +- rebuild for hunspell 1.4.0 + * Mon Apr 04 2016 Rex Dieter - 5.21.0-1 - KDE Frameworks 5.21.0 From daf92b7b7d7cf87c011650ead15aaba8700898bf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 18 Apr 2016 09:27:16 -0500 Subject: [PATCH 049/179] 5.21.0-3 - update URL - support bootstrapping - add support for hunspell-1.4 --- kf5-sonnet.spec | 23 +++++++++++++++++------ sonnet-hunspell14.patch | 12 ++++++++++++ 2 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 sonnet-hunspell14.patch diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 9850339..6a060ac 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,12 +1,15 @@ %global framework sonnet +# bootstrap without backend plugins +#global bootstrap 1 + Name: kf5-%{framework} Version: 5.21.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ -URL: https://projects.kde.org/sonnet +URL: https://quickgit.kde.org/?p=%{framework}.git %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -23,9 +26,13 @@ Patch1: sonnet-5.15.0-qDebug.patch # workaround multilib conflicts in trigrams.map by using QMap instead of QHash # https://bugzilla.redhat.com/show_bug.cgi?id=1262746 Patch2: sonnet-5.13.0-multilib.patch +# support hunspell-1.4 +Patch3: sonnet-hunspell14.patch BuildRequires: extra-cmake-modules >= %{version} +%if ! 0%{?bootstrap} BuildRequires: hunspell-devel +%endif BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qttools-devel @@ -59,10 +66,7 @@ GUI part of the Sonnet framework provides widgets with spell checking support. %prep -%setup -q -n %{framework}-%{version} - -%patch1 -p1 -b .qDebug -%patch2 -p1 -b .multilib +%autosetup -n %{framework}-%{version} -p1 %build @@ -91,7 +95,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files core %{_kf5_libdir}/libKF5SonnetCore.so.* %dir %{_kf5_plugindir}/sonnet/ +%if ! 0%{?bootstrap} %{_kf5_plugindir}/sonnet/hunspell.so +%endif %dir %{_kf5_datadir}/kf5/sonnet/ %{_kf5_datadir}/kf5/sonnet/trigrams.map @@ -113,6 +119,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Apr 18 2016 Rex Dieter - 5.21.0-3 +- update URL +- support bootstrapping +- add support for hunspell-1.4 + * Mon Apr 18 2016 Caolán McNamara - 5.21.0-2 - rebuild for hunspell 1.4.0 diff --git a/sonnet-hunspell14.patch b/sonnet-hunspell14.patch new file mode 100644 index 0000000..ee71fd1 --- /dev/null +++ b/sonnet-hunspell14.patch @@ -0,0 +1,12 @@ +diff -up sonnet-5.21.0/cmake/FindHUNSPELL.cmake.hunspell14 sonnet-5.21.0/cmake/FindHUNSPELL.cmake +--- sonnet-5.21.0/cmake/FindHUNSPELL.cmake.hunspell14 2016-04-03 16:08:41.000000000 -0500 ++++ sonnet-5.21.0/cmake/FindHUNSPELL.cmake 2016-04-18 09:21:15.566064172 -0500 +@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL + + FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) + +-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2) ++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.4 hunspell-1.3 hunspell-1.2) + + # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if + # all listed variables are TRUE From 6e27666cd76521551dfc2cf8bfa6920b4009800a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 09:53:24 -0500 Subject: [PATCH 050/179] KDE Frameworks 5.22.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index be032b1..4656f31 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /sonnet-5.19.0.tar.xz /sonnet-5.20.0.tar.xz /sonnet-5.21.0.tar.xz +/sonnet-5.22.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 6a060ac..bb43c53 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -4,8 +4,8 @@ #global bootstrap 1 Name: kf5-%{framework} -Version: 5.21.0 -Release: 3%{?dist} +Version: 5.22.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -119,6 +119,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 16 2016 Rex Dieter - 5.22.0-1 +- KDE Frameworks 5.22.0 + * Mon Apr 18 2016 Rex Dieter - 5.21.0-3 - update URL - support bootstrapping diff --git a/sources b/sources index f6abbf2..46ed60f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c8212774d88fb0038b39e742f1ea7fa sonnet-5.21.0.tar.xz +247fb35b1553c53c0b3c83564a39124c sonnet-5.22.0.tar.xz From fb45462f8c53fbe491ee8dde941c69dc15eeafd9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 10:30:47 -0500 Subject: [PATCH 051/179] drop hunspell pach --- kf5-sonnet.spec | 2 -- sonnet-hunspell14.patch | 12 ------------ 2 files changed, 14 deletions(-) delete mode 100644 sonnet-hunspell14.patch diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index bb43c53..a557701 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -26,8 +26,6 @@ Patch1: sonnet-5.15.0-qDebug.patch # workaround multilib conflicts in trigrams.map by using QMap instead of QHash # https://bugzilla.redhat.com/show_bug.cgi?id=1262746 Patch2: sonnet-5.13.0-multilib.patch -# support hunspell-1.4 -Patch3: sonnet-hunspell14.patch BuildRequires: extra-cmake-modules >= %{version} %if ! 0%{?bootstrap} diff --git a/sonnet-hunspell14.patch b/sonnet-hunspell14.patch deleted file mode 100644 index ee71fd1..0000000 --- a/sonnet-hunspell14.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up sonnet-5.21.0/cmake/FindHUNSPELL.cmake.hunspell14 sonnet-5.21.0/cmake/FindHUNSPELL.cmake ---- sonnet-5.21.0/cmake/FindHUNSPELL.cmake.hunspell14 2016-04-03 16:08:41.000000000 -0500 -+++ sonnet-5.21.0/cmake/FindHUNSPELL.cmake 2016-04-18 09:21:15.566064172 -0500 -@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL - - FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) - --FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2) -+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.4 hunspell-1.3 hunspell-1.2) - - # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if - # all listed variables are TRUE From 8d15140ad6e2d37531a98f0f47f41d4eab52c6c8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 11:01:33 -0500 Subject: [PATCH 052/179] update %%files --- kf5-sonnet.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index a557701..a16831f 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -96,6 +96,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %if ! 0%{?bootstrap} %{_kf5_plugindir}/sonnet/hunspell.so %endif +%{_kf5_bindir}/parsetrigrams %dir %{_kf5_datadir}/kf5/sonnet/ %{_kf5_datadir}/kf5/sonnet/trigrams.map From 784036a7464214efb2d6aa64f13497e1148002dd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jun 2016 10:29:51 -0500 Subject: [PATCH 053/179] KDE Frameworks 5.23.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4656f31..f090565 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /sonnet-5.20.0.tar.xz /sonnet-5.21.0.tar.xz /sonnet-5.22.0.tar.xz +/sonnet-5.23.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index a16831f..dbab75e 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -4,7 +4,7 @@ #global bootstrap 1 Name: kf5-%{framework} -Version: 5.22.0 +Version: 5.23.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -118,6 +118,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jun 07 2016 Daniel Vrátil - 5.23.0-1 +- KDE Frameworks 5.23.0 + * Mon May 16 2016 Rex Dieter - 5.22.0-1 - KDE Frameworks 5.22.0 diff --git a/sources b/sources index 46ed60f..e0c8844 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -247fb35b1553c53c0b3c83564a39124c sonnet-5.22.0.tar.xz +a557695b926c0857a4aba81c43879242 sonnet-5.23.0.tar.xz From a37b2578e1373390cfb7a0fe9763bb2d8adb95ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Wed, 6 Jul 2016 17:54:56 +0200 Subject: [PATCH 054/179] KDE Frameworks 5.24.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f090565..6e50be9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /sonnet-5.21.0.tar.xz /sonnet-5.22.0.tar.xz /sonnet-5.23.0.tar.xz +/sonnet-5.24.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index dbab75e..1d196c4 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -4,7 +4,7 @@ #global bootstrap 1 Name: kf5-%{framework} -Version: 5.23.0 +Version: 5.24.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -118,6 +118,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jul 06 2016 Daniel Vrátil - 5.24.0-1 +- KDE Frameworks 5.24.0 + * Tue Jun 07 2016 Daniel Vrátil - 5.23.0-1 - KDE Frameworks 5.23.0 diff --git a/sources b/sources index e0c8844..f673a7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a557695b926c0857a4aba81c43879242 sonnet-5.23.0.tar.xz +2b6d47648a14410eb236d5fe2923600d sonnet-5.24.0.tar.xz From 9c6699132472a2b8de9292293ff98f6b80205644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Mon, 8 Aug 2016 10:11:31 +0200 Subject: [PATCH 055/179] KDE Frameworks 5.25.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6e50be9..926d4c3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /sonnet-5.22.0.tar.xz /sonnet-5.23.0.tar.xz /sonnet-5.24.0.tar.xz +/sonnet-5.25.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 1d196c4..1bf8215 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -4,7 +4,7 @@ #global bootstrap 1 Name: kf5-%{framework} -Version: 5.24.0 +Version: 5.25.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -118,6 +118,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Aug 08 2016 Daniel Vrátil - 5.25.0-1 +- KDE Frameworks 5.25.0 + * Wed Jul 06 2016 Daniel Vrátil - 5.24.0-1 - KDE Frameworks 5.24.0 diff --git a/sources b/sources index f673a7f..49a99ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b6d47648a14410eb236d5fe2923600d sonnet-5.24.0.tar.xz +1863877132650a61510ee37c894a43c5 sonnet-5.25.0.tar.xz From a526333d24cb601e826b4b4e542a55ab28f6eae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 8 Sep 2016 10:26:46 +0200 Subject: [PATCH 056/179] KDE Frameworks 5.26.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 926d4c3..e8eca8c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /sonnet-5.23.0.tar.xz /sonnet-5.24.0.tar.xz /sonnet-5.25.0.tar.xz +/sonnet-5.26.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 1bf8215..d84883d 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -4,7 +4,7 @@ #global bootstrap 1 Name: kf5-%{framework} -Version: 5.25.0 +Version: 5.26.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -118,6 +118,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Sep 07 2016 Daniel Vrátil - 5.26.0-1 +- KDE Frameworks 5.26.0 + * Mon Aug 08 2016 Daniel Vrátil - 5.25.0-1 - KDE Frameworks 5.25.0 diff --git a/sources b/sources index 49a99ce..470a0a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1863877132650a61510ee37c894a43c5 sonnet-5.25.0.tar.xz +4b73bd6c586f6cf036624ba8c8ae7775 sonnet-5.26.0.tar.xz From 3cda0d4bf9643c65c82f128bb16b9e873ed64ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= <=> Date: Thu, 8 Sep 2016 12:44:36 +0200 Subject: [PATCH 057/179] Drop the qDebug patch (sonnet uses qCWarning() now) --- kf5-sonnet.spec | 2 -- sonnet-5.15.0-qDebug.patch | 12 ------------ 2 files changed, 14 deletions(-) delete mode 100644 sonnet-5.15.0-qDebug.patch diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index d84883d..a9a3034 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -21,8 +21,6 @@ URL: https://quickgit.kde.org/?p=%{framework}.git Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz ## upstreamable patches -# silence (mostly) needless output by default -Patch1: sonnet-5.15.0-qDebug.patch # workaround multilib conflicts in trigrams.map by using QMap instead of QHash # https://bugzilla.redhat.com/show_bug.cgi?id=1262746 Patch2: sonnet-5.13.0-multilib.patch diff --git a/sonnet-5.15.0-qDebug.patch b/sonnet-5.15.0-qDebug.patch deleted file mode 100644 index d2a3b20..0000000 --- a/sonnet-5.15.0-qDebug.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up sonnet-5.15.0/src/core/loader.cpp.qDebug sonnet-5.15.0/src/core/loader.cpp ---- sonnet-5.15.0/src/core/loader.cpp.qDebug 2015-10-05 03:29:56.000000000 -0500 -+++ sonnet-5.15.0/src/core/loader.cpp 2015-10-19 09:39:40.679656424 -0500 -@@ -95,7 +95,7 @@ SpellerPlugin *Loader::createSpeller(con - const QVector lClients = d->languageClients[plang]; - - if (lClients.isEmpty()) { -- qWarning() << "No language dictionaries for the language:" << plang; -+ qDebug() << "No language dictionaries for the language:" << plang; - return 0; - } - From a973cea477c5f9184fe2f3482836e8bf80cd6151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= <=> Date: Thu, 8 Sep 2016 13:36:39 +0200 Subject: [PATCH 058/179] Fix install --- kf5-sonnet.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index a9a3034..e558a0c 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -95,6 +95,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_plugindir}/sonnet/hunspell.so %endif %{_kf5_bindir}/parsetrigrams +%{_kf5_bindir}/gentrigrams %dir %{_kf5_datadir}/kf5/sonnet/ %{_kf5_datadir}/kf5/sonnet/trigrams.map From 2da92e9e7bcd072d2fc9afaeaed6d982f6690253 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Oct 2016 13:46:44 -0500 Subject: [PATCH 059/179] 5.27.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e8eca8c..765b0f8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /sonnet-5.24.0.tar.xz /sonnet-5.25.0.tar.xz /sonnet-5.26.0.tar.xz +/sonnet-5.27.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index e558a0c..6d7b82b 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -4,7 +4,7 @@ #global bootstrap 1 Name: kf5-%{framework} -Version: 5.26.0 +Version: 5.27.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -117,6 +117,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Oct 03 2016 Rex Dieter - 5.27.0-1 +- 5.27.0 + * Wed Sep 07 2016 Daniel Vrátil - 5.26.0-1 - KDE Frameworks 5.26.0 diff --git a/sources b/sources index 470a0a7..8381031 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b73bd6c586f6cf036624ba8c8ae7775 sonnet-5.26.0.tar.xz +45bd0c4fe7f903980617bc818ee543e7 sonnet-5.27.0.tar.xz From 5f398274d50eede26b7a3af297f55412baf14037 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Oct 2016 13:51:18 -0500 Subject: [PATCH 060/179] +sources.basename --- sources.basename | 1 + 1 file changed, 1 insertion(+) create mode 100644 sources.basename diff --git a/sources.basename b/sources.basename new file mode 100644 index 0000000..3b3f530 --- /dev/null +++ b/sources.basename @@ -0,0 +1 @@ +sonnet From 5547468f2aeec60e957f435d824bb66a970899cb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 13 Dec 2016 08:25:35 -0600 Subject: [PATCH 061/179] rebuild (hunspell) --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 6d7b82b..d926b75 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -5,7 +5,7 @@ Name: kf5-%{framework} Version: 5.27.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -117,6 +117,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Dec 13 2016 Rex Dieter - 5.27.0-2 +- rebuild (hunspell) + * Mon Oct 03 2016 Rex Dieter - 5.27.0-1 - 5.27.0 From 1d1bafab336ea18f03705146a84a40503bdbec60 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 13 Dec 2016 08:34:08 -0600 Subject: [PATCH 062/179] bootstrap rawhide --- kf5-sonnet.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index d926b75..a9666d9 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,11 +1,13 @@ %global framework sonnet # bootstrap without backend plugins -#global bootstrap 1 +%if 0%{?fedora} > 25 +%global bootstrap 1 +%endif Name: kf5-%{framework} Version: 5.27.0 -Release: 2%{?dist} +Release: 2%{?dist}.1.bootstrap Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -117,8 +119,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog -* Tue Dec 13 2016 Rex Dieter - 5.27.0-2 -- rebuild (hunspell) +* Tue Dec 13 2016 Rex Dieter - 5.27.0-2.1.bootstrap +- rebuild (hunspell bootstrap) * Mon Oct 03 2016 Rex Dieter - 5.27.0-1 - 5.27.0 From 4d2f3fc9219e077d076d8545f5bc92a1bee97407 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 13 Dec 2016 08:38:58 -0600 Subject: [PATCH 063/179] old sources --- .gitignore | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 765b0f8..a4ae63d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,2 @@ -/sonnet-5.18.0.tar.xz -/sonnet-5.19.0.tar.xz -/sonnet-5.20.0.tar.xz -/sonnet-5.21.0.tar.xz -/sonnet-5.22.0.tar.xz -/sonnet-5.23.0.tar.xz -/sonnet-5.24.0.tar.xz -/sonnet-5.25.0.tar.xz -/sonnet-5.26.0.tar.xz /sonnet-5.27.0.tar.xz +/0005-Also-search-for-hunspell-1.5.patch From 0952a089adc572e2191a38d6221f4855e591a546 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 13 Dec 2016 08:40:23 -0600 Subject: [PATCH 064/179] upstream hunspell patch --- kf5-sonnet.spec | 16 ++++++++++------ sources | 3 ++- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index a9666d9..eb32868 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,13 +1,11 @@ %global framework sonnet # bootstrap without backend plugins -%if 0%{?fedora} > 25 -%global bootstrap 1 -%endif +#global bootstrap 1 Name: kf5-%{framework} Version: 5.27.0 -Release: 2%{?dist}.1.bootstrap +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -22,10 +20,13 @@ URL: https://quickgit.kde.org/?p=%{framework}.git %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +## upstream patches (lookaside cache) +Patch5: 0005-Also-search-for-hunspell-1.5.patch + ## upstreamable patches # workaround multilib conflicts in trigrams.map by using QMap instead of QHash # https://bugzilla.redhat.com/show_bug.cgi?id=1262746 -Patch2: sonnet-5.13.0-multilib.patch +Patch102: sonnet-5.13.0-multilib.patch BuildRequires: extra-cmake-modules >= %{version} %if ! 0%{?bootstrap} @@ -92,8 +93,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files core %{_kf5_libdir}/libKF5SonnetCore.so.* -%dir %{_kf5_plugindir}/sonnet/ %if ! 0%{?bootstrap} +%dir %{_kf5_plugindir}/sonnet/ %{_kf5_plugindir}/sonnet/hunspell.so %endif %{_kf5_bindir}/parsetrigrams @@ -119,6 +120,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Dec 13 2016 Rex Dieter - 5.27.0-3 +- upstream hunspell patch + * Tue Dec 13 2016 Rex Dieter - 5.27.0-2.1.bootstrap - rebuild (hunspell bootstrap) diff --git a/sources b/sources index 8381031..f3d68f1 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -45bd0c4fe7f903980617bc818ee543e7 sonnet-5.27.0.tar.xz +SHA512 (sonnet-5.27.0.tar.xz) = 716a4b034fdc2bd11269f799a23411650c11889cdafbbf57ddb14d424d66690718c4d61d4603ebf9cbd23fbcc8c8c972b4875fbd002fdf114873d1a4bbb36b96 +SHA512 (0005-Also-search-for-hunspell-1.5.patch) = 69d68ce742721091dafbf903b1eaeed64f114eb556ab6db9b3c318ce9c3feb96228077e243b46943b8e0904106ebbace3959b71ef4f5e0ac930fd5203de2b0bc From 6fd06e3069b6d4b24bf47203ef3ae0b98569f2ae Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 13 Dec 2016 16:00:57 +0100 Subject: [PATCH 065/179] Rebuild for hunspell 1.5.x Signed-off-by: Igor Gnatenko --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index eb32868..ec3e047 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -5,7 +5,7 @@ Name: kf5-%{framework} Version: 5.27.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -120,6 +120,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Dec 13 2016 Igor Gnatenko - 5.27.0-4 +- Rebuild for hunspell 1.5.x + * Tue Dec 13 2016 Rex Dieter - 5.27.0-3 - upstream hunspell patch From cebdf3451f3f6e954570d24b4ff2fd3b71b5509f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 13 Dec 2016 09:07:37 -0600 Subject: [PATCH 066/179] %check: make test --- kf5-sonnet.spec | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index ec3e047..62bd23b 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,11 +1,15 @@ %global framework sonnet -# bootstrap without backend plugins +# uncomment to enable bootstrap mode #global bootstrap 1 +%if !0%{?bootstrap} +%global tests 1 +%endif + Name: kf5-%{framework} Version: 5.27.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -72,7 +76,8 @@ GUI part of the Sonnet framework provides widgets with spell checking support. mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. \ - -DHUNSPELL_MAIN_DICT_PATH:PATH="%{_datadir}/myspell" + -DHUNSPELL_MAIN_DICT_PATH:PATH="%{_datadir}/myspell" \ + %{?tests:-DBUILD_TESTING:BOOL=ON} popd make %{?_smp_mflags} -C %{_target_platform} @@ -84,6 +89,13 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang_kf5 sonnet5_qt +%check +%if 0%{?tests} +export CTEST_OUTPUT_ON_FAILURE=1 +make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: +%endif + + %files %doc README.md %license COPYING.LIB @@ -120,6 +132,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Dec 13 2016 Rex Dieter - 5.27.0-5 +- %%check: make test + * Tue Dec 13 2016 Igor Gnatenko - 5.27.0-4 - Rebuild for hunspell 1.5.x From 305a582bb28d916307dffa257f47780338390ff9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 16 Dec 2016 11:56:31 -0600 Subject: [PATCH 067/179] 5.29.0 --- .gitignore | 1 + kf5-sonnet.spec | 8 +++++--- sources | 3 +-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a4ae63d..093a079 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sonnet-5.27.0.tar.xz /0005-Also-search-for-hunspell-1.5.patch +/sonnet-5.29.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 62bd23b..30451ff 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.27.0 -Release: 5%{?dist} +Version: 5.29.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -25,7 +25,6 @@ URL: https://quickgit.kde.org/?p=%{framework}.git Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz ## upstream patches (lookaside cache) -Patch5: 0005-Also-search-for-hunspell-1.5.patch ## upstreamable patches # workaround multilib conflicts in trigrams.map by using QMap instead of QHash @@ -132,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Fri Dec 16 2016 Rex Dieter - 5.29.0-1 +- 5.29.0 + * Tue Dec 13 2016 Rex Dieter - 5.27.0-5 - %%check: make test diff --git a/sources b/sources index f3d68f1..19da53e 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (sonnet-5.27.0.tar.xz) = 716a4b034fdc2bd11269f799a23411650c11889cdafbbf57ddb14d424d66690718c4d61d4603ebf9cbd23fbcc8c8c972b4875fbd002fdf114873d1a4bbb36b96 -SHA512 (0005-Also-search-for-hunspell-1.5.patch) = 69d68ce742721091dafbf903b1eaeed64f114eb556ab6db9b3c318ce9c3feb96228077e243b46943b8e0904106ebbace3959b71ef4f5e0ac930fd5203de2b0bc +SHA512 (sonnet-5.29.0.tar.xz) = a7b27026c30f4ea6668acfda2664ce4865c09db0f4fe1c38a204472b03746eb8fdee6786a1c94cd23dea8f5c9b64e9cb22e6533c8a24ebb804f15eb09f431a3e From 83859981866baa32d9be82afd688454b072995d8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 2 Jan 2017 10:46:50 -0600 Subject: [PATCH 068/179] filter plugin provides --- kf5-sonnet.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 30451ff..1d96894 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.29.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -24,7 +24,8 @@ URL: https://quickgit.kde.org/?p=%{framework}.git %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz -## upstream patches (lookaside cache) +# filter plugin provides +%global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$ ## upstreamable patches # workaround multilib conflicts in trigrams.map by using QMap instead of QHash @@ -131,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Jan 02 2017 Rex Dieter - 5.29.0-2 +- filter plugin provides + * Fri Dec 16 2016 Rex Dieter - 5.29.0-1 - 5.29.0 From e3d60e9c4fba3d9a6516bbafdd1d7cb3b3c785f7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 6 Feb 2017 12:15:32 -0600 Subject: [PATCH 069/179] 5.31.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 093a079..5baef6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /sonnet-5.27.0.tar.xz /0005-Also-search-for-hunspell-1.5.patch /sonnet-5.29.0.tar.xz +/sonnet-5.31.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 1d96894..e314126 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.29.0 -Release: 2%{?dist} +Version: 5.31.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Feb 06 2017 Rex Dieter - 5.31.0-1 +- 5.31.0 + * Mon Jan 02 2017 Rex Dieter - 5.29.0-2 - filter plugin provides diff --git a/sources b/sources index 19da53e..97db938 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.29.0.tar.xz) = a7b27026c30f4ea6668acfda2664ce4865c09db0f4fe1c38a204472b03746eb8fdee6786a1c94cd23dea8f5c9b64e9cb22e6533c8a24ebb804f15eb09f431a3e +SHA512 (sonnet-5.31.0.tar.xz) = e5c5c985beb5d1a60e96b252d756e7310926f643bbc2bf055e507aeeafc496fb033aa501cd08b89c628f71f736ab31fc29986a069c737e52fd5f4d0855a456b4 From 7c665a9277edd5dd93dc642d5b5c7bf3b81fd5c1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 4 Mar 2017 14:35:56 -0600 Subject: [PATCH 070/179] 5.32.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5baef6d..3dd0a3d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /0005-Also-search-for-hunspell-1.5.patch /sonnet-5.29.0.tar.xz /sonnet-5.31.0.tar.xz +/sonnet-5.32.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index e314126..eb76226 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.31.0 +Version: 5.32.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sat Mar 04 2017 Rex Dieter - 5.32.0-1 +- 5.32.0 + * Mon Feb 06 2017 Rex Dieter - 5.31.0-1 - 5.31.0 diff --git a/sources b/sources index 97db938..0745edd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.31.0.tar.xz) = e5c5c985beb5d1a60e96b252d756e7310926f643bbc2bf055e507aeeafc496fb033aa501cd08b89c628f71f736ab31fc29986a069c737e52fd5f4d0855a456b4 +SHA512 (sonnet-5.32.0.tar.xz) = 7f3d815b811fe2fdde4f2738bc4cf4acb9b3c275992f75c2c839256ee3a5dcf9fd81a3e677ebcd43960e42229f74951507a65d6ca981f5e9bcadf1e20c6b6b13 From 00168763af7e1b1bca0ac5e94e807af62f5066ae Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Apr 2017 08:22:46 -0500 Subject: [PATCH 071/179] 5.33.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3dd0a3d..bf9d0cb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /sonnet-5.29.0.tar.xz /sonnet-5.31.0.tar.xz /sonnet-5.32.0.tar.xz +/sonnet-5.33.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index eb76226..312a1d4 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,12 +8,12 @@ %endif Name: kf5-%{framework} -Version: 5.32.0 +Version: 5.33.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ -URL: https://quickgit.kde.org/?p=%{framework}.git +URL: https://cgit.kde.org/%{framework}.git %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Apr 03 2017 Rex Dieter - 5.33.0-1 +- 5.33.0 + * Sat Mar 04 2017 Rex Dieter - 5.32.0-1 - 5.32.0 diff --git a/sources b/sources index 0745edd..9ac89b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.32.0.tar.xz) = 7f3d815b811fe2fdde4f2738bc4cf4acb9b3c275992f75c2c839256ee3a5dcf9fd81a3e677ebcd43960e42229f74951507a65d6ca981f5e9bcadf1e20c6b6b13 +SHA512 (sonnet-5.33.0.tar.xz) = 59a4713affadb6bca8938c4ef4e9e048a4fa9f7b90d7df957dd3b2581b9d35d8a102c6901d5fa79d42b418b15fa8c94388aeab2b38a2d3ceaea87bf91b8b1b6c From 59e549cafd06efa12a189ea8eac7483883227643 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 15 May 2017 11:18:01 -0500 Subject: [PATCH 072/179] 5.34.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bf9d0cb..c52e8aa 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /sonnet-5.31.0.tar.xz /sonnet-5.32.0.tar.xz /sonnet-5.33.0.tar.xz +/sonnet-5.34.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 312a1d4..6100006 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.33.0 +Version: 5.34.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon May 15 2017 Rex Dieter - 5.34.0-1 +- 5.34.0 + * Mon Apr 03 2017 Rex Dieter - 5.33.0-1 - 5.33.0 diff --git a/sources b/sources index 9ac89b6..a65e334 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.33.0.tar.xz) = 59a4713affadb6bca8938c4ef4e9e048a4fa9f7b90d7df957dd3b2581b9d35d8a102c6901d5fa79d42b418b15fa8c94388aeab2b38a2d3ceaea87bf91b8b1b6c +SHA512 (sonnet-5.34.0.tar.xz) = 6e23d66e599ec5c9414c576046234632ad1cf62e680f7c855178518897b8ea184db4604050fceea89e5ce283c45f3f1a221dc2d3d7fc36c27927129996c876a9 From 6dff14554dfd47b94a1593c5cfd751119a26d682 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Jun 2017 07:25:53 -0500 Subject: [PATCH 073/179] 5.35.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c52e8aa..fac47f3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /sonnet-5.32.0.tar.xz /sonnet-5.33.0.tar.xz /sonnet-5.34.0.tar.xz +/sonnet-5.35.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 6100006..ea0f7e1 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.34.0 +Version: 5.35.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sun Jun 04 2017 Rex Dieter - 5.35.0-1 +- 5.35.0 + * Mon May 15 2017 Rex Dieter - 5.34.0-1 - 5.34.0 diff --git a/sources b/sources index a65e334..258403c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.34.0.tar.xz) = 6e23d66e599ec5c9414c576046234632ad1cf62e680f7c855178518897b8ea184db4604050fceea89e5ce283c45f3f1a221dc2d3d7fc36c27927129996c876a9 +SHA512 (sonnet-5.35.0.tar.xz) = 330eaa77e3ca6296d8bbf3ede3c55be550652de980d2ea1193a330a68cfe6ae1d5ff9bcc3f4ac58b80e7bd7cce2b3aded502eddf566c013070919ef7eb31837d From 40b874012ba67ca90126824ece7d6b3c47ec7c94 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Jul 2017 12:23:02 -0500 Subject: [PATCH 074/179] 5.36.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fac47f3..3a22ffc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /sonnet-5.33.0.tar.xz /sonnet-5.34.0.tar.xz /sonnet-5.35.0.tar.xz +/sonnet-5.36.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index ea0f7e1..e130864 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.35.0 +Version: 5.36.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Jul 03 2017 Rex Dieter - 5.36.0-1 +- 5.36.0 + * Sun Jun 04 2017 Rex Dieter - 5.35.0-1 - 5.35.0 diff --git a/sources b/sources index 258403c..437235b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.35.0.tar.xz) = 330eaa77e3ca6296d8bbf3ede3c55be550652de980d2ea1193a330a68cfe6ae1d5ff9bcc3f4ac58b80e7bd7cce2b3aded502eddf566c013070919ef7eb31837d +SHA512 (sonnet-5.36.0.tar.xz) = ace17eb6856982be515233037f1aa388d482d4300f07f9ec733ff740b66051d868d41cf4cfeadea221ad7bdf1caae5fb9b4b2b3e5ffe8d4e101e231f7be93f8a From 48c035c2d7976ac56b606f2fd1ad781158fa69c4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Jul 2017 14:26:53 -0500 Subject: [PATCH 075/179] update %%files --- kf5-sonnet.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index e130864..9cc4be3 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -104,6 +104,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %postun core -p /sbin/ldconfig %files core +%{_kf5_sysconfdir}/xdg/sonnet.* %{_kf5_libdir}/libKF5SonnetCore.so.* %if ! 0%{?bootstrap} %dir %{_kf5_plugindir}/sonnet/ From ee449033b9c5acc9c711ede3e67ad38f54a31de8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 17:41:28 +0000 Subject: [PATCH 076/179] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 9cc4be3..5a2a778 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -133,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 5.36.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Mon Jul 03 2017 Rex Dieter - 5.36.0-1 - 5.36.0 From bdf1f75c55254a9645ae7918ec39f4f80f6b88f9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 00:33:20 +0000 Subject: [PATCH 077/179] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 5a2a778..d835ee5 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -133,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 5.36.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 5.36.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From a97eb255af738317ba73864dcfba0ef1f6cc7f52 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 25 Aug 2017 09:40:36 -0500 Subject: [PATCH 078/179] 5.37.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3a22ffc..eb4f370 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /sonnet-5.34.0.tar.xz /sonnet-5.35.0.tar.xz /sonnet-5.36.0.tar.xz +/sonnet-5.37.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index d835ee5..3dd34e9 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.36.0 -Release: 3%{?dist} +Version: 5.37.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -133,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Fri Aug 25 2017 Rex Dieter - 5.37.0-1 +- 5.37.0 + * Thu Aug 03 2017 Fedora Release Engineering - 5.36.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index 437235b..e07247b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.36.0.tar.xz) = ace17eb6856982be515233037f1aa388d482d4300f07f9ec733ff740b66051d868d41cf4cfeadea221ad7bdf1caae5fb9b4b2b3e5ffe8d4e101e231f7be93f8a +SHA512 (sonnet-5.37.0.tar.xz) = bd22671f2c9edff553df80db050393dfb88b14dd6bc869957bfbe70dd30c9ee17e90ac9d88d45e700ffc014708b7703ef8cfacbff6bcdc51ecffa7e45e83aa3d From 00f98cb7ca101e37fae66ed84660811ae68ce4fd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 11 Sep 2017 15:07:20 -0500 Subject: [PATCH 079/179] 5.38.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index eb4f370..f4787d0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /sonnet-5.35.0.tar.xz /sonnet-5.36.0.tar.xz /sonnet-5.37.0.tar.xz +/sonnet-5.38.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 3dd34e9..bd09559 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.37.0 +Version: 5.38.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -133,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Sep 11 2017 Rex Dieter - 5.38.0-1 +- 5.38.0 + * Fri Aug 25 2017 Rex Dieter - 5.37.0-1 - 5.37.0 diff --git a/sources b/sources index e07247b..c65e01c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.37.0.tar.xz) = bd22671f2c9edff553df80db050393dfb88b14dd6bc869957bfbe70dd30c9ee17e90ac9d88d45e700ffc014708b7703ef8cfacbff6bcdc51ecffa7e45e83aa3d +SHA512 (sonnet-5.38.0.tar.xz) = c2cd812815c0fe7ed9e4dbf046d4b0da2aec08703d93631df0eec8c05caaaf6e69d763bfabd88c5efc78661045816125ae3979bef959794552f11637932c9fc5 From 3f9667349051d95e75a39db69e3d25d6c9658da9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Oct 2017 10:10:26 -0500 Subject: [PATCH 080/179] 5.39.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f4787d0..9f0a0fd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /sonnet-5.36.0.tar.xz /sonnet-5.37.0.tar.xz /sonnet-5.38.0.tar.xz +/sonnet-5.39.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index bd09559..8f49c4e 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.38.0 +Version: 5.39.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -133,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sun Oct 08 2017 Rex Dieter - 5.39.0-1 +- 5.39.0 + * Mon Sep 11 2017 Rex Dieter - 5.38.0-1 - 5.38.0 diff --git a/sources b/sources index c65e01c..a82642f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.38.0.tar.xz) = c2cd812815c0fe7ed9e4dbf046d4b0da2aec08703d93631df0eec8c05caaaf6e69d763bfabd88c5efc78661045816125ae3979bef959794552f11637932c9fc5 +SHA512 (sonnet-5.39.0.tar.xz) = 4d1a06578812a77febabba8d99fe902108e52ea03fe20a065e900bc47b1254cc78940927307b27b6039f1dd79ccb3bf734a6cbc916ef47a9603c165342be8a1d From 2f80c5d34518663016a3835ee7b315280f55647e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Nov 2017 09:49:14 -0600 Subject: [PATCH 081/179] 5.40.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9f0a0fd..c4491c7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /sonnet-5.37.0.tar.xz /sonnet-5.38.0.tar.xz /sonnet-5.39.0.tar.xz +/sonnet-5.40.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 8f49c4e..b8272ce 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.39.0 +Version: 5.40.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -133,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Fri Nov 10 2017 Rex Dieter - 5.40.0-1 +- 5.40.0 + * Sun Oct 08 2017 Rex Dieter - 5.39.0-1 - 5.39.0 diff --git a/sources b/sources index a82642f..4a74220 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.39.0.tar.xz) = 4d1a06578812a77febabba8d99fe902108e52ea03fe20a065e900bc47b1254cc78940927307b27b6039f1dd79ccb3bf734a6cbc916ef47a9603c165342be8a1d +SHA512 (sonnet-5.40.0.tar.xz) = bf304b06607a1c98467621018445638e6e7fe96198c296452b853d5f593da406b247bc812616b354d114d83a5156df7794fa041e0a41ebd6f3d9e322a7a47d0e From cbda55852fd786449b23d0c29c6fe2bc820d3ed8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 22 Nov 2017 12:08:36 -0600 Subject: [PATCH 082/179] hunspell dict path now detected at buildtime (without specifying) --- kf5-sonnet.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index b8272ce..d78a2f5 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.40.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -76,7 +76,6 @@ GUI part of the Sonnet framework provides widgets with spell checking support. mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. \ - -DHUNSPELL_MAIN_DICT_PATH:PATH="%{_datadir}/myspell" \ %{?tests:-DBUILD_TESTING:BOOL=ON} popd @@ -133,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Wed Nov 22 2017 Rex Dieter - 5.40.0-2 +- hunspell dict path now detected at buildtime (without specifying) + * Fri Nov 10 2017 Rex Dieter - 5.40.0-1 - 5.40.0 From ef6eb6fab517b0f6a3453ba45fd382f0d79c4786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 4 Dec 2017 09:37:51 +0000 Subject: [PATCH 083/179] rebuild for hunspell 1.6.2 --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index d78a2f5..485f6d4 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.40.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Dec 04 2017 Caolán McNamara - 5.40.0-3 +- rebuild for hunspell 1.6.2 + * Wed Nov 22 2017 Rex Dieter - 5.40.0-2 - hunspell dict path now detected at buildtime (without specifying) From 6f2d4622d65cb5c4e6d79ab268dff3e5cf5e4b65 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Dec 2017 10:48:32 -0600 Subject: [PATCH 084/179] 5.41.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c4491c7..3bea065 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /sonnet-5.38.0.tar.xz /sonnet-5.39.0.tar.xz /sonnet-5.40.0.tar.xz +/sonnet-5.41.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 485f6d4..cb366e5 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.40.0 -Release: 3%{?dist} +Version: 5.41.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Dec 04 2017 Rex Dieter - 5.41.0-1 +- 5.41.0 + * Mon Dec 04 2017 Caolán McNamara - 5.40.0-3 - rebuild for hunspell 1.6.2 diff --git a/sources b/sources index 4a74220..1dabfb2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.40.0.tar.xz) = bf304b06607a1c98467621018445638e6e7fe96198c296452b853d5f593da406b247bc812616b354d114d83a5156df7794fa041e0a41ebd6f3d9e322a7a47d0e +SHA512 (sonnet-5.41.0.tar.xz) = 608b0c476f6a1bb9e598c9c3dbb58882ec80f2e3d436cf4e4657cccc2ca5abd24bf7af5f7982ff79d80eb602c92a26be498a9bd02fcb8b6ac44298b42af6648b From 69d9248144c55aa37c4fea832726145a26608abb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Jan 2018 09:20:51 -0600 Subject: [PATCH 085/179] 5.42.0 --- .gitignore | 15 +-------------- kf5-sonnet.spec | 7 +++++-- sonnet-5.13.0-multilib.patch | 13 ------------- sonnet-multilib.patch | 12 ++++++++++++ sources | 2 +- 5 files changed, 19 insertions(+), 30 deletions(-) delete mode 100644 sonnet-5.13.0-multilib.patch create mode 100644 sonnet-multilib.patch diff --git a/.gitignore b/.gitignore index 3bea065..01d3a02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1 @@ -/sonnet-5.27.0.tar.xz -/0005-Also-search-for-hunspell-1.5.patch -/sonnet-5.29.0.tar.xz -/sonnet-5.31.0.tar.xz -/sonnet-5.32.0.tar.xz -/sonnet-5.33.0.tar.xz -/sonnet-5.34.0.tar.xz -/sonnet-5.35.0.tar.xz -/sonnet-5.36.0.tar.xz -/sonnet-5.37.0.tar.xz -/sonnet-5.38.0.tar.xz -/sonnet-5.39.0.tar.xz -/sonnet-5.40.0.tar.xz -/sonnet-5.41.0.tar.xz +/sonnet-5.42.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index cb366e5..b272b28 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.41.0 +Version: 5.42.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -30,7 +30,7 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{fra ## upstreamable patches # workaround multilib conflicts in trigrams.map by using QMap instead of QHash # https://bugzilla.redhat.com/show_bug.cgi?id=1262746 -Patch102: sonnet-5.13.0-multilib.patch +Patch102: sonnet-multilib.patch BuildRequires: extra-cmake-modules >= %{version} %if ! 0%{?bootstrap} @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Jan 08 2018 Rex Dieter - 5.42.0-1 +- 5.42.0 + * Mon Dec 04 2017 Rex Dieter - 5.41.0-1 - 5.41.0 diff --git a/sonnet-5.13.0-multilib.patch b/sonnet-5.13.0-multilib.patch deleted file mode 100644 index 22de4ab..0000000 --- a/sonnet-5.13.0-multilib.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/data/parsetrigrams.cpp b/data/parsetrigrams.cpp -index a2c5ef9..1c746e4 100644 ---- a/data/parsetrigrams.cpp -+++ b/data/parsetrigrams.cpp -@@ -42,7 +42,7 @@ int main(int argc, char **argv) - QString path = QLatin1String(argv[1]); - QDir td(path); - -- QHash< QString, QHash > models; -+ QMap< QString, QMap > models; - - QStringList files = td.entryList(QDir::Files); - diff --git a/sonnet-multilib.patch b/sonnet-multilib.patch new file mode 100644 index 0000000..d979db8 --- /dev/null +++ b/sonnet-multilib.patch @@ -0,0 +1,12 @@ +diff -up sonnet-5.42.0/data/parsetrigrams.cpp.multilib sonnet-5.42.0/data/parsetrigrams.cpp +--- sonnet-5.42.0/data/parsetrigrams.cpp.multilib 2018-01-07 10:22:47.000000000 -0600 ++++ sonnet-5.42.0/data/parsetrigrams.cpp 2018-01-08 09:18:56.411056423 -0600 +@@ -44,7 +44,7 @@ int main(int argc, char **argv) + QString path = QLatin1String(argv[1]); + QDir td(path); + +- QHash< QString, QHash > models; ++ QMap< QString, QMap > models; + + QStringList files = td.entryList(QDir::Files); + diff --git a/sources b/sources index 1dabfb2..0f29c23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.41.0.tar.xz) = 608b0c476f6a1bb9e598c9c3dbb58882ec80f2e3d436cf4e4657cccc2ca5abd24bf7af5f7982ff79d80eb602c92a26be498a9bd02fcb8b6ac44298b42af6648b +SHA512 (sonnet-5.42.0.tar.xz) = f066d54107895970fb4502a3b6987373300a2c753e54ed31b25c952eb2c9e4d40cb2ea98a14bffd6e05147eee8ac7d59c210b04809bf99c826cd0c93e4edec01 From 4591472443d4c86f6a209234ae8aba7a20e8866a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Jan 2018 09:44:52 -0600 Subject: [PATCH 086/179] update %%files --- kf5-sonnet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index b272b28..a733a26 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -107,7 +107,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %{_kf5_libdir}/libKF5SonnetCore.so.* %if ! 0%{?bootstrap} %dir %{_kf5_plugindir}/sonnet/ -%{_kf5_plugindir}/sonnet/hunspell.so +%{_kf5_plugindir}/sonnet/sonnet_hunspell.so %endif %{_kf5_bindir}/parsetrigrams %{_kf5_bindir}/gentrigrams From 9053ae8588c57e4141c9a9b654ae21b212cdc4c7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Feb 2018 10:19:30 -0600 Subject: [PATCH 087/179] 5.43.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 01d3a02..be55915 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /sonnet-5.42.0.tar.xz +/sonnet-5.43.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index a733a26..c92c87b 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.42.0 +Version: 5.43.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Wed Feb 07 2018 Rex Dieter - 5.43.0-1 +- 5.43.0 + * Mon Jan 08 2018 Rex Dieter - 5.42.0-1 - 5.42.0 diff --git a/sources b/sources index 0f29c23..f7ea825 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.42.0.tar.xz) = f066d54107895970fb4502a3b6987373300a2c753e54ed31b25c952eb2c9e4d40cb2ea98a14bffd6e05147eee8ac7d59c210b04809bf99c826cd0c93e4edec01 +SHA512 (sonnet-5.43.0.tar.xz) = 63ee853d5f2df8b8163253add74418e46810188d58fc4ea56ee1d6dc6cd2f25b89c40f21039840c1992b2ce84e44acce26373cedb70770ca3d806e1dc73a0aa0 From 64f5af410e55a46d663a3165eab6faac16a6b63c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 3 Mar 2018 08:15:53 -0600 Subject: [PATCH 088/179] 5.44.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index be55915..9c825f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sonnet-5.42.0.tar.xz /sonnet-5.43.0.tar.xz +/sonnet-5.44.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index c92c87b..3b176a6 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.43.0 +Version: 5.44.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sat Mar 03 2018 Rex Dieter - 5.44.0-1 +- 5.44.0 + * Wed Feb 07 2018 Rex Dieter - 5.43.0-1 - 5.43.0 diff --git a/sources b/sources index f7ea825..9b51fe6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.43.0.tar.xz) = 63ee853d5f2df8b8163253add74418e46810188d58fc4ea56ee1d6dc6cd2f25b89c40f21039840c1992b2ce84e44acce26373cedb70770ca3d806e1dc73a0aa0 +SHA512 (sonnet-5.44.0.tar.xz) = a3909673c0949f19d16a2a4b9036f1fd572d5d88990bf1147cb63484a08ae2ca70c479ac5c196b32e8f1b19359ffbabf2394b507dce93a1fc86bb3ae43a73e60 From 47b7807d22b31f4ac3af428af29b95980f5553ad Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Apr 2018 07:47:59 -0500 Subject: [PATCH 089/179] 5.45.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9c825f5..6d15fb7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /sonnet-5.42.0.tar.xz /sonnet-5.43.0.tar.xz /sonnet-5.44.0.tar.xz +/sonnet-5.45.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 3b176a6..45fb955 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.44.0 +Version: 5.45.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sun Apr 08 2018 Rex Dieter - 5.45.0-1 +- 5.45.0 + * Sat Mar 03 2018 Rex Dieter - 5.44.0-1 - 5.44.0 diff --git a/sources b/sources index 9b51fe6..c31deeb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.44.0.tar.xz) = a3909673c0949f19d16a2a4b9036f1fd572d5d88990bf1147cb63484a08ae2ca70c479ac5c196b32e8f1b19359ffbabf2394b507dce93a1fc86bb3ae43a73e60 +SHA512 (sonnet-5.45.0.tar.xz) = df35de0761c317c49ef0c8b74a7e67b4c1f1d23dedd67e6e5c05bd77c976b7909ab788f13dfcd670bea04368f2c733737701beacd42785d13c3e4a5a1cd57cf4 From d9b2622492118701d23e678a8a9af1e3c284cc2c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 5 May 2018 16:40:31 -0500 Subject: [PATCH 090/179] 5.46.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6d15fb7..18cef26 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /sonnet-5.43.0.tar.xz /sonnet-5.44.0.tar.xz /sonnet-5.45.0.tar.xz +/sonnet-5.46.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 45fb955..fa81d3b 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.45.0 +Version: 5.46.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sat May 05 2018 Rex Dieter - 5.46.0-1 +- 5.46.0 + * Sun Apr 08 2018 Rex Dieter - 5.45.0-1 - 5.45.0 diff --git a/sources b/sources index c31deeb..d6cdb05 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.45.0.tar.xz) = df35de0761c317c49ef0c8b74a7e67b4c1f1d23dedd67e6e5c05bd77c976b7909ab788f13dfcd670bea04368f2c733737701beacd42785d13c3e4a5a1cd57cf4 +SHA512 (sonnet-5.46.0.tar.xz) = 537a103ae6a15b9f94e317f396bcd3dd791715e596ac094dfaf88fb48e7eca682481fc8b040cc405c0db740d2c1c3edc9b73e96a0ad47925a4a8b6dbf9682880 From 94fe903cc06d3e6bb2102db7834caade421e89c7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 2 Jun 2018 16:09:16 -0500 Subject: [PATCH 091/179] 5.47.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 18cef26..5faaabf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /sonnet-5.44.0.tar.xz /sonnet-5.45.0.tar.xz /sonnet-5.46.0.tar.xz +/sonnet-5.47.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index fa81d3b..b74851d 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.46.0 +Version: 5.47.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sat Jun 02 2018 Rex Dieter - 5.47.0-1 +- 5.47.0 + * Sat May 05 2018 Rex Dieter - 5.46.0-1 - 5.46.0 diff --git a/sources b/sources index d6cdb05..69daeea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.46.0.tar.xz) = 537a103ae6a15b9f94e317f396bcd3dd791715e596ac094dfaf88fb48e7eca682481fc8b040cc405c0db740d2c1c3edc9b73e96a0ad47925a4a8b6dbf9682880 +SHA512 (sonnet-5.47.0.tar.xz) = e004c0fbf9d2750b4e9f4b093c499312d04cd3d507313dcf35f495552031016fa9f45a7e38476baf720e15bf654de5ccab8c534cbe9e414496d4f9b500ebb332 From 9a293b81df89feae8776eb29bb702aae388d004c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 7 Jun 2018 13:46:49 -0500 Subject: [PATCH 092/179] cleanup, use %majmin %make_build %ldconfig_scriptlets --- .gitignore | 4 ---- kf5-sonnet.spec | 23 ++++++++++++----------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 5faaabf..70c7015 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,2 @@ -/sonnet-5.42.0.tar.xz -/sonnet-5.43.0.tar.xz -/sonnet-5.44.0.tar.xz -/sonnet-5.45.0.tar.xz /sonnet-5.46.0.tar.xz /sonnet-5.47.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index b74851d..01da164 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,20 +9,20 @@ Name: kf5-%{framework} Version: 5.47.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ URL: https://cgit.kde.org/%{framework}.git -%global versiondir %(echo %{version} | cut -d. -f1-2) +%global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz # filter plugin provides %global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$ @@ -32,16 +32,16 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{fra # https://bugzilla.redhat.com/show_bug.cgi?id=1262746 Patch102: sonnet-multilib.patch -BuildRequires: extra-cmake-modules >= %{version} +BuildRequires: extra-cmake-modules >= %{majmin} %if ! 0%{?bootstrap} BuildRequires: hunspell-devel %endif -BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: kf5-rpm-macros >= %{majmin} BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qttools-devel BuildRequires: zlib-devel -Requires: kf5-filesystem >= %{version} +Requires: kf5-filesystem >= %{majmin} Requires: %{name}-core%{?_isa} = %{version}-%{release} Requires: %{name}-ui%{?_isa} = %{version}-%{release} @@ -79,7 +79,7 @@ pushd %{_target_platform} %{?tests:-DBUILD_TESTING:BOOL=ON} popd -make %{?_smp_mflags} -C %{_target_platform} +%make_build -C %{_target_platform} %install @@ -99,8 +99,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %doc README.md %license COPYING.LIB -%post core -p /sbin/ldconfig -%postun core -p /sbin/ldconfig +%ldconfig_scriptlets core %files core %{_kf5_sysconfdir}/xdg/sonnet.* @@ -114,8 +113,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %dir %{_kf5_datadir}/kf5/sonnet/ %{_kf5_datadir}/kf5/sonnet/trigrams.map -%post ui -p /sbin/ldconfig -%postun ui -p /sbin/ldconfig +%ldconfig_scriptlets ui %files ui -f sonnet5_qt.lang %{_kf5_libdir}/libKF5SonnetUi.so.* @@ -132,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Jun 07 2018 Rex Dieter - 5.47.0-2 +- cleanup, use %%majmin %%make_build %%ldconfig_scriptlets + * Sat Jun 02 2018 Rex Dieter - 5.47.0-1 - 5.47.0 From 30d613bb1b334c228c92bdb97f4a8cc79c505b7b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Jul 2018 20:13:53 -0500 Subject: [PATCH 093/179] 5.48.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 70c7015..a0267c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sonnet-5.46.0.tar.xz /sonnet-5.47.0.tar.xz +/sonnet-5.48.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 01da164..7f03030 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.47.0 -Release: 2%{?dist} +Version: 5.48.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Jul 09 2018 Rex Dieter - 5.48.0-1 +- 5.48.0 + * Thu Jun 07 2018 Rex Dieter - 5.47.0-2 - cleanup, use %%majmin %%make_build %%ldconfig_scriptlets diff --git a/sources b/sources index 69daeea..2d3b178 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.47.0.tar.xz) = e004c0fbf9d2750b4e9f4b093c499312d04cd3d507313dcf35f495552031016fa9f45a7e38476baf720e15bf654de5ccab8c534cbe9e414496d4f9b500ebb332 +SHA512 (sonnet-5.48.0.tar.xz) = 70fdcdad762b1418b2a22100451d2609e698fcd436f975faeea53b2615e946a886eaa44d88e1ad6e0f4df73f3d1ef022fc5f32715ced8e03ab11791a80c92f8a From 224e509461909b7986897f0db2245ee79897abc3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 07:12:21 +0000 Subject: [PATCH 094/179] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 7f03030..23c8a38 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.48.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 5.48.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon Jul 09 2018 Rex Dieter - 5.48.0-1 - 5.48.0 From ac19fc591a99d60da4cf29a1115698808711f8b5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Aug 2018 10:29:11 -0500 Subject: [PATCH 095/179] 5.49.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a0267c2..ad0e7af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /sonnet-5.46.0.tar.xz /sonnet-5.47.0.tar.xz /sonnet-5.48.0.tar.xz +/sonnet-5.49.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 23c8a38..916be73 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.48.0 -Release: 2%{?dist} +Version: 5.49.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Aug 07 2018 Rex Dieter - 5.49.0-1 +- 5.49.0 + * Fri Jul 13 2018 Fedora Release Engineering - 5.48.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index 2d3b178..fb7ad92 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.48.0.tar.xz) = 70fdcdad762b1418b2a22100451d2609e698fcd436f975faeea53b2615e946a886eaa44d88e1ad6e0f4df73f3d1ef022fc5f32715ced8e03ab11791a80c92f8a +SHA512 (sonnet-5.49.0.tar.xz) = 1f94c81aa2afaf88a4bd5dc8bc30ff4a6773cb96db80d5cef891e25493e968a5fe9c752a82991ac9f718b3ffd3ae67b7bff99d2acb1bbd41e25bd0474acd8dea From 5fe86a0389732cd9f82eace34e49be92b523fb71 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Sep 2018 15:11:07 -0500 Subject: [PATCH 096/179] 5.50.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ad0e7af..f6df9d3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /sonnet-5.47.0.tar.xz /sonnet-5.48.0.tar.xz /sonnet-5.49.0.tar.xz +/sonnet-5.50.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 916be73..36dece5 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.49.0 +Version: 5.50.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Sep 04 2018 Rex Dieter - 5.50.0-1 +- 5.50.0 + * Tue Aug 07 2018 Rex Dieter - 5.49.0-1 - 5.49.0 diff --git a/sources b/sources index fb7ad92..48440d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.49.0.tar.xz) = 1f94c81aa2afaf88a4bd5dc8bc30ff4a6773cb96db80d5cef891e25493e968a5fe9c752a82991ac9f718b3ffd3ae67b7bff99d2acb1bbd41e25bd0474acd8dea +SHA512 (sonnet-5.50.0.tar.xz) = ac0f5a0f729150d305410a4b91e3db7f1ede4148116821364611984eabfe4533fcd0a0ae4fd25f515a1b44b8983156224ef0da9fc4513be04b5b411a4dc62174 From e641bd8e8b48b26307a7420cc4eb07155cdf11bd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Oct 2018 15:51:38 -0500 Subject: [PATCH 097/179] 5.51.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f6df9d3..5039a99 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /sonnet-5.48.0.tar.xz /sonnet-5.49.0.tar.xz /sonnet-5.50.0.tar.xz +/sonnet-5.51.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 36dece5..43ddf1a 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.50.0 +Version: 5.51.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Wed Oct 10 2018 Rex Dieter - 5.51.0-1 +- 5.51.0 + * Tue Sep 04 2018 Rex Dieter - 5.50.0-1 - 5.50.0 diff --git a/sources b/sources index 48440d1..81b4472 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.50.0.tar.xz) = ac0f5a0f729150d305410a4b91e3db7f1ede4148116821364611984eabfe4533fcd0a0ae4fd25f515a1b44b8983156224ef0da9fc4513be04b5b411a4dc62174 +SHA512 (sonnet-5.51.0.tar.xz) = 7ef05203e39bbe3d66d9fa78caf820cbb9dfced7a124a43426a38f7fc1e3b74ed842a0861a25feb0ad896c7b4a154bfae8094d9da40bb2df7bcff94c181d8f7a From c27ddcd20bfb8ac5272a2fe0f4b0232a1d563583 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Oct 2018 16:16:40 -0500 Subject: [PATCH 098/179] respin, .spec cosmetics --- kf5-sonnet.spec | 15 +++++++++------ sources | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 43ddf1a..990c281 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -7,13 +7,13 @@ %global tests 1 %endif -Name: kf5-%{framework} +Name: kf5-%{framework} Version: 5.51.0 -Release: 1%{?dist} -Summary: KDE Frameworks 5 Tier 1 solution for spell checking +Release: 2%{?dist} +Summary: KDE Frameworks 5 Tier 1 solution for spell checking -License: LGPLv2+ -URL: https://cgit.kde.org/%{framework}.git +License: LGPLv2+ +URL: https://cgit.kde.org/%{framework}.git %global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -22,7 +22,7 @@ URL: https://cgit.kde.org/%{framework}.git %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz # filter plugin provides %global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$ @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Wed Oct 10 2018 Rex Dieter - 5.51.0-2 +- respin, .spec cosmetics + * Wed Oct 10 2018 Rex Dieter - 5.51.0-1 - 5.51.0 diff --git a/sources b/sources index 81b4472..3fbc191 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.51.0.tar.xz) = 7ef05203e39bbe3d66d9fa78caf820cbb9dfced7a124a43426a38f7fc1e3b74ed842a0861a25feb0ad896c7b4a154bfae8094d9da40bb2df7bcff94c181d8f7a +SHA512 (sonnet-5.51.0.tar.xz) = 6854d066ceee7826d058b8b9136cae52428e140237881c1ae80685304b456de8ac410896a9f1f136501cf39f09351f3c4354fe3f5b51bd7bbb6bfef822d2b859 From 18d7f3b06dad4bc60037685fd4396da578321347 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Nov 2018 12:51:42 -0600 Subject: [PATCH 099/179] 5.52.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5039a99..9533770 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /sonnet-5.49.0.tar.xz /sonnet-5.50.0.tar.xz /sonnet-5.51.0.tar.xz +/sonnet-5.52.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 990c281..7ffa620 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.51.0 -Release: 2%{?dist} +Version: 5.52.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sun Nov 04 2018 Rex Dieter - 5.52.0-1 +- 5.52.0 + * Wed Oct 10 2018 Rex Dieter - 5.51.0-2 - respin, .spec cosmetics diff --git a/sources b/sources index 3fbc191..0dc3007 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.51.0.tar.xz) = 6854d066ceee7826d058b8b9136cae52428e140237881c1ae80685304b456de8ac410896a9f1f136501cf39f09351f3c4354fe3f5b51bd7bbb6bfef822d2b859 +SHA512 (sonnet-5.52.0.tar.xz) = 165645d9fc8ea4f3e373d6b585a8a54f2e13fc6c4f265a2806c8325e52c9e55a1806a0a439fa9c31733306aa11dc04d43e484805ee1e881600e010cb6f4fcf99 From cce71271dae14342b6a71d59611dcfad4cc12189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 13 Nov 2018 14:40:23 +0000 Subject: [PATCH 100/179] rebuild for hunspell 1.7.0 --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 7ffa620..818c1ef 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.52.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Nov 13 2018 Caolán McNamara - 5.52.0-2 +- rebuild for hunspell 1.7.0 + * Sun Nov 04 2018 Rex Dieter - 5.52.0-1 - 5.52.0 From 27ea70a66853af7307e26e5d24742175bcddb7ef Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 9 Dec 2018 08:43:42 -0600 Subject: [PATCH 101/179] 5.53.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9533770..bef4525 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /sonnet-5.50.0.tar.xz /sonnet-5.51.0.tar.xz /sonnet-5.52.0.tar.xz +/sonnet-5.53.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 818c1ef..64936ec 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.52.0 -Release: 2%{?dist} +Version: 5.53.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sun Dec 09 2018 Rex Dieter - 5.53.0-1 +- 5.53.0 + * Tue Nov 13 2018 Caolán McNamara - 5.52.0-2 - rebuild for hunspell 1.7.0 diff --git a/sources b/sources index 0dc3007..b43e84d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.52.0.tar.xz) = 165645d9fc8ea4f3e373d6b585a8a54f2e13fc6c4f265a2806c8325e52c9e55a1806a0a439fa9c31733306aa11dc04d43e484805ee1e881600e010cb6f4fcf99 +SHA512 (sonnet-5.53.0.tar.xz) = b3e138bf1f3a4133b50fddfce43c7135e853956f22fab278456d7004b8b625c128dce439b122b1706320a02595d52dae4eecbbc80971139279a72206f34c67f1 From f9261e15a455b905a6083664568547405da994fa Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 9 Jan 2019 11:16:13 -0600 Subject: [PATCH 102/179] 5.54.0 rebase multilib.patch --- .gitignore | 9 +-------- kf5-sonnet.spec | 6 +++++- sonnet-multilib.patch | 12 ++++++------ sources | 2 +- 4 files changed, 13 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index bef4525..5cd67f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1 @@ -/sonnet-5.46.0.tar.xz -/sonnet-5.47.0.tar.xz -/sonnet-5.48.0.tar.xz -/sonnet-5.49.0.tar.xz -/sonnet-5.50.0.tar.xz -/sonnet-5.51.0.tar.xz -/sonnet-5.52.0.tar.xz -/sonnet-5.53.0.tar.xz +/sonnet-5.54.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 64936ec..4229169 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.53.0 +Version: 5.54.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -130,6 +130,10 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Wed Jan 09 2019 Rex Dieter - 5.54.0-1 +- 5.54.0 +- rebase multilib.patch + * Sun Dec 09 2018 Rex Dieter - 5.53.0-1 - 5.53.0 diff --git a/sonnet-multilib.patch b/sonnet-multilib.patch index d979db8..c25a276 100644 --- a/sonnet-multilib.patch +++ b/sonnet-multilib.patch @@ -1,12 +1,12 @@ -diff -up sonnet-5.42.0/data/parsetrigrams.cpp.multilib sonnet-5.42.0/data/parsetrigrams.cpp ---- sonnet-5.42.0/data/parsetrigrams.cpp.multilib 2018-01-07 10:22:47.000000000 -0600 -+++ sonnet-5.42.0/data/parsetrigrams.cpp 2018-01-08 09:18:56.411056423 -0600 +diff -up sonnet-5.54.0/data/parsetrigrams.cpp.multilib sonnet-5.54.0/data/parsetrigrams.cpp +--- sonnet-5.54.0/data/parsetrigrams.cpp.multilib 2019-01-06 14:29:23.000000000 -0600 ++++ sonnet-5.54.0/data/parsetrigrams.cpp 2019-01-09 11:15:23.602706493 -0600 @@ -44,7 +44,7 @@ int main(int argc, char **argv) QString path = QLatin1String(argv[1]); QDir td(path); - QHash< QString, QHash > models; -+ QMap< QString, QMap > models; - - QStringList files = td.entryList(QDir::Files); ++ QMap< QString, QHash > models; + for (const QString &fname : td.entryList(QDir::Files)) { + QFile fin(td.filePath(fname)); diff --git a/sources b/sources index b43e84d..fdb3e64 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.53.0.tar.xz) = b3e138bf1f3a4133b50fddfce43c7135e853956f22fab278456d7004b8b625c128dce439b122b1706320a02595d52dae4eecbbc80971139279a72206f34c67f1 +SHA512 (sonnet-5.54.0.tar.xz) = fe7551fb65fe896a872c3f0af4ce1c60f4b974f993465b5ae7b3eea219a0964f7ae5107aa9346884ffd37c95b4bf7ea0bed05592245978c07fd633af88eeca88 From 6443ee7a35cebf7b017e6ec5ea55079ef106fe80 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 29 Jan 2019 12:00:55 -0600 Subject: [PATCH 103/179] work harder to avoid multilib conflicts (kde#403630, #1669800) --- kf5-sonnet.spec | 16 ++++++++++------ sonnet-multilib.patch | 12 ------------ 2 files changed, 10 insertions(+), 18 deletions(-) delete mode 100644 sonnet-multilib.patch diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 4229169..0c10350 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.54.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -27,11 +27,6 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{v # filter plugin provides %global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$ -## upstreamable patches -# workaround multilib conflicts in trigrams.map by using QMap instead of QHash -# https://bugzilla.redhat.com/show_bug.cgi?id=1262746 -Patch102: sonnet-multilib.patch - BuildRequires: extra-cmake-modules >= %{majmin} %if ! 0%{?bootstrap} BuildRequires: hunspell-devel @@ -71,6 +66,12 @@ GUI part of the Sonnet framework provides widgets with spell checking support. %prep %autosetup -n %{framework}-%{version} -p1 +# workaround multilib conflicts in trigrams.map by using QMap instead of QHash +# https://bugzilla.redhat.com/show_bug.cgi?id=1262746 +# https://bugzilla.redhat.com/show_bug.cgi?id=1669800 +# https://bugs.kde.org/show_bug.cgi?id=403630 +sed -i.multilib -e 's|QHash|QMap|g' data/parsetrigrams.cpp + %build mkdir %{_target_platform} @@ -130,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Jan 29 2019 Rex Dieter - 5.54.0-2 +- work harder to avoid multilib conflicts (kde#403630, #1669800) + * Wed Jan 09 2019 Rex Dieter - 5.54.0-1 - 5.54.0 - rebase multilib.patch diff --git a/sonnet-multilib.patch b/sonnet-multilib.patch deleted file mode 100644 index c25a276..0000000 --- a/sonnet-multilib.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up sonnet-5.54.0/data/parsetrigrams.cpp.multilib sonnet-5.54.0/data/parsetrigrams.cpp ---- sonnet-5.54.0/data/parsetrigrams.cpp.multilib 2019-01-06 14:29:23.000000000 -0600 -+++ sonnet-5.54.0/data/parsetrigrams.cpp 2019-01-09 11:15:23.602706493 -0600 -@@ -44,7 +44,7 @@ int main(int argc, char **argv) - QString path = QLatin1String(argv[1]); - QDir td(path); - -- QHash< QString, QHash > models; -+ QMap< QString, QHash > models; - - for (const QString &fname : td.entryList(QDir::Files)) { - QFile fin(td.filePath(fname)); From f15bb2cf67226c12510a37410b4b444c23519991 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 05:41:41 +0000 Subject: [PATCH 104/179] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 0c10350..7cd9357 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.54.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 5.54.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Tue Jan 29 2019 Rex Dieter - 5.54.0-2 - work harder to avoid multilib conflicts (kde#403630, #1669800) From bc441a07fc313fc9173dadacde9f0f0f2ba5803e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Feb 2019 11:20:59 -0600 Subject: [PATCH 105/179] 5.55.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5cd67f5..841dd0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /sonnet-5.54.0.tar.xz +/sonnet-5.55.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 7cd9357..0d19c4d 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.54.0 -Release: 3%{?dist} +Version: 5.55.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Feb 04 2019 Rex Dieter - 5.55.0-1 +- 5.55.0 + * Fri Feb 01 2019 Fedora Release Engineering - 5.54.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index fdb3e64..51039b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.54.0.tar.xz) = fe7551fb65fe896a872c3f0af4ce1c60f4b974f993465b5ae7b3eea219a0964f7ae5107aa9346884ffd37c95b4bf7ea0bed05592245978c07fd633af88eeca88 +SHA512 (sonnet-5.55.0.tar.xz) = f159bbc605d454d90118a5757c2c005fc3d1a0d13772bb4a571a59cc637a455b270372123bafddafd20587b2710e32c7df22e507745d30c556a72a48a6b6d296 From 16d3e4c464254c4eff5c94cf0cc20ff0d83ac07b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Mar 2019 09:13:31 -0600 Subject: [PATCH 106/179] 5.56.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 841dd0c..8e07510 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sonnet-5.54.0.tar.xz /sonnet-5.55.0.tar.xz +/sonnet-5.56.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 0d19c4d..d12ea71 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.55.0 +Version: 5.56.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Mar 05 2019 Rex Dieter - 5.56.0-1 +- 5.56.0 + * Mon Feb 04 2019 Rex Dieter - 5.55.0-1 - 5.55.0 diff --git a/sources b/sources index 51039b2..99bdd95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.55.0.tar.xz) = f159bbc605d454d90118a5757c2c005fc3d1a0d13772bb4a571a59cc637a455b270372123bafddafd20587b2710e32c7df22e507745d30c556a72a48a6b6d296 +SHA512 (sonnet-5.56.0.tar.xz) = 5f00bf013b5fbbf510e25630f770b408ebff12c1b1972f824953eedec542fbc9efa16f749893bc0f1fca67adef88c3bfd74ad3e60592fbf1806a8220947646ca From f0c64bb6c8d88be2127a4ef3486aa1cde93cd69f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Apr 2019 10:19:59 -0500 Subject: [PATCH 107/179] 5.57.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8e07510..36805ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /sonnet-5.54.0.tar.xz /sonnet-5.55.0.tar.xz /sonnet-5.56.0.tar.xz +/sonnet-5.57.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index d12ea71..3ab1b26 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.56.0 +Version: 5.57.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Apr 09 2019 Rex Dieter - 5.57.0-1 +- 5.57.0 + * Tue Mar 05 2019 Rex Dieter - 5.56.0-1 - 5.56.0 diff --git a/sources b/sources index 99bdd95..1d77f1c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.56.0.tar.xz) = 5f00bf013b5fbbf510e25630f770b408ebff12c1b1972f824953eedec542fbc9efa16f749893bc0f1fca67adef88c3bfd74ad3e60592fbf1806a8220947646ca +SHA512 (sonnet-5.57.0.tar.xz) = 43bd410e64465bfa8d5da35137b44d64ceaa38ca9b526f017930e97ec4ca96d4f23299f8c3a3c7711964ec5a1285a87475d90693ea8a86596a93c7f62783f732 From c80656827f29f5aa4a714d9a868bb996c61b70af Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 May 2019 14:08:10 -0500 Subject: [PATCH 108/179] 5.58.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 36805ee..3421eba 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /sonnet-5.55.0.tar.xz /sonnet-5.56.0.tar.xz /sonnet-5.57.0.tar.xz +/sonnet-5.58.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 3ab1b26..4a331ee 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.57.0 +Version: 5.58.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue May 07 2019 Rex Dieter - 5.58.0-1 +- 5.58.0 + * Tue Apr 09 2019 Rex Dieter - 5.57.0-1 - 5.57.0 diff --git a/sources b/sources index 1d77f1c..3e1167f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.57.0.tar.xz) = 43bd410e64465bfa8d5da35137b44d64ceaa38ca9b526f017930e97ec4ca96d4f23299f8c3a3c7711964ec5a1285a87475d90693ea8a86596a93c7f62783f732 +SHA512 (sonnet-5.58.0.tar.xz) = c98d5d8fb19e0995b38ff414c54ea38e4d8303963b36fe140fddb53378c790adfbac3289045b147a6baa283d0a2db8112106808e09c068b180689a8f055719d0 From 7bc888f05d4366be053c0aa3827d39af449202cc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 6 Jun 2019 12:53:50 -0500 Subject: [PATCH 109/179] 5.59.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3421eba..4d87f64 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /sonnet-5.56.0.tar.xz /sonnet-5.57.0.tar.xz /sonnet-5.58.0.tar.xz +/sonnet-5.59.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 4a331ee..d4341d3 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.58.0 +Version: 5.59.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Jun 06 2019 Rex Dieter - 5.59.0-1 +- 5.59.0 + * Tue May 07 2019 Rex Dieter - 5.58.0-1 - 5.58.0 diff --git a/sources b/sources index 3e1167f..5eb909e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.58.0.tar.xz) = c98d5d8fb19e0995b38ff414c54ea38e4d8303963b36fe140fddb53378c790adfbac3289045b147a6baa283d0a2db8112106808e09c068b180689a8f055719d0 +SHA512 (sonnet-5.59.0.tar.xz) = d95f1adabd43503bfb2fdf513bb2657ca755b9130c3ff90cb14908426241f265303aa6dbb2af03377d44ccb003e597614dd0b653ca6be2ad6d4ced1d6476ac76 From 10ff4ab479cbab292f2b6a76050d763455a781b7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 13 Jul 2019 12:24:17 -0500 Subject: [PATCH 110/179] 5.60.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4d87f64..0536549 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /sonnet-5.57.0.tar.xz /sonnet-5.58.0.tar.xz /sonnet-5.59.0.tar.xz +/sonnet-5.60.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index d4341d3..885ccb5 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.59.0 +Version: 5.60.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sat Jul 13 2019 Rex Dieter - 5.60.0-1 +- 5.60.0 + * Thu Jun 06 2019 Rex Dieter - 5.59.0-1 - 5.59.0 diff --git a/sources b/sources index 5eb909e..149516a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.59.0.tar.xz) = d95f1adabd43503bfb2fdf513bb2657ca755b9130c3ff90cb14908426241f265303aa6dbb2af03377d44ccb003e597614dd0b653ca6be2ad6d4ced1d6476ac76 +SHA512 (sonnet-5.60.0.tar.xz) = 2dbb3bec5f0999b82a09c9ff9a826cb390dfae55d91f4ae91ed494a41d498ec18a5bfb53ecd95f6b086bd2f0b72f6ffbcc690aefe8de1e2e6694ec8750230441 From 5d13525cd8f0c0a609c8e35e0e415e04d157b4f3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 11:44:55 +0000 Subject: [PATCH 111/179] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 885ccb5..e9463d6 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.60.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 5.60.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sat Jul 13 2019 Rex Dieter - 5.60.0-1 - 5.60.0 From ddca190c2e599090ce7c96f178d5cc8b17271ecb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 29 Jul 2019 11:05:12 -0500 Subject: [PATCH 112/179] update %%files --- kf5-sonnet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index e9463d6..19ceb38 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -103,7 +103,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %ldconfig_scriptlets core %files core -%{_kf5_sysconfdir}/xdg/sonnet.* +%{_kf5_datadir}/qlogging-categories5/*categories %{_kf5_libdir}/libKF5SonnetCore.so.* %if ! 0%{?bootstrap} %dir %{_kf5_plugindir}/sonnet/ From d6a1daa68f91779e0a13d5a5f72c34ab846f3418 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Aug 2019 10:15:01 -0500 Subject: [PATCH 113/179] 5.61.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0536549..b24c15e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /sonnet-5.58.0.tar.xz /sonnet-5.59.0.tar.xz /sonnet-5.60.0.tar.xz +/sonnet-5.61.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 19ceb38..a26c096 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.60.0 -Release: 2%{?dist} +Version: 5.61.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Wed Aug 07 2019 Rex Dieter - 5.61.0-1 +- 5.61.0 + * Thu Jul 25 2019 Fedora Release Engineering - 5.60.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 149516a..5529c6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.60.0.tar.xz) = 2dbb3bec5f0999b82a09c9ff9a826cb390dfae55d91f4ae91ed494a41d498ec18a5bfb53ecd95f6b086bd2f0b72f6ffbcc690aefe8de1e2e6694ec8750230441 +SHA512 (sonnet-5.61.0.tar.xz) = 8917ca9207715e308080c9f68107a97d234a1aa95fffa85712c413a51493010fc52e0e39c618c3d8290a9731d07b343d8349f383428cce8358a662ddc8698b97 From 0fb62dff03ae74b4c08963b473fcb1cbd5ab6da7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 Sep 2019 16:48:16 -0500 Subject: [PATCH 114/179] 5.62.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b24c15e..c99318e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /sonnet-5.59.0.tar.xz /sonnet-5.60.0.tar.xz /sonnet-5.61.0.tar.xz +/sonnet-5.62.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index a26c096..8039db9 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.61.0 +Version: 5.62.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Sep 16 2019 Rex Dieter - 5.62.0-1 +- 5.62.0 + * Wed Aug 07 2019 Rex Dieter - 5.61.0-1 - 5.61.0 diff --git a/sources b/sources index 5529c6c..2c263e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.61.0.tar.xz) = 8917ca9207715e308080c9f68107a97d234a1aa95fffa85712c413a51493010fc52e0e39c618c3d8290a9731d07b343d8349f383428cce8358a662ddc8698b97 +SHA512 (sonnet-5.62.0.tar.xz) = e0c8c78fef8e2de3160bd54922541e3d3bc9a4dc016a6695bf6ff2c0579d5b42986fa9bfd845a240c9d0da73f6c3cfa11af6fa7cb93db7ce6c956b766dbd94e3 From 9dc6cea0dd8e37536a778009ff12bced88602bb7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Sep 2019 08:56:04 -0500 Subject: [PATCH 115/179] update %%files --- kf5-sonnet.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 8039db9..245d4b0 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -118,6 +118,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %files ui -f sonnet5_qt.lang %{_kf5_libdir}/libKF5SonnetUi.so.* +%{_kf5_qtplugindir}/designer/*5widgets.so %files devel %{_kf5_includedir}/sonnet_version.h From 8a9e5da75b7afc0f0f4dd0c5a305d97f7715d257 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 22 Oct 2019 08:44:42 -0500 Subject: [PATCH 116/179] 5.63.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c99318e..2bfed3d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /sonnet-5.60.0.tar.xz /sonnet-5.61.0.tar.xz /sonnet-5.62.0.tar.xz +/sonnet-5.63.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 245d4b0..711f2ae 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.62.0 +Version: 5.63.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Oct 22 2019 Rex Dieter - 5.63.0-1 +- 5.63.0 + * Mon Sep 16 2019 Rex Dieter - 5.62.0-1 - 5.62.0 diff --git a/sources b/sources index 2c263e8..ae59a41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.62.0.tar.xz) = e0c8c78fef8e2de3160bd54922541e3d3bc9a4dc016a6695bf6ff2c0579d5b42986fa9bfd845a240c9d0da73f6c3cfa11af6fa7cb93db7ce6c956b766dbd94e3 +SHA512 (sonnet-5.63.0.tar.xz) = 75ec4749f761f98ea63be605fb960bb15eeb7cf09ceb0ecbff522f91a8fbac704a51cf14537ee59fd9a130d82fb1c2d14aea66b56c6da825d2609a289051142b From 18acb4ddf0cc45df723b1aad16dad4b59f1bca6a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Nov 2019 10:38:43 -0600 Subject: [PATCH 117/179] 5.64.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2bfed3d..aa16204 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /sonnet-5.61.0.tar.xz /sonnet-5.62.0.tar.xz /sonnet-5.63.0.tar.xz +/sonnet-5.64.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 711f2ae..53add8b 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.63.0 +Version: 5.64.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Fri Nov 08 2019 Rex Dieter - 5.64.0-1 +- 5.64.0 + * Tue Oct 22 2019 Rex Dieter - 5.63.0-1 - 5.63.0 diff --git a/sources b/sources index ae59a41..2377f1a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.63.0.tar.xz) = 75ec4749f761f98ea63be605fb960bb15eeb7cf09ceb0ecbff522f91a8fbac704a51cf14537ee59fd9a130d82fb1c2d14aea66b56c6da825d2609a289051142b +SHA512 (sonnet-5.64.0.tar.xz) = 37a2f17de5d47a9966452d95d2a2c82816467a6ec0c6a3318c40847b641310c568d84c6acb99f1f4a54d02e8e4b7f17e76eee36410ad194b0a33170557f1282e From 40b4df5a6b7e7fb9821701ac07ec2995cf681c26 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Dec 2019 11:20:31 -0600 Subject: [PATCH 118/179] 5.65.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aa16204..951fcc3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /sonnet-5.62.0.tar.xz /sonnet-5.63.0.tar.xz /sonnet-5.64.0.tar.xz +/sonnet-5.65.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 53add8b..9181cae 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.64.0 +Version: 5.65.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Dec 17 2019 Rex Dieter - 5.65.0-1 +- 5.65.0 + * Fri Nov 08 2019 Rex Dieter - 5.64.0-1 - 5.64.0 diff --git a/sources b/sources index 2377f1a..182be02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.64.0.tar.xz) = 37a2f17de5d47a9966452d95d2a2c82816467a6ec0c6a3318c40847b641310c568d84c6acb99f1f4a54d02e8e4b7f17e76eee36410ad194b0a33170557f1282e +SHA512 (sonnet-5.65.0.tar.xz) = 37c459d6de59d974fc8a0812d3ce55661a1c85eefa551f8c7a7d2a4b2c37f55b163f7bcea4334f6467cca65cdd7a4dd67b6217c8f167eefc56d9dbac2223e2fa From 7cec92d95a2b5b5662d398f55f393ed8c1f7fa4e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Dec 2019 13:19:53 -0600 Subject: [PATCH 119/179] %%files: drop trigrams.map (now embedded) --- kf5-sonnet.spec | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 9181cae..b9085d8 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -66,12 +66,6 @@ GUI part of the Sonnet framework provides widgets with spell checking support. %prep %autosetup -n %{framework}-%{version} -p1 -# workaround multilib conflicts in trigrams.map by using QMap instead of QHash -# https://bugzilla.redhat.com/show_bug.cgi?id=1262746 -# https://bugzilla.redhat.com/show_bug.cgi?id=1669800 -# https://bugs.kde.org/show_bug.cgi?id=403630 -sed -i.multilib -e 's|QHash|QMap|g' data/parsetrigrams.cpp - %build mkdir %{_target_platform} @@ -111,8 +105,6 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %endif %{_kf5_bindir}/parsetrigrams %{_kf5_bindir}/gentrigrams -%dir %{_kf5_datadir}/kf5/sonnet/ -%{_kf5_datadir}/kf5/sonnet/trigrams.map %ldconfig_scriptlets ui @@ -134,6 +126,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog * Tue Dec 17 2019 Rex Dieter - 5.65.0-1 - 5.65.0 +- %%files: drop trigrams.map (now embedded) * Fri Nov 08 2019 Rex Dieter - 5.64.0-1 - 5.64.0 From 4b10d086f353549646ca0aa73073d328a6f555f8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jan 2020 14:24:52 -0600 Subject: [PATCH 120/179] 5.66.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 951fcc3..c2b296f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /sonnet-5.63.0.tar.xz /sonnet-5.64.0.tar.xz /sonnet-5.65.0.tar.xz +/sonnet-5.66.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index b9085d8..5b1e367 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.65.0 +Version: 5.66.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Jan 07 2020 Rex Dieter - 5.66.0-1 +- 5.66.0 + * Tue Dec 17 2019 Rex Dieter - 5.65.0-1 - 5.65.0 - %%files: drop trigrams.map (now embedded) diff --git a/sources b/sources index 182be02..3c76453 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.65.0.tar.xz) = 37c459d6de59d974fc8a0812d3ce55661a1c85eefa551f8c7a7d2a4b2c37f55b163f7bcea4334f6467cca65cdd7a4dd67b6217c8f167eefc56d9dbac2223e2fa +SHA512 (sonnet-5.66.0.tar.xz) = 17fee80d64762941f2f7d0d1b349d2b1cb9be440499209ea40ec38332c6cb12a246d5614053e8b0428ce113fef0765e577ca9ef44b2ddb216e33e6a2e947af3b From 6837f1daf3de8bb1a2782b30c72df540a8241cb3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 07:26:22 +0000 Subject: [PATCH 121/179] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 5b1e367..126578a 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.66.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 5.66.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Tue Jan 07 2020 Rex Dieter - 5.66.0-1 - 5.66.0 From 3827b74a097d1ec30761208e720e7e196b3d948a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Feb 2020 18:16:33 -0600 Subject: [PATCH 122/179] 5.67.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c2b296f..f7b9fb4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /sonnet-5.64.0.tar.xz /sonnet-5.65.0.tar.xz /sonnet-5.66.0.tar.xz +/sonnet-5.67.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 126578a..d1b443d 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.66.0 -Release: 2%{?dist} +Version: 5.67.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Feb 03 2020 Rex Dieter - 5.67.0-1 +- 5.67.0 + * Wed Jan 29 2020 Fedora Release Engineering - 5.66.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 3c76453..40ae4fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.66.0.tar.xz) = 17fee80d64762941f2f7d0d1b349d2b1cb9be440499209ea40ec38332c6cb12a246d5614053e8b0428ce113fef0765e577ca9ef44b2ddb216e33e6a2e947af3b +SHA512 (sonnet-5.67.0.tar.xz) = b31d4cf8dd13553a1e8caeeefbc8aa3bcdbb08fe84139784922fd7475c9dcc3e86e55f90d34e744e743b0c9f78127455752996f519d7279d9505d946dbd4b878 From db062c9c7b1d6452e2c0cbfe7395cc1b111b89c6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Mar 2020 22:24:12 -0500 Subject: [PATCH 123/179] 5.68.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f7b9fb4..1752e66 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /sonnet-5.65.0.tar.xz /sonnet-5.66.0.tar.xz /sonnet-5.67.0.tar.xz +/sonnet-5.68.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index d1b443d..c31cf0d 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.67.0 +Version: 5.68.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Fri Mar 20 2020 Rex Dieter - 5.68.0-1 +- 5.68.0 + * Mon Feb 03 2020 Rex Dieter - 5.67.0-1 - 5.67.0 diff --git a/sources b/sources index 40ae4fa..45a5a24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.67.0.tar.xz) = b31d4cf8dd13553a1e8caeeefbc8aa3bcdbb08fe84139784922fd7475c9dcc3e86e55f90d34e744e743b0c9f78127455752996f519d7279d9505d946dbd4b878 +SHA512 (sonnet-5.68.0.tar.xz) = add681532d2cfe371662306376da07bd337446f67d2b375a878bf53355e08407d24e1e63155f313e31b737a70014a052c19a1d120bbc67aeffd6be525f0aada3 From ce2ef3a7e7b9727ed50233357ab2846be2f297dc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 21 Apr 2020 13:50:36 -0500 Subject: [PATCH 124/179] 5.69.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1752e66..6f2a90e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /sonnet-5.66.0.tar.xz /sonnet-5.67.0.tar.xz /sonnet-5.68.0.tar.xz +/sonnet-5.69.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index c31cf0d..fa687c1 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.68.0 +Version: 5.69.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Apr 21 2020 Rex Dieter - 5.69.0-1 +- 5.69.0 + * Fri Mar 20 2020 Rex Dieter - 5.68.0-1 - 5.68.0 diff --git a/sources b/sources index 45a5a24..aef2699 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.68.0.tar.xz) = add681532d2cfe371662306376da07bd337446f67d2b375a878bf53355e08407d24e1e63155f313e31b737a70014a052c19a1d120bbc67aeffd6be525f0aada3 +SHA512 (sonnet-5.69.0.tar.xz) = 3336ed334b01f08094ac8edb65b19c6e2cb54f864bd09a89c1fa2f654bc27d2333653b420f1a4f13e5ccaef591216664fb51f775ce295739223c8fb04b79fee1 From 1c9df7a1a1deaaae220a29cc302eddb3be2315ea Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 May 2020 17:13:01 -0500 Subject: [PATCH 125/179] 5.70.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6f2a90e..9401b33 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /sonnet-5.67.0.tar.xz /sonnet-5.68.0.tar.xz /sonnet-5.69.0.tar.xz +/sonnet-5.70.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index fa687c1..3025959 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.69.0 +Version: 5.70.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon May 04 2020 Rex Dieter - 5.70.0-1 +- 5.70.0 + * Tue Apr 21 2020 Rex Dieter - 5.69.0-1 - 5.69.0 diff --git a/sources b/sources index aef2699..80fe715 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.69.0.tar.xz) = 3336ed334b01f08094ac8edb65b19c6e2cb54f864bd09a89c1fa2f654bc27d2333653b420f1a4f13e5ccaef591216664fb51f775ce295739223c8fb04b79fee1 +SHA512 (sonnet-5.70.0.tar.xz) = de93c1396262215407324795ea0ebc7d45752fb33873f0f6552821b9fa97dafd9972e274784f9f70c63f220aba9db261dccd55cf169cf62e629f398dc2db7fe9 From f5d2133a0bc6e65b93a22c5ddc88f7ccd6e4d118 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 16 Jun 2020 10:01:57 -0500 Subject: [PATCH 126/179] 5.71.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9401b33..e794f5f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /sonnet-5.68.0.tar.xz /sonnet-5.69.0.tar.xz /sonnet-5.70.0.tar.xz +/sonnet-5.71.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 3025959..6cc66d2 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.70.0 +Version: 5.71.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Jun 16 2020 Rex Dieter - 5.71.0-1 +- 5.71.0 + * Mon May 04 2020 Rex Dieter - 5.70.0-1 - 5.70.0 diff --git a/sources b/sources index 80fe715..f14df1a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.70.0.tar.xz) = de93c1396262215407324795ea0ebc7d45752fb33873f0f6552821b9fa97dafd9972e274784f9f70c63f220aba9db261dccd55cf169cf62e629f398dc2db7fe9 +SHA512 (sonnet-5.71.0.tar.xz) = f8a277db375b0d7c6767a6b3c7a7df062ad58c89b9c2b14e7fab326bf0c967e651076cfa57935ec6c658fa1de55b9ed05222fed8f8066431540f9601261f7924 From 7b1426e8766605782e80d6d39df820537f2aa7b8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jul 2020 12:35:29 -0500 Subject: [PATCH 127/179] 5.72.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e794f5f..ee471ad 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /sonnet-5.69.0.tar.xz /sonnet-5.70.0.tar.xz /sonnet-5.71.0.tar.xz +/sonnet-5.72.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 6cc66d2..f95bbe6 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.71.0 +Version: 5.72.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Jul 07 2020 Rex Dieter - 5.72.0-1 +- 5.72.0 + * Tue Jun 16 2020 Rex Dieter - 5.71.0-1 - 5.71.0 diff --git a/sources b/sources index f14df1a..1b0aeba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.71.0.tar.xz) = f8a277db375b0d7c6767a6b3c7a7df062ad58c89b9c2b14e7fab326bf0c967e651076cfa57935ec6c658fa1de55b9ed05222fed8f8066431540f9601261f7924 +SHA512 (sonnet-5.72.0.tar.xz) = 8c5f552d9676d9be3cef0c69e986fbdd8b523d343e2a71e866a745ff555e5bb83829ab7a0ef7c1460104f91395ac912308c14c8c29da79e5d021d0401ce211d4 From d574cb20f80d90defcfba5a3652b2da112838d33 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 18 Jul 2020 10:53:07 +0200 Subject: [PATCH 128/179] Improve compatibility with new CMake macro Signed-off-by: Igor Raits --- kf5-sonnet.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index f95bbe6..7dd4617 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,3 +1,4 @@ +%undefine __cmake_in_source_build %global framework sonnet # uncomment to enable bootstrap mode @@ -68,17 +69,13 @@ GUI part of the Sonnet framework provides widgets with spell checking support. %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. \ +%{cmake_kf5} \ %{?tests:-DBUILD_TESTING:BOOL=ON} -popd - -%make_build -C %{_target_platform} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %find_lang_kf5 sonnet5_qt From ec0a21d8097cabe3170c7667652f220d3141097f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 03:21:02 +0000 Subject: [PATCH 129/179] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 7dd4617..6001053 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -10,7 +10,7 @@ Name: kf5-%{framework} Version: 5.72.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -121,6 +121,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jul 07 2020 Rex Dieter - 5.72.0-1 - 5.72.0 From c43e823c23477d8d368d488d6169b8e2fba7505f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Aug 2020 11:57:49 -0500 Subject: [PATCH 130/179] 5.73.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ee471ad..ec14f50 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /sonnet-5.70.0.tar.xz /sonnet-5.71.0.tar.xz /sonnet-5.72.0.tar.xz +/sonnet-5.73.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 6001053..444ed01 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,8 +9,8 @@ %endif Name: kf5-%{framework} -Version: 5.72.0 -Release: 2%{?dist} +Version: 5.73.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -121,6 +121,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Aug 03 2020 Rex Dieter - 5.73.0-1 +- 5.73.0 + * Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 1b0aeba..6458e9d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.72.0.tar.xz) = 8c5f552d9676d9be3cef0c69e986fbdd8b523d343e2a71e866a745ff555e5bb83829ab7a0ef7c1460104f91395ac912308c14c8c29da79e5d021d0401ce211d4 +SHA512 (sonnet-5.73.0.tar.xz) = b5b69d34cda323bc5cbbe1bfafaaff324194ce241bef80f8f3c74ff3cd00e00cdeff20eafca870d6d99c5f080fd44e54458d261c2c795ba2179233d4ad8f70c1 From 54cbcede7c8cf86e65cc14fb279bccfb94a74545 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 11:02:52 +0200 Subject: [PATCH 131/179] 5.74.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ec14f50..abee699 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /sonnet-5.71.0.tar.xz /sonnet-5.72.0.tar.xz /sonnet-5.73.0.tar.xz +/sonnet-5.74.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 444ed01..daf6f79 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.73.0 +Version: 5.74.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -121,6 +121,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Fri Sep 18 2020 Jan Grulich - 5.74.0-1 +- 5.74.0 + * Mon Aug 03 2020 Rex Dieter - 5.73.0-1 - 5.73.0 diff --git a/sources b/sources index 6458e9d..aa04944 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.73.0.tar.xz) = b5b69d34cda323bc5cbbe1bfafaaff324194ce241bef80f8f3c74ff3cd00e00cdeff20eafca870d6d99c5f080fd44e54458d261c2c795ba2179233d4ad8f70c1 +SHA512 (sonnet-5.74.0.tar.xz) = 80f19d6f7c168f6daed208769c5abe1c664b48cd5d8f3ddd75f3992f917859d14281ed12b819b5bc9f501849243de639388a8e47dc60e0d3bda0e5b8426a54e6 From 94566f46f6906dabb713e597e84f4f29f5edbcb0 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 12:09:44 +0200 Subject: [PATCH 132/179] Fix instalation of licence files --- kf5-sonnet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index daf6f79..5454f12 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -89,7 +89,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %files %doc README.md -%license COPYING.LIB +%license LICENSES/*.txt %ldconfig_scriptlets core From c3836527537c246123092217ffc395038717a5ba Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 14 Oct 2020 10:10:11 -0500 Subject: [PATCH 133/179] 5.75.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index abee699..9725502 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /sonnet-5.72.0.tar.xz /sonnet-5.73.0.tar.xz /sonnet-5.74.0.tar.xz +/sonnet-5.75.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 5454f12..7a7bbe2 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.74.0 +Version: 5.75.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -121,6 +121,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Wed Oct 14 10:10:05 CDT 2020 Rex Dieter - 5.75.0-1 +- 5.75.0 + * Fri Sep 18 2020 Jan Grulich - 5.74.0-1 - 5.74.0 diff --git a/sources b/sources index aa04944..f2dfe2f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.74.0.tar.xz) = 80f19d6f7c168f6daed208769c5abe1c664b48cd5d8f3ddd75f3992f917859d14281ed12b819b5bc9f501849243de639388a8e47dc60e0d3bda0e5b8426a54e6 +SHA512 (sonnet-5.75.0.tar.xz) = 8ce91c819142f7546d37ffccbcce13a56109ec23767f2af14713a84102b04889ea0bfd4bd3d3b332df8946e0a161d2af8b8f11799afa893dfd9fc2839e013142 From 3a58efee48be9f081ca69add8812966bf8beb83f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Nov 2020 09:16:17 -0600 Subject: [PATCH 134/179] 5.76.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9725502..69e7ce6 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /sonnet-5.73.0.tar.xz /sonnet-5.74.0.tar.xz /sonnet-5.75.0.tar.xz +/sonnet-5.76.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 7a7bbe2..800c2b1 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.75.0 +Version: 5.76.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -121,6 +121,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Nov 19 09:16:10 CST 2020 Rex Dieter - 5.76.0-1 +- 5.76.0 + * Wed Oct 14 10:10:05 CDT 2020 Rex Dieter - 5.75.0-1 - 5.75.0 diff --git a/sources b/sources index f2dfe2f..b2e5473 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.75.0.tar.xz) = 8ce91c819142f7546d37ffccbcce13a56109ec23767f2af14713a84102b04889ea0bfd4bd3d3b332df8946e0a161d2af8b8f11799afa893dfd9fc2839e013142 +SHA512 (sonnet-5.76.0.tar.xz) = b012f5d6e85588d510ab795bcfaf1938b5f4b5c0a02bb2c04814d3878dfcc6968e1c494e92fd793b5ac096fe6c2547f0d27325dfe17aa424cb1346ce63e3440e From 930d78bfb95c3347d8dac214bc512eed43dc48db Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 13 Dec 2020 14:22:21 -0600 Subject: [PATCH 135/179] 5.77.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 69e7ce6..9e417ba 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /sonnet-5.74.0.tar.xz /sonnet-5.75.0.tar.xz /sonnet-5.76.0.tar.xz +/sonnet-5.77.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 800c2b1..250e4af 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.76.0 +Version: 5.77.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -121,6 +121,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sun Dec 13 14:22:17 CST 2020 Rex Dieter - 5.77.0-1 +- 5.77.0 + * Thu Nov 19 09:16:10 CST 2020 Rex Dieter - 5.76.0-1 - 5.76.0 diff --git a/sources b/sources index b2e5473..12a3ee1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.76.0.tar.xz) = b012f5d6e85588d510ab795bcfaf1938b5f4b5c0a02bb2c04814d3878dfcc6968e1c494e92fd793b5ac096fe6c2547f0d27325dfe17aa424cb1346ce63e3440e +SHA512 (sonnet-5.77.0.tar.xz) = f453edf4e4becb2e4433ace3a2251f7261d4dfa549a70877fd46c37432fe6e117e542f4db1331893bcc4ac22ed99bc620e5facf03cf783a64a19ca76f7783df0 From c3fb8be138607ecc768be1d19ddf61e03a37f5a9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Jan 2021 08:59:48 -0600 Subject: [PATCH 136/179] 5.78.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9e417ba..076752b 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /sonnet-5.75.0.tar.xz /sonnet-5.76.0.tar.xz /sonnet-5.77.0.tar.xz +/sonnet-5.78.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 250e4af..81810a1 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,12 +9,12 @@ %endif Name: kf5-%{framework} -Version: 5.77.0 +Version: 5.78.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ -URL: https://cgit.kde.org/%{framework}.git +URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -121,6 +121,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Jan 4 08:59:40 CST 2021 Rex Dieter - 5.78.0-1 +- 5.78.0 + * Sun Dec 13 14:22:17 CST 2020 Rex Dieter - 5.77.0-1 - 5.77.0 diff --git a/sources b/sources index 12a3ee1..2724bb4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.77.0.tar.xz) = f453edf4e4becb2e4433ace3a2251f7261d4dfa549a70877fd46c37432fe6e117e542f4db1331893bcc4ac22ed99bc620e5facf03cf783a64a19ca76f7783df0 +SHA512 (sonnet-5.78.0.tar.xz) = 558e8a1d97053af5524c29f4fd677dfef3a59859e03f285cdcc02a9032cd09dc92da4ff253f3d7dd7d0d554d2574e36884984a14da7b5c09be7aad84a1950b59 From ec25f4fe21e928553b90190f67a297d400c23021 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 4 Jan 2021 22:44:27 +0000 Subject: [PATCH 137/179] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- kf5-sonnet.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 81810a1..17f8e25 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -36,6 +36,7 @@ BuildRequires: kf5-rpm-macros >= %{majmin} BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qttools-devel BuildRequires: zlib-devel +BuildRequires: make Requires: kf5-filesystem >= %{majmin} Requires: %{name}-core%{?_isa} = %{version}-%{release} From a62b3fb5ae035939be39aacb79d63eb3d00df447 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 15:48:06 +0000 Subject: [PATCH 138/179] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 17f8e25..c5f03e3 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -10,7 +10,7 @@ Name: kf5-%{framework} Version: 5.78.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -122,6 +122,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jan 4 08:59:40 CST 2021 Rex Dieter - 5.78.0-1 - 5.78.0 From adcd12fee3a4a6fa47a5a03af5b2bc433aecbf9c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 10:06:35 -0600 Subject: [PATCH 139/179] 5.79.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 076752b..f89a7fc 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /sonnet-5.76.0.tar.xz /sonnet-5.77.0.tar.xz /sonnet-5.78.0.tar.xz +/sonnet-5.79.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index c5f03e3..ddd0aab 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,8 +9,8 @@ %endif Name: kf5-%{framework} -Version: 5.78.0 -Release: 2%{?dist} +Version: 5.79.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -122,6 +122,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sat Feb 06 2021 Rex Dieter - 5.79.0-1 +- 5.79.0 + * Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 2724bb4..8ae703d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.78.0.tar.xz) = 558e8a1d97053af5524c29f4fd677dfef3a59859e03f285cdcc02a9032cd09dc92da4ff253f3d7dd7d0d554d2574e36884984a14da7b5c09be7aad84a1950b59 +SHA512 (sonnet-5.79.0.tar.xz) = 65c710570abafcf556d0a37851d2908bab71d8f655a316bdf12149d47489a56d6396dc40f5b9e21e437235429b88c714ec515912dd908b27ff0bd4f3f024a980 From ee6008b098409c94ed97b879c6b37517f8e7fe85 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 15:26:41 -0600 Subject: [PATCH 140/179] respin --- kf5-sonnet.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index ddd0aab..77ac3a5 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -10,7 +10,7 @@ Name: kf5-%{framework} Version: 5.79.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -122,6 +122,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sat Feb 06 2021 Rex Dieter - 5.79.0-2 +- respin + * Sat Feb 06 2021 Rex Dieter - 5.79.0-1 - 5.79.0 diff --git a/sources b/sources index 8ae703d..af6310a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.79.0.tar.xz) = 65c710570abafcf556d0a37851d2908bab71d8f655a316bdf12149d47489a56d6396dc40f5b9e21e437235429b88c714ec515912dd908b27ff0bd4f3f024a980 +SHA512 (sonnet-5.79.0.tar.xz) = dfefe2a96ea2b700421086fe769a8e25447f4bfd6be19517ade1f7743feb5478c93dcf9946f843598f31a92ac0061cf740a39b7978d97b24f754f9b1f7abd920 From ae24d989af103e2e38cafa64def35dbf7e29058e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Mar 2021 08:55:09 -0600 Subject: [PATCH 141/179] 5.80.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f89a7fc..7c90f89 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /sonnet-5.77.0.tar.xz /sonnet-5.78.0.tar.xz /sonnet-5.79.0.tar.xz +/sonnet-5.80.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 77ac3a5..e9341de 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,8 +9,8 @@ %endif Name: kf5-%{framework} -Version: 5.79.0 -Release: 2%{?dist} +Version: 5.80.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -122,6 +122,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Mar 09 2021 Rex Dieter - 5.80.0-1 +- 5.80.0 + * Sat Feb 06 2021 Rex Dieter - 5.79.0-2 - respin diff --git a/sources b/sources index af6310a..15e1896 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.79.0.tar.xz) = dfefe2a96ea2b700421086fe769a8e25447f4bfd6be19517ade1f7743feb5478c93dcf9946f843598f31a92ac0061cf740a39b7978d97b24f754f9b1f7abd920 +SHA512 (sonnet-5.80.0.tar.xz) = 703f43e6498927c781126ca556cde6034314501dca7443466bc86f78f06736ef01cf1846d888e490c88d38ccf449cb4e759207a66f8a09300ae7b4e7ac6a9f88 From 415d86d5fc4bda84c0705eca6b95416764e6eb53 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Apr 2021 09:08:47 -0500 Subject: [PATCH 142/179] 5.81.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7c90f89..52d1dc7 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /sonnet-5.78.0.tar.xz /sonnet-5.79.0.tar.xz /sonnet-5.80.0.tar.xz +/sonnet-5.81.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index e9341de..0d5d9f9 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.80.0 +Version: 5.81.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -122,6 +122,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Apr 06 2021 Rex Dieter - 5.81.0-1 +- 5.81.0 + * Tue Mar 09 2021 Rex Dieter - 5.80.0-1 - 5.80.0 diff --git a/sources b/sources index 15e1896..ac45c51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.80.0.tar.xz) = 703f43e6498927c781126ca556cde6034314501dca7443466bc86f78f06736ef01cf1846d888e490c88d38ccf449cb4e759207a66f8a09300ae7b4e7ac6a9f88 +SHA512 (sonnet-5.81.0.tar.xz) = 42a7273b10cac8924551d833ef5c0d3eaef8b146cbfd1e978868b6a3857a1746dc4374a354c4eadb5e35141870942f0419ca256b2f4cc049c1ef8d85e7787fd5 From 0f177e84b09bc591b94d8b52dd10c6d18d6ec4a8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 May 2021 08:52:02 -0500 Subject: [PATCH 143/179] 5.82.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 52d1dc7..525af1a 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /sonnet-5.79.0.tar.xz /sonnet-5.80.0.tar.xz /sonnet-5.81.0.tar.xz +/sonnet-5.82.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 0d5d9f9..9adf5de 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.81.0 +Version: 5.82.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -122,6 +122,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon May 03 2021 Rex Dieter - 5.82.0-1 +- 5.82.0 + * Tue Apr 06 2021 Rex Dieter - 5.81.0-1 - 5.81.0 diff --git a/sources b/sources index ac45c51..755cdbd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.81.0.tar.xz) = 42a7273b10cac8924551d833ef5c0d3eaef8b146cbfd1e978868b6a3857a1746dc4374a354c4eadb5e35141870942f0419ca256b2f4cc049c1ef8d85e7787fd5 +SHA512 (sonnet-5.82.0.tar.xz) = 3bc876b1e06ba5c08c05ce74530a2584b9853e8c9742f66b19529e7f78f3aad89d3a72e0a615e912d1cfd7a24b3de3a9068d0f72dce3c51ca03b896eeedde817 From 45639f3bc3692a74dedce91938cfc659ce31fe8b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jun 2021 16:11:37 -0500 Subject: [PATCH 144/179] 5.83.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 525af1a..5647936 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /sonnet-5.80.0.tar.xz /sonnet-5.81.0.tar.xz /sonnet-5.82.0.tar.xz +/sonnet-5.83.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 9adf5de..2f5d3a1 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.82.0 +Version: 5.83.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -122,6 +122,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Jun 08 2021 Rex Dieter - 5.83.0-1 +- 5.83.0 + * Mon May 03 2021 Rex Dieter - 5.82.0-1 - 5.82.0 diff --git a/sources b/sources index 755cdbd..98fb1e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.82.0.tar.xz) = 3bc876b1e06ba5c08c05ce74530a2584b9853e8c9742f66b19529e7f78f3aad89d3a72e0a615e912d1cfd7a24b3de3a9068d0f72dce3c51ca03b896eeedde817 +SHA512 (sonnet-5.83.0.tar.xz) = 6e5c2ec0b736675b4ba79297613d9229b4f26f1bede2d4a9acb1334a3df0e006c2c4b9ac516989fcd37c516d8afe822c655fd995cbd9e06d26cc1e97538e4b67 From 44ee992451af1fbb1cd4c54a2ce2d7182ded2f19 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 10:02:39 +0000 Subject: [PATCH 145/179] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 2f5d3a1..f26052b 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -10,7 +10,7 @@ Name: kf5-%{framework} Version: 5.83.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -122,6 +122,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 5.83.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jun 08 2021 Rex Dieter - 5.83.0-1 - 5.83.0 From cf770b537afc0e41276a4d080e233ceb8f9ce97f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 12 Aug 2021 11:18:26 -0500 Subject: [PATCH 146/179] 5.85.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5647936..87548e6 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /sonnet-5.81.0.tar.xz /sonnet-5.82.0.tar.xz /sonnet-5.83.0.tar.xz +/sonnet-5.85.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index f26052b..b24537a 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,8 +9,8 @@ %endif Name: kf5-%{framework} -Version: 5.83.0 -Release: 2%{?dist} +Version: 5.85.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -122,6 +122,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Aug 12 2021 Rex Dieter - 5.85.0-1 +- 5.85.0 + * Thu Jul 22 2021 Fedora Release Engineering - 5.83.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 98fb1e6..8d2b4b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.83.0.tar.xz) = 6e5c2ec0b736675b4ba79297613d9229b4f26f1bede2d4a9acb1334a3df0e006c2c4b9ac516989fcd37c516d8afe822c655fd995cbd9e06d26cc1e97538e4b67 +SHA512 (sonnet-5.85.0.tar.xz) = 50ed8787a8c7378574376ef0539b211eafb349f139fabe6d22788af91d57e758c994ddfdf72d83d76009570dbc8dd4bcb3df3add5c9dc17347b9263e09969930 From d678e713036182ceadc02f920490c14c5c2d64ae Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Wed, 15 Sep 2021 00:22:51 +0200 Subject: [PATCH 147/179] 5.86.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 87548e6..a746b7a 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /sonnet-5.82.0.tar.xz /sonnet-5.83.0.tar.xz /sonnet-5.85.0.tar.xz +/sonnet-5.86.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index b24537a..aaa2394 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.85.0 +Version: 5.86.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -122,6 +122,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Sep 14 2021 Marc Deop - 5.86.0-1 +- 5.86.0 + * Thu Aug 12 2021 Rex Dieter - 5.85.0-1 - 5.85.0 diff --git a/sources b/sources index 8d2b4b1..02a4f1c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.85.0.tar.xz) = 50ed8787a8c7378574376ef0539b211eafb349f139fabe6d22788af91d57e758c994ddfdf72d83d76009570dbc8dd4bcb3df3add5c9dc17347b9263e09969930 +SHA512 (sonnet-5.86.0.tar.xz) = 11d9a736180868fbe79c66cfeaddbcb9b24f3dc33387520536ce24de5a2fcd4e0a205b0bbb74d8c143e923a17d4872fb70945072c960ae04e580e3ed1dab3711 From 5ae4be41bbbf021cf09c3836fb5a0d4fba068777 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Oct 2021 09:30:46 -0500 Subject: [PATCH 148/179] 5.87.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a746b7a..f5abfdc 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /sonnet-5.83.0.tar.xz /sonnet-5.85.0.tar.xz /sonnet-5.86.0.tar.xz +/sonnet-5.87.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index aaa2394..7f3eec2 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.86.0 +Version: 5.87.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -122,6 +122,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Oct 05 2021 Rex Dieter - 5.87.0-1 +- 5.87.0 + * Tue Sep 14 2021 Marc Deop - 5.86.0-1 - 5.86.0 diff --git a/sources b/sources index 02a4f1c..6dc798e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.86.0.tar.xz) = 11d9a736180868fbe79c66cfeaddbcb9b24f3dc33387520536ce24de5a2fcd4e0a205b0bbb74d8c143e923a17d4872fb70945072c960ae04e580e3ed1dab3711 +SHA512 (sonnet-5.87.0.tar.xz) = ca3f2abe345c50d6914a6a76aa1983992703161424eced64cad8e190d5ae04770164c624e9d1d619bb8aaafb942e322f8c0267568d3f181e0dd6de9b05cc37fd From e93d59af035f937c6faf07fc63360cf72c5c5038 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 9 Nov 2021 10:07:38 +0100 Subject: [PATCH 149/179] 5.88.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f5abfdc..74aeed4 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /sonnet-5.85.0.tar.xz /sonnet-5.86.0.tar.xz /sonnet-5.87.0.tar.xz +/sonnet-5.88.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 7f3eec2..26b704b 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.87.0 +Version: 5.88.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -122,6 +122,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Nov 08 2021 Marc Deop - 5.88.0-1 +- 5.88.0 + * Tue Oct 05 2021 Rex Dieter - 5.87.0-1 - 5.87.0 diff --git a/sources b/sources index 6dc798e..559e95c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.87.0.tar.xz) = ca3f2abe345c50d6914a6a76aa1983992703161424eced64cad8e190d5ae04770164c624e9d1d619bb8aaafb942e322f8c0267568d3f181e0dd6de9b05cc37fd +SHA512 (sonnet-5.88.0.tar.xz) = 3a4a7362794dc937d70f96e098c84530ef373f985e69b384922d0ba749cffaa760dabdc9a90a45a6b7cf413bcf20f7f10e2e6ba440c25bd0090d7aad42b77e41 From 074202a08e693ba2bb34bdb6ac92b5090baa4476 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Wed, 10 Nov 2021 01:04:00 +0100 Subject: [PATCH 150/179] feat: add qt5-qtdeclarative-devel to buildrequires and add missing files --- kf5-sonnet.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 26b704b..462176b 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -34,6 +34,7 @@ BuildRequires: hunspell-devel %endif BuildRequires: kf5-rpm-macros >= %{majmin} BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtdeclarative-devel BuildRequires: qt5-qttools-devel BuildRequires: zlib-devel BuildRequires: make @@ -103,6 +104,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %endif %{_kf5_bindir}/parsetrigrams %{_kf5_bindir}/gentrigrams +%{_kf5_qmldir}/org/kde/sonnet/ %ldconfig_scriptlets ui From 84b7e519e588cfcfdbef0ce823e8fd14c6449923 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Dec 2021 09:44:17 -0600 Subject: [PATCH 151/179] 5.89.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 74aeed4..4aece0c 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /sonnet-5.86.0.tar.xz /sonnet-5.87.0.tar.xz /sonnet-5.88.0.tar.xz +/sonnet-5.89.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 462176b..0c01905 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.88.0 +Version: 5.89.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Wed Dec 08 2021 Rex Dieter - 5.89.0-1 +- 5.89.0 + * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 diff --git a/sources b/sources index 559e95c..5053ee4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.88.0.tar.xz) = 3a4a7362794dc937d70f96e098c84530ef373f985e69b384922d0ba749cffaa760dabdc9a90a45a6b7cf413bcf20f7f10e2e6ba440c25bd0090d7aad42b77e41 +SHA512 (sonnet-5.89.0.tar.xz) = 81e7d38b4c632892fab7b34e289b603864ac3af1891b4057c67e9e77bd3f4adeaf8e012d76f073a04ada5633c243f5750e8414d6411445006612af13d6d567f8 From 38a4943f07fa3deb83fa065f73da19e012143e4a Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 4 Jan 2022 09:37:51 +0100 Subject: [PATCH 152/179] 5.90.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4aece0c..085b6fe 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /sonnet-5.87.0.tar.xz /sonnet-5.88.0.tar.xz /sonnet-5.89.0.tar.xz +/sonnet-5.90.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 0c01905..b6da097 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.89.0 +Version: 5.90.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 +- 5.90.0 + * Wed Dec 08 2021 Rex Dieter - 5.89.0-1 - 5.89.0 diff --git a/sources b/sources index 5053ee4..475f06b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.89.0.tar.xz) = 81e7d38b4c632892fab7b34e289b603864ac3af1891b4057c67e9e77bd3f4adeaf8e012d76f073a04ada5633c243f5750e8414d6411445006612af13d6d567f8 +SHA512 (sonnet-5.90.0.tar.xz) = 75adc7e45b8800601f2084c7d3ed88414e4f94f09fe682ca083b5c63fccbebb8e9009961513c1c8f609e5e7ebbfb41cc18ea35e7420a2ffb655b9479f3a368b0 From 8d8b89af6892596232e7b5da6bf8945c0abc9ee9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 14:48:14 +0000 Subject: [PATCH 153/179] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index b6da097..05f9fa4 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -10,7 +10,7 @@ Name: kf5-%{framework} Version: 5.90.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 - 5.90.0 From 559acd684d911caf7544cf156aee114556cdb537 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Feb 2022 12:38:50 -0600 Subject: [PATCH 154/179] 5.91.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 085b6fe..5415eac 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /sonnet-5.88.0.tar.xz /sonnet-5.89.0.tar.xz /sonnet-5.90.0.tar.xz +/sonnet-5.91.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 05f9fa4..567b682 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,8 +9,8 @@ %endif Name: kf5-%{framework} -Version: 5.90.0 -Release: 2%{?dist} +Version: 5.91.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Fri Feb 11 2022 Rex Dieter - 5.91.0-1 +- 5.91.0 + * Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 475f06b..c485d89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.90.0.tar.xz) = 75adc7e45b8800601f2084c7d3ed88414e4f94f09fe682ca083b5c63fccbebb8e9009961513c1c8f609e5e7ebbfb41cc18ea35e7420a2ffb655b9479f3a368b0 +SHA512 (sonnet-5.91.0.tar.xz) = 7b27a41769bd0eac762bfc0b2ca7411812f07878292646b2f8b4de85b42807e303c83672bc55e1e713e1931492439089bf2343e08bc4e519f1396998df998c1e From 22806e9909dd153fb99758707dc4bdb11d3865fd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:11:53 -0600 Subject: [PATCH 155/179] update %%files --- kf5-sonnet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 567b682..f69b730 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -113,7 +113,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %{_kf5_qtplugindir}/designer/*5widgets.so %files devel -%{_kf5_includedir}/sonnet_version.h + %{_kf5_includedir}/SonnetCore/ %{_kf5_includedir}/SonnetUi/ %{_kf5_libdir}/libKF5SonnetCore.so From 3c7b41c1548d5959b10bf4dbe494cd2efa7b3f93 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:43:17 -0600 Subject: [PATCH 156/179] update %%files harder --- kf5-sonnet.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index f69b730..97918e1 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -1,4 +1,3 @@ -%undefine __cmake_in_source_build %global framework sonnet # uncomment to enable bootstrap mode @@ -113,7 +112,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %{_kf5_qtplugindir}/designer/*5widgets.so %files devel - +%{_kf5_includedir}/Sonnet/ %{_kf5_includedir}/SonnetCore/ %{_kf5_includedir}/SonnetUi/ %{_kf5_libdir}/libKF5SonnetCore.so From 8071126e09293ea9c44f4fcb9825e5699ffd88aa Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 15:13:24 -0600 Subject: [PATCH 157/179] 5.92.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5415eac..f066b8e 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /sonnet-5.89.0.tar.xz /sonnet-5.90.0.tar.xz /sonnet-5.91.0.tar.xz +/sonnet-5.92.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 97918e1..0a03e55 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.91.0 +Version: 5.92.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -123,6 +123,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Mar 10 2022 Rex Dieter - 5.92.0-1 +- 5.92.0 + * Fri Feb 11 2022 Rex Dieter - 5.91.0-1 - 5.91.0 diff --git a/sources b/sources index c485d89..55eedf5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.91.0.tar.xz) = 7b27a41769bd0eac762bfc0b2ca7411812f07878292646b2f8b4de85b42807e303c83672bc55e1e713e1931492439089bf2343e08bc4e519f1396998df998c1e +SHA512 (sonnet-5.92.0.tar.xz) = 7e6fedd0c244daf6e1b94eba2dfa7124fc6496a89ca5ed8931c9527603d1fcaabd834207bcffc8abded1e9db53ee0a737eca2ba455de705f821a944d08e931b0 From 3db708dc774ede387589a9412014f6602e91ce6f Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 10 Apr 2022 13:32:41 +0930 Subject: [PATCH 158/179] Update to 5.93 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f066b8e..2b811fb 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /sonnet-5.90.0.tar.xz /sonnet-5.91.0.tar.xz /sonnet-5.92.0.tar.xz +./sonnet-5.93.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 0a03e55..18ac983 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.92.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -123,6 +123,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sun Apr 10 2022 Justin Zobel - 5.93-1 +- Update to 5.93 + * Thu Mar 10 2022 Rex Dieter - 5.92.0-1 - 5.92.0 diff --git a/sources b/sources index 55eedf5..685396f 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (sonnet-5.92.0.tar.xz) = 7e6fedd0c244daf6e1b94eba2dfa7124fc6496a89ca5ed8931c9527603d1fcaabd834207bcffc8abded1e9db53ee0a737eca2ba455de705f821a944d08e931b0 +SHA512 (sonnet-5.93.0.tar.xz) = acc7562101c4afbbab96c0a50faea49b63d0d9b5cadf92ff4c9a68bbba8b142793252a69039ed42f1619855cb799f744f9dfdd8ab14d96a7d67b57cff67a8642 From a33e00e6f3fe01587e40aa948f4a26692faaf981 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2022 11:28:38 -0500 Subject: [PATCH 159/179] 5.94.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2b811fb..dd0b584 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /sonnet-5.91.0.tar.xz /sonnet-5.92.0.tar.xz ./sonnet-5.93.tar.xz +/sonnet-5.94.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 18ac983..23e1b8a 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.93.0 +Version: 5.94.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -123,6 +123,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Fri May 13 2022 Rex Dieter - 5.94.0-1 +- 5.94.0 + * Sun Apr 10 2022 Justin Zobel - 5.93-1 - Update to 5.93 diff --git a/sources b/sources index 685396f..b924399 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (sonnet-5.92.0.tar.xz) = 7e6fedd0c244daf6e1b94eba2dfa7124fc6496a89ca5ed8931c9527603d1fcaabd834207bcffc8abded1e9db53ee0a737eca2ba455de705f821a944d08e931b0 -SHA512 (sonnet-5.93.0.tar.xz) = acc7562101c4afbbab96c0a50faea49b63d0d9b5cadf92ff4c9a68bbba8b142793252a69039ed42f1619855cb799f744f9dfdd8ab14d96a7d67b57cff67a8642 +SHA512 (sonnet-5.94.0.tar.xz) = 4904361fa8b941181c1e18fc39fb614cd9b1177a4d49c6b16ae8c5941e6328f3b803d558d44500ce002a9da92597eecb1a295e956dada994934c4cfe89c62055 From 2eb925c3ea30121695959501297af9adea7ca88d Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sun, 3 Jul 2022 23:25:45 +0200 Subject: [PATCH 160/179] 5.96.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dd0b584..c5ae061 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /sonnet-5.92.0.tar.xz ./sonnet-5.93.tar.xz /sonnet-5.94.0.tar.xz +/sonnet-5.96.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 23e1b8a..a59cc87 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.94.0 +Version: 5.96.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -123,6 +123,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sun Jul 03 2022 Marc Deop - 5.96.0-1 +- 5.96.0 + * Fri May 13 2022 Rex Dieter - 5.94.0-1 - 5.94.0 diff --git a/sources b/sources index b924399..4845bb5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.94.0.tar.xz) = 4904361fa8b941181c1e18fc39fb614cd9b1177a4d49c6b16ae8c5941e6328f3b803d558d44500ce002a9da92597eecb1a295e956dada994934c4cfe89c62055 +SHA512 (sonnet-5.96.0.tar.xz) = 4625328b255112fd6d727db8e91d47b9fd45ab9b19a754dc6bee0de96a1002a9e812c7de0ddfdb4c146581192f8a36e1a274903d7525b6a0541e6bcf2641f6f9 From c0399b6f0e40fea10ee393d72e0687799ef03600 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 16:14:27 +0000 Subject: [PATCH 161/179] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index a59cc87..de484b5 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.96.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -123,6 +123,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 5.96.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sun Jul 03 2022 Marc Deop - 5.96.0-1 - 5.96.0 From 426745bf067020287e57b87f0d4f6bf96b4c55e1 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 14 Aug 2022 13:13:38 +0930 Subject: [PATCH 162/179] Update to 5.97.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c5ae061..1bee890 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ ./sonnet-5.93.tar.xz /sonnet-5.94.0.tar.xz /sonnet-5.96.0.tar.xz +/sonnet-5.97.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index de484b5..d849256 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.96.0 -Release: 2%{?dist} +Version: 5.97.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -123,6 +123,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sat Aug 13 2022 Justin Zobel - 5.97.0-1 +- Update to 5.97.0 + * Thu Jul 21 2022 Fedora Release Engineering - 5.96.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 4845bb5..01eb8de 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (sonnet-5.96.0.tar.xz) = 4625328b255112fd6d727db8e91d47b9fd45ab9b19a754dc6bee0de96a1002a9e812c7de0ddfdb4c146581192f8a36e1a274903d7525b6a0541e6bcf2641f6f9 +SHA512 (sonnet-5.97.0.tar.xz) = 7b0b460e3e6ed4925033955768e91645e37a473bf3662306c7e912148387b28d507acc1efd36c6b001229b6d86ab863fc8f726aa4cc4b15e755ff1f560c6f770 From 7b7780846cce02e4e5b12bfde735edf567d07e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Thu, 15 Sep 2022 17:59:18 +0200 Subject: [PATCH 163/179] 5.98.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1bee890..c1b7f2f 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /sonnet-5.94.0.tar.xz /sonnet-5.96.0.tar.xz /sonnet-5.97.0.tar.xz +/sonnet-5.98.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index d849256..e60b608 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.97.0 +Version: 5.98.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -123,6 +123,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Sep 15 2022 Marc Deop - 5.98.0-1 +- 5.98.0 + * Sat Aug 13 2022 Justin Zobel - 5.97.0-1 - Update to 5.97.0 diff --git a/sources b/sources index 01eb8de..0a9f944 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (sonnet-5.96.0.tar.xz) = 4625328b255112fd6d727db8e91d47b9fd45ab9b19a754dc6bee0de96a1002a9e812c7de0ddfdb4c146581192f8a36e1a274903d7525b6a0541e6bcf2641f6f9 -SHA512 (sonnet-5.97.0.tar.xz) = 7b0b460e3e6ed4925033955768e91645e37a473bf3662306c7e912148387b28d507acc1efd36c6b001229b6d86ab863fc8f726aa4cc4b15e755ff1f560c6f770 +SHA512 (sonnet-5.98.0.tar.xz) = 165297c8376b812dcef612387b52a883dd0f6df3d3f381fe5b5bade26b3f0375ebd86a2568e2a90ca2b9c8fe632a3cf9d22f50bd61efeb04dcf15e3af3a87bc9 From 91bfd58ed7a10638398cc8d009620a7061aaefa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Fri, 14 Oct 2022 17:00:04 +0200 Subject: [PATCH 164/179] 5.99.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c1b7f2f..8f549e3 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /sonnet-5.96.0.tar.xz /sonnet-5.97.0.tar.xz /sonnet-5.98.0.tar.xz +/sonnet-5.99.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index e60b608..3c2dd93 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.98.0 +Version: 5.99.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -123,6 +123,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Fri Oct 14 2022 Marc Deop - 5.99.0-1 +- 5.99.0 + * Thu Sep 15 2022 Marc Deop - 5.98.0-1 - 5.98.0 diff --git a/sources b/sources index 0a9f944..9623d7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.98.0.tar.xz) = 165297c8376b812dcef612387b52a883dd0f6df3d3f381fe5b5bade26b3f0375ebd86a2568e2a90ca2b9c8fe632a3cf9d22f50bd61efeb04dcf15e3af3a87bc9 +SHA512 (sonnet-5.99.0.tar.xz) = 781e96a9ff4363dd4bc2a95f6fadcd97991cbcd4781314f082297544c4da38c57fa62c4aec62d8cf850c5d8147e0b30f6835d143a691ea293100c00511ab318b From f5c9b013cb67d84e2f79a7ddb3842381b6062958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 6 Nov 2022 22:29:02 +0100 Subject: [PATCH 165/179] 5.100.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8f549e3..5a0550f 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /sonnet-5.97.0.tar.xz /sonnet-5.98.0.tar.xz /sonnet-5.99.0.tar.xz +/sonnet-5.100.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 3c2dd93..b89720a 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.99.0 +Version: 5.100.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -123,6 +123,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sun Nov 06 2022 Marc Deop - 5.100.0-1 +- 5.100.0 + * Fri Oct 14 2022 Marc Deop - 5.99.0-1 - 5.99.0 diff --git a/sources b/sources index 9623d7f..8eba88d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.99.0.tar.xz) = 781e96a9ff4363dd4bc2a95f6fadcd97991cbcd4781314f082297544c4da38c57fa62c4aec62d8cf850c5d8147e0b30f6835d143a691ea293100c00511ab318b +SHA512 (sonnet-5.100.0.tar.xz) = 760a95122f41da4ac8842d1869d96d1fd6ae2d92a93e33c89088fee08050b7bd5f9e4668987d47c86556281f97f54d8b13973e18629cde7af13cf1a0b9510cb8 From 16f61bd564acffcac7879026cb15f6b1da895ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 12 Dec 2022 16:02:53 +0100 Subject: [PATCH 166/179] 5.101.0 --- .gitignore | 1 + kf5-sonnet.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 5a0550f..9ce3345 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /sonnet-5.98.0.tar.xz /sonnet-5.99.0.tar.xz /sonnet-5.100.0.tar.xz +/sonnet-5.101.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index b89720a..935a2ea 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.100.0 +Version: 5.101.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -16,12 +16,7 @@ License: LGPLv2+ URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) -%global revision %(echo %{version} | cut -d. -f3) -%if %{revision} >= 50 -%global stable unstable -%else -%global stable stable -%endif +%global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz # filter plugin provides @@ -123,6 +118,10 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Dec 12 2022 Marc Deop - 5.101.0-1 +- 5.101.0 +- use new macros to simplify code + * Sun Nov 06 2022 Marc Deop - 5.100.0-1 - 5.100.0 diff --git a/sources b/sources index 8eba88d..4e73854 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.100.0.tar.xz) = 760a95122f41da4ac8842d1869d96d1fd6ae2d92a93e33c89088fee08050b7bd5f9e4668987d47c86556281f97f54d8b13973e18629cde7af13cf1a0b9510cb8 +SHA512 (sonnet-5.101.0.tar.xz) = c62d0f7445e1b94969bf09f42f4057014ea75ad3c9a02461f64af87b5add088e1a0a152f279bb3d3835f7a14dbdadf41508cdcb7e68c495eb4a4e869455e2552 From 404aa339afe7fb031bb6e729ea304593534ef712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 14 Jan 2023 16:40:35 +0100 Subject: [PATCH 167/179] 5.102.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9ce3345..876b83f 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /sonnet-5.99.0.tar.xz /sonnet-5.100.0.tar.xz /sonnet-5.101.0.tar.xz +/sonnet-5.102.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 935a2ea..d246dee 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.101.0 +Version: 5.102.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -118,6 +118,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sat Jan 14 2023 Marc Deop - 5.102.0-1 +- 5.102.0 + * Mon Dec 12 2022 Marc Deop - 5.101.0-1 - 5.101.0 - use new macros to simplify code diff --git a/sources b/sources index 4e73854..1d0751f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.101.0.tar.xz) = c62d0f7445e1b94969bf09f42f4057014ea75ad3c9a02461f64af87b5add088e1a0a152f279bb3d3835f7a14dbdadf41508cdcb7e68c495eb4a4e869455e2552 +SHA512 (sonnet-5.102.0.tar.xz) = 85bd83954247b5d676b63cf7333e18d936b471138da7509a642e06074ba936dbb0b07723bdacc8d1508b05ffe84748585e98a34bae76836a6378e4c42a58800e From e5396e81c206ba0e6faf1f14b2174ba43f787aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 15 Jan 2023 17:46:22 +0100 Subject: [PATCH 168/179] fix: use macros from macros.kf5 instead of custom code --- kf5-sonnet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index d246dee..2342414 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -15,7 +15,7 @@ Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ URL: https://invent.kde.org/frameworks/%{framework} -%global majmin %(echo %{version} | cut -d. -f1-2) +%global majmin %majmin_ver_kf5 %global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz From 5e86eee35d142d5168aaf0803b508d00e81c1720 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 14:44:53 +0000 Subject: [PATCH 169/179] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 2342414..0a297af 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.102.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -118,6 +118,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 5.102.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jan 14 2023 Marc Deop - 5.102.0-1 - 5.102.0 From 32b8c4834a1271a22898e271b5c7d7ffb766b19b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 5 Feb 2023 17:38:20 +0100 Subject: [PATCH 170/179] 5.103.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 876b83f..f0c662d 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /sonnet-5.100.0.tar.xz /sonnet-5.101.0.tar.xz /sonnet-5.102.0.tar.xz +/sonnet-5.103.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 0a297af..69f1038 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.102.0 -Release: 2%{?dist} +Version: 5.103.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -118,6 +118,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sun Feb 05 2023 Marc Deop - 5.103.0-1 +- 5.103.0 + * Thu Jan 19 2023 Fedora Release Engineering - 5.102.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index 1d0751f..7eebfaa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.102.0.tar.xz) = 85bd83954247b5d676b63cf7333e18d936b471138da7509a642e06074ba936dbb0b07723bdacc8d1508b05ffe84748585e98a34bae76836a6378e4c42a58800e +SHA512 (sonnet-5.103.0.tar.xz) = 29e5e45ee651564e1870e7d8e94943f47232eacb659444b0ebfd4adee066af9a09dff9f7f75edd21e8de4a57753031c54cb9e934dc157c060646b6f275b3bdf2 From 6867b87a6264cf4cc01985a899d357bdc9aae63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Tue, 28 Feb 2023 12:25:04 +0100 Subject: [PATCH 171/179] fix: add missing BuildRequires --- kf5-sonnet.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 69f1038..c6c12e4 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.103.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -22,6 +22,9 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{v # filter plugin provides %global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$ +BuildRequires: aspell-devel +BuildRequires: hspell-devel +BuildRequires: libvoikko-devel BuildRequires: extra-cmake-modules >= %{majmin} %if ! 0%{?bootstrap} BuildRequires: hunspell-devel @@ -99,6 +102,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %{_kf5_bindir}/parsetrigrams %{_kf5_bindir}/gentrigrams %{_kf5_qmldir}/org/kde/sonnet/ +%{_kf5_plugindir}/sonnet/sonnet_aspell.so +%{_kf5_plugindir}/sonnet/sonnet_hspell.so +%{_kf5_plugindir}/sonnet/sonnet_voikko.so %ldconfig_scriptlets ui @@ -118,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Feb 28 2023 Marc Deop i Argemí - 5.103.0-2 +- Add missing BuildRequires + * Sun Feb 05 2023 Marc Deop - 5.103.0-1 - 5.103.0 From 8f2b6c1a7d212522c13200e3ee5c079192b560ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 4 Mar 2023 17:24:41 +0100 Subject: [PATCH 172/179] 5.104.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f0c662d..f443478 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /sonnet-5.101.0.tar.xz /sonnet-5.102.0.tar.xz /sonnet-5.103.0.tar.xz +/sonnet-5.104.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index c6c12e4..2cbfcae 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.103.0 -Release: 2%{?dist} +Version: 5.104.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sat Mar 04 2023 Marc Deop i Argemí - 5.104.0-1 +- 5.104.0 + * Tue Feb 28 2023 Marc Deop i Argemí - 5.103.0-2 - Add missing BuildRequires diff --git a/sources b/sources index 7eebfaa..c6ff700 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.103.0.tar.xz) = 29e5e45ee651564e1870e7d8e94943f47232eacb659444b0ebfd4adee066af9a09dff9f7f75edd21e8de4a57753031c54cb9e934dc157c060646b6f275b3bdf2 +SHA512 (sonnet-5.104.0.tar.xz) = 6d5fc4b1d1fec57aabee95ec516ad6978a36cbd5ae0e475086452e4761899b9b44b8804ae4db4fb4d71ea9b8df3044c1db7d212b9a153549647e82656e677a87 From 5a22942b04d160f61c3b1ce4458ffc58525c9d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 2 Apr 2023 10:21:00 +0200 Subject: [PATCH 173/179] 5.105.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f443478..d98b058 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /sonnet-5.102.0.tar.xz /sonnet-5.103.0.tar.xz /sonnet-5.104.0.tar.xz +/sonnet-5.105.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 2cbfcae..b9806ec 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.104.0 +Version: 5.105.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sun Apr 02 2023 Marc Deop i Argemí - 5.105.0-1 +- 5.105.0 + * Sat Mar 04 2023 Marc Deop i Argemí - 5.104.0-1 - 5.104.0 diff --git a/sources b/sources index c6ff700..c3ab0da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.104.0.tar.xz) = 6d5fc4b1d1fec57aabee95ec516ad6978a36cbd5ae0e475086452e4761899b9b44b8804ae4db4fb4d71ea9b8df3044c1db7d212b9a153549647e82656e677a87 +SHA512 (sonnet-5.105.0.tar.xz) = 6e9ef778872f7b4ce537b81ad436be042e6d291aff761a6b6fb9f6d83e36645668426d3c287b01ab4f1c0315c206149340f5c0486cca15e384140eb5dac67712 From 891571b1e235a56e2d3a65e08b0058ebe793994e Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 11 Apr 2023 13:29:21 -0700 Subject: [PATCH 174/179] Drop new(old) spellcheckers (#2180175) --- kf5-sonnet.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 2cbfcae..492c74f 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -22,9 +22,11 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{v # filter plugin provides %global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$ +%if 0%{?fedora} BuildRequires: aspell-devel BuildRequires: hspell-devel BuildRequires: libvoikko-devel +%endif BuildRequires: extra-cmake-modules >= %{majmin} %if ! 0%{?bootstrap} BuildRequires: hunspell-devel @@ -102,9 +104,11 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %{_kf5_bindir}/parsetrigrams %{_kf5_bindir}/gentrigrams %{_kf5_qmldir}/org/kde/sonnet/ +%if 0%{?fedora} %{_kf5_plugindir}/sonnet/sonnet_aspell.so %{_kf5_plugindir}/sonnet/sonnet_hspell.so %{_kf5_plugindir}/sonnet/sonnet_voikko.so +%endif %ldconfig_scriptlets ui From 9e2090eced5c8f1de751f4ef89adff4a10d9e96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 15 May 2023 21:55:31 +0200 Subject: [PATCH 175/179] 5.106.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d98b058..148605b 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /sonnet-5.103.0.tar.xz /sonnet-5.104.0.tar.xz /sonnet-5.105.0.tar.xz +/sonnet-5.106.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index b9806ec..37eb429 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.105.0 +Version: 5.106.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon May 15 2023 Marc Deop i Argemí - 5.106.0-1 +- 5.106.0 + * Sun Apr 02 2023 Marc Deop i Argemí - 5.105.0-1 - 5.105.0 diff --git a/sources b/sources index c3ab0da..d125bca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.105.0.tar.xz) = 6e9ef778872f7b4ce537b81ad436be042e6d291aff761a6b6fb9f6d83e36645668426d3c287b01ab4f1c0315c206149340f5c0486cca15e384140eb5dac67712 +SHA512 (sonnet-5.106.0.tar.xz) = dbcb20e6dbb8d7de2690734bbf931d94db0454ab11f5607ac2ed8acfd89edde8adaf86e5966cb30a7c1789d750f28d8fd9d03a141f8a7fca2a3d061e8adfc454 From c661ab27d94a1e443e72dd61326ee8731937ed86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 3 Jun 2023 15:29:27 +0200 Subject: [PATCH 176/179] 5.107.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 148605b..4094d69 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /sonnet-5.104.0.tar.xz /sonnet-5.105.0.tar.xz /sonnet-5.106.0.tar.xz +/sonnet-5.107.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 37eb429..f4728bb 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.106.0 +Version: 5.107.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sat Jun 03 2023 Marc Deop i Argemí - 5.107.0-1 +- 5.107.0 + * Mon May 15 2023 Marc Deop i Argemí - 5.106.0-1 - 5.106.0 diff --git a/sources b/sources index d125bca..2c34978 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.106.0.tar.xz) = dbcb20e6dbb8d7de2690734bbf931d94db0454ab11f5607ac2ed8acfd89edde8adaf86e5966cb30a7c1789d750f28d8fd9d03a141f8a7fca2a3d061e8adfc454 +SHA512 (sonnet-5.107.0.tar.xz) = e6ade0e2947f967cdd41608183d86538f0ab9b109cf85c1a5adf6f555903b0fcb167ae5462674e9e330a7c7d4fba92421949b197b5936b78ab72d2f324838e14 From 742fc16e96bd32a13dc645fe0e189041163022be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 2 Jul 2023 19:32:20 +0200 Subject: [PATCH 177/179] 5.108.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4094d69..0528c71 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /sonnet-5.105.0.tar.xz /sonnet-5.106.0.tar.xz /sonnet-5.107.0.tar.xz +/sonnet-5.108.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index f4728bb..961ff31 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.107.0 +Version: 5.108.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sun Jul 02 2023 Marc Deop i Argemí - 5.108.0-1 +- 5.108.0 + * Sat Jun 03 2023 Marc Deop i Argemí - 5.107.0-1 - 5.107.0 diff --git a/sources b/sources index 2c34978..24ef604 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.107.0.tar.xz) = e6ade0e2947f967cdd41608183d86538f0ab9b109cf85c1a5adf6f555903b0fcb167ae5462674e9e330a7c7d4fba92421949b197b5936b78ab72d2f324838e14 +SHA512 (sonnet-5.108.0.tar.xz) = 5f8d8d95bdc180ff5b02b0a39094c37fd1dc580b6458f9c1adacaf9880d9058822c33f3ef95926801fe2719b80a4f9a0bd25e00ad24303ea09d123e889219784 From 8fb35af159c38e058f5120afccf4e0438c9bad01 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 8 Aug 2023 08:16:18 -0700 Subject: [PATCH 178/179] All devel packages now available for epel9 --- kf5-sonnet.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 1a04cb7..961ff31 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -22,11 +22,9 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{v # filter plugin provides %global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$ -%if 0%{?fedora} BuildRequires: aspell-devel BuildRequires: hspell-devel BuildRequires: libvoikko-devel -%endif BuildRequires: extra-cmake-modules >= %{majmin} %if ! 0%{?bootstrap} BuildRequires: hunspell-devel @@ -104,11 +102,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %{_kf5_bindir}/parsetrigrams %{_kf5_bindir}/gentrigrams %{_kf5_qmldir}/org/kde/sonnet/ -%if 0%{?fedora} %{_kf5_plugindir}/sonnet/sonnet_aspell.so %{_kf5_plugindir}/sonnet/sonnet_hspell.so %{_kf5_plugindir}/sonnet/sonnet_voikko.so -%endif %ldconfig_scriptlets ui From 7ec526dd36b844bab268d52e7b7c004c20a648c0 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 22:52:35 +0300 Subject: [PATCH 179/179] Remove unnecessary files --- sources | 1 - sources.basename | 1 - 2 files changed, 2 deletions(-) delete mode 100644 sources delete mode 100644 sources.basename diff --git a/sources b/sources deleted file mode 100644 index 24ef604..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (sonnet-5.108.0.tar.xz) = 5f8d8d95bdc180ff5b02b0a39094c37fd1dc580b6458f9c1adacaf9880d9058822c33f3ef95926801fe2719b80a4f9a0bd25e00ad24303ea09d123e889219784 diff --git a/sources.basename b/sources.basename deleted file mode 100644 index 3b3f530..0000000 --- a/sources.basename +++ /dev/null @@ -1 +0,0 @@ -sonnet