Page MenuHomeSolus

D3690.diff
No OneTemporary

D3690.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : hunspell-fr
-version : 6.2
-release : 5
+version : 6.3
+release : 6
source :
- - https://www.dicollecte.org/download/fr/hunspell-french-dictionaries-v6.2.zip : c98147b99518a5aa51d51db58d6a153377bb9f366ebe8a21a2faa05b6c76308d
+ - https://www.dicollecte.org/download/fr/hunspell-french-dictionaries-v6.3.zip : cc6c2d15073659d221487b45245e9eee9a4ed66c30c6dcf784326bab063c5266
license : MPL-2.0
component : spelling
summary : French (classic) hunspell dictionaries
@@ -11,14 +11,12 @@
rundeps :
- libhunspell
install : |
- install -d -D -m 00755 $installdir/usr/share/hunspell
- install -m 00644 fr-classique.dic $installdir/usr/share/hunspell/fr_FR.dic
- install -m 00644 fr-classique.aff $installdir/usr/share/hunspell/fr_FR.aff
+ install -Dm00644 fr-classique.dic $installdir/usr/share/hunspell/fr_FR.dic
+ install -m00644 fr-classique.aff $installdir/usr/share/hunspell/fr_FR.aff
pushd $installdir/usr/share/hunspell/
- fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU"
- for lang in ${fr_FR_aliases}; do
- ln -s fr_FR.aff $lang.aff
- ln -s fr_FR.dic $lang.dic
- done
+ for lang in fr_BE fr_CA fr_CH fr_LU; do
+ ln -s fr_FR.aff $lang.aff
+ ln -s fr_FR.dic $lang.dic
+ done
popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -32,12 +32,12 @@
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2018-03-18</Date>
- <Version>6.2</Version>
+ <Update release="6">
+ <Date>2018-08-25</Date>
+ <Version>6.3</Version>
<Comment>Packaging update</Comment>
<Name>Pierre-Yves</Name>
<Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 30, 5:49 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806739
Default Alt Text
D3690.diff (1 KB)

Event Timeline