From c900b7009d772afe7e016b01e0c1aea308d83e240aa4abdbf498c917a303a0ba Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Thu, 18 Feb 2021 08:17:53 +0000 Subject: [PATCH] - 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 --- myspell-dictionaries.changes | 7 +++++++ myspell-dictionaries.spec | 2 +- update.sh | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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