SHA256
1
0
forked from pool/mwic

- update to version 0.7.8:

* Add new multi-word misspellings to the dictionary.
  * Use the \e[90m sequence for dark gray.
  * Improve the build system:
    + Check Python version on install.
    + Byte-compile Python code on install.
      https://github.com/jwilk/mwic/issues/9
    + Don't require GNU install(1).
  * Rephrase descriptions of --help and --version in help messages.
  * Improve the test suite.

OBS-URL: https://build.opensuse.org/package/show/utilities/mwic?expand=0&rev=16
This commit is contained in:
Sebastian Wagner 2020-03-30 16:36:16 +00:00 committed by Git OBS Bridge
parent 6b8d64d818
commit 106e74fbd8
6 changed files with 36 additions and 22 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEzbWhJDrNtjAJrQchLU6zpgFUdfUFAlvprgIACgkQLU6zpgFU
dfUgPA//YOp2pq/ATpYRW/33JhDdMvn1dcwoO/h7WjqR2pa8NVjtqCFuDBNwcset
f1zjSbqytmdSX07ZkCl+WMQVrQZsG8+SeQIVmvJLIg1bH0HmQiGf6u4uDoyLa/Ha
rNFGQIJapZrLJeA1sAJuAn+2GoVbwdGA25lgNNl5dSOu9o7QnTneSw2z3hI+GgRj
mPIGUVRT+rQlyP9d25/9CqKBK//C93Gc90oDLxaAhmHgZb0sdhfb6PHjZxCRU17f
jmiLq4SfJTDp/jY+erxCed3HxyiUm/C8UIKMJxaCjWGCYH5yLjDhiSdSS/FfluvE
oUqWA/32rtZrbS3uhA8AWskiezuDmfy9ur2djpdAUtDOdmHFq7aZq5lQPbNh92Se
s1825O0GA1I4vlrjOuXvzBMQpXG/Y6C35j7K39R5cBatCbu2e1j0sPCT11jy1UOV
dUwk9Ll/ulsQRdL3H2LFB89EyI6grHZxTFn6dcuONYBVH3tNy6pWUi6WkZSRS5Lj
ByxR1NsY9w6yQUGbg5xzVgLCUhRJQtF44bJ5zfWUYpzPt2vT5u2IzwMVQ4GD7iQP
CdgdOMMElnZNVTR26kS/EjxtiXL7jCo+8uLnSK1EKm1qG7Gh7r9EJrslrfxNn3QH
DyQkeTAa+glESsZnZ7rE9yC3QVsDN6yD91gKKAAkCK3bOAHCDvI=
=aNs+
-----END PGP SIGNATURE-----

3
mwic-0.7.8.tar.gz Normal file
View File

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

16
mwic-0.7.8.tar.gz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEzbWhJDrNtjAJrQchLU6zpgFUdfUFAl3QLtMACgkQLU6zpgFU
dfUo3Q//cwCie7X4pn/YgTY5DclxxDLNOn9r4t4tfGQJDOIgFwt9YhxaDNQqsxBm
pCvewPT1lhxXEiU0CbB0Q+/ySwnYZ3MxCAFzAb8BolmVBotuSyULCJqQSuiPicfR
dFviaJIn9gGrexkRrp2bzYmBtKLAJGENJAzxCq3NmnxnOvaARtBanRHLqy59jGA6
c9QHTemO1tOFCvucVTKm39jJ7NSU9wZJxS1elm7ev+1XtzFOMbElnGAtdwvLWb7L
LoJ/lSE5Vd4RSfh09y2rTlmJSFD5IWIqSyCrDhmmB/fJRzZnQ1SLAdbBMaNl2wv/
g1p2G3+UAA2TCfKyofYGt4R3UZ8+Iw+hGfcZA9LJkLfoOnWMM5GQgDGFDVpYOI7a
Xr+jr5p5iVzhT9Hn+qX/BtRPeQ43dXjVfdXHATKbPloSrBmtK3VivhYGkQ5dGCcE
13xjYFeb4CiL4l2UcFwVP/kOaeqNmf50YESgn7/mGxtx22e5jcoK213WYN0XevA9
aFV1GOoN7t7aYHKXy2UFgZ+XNVWC9wXuGNFaGdPZ42FWZQSSXEtr9mx8gaauSbqX
pnqSs74CGSPqC8ooCFk7eWUb1e5G0F2nXy3jNq2tGOk7FkRWSMOHw1QQpVecHmx1
HsY9aqteiVumOyTgPSe8emjIIUon5UTSZ8gGuGzooP6QX/s3A2k=
=EN/u
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Mar 30 16:35:53 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 0.7.8:
* Add new multi-word misspellings to the dictionary.
* Use the \e[90m sequence for dark gray.
* Improve the build system:
+ Check Python version on install.
+ Byte-compile Python code on install.
https://github.com/jwilk/mwic/issues/9
+ Don't require GNU install(1).
* Rephrase descriptions of --help and --version in help messages.
* Improve the test suite.
-------------------------------------------------------------------
Tue Nov 13 19:32:04 UTC 2018 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -1,7 +1,7 @@
#
# spec file for package mwic
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%{!?license: %global license %doc}
Name: mwic
Version: 0.7.7
Version: 0.7.8
Release: 0
Summary: A spellchecker with grouping support
License: MIT
Group: Productivity/Office/Other
Url: http://jwilk.net/software/mwic
URL: http://jwilk.net/software/mwic
Source: https://github.com/jwilk/mwic/releases/download/%{version}/mwic-%{version}.tar.gz
Source1: https://github.com/jwilk/mwic/releases/download/%{version}/mwic-%{version}.tar.gz.asc
Source2: %{name}.keyring