diff --git a/myspell-dictionaries.changes b/myspell-dictionaries.changes index 81dfdec..a2a0bf7 100644 --- a/myspell-dictionaries.changes +++ b/myspell-dictionaries.changes @@ -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 diff --git a/myspell-dictionaries.spec b/myspell-dictionaries.spec index f423657..d5112ca 100644 --- a/myspell-dictionaries.spec +++ b/myspell-dictionaries.spec @@ -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 diff --git a/update.sh b/update.sh index e42fb16..16c48e6 100644 --- a/update.sh +++ b/update.sh @@ -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