- use github repo [bsc#1182375]
- modified sources % update.sh OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/myspell-dictionaries?expand=0&rev=78
This commit is contained in:
parent
e35ff5fe18
commit
c900b7009d
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 18 08:14:06 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
- use github repo [bsc#1182375]
|
||||
- modified sources
|
||||
% update.sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 12:19:02 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package myspell-dictionaries
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -326,7 +326,7 @@ fi
|
||||
if [ $DOWNLOAD == "yes" ]; then
|
||||
echo '--- Download current git version'
|
||||
rm -rf $GIT_DIR
|
||||
git clone --depth 30 git://anongit.freedesktop.org/libreoffice/$GIT_DIR
|
||||
git clone --depth 30 https://github.com/LibreOffice/$GIT_DIR.git
|
||||
pushd $GIT_DIR
|
||||
git log > ../REMOVE_GIT_LOG
|
||||
popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user