Compare commits
11 Commits
c5e38ed940
...
b5a2124004
Author | SHA1 | Date | |
---|---|---|---|
|
b5a2124004 | ||
|
80c522df3d | ||
|
218c48938e | ||
|
b26098c627 | ||
|
63fa6b35ec | ||
|
512d5dd247 | ||
|
8ac1e41b90 | ||
|
f6fcdf77e0 | ||
|
61c2db738a | ||
|
3a42f912d5 | ||
|
747c164883 |
@ -1,7 +1,7 @@
|
||||
diff -rupN --no-dereference nuspell-5.1.2/src/nuspell/CMakeLists.txt nuspell-5.1.2-new/src/nuspell/CMakeLists.txt
|
||||
--- nuspell-5.1.2/src/nuspell/CMakeLists.txt 2022-09-29 13:57:55.000000000 +0200
|
||||
+++ nuspell-5.1.2-new/src/nuspell/CMakeLists.txt 2022-10-01 15:13:42.269083401 +0200
|
||||
@@ -22,6 +22,10 @@ set_target_properties(nuspell PROPERTIES
|
||||
diff -rupN --no-dereference nuspell-5.1.4/src/nuspell/CMakeLists.txt nuspell-5.1.4-new/src/nuspell/CMakeLists.txt
|
||||
--- nuspell-5.1.4/src/nuspell/CMakeLists.txt 2023-11-08 10:44:28.000000000 +0100
|
||||
+++ nuspell-5.1.4-new/src/nuspell/CMakeLists.txt 2023-11-09 13:51:20.918144706 +0100
|
||||
@@ -23,6 +23,10 @@ set_target_properties(nuspell PROPERTIES
|
||||
SOVERSION ${PROJECT_VERSION_MAJOR}
|
||||
CXX_VISIBILITY_PRESET hidden)
|
||||
|
||||
|
35
nuspell.spec
35
nuspell.spec
@ -1,6 +1,6 @@
|
||||
Name: nuspell
|
||||
Version: 5.1.2
|
||||
Release: 4%{?dist}
|
||||
Version: 5.1.4
|
||||
Release: 5%{?dist}
|
||||
Summary: Fast and safe spellchecking C++ library and command-line tool
|
||||
License: LGPL-3.0-or-later
|
||||
URL: https://nuspell.github.io
|
||||
@ -67,10 +67,10 @@ MinGW Windows %{name} library.
|
||||
|
||||
|
||||
%build
|
||||
%cmake -DCMAKE_BUILD_TYPE=Release
|
||||
%cmake
|
||||
%cmake_build
|
||||
|
||||
%mingw_cmake
|
||||
%mingw_cmake -DBUILD_TESTING=OFF
|
||||
%mingw_make_build
|
||||
|
||||
|
||||
@ -123,6 +123,33 @@ rm -rf %{buildroot}%{mingw64_docdir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 05 2024 Sandro Mani <manisandro@gmail.com> - 5.1.4-5
|
||||
- Rebuild (icu)
|
||||
|
||||
* Wed Jan 31 2024 Pete Walter <pwalter@fedoraproject.org> - 5.1.4-4
|
||||
- Rebuild for ICU 74
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Nov 09 2023 Sandro Mani <manisandro@gmail.com> - 5.1.4-1
|
||||
- Update to 5.1.4
|
||||
|
||||
* Tue Aug 29 2023 Sandro Mani <manisandro@gmail.com> - 5.1.3-1
|
||||
- Update to 5.1.3
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jul 18 2023 Sandro Mani <manisandro@gmail.com> - 5.1.2-6
|
||||
- Rebuild (mingw-icu)
|
||||
|
||||
* Tue Jul 11 2023 František Zatloukal <fzatlouk@redhat.com> - 5.1.2-5
|
||||
- Rebuilt for ICU 73.2
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nuspell-5.1.2.tar.gz) = 138212ae5340836f0bc85d9d5327dc43ffdb1481ca72678b4619938b86c4c8e7c156eec1446f459636460a9015cd476031ad53d0979325e637ed97c19e2f87c8
|
||||
SHA512 (nuspell-5.1.4.tar.gz) = f4119b3fe5944be8f5bc35ccff8d7a93b0f4fa9f129bc97a7b96879a11b5b35bd714b41dd209267417e94c5fed45fd3a74b349f94424f4b90bde07d9694d1d7d
|
||||
|
Loading…
Reference in New Issue
Block a user