Accepting request 494635 from LibreOffice:Factory
- Update to git state 20170511: * Add Tibetian dictionary - Update update.sh script to not bother < 12.3 releases - add FLAG UTF-8 to es_ANY.aff [bsc#1014742] + myspell-dictionaries-es-FLAG-UTF-8.patch OBS-URL: https://build.opensuse.org/request/show/494635 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/myspell-dictionaries?expand=0&rev=49
This commit is contained in:
commit
73d8dacd94
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81c35afc561f926e6dba313711bc042682b90d71f3b9bbff14c8fab0dbf4af72
|
||||
size 44147784
|
||||
oid sha256:12d0d8572ab3991573e91b136ade26c3acd137699712f9def187946bad3dcc7a
|
||||
size 44634648
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 11 12:19:08 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Update to git state 20170511:
|
||||
* Add Tibetian dictionary
|
||||
- Update update.sh script to not bother < 12.3 releases
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 15:54:44 UTC 2016 - pgajdos@suse.com
|
||||
|
||||
- add FLAG UTF-8 to es_ANY.aff [bsc#1014742]
|
||||
+ myspell-dictionaries-es-FLAG-UTF-8.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 31 14:15:19 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -277,9 +277,7 @@ function package_metadata()
|
||||
for p in ${recommends_map["myspell-$locale"]}; do
|
||||
sed -i "s#@METADATA@#Recommends: $p\n@METADATA@#" myspell-dictionaries.spec
|
||||
done
|
||||
sed -i "s#@METADATA@#%if 0%{?suse_version} > 1230\n@METADATA@#" myspell-dictionaries.spec
|
||||
sed -i "s#@METADATA@#BuildArch: noarch\n@METADATA@#" myspell-dictionaries.spec
|
||||
sed -i "s#@METADATA@#%endif\n@METADATA@#" myspell-dictionaries.spec
|
||||
if have_lightproof $dir; then
|
||||
sed -i "s#@METADATA@#Recommends: myspell-lightproof-$dir\n@METADATA@#" myspell-dictionaries.spec
|
||||
fi
|
||||
@ -309,6 +307,7 @@ function finish_spec()
|
||||
sed -i "s:@METADATA@::" myspell-dictionaries.spec
|
||||
sed -i "s:@INSTALL@::" myspell-dictionaries.spec
|
||||
sed -i "s:@FILES@::" myspell-dictionaries.spec
|
||||
spec-cleaner -i myspell-dictionaries.spec
|
||||
}
|
||||
|
||||
#
|
||||
@ -319,7 +318,7 @@ function finish_spec()
|
||||
if [ $DOWNLOAD == "yes" ]; then
|
||||
echo '--- Download current git version'
|
||||
rm -rf $GIT_DIR
|
||||
git clone git://anongit.freedesktop.org/libreoffice/$GIT_DIR
|
||||
git clone --depth 1 git://anongit.freedesktop.org/libreoffice/$GIT_DIR
|
||||
rm -rf $GIT_DIR/.git
|
||||
# exceptions >>>>>>>>>>>>>>>>>>>>>
|
||||
pushd $GIT_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user