Accepting request 873301 from LibreOffice:Factory

- use github repo [bsc#1182375]
- modified sources
  % update.sh

OBS-URL: https://build.opensuse.org/request/show/873301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/myspell-dictionaries?expand=0&rev=61
This commit is contained in:
Richard Brown 2021-02-22 13:22:50 +00:00 committed by Git OBS Bridge
commit 5f779c9eb5
3 changed files with 9 additions and 2 deletions

View File

@ -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 Mon Dec 28 12:19:02 UTC 2020 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package myspell-dictionaries # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -326,7 +326,7 @@ fi
if [ $DOWNLOAD == "yes" ]; then if [ $DOWNLOAD == "yes" ]; then
echo '--- Download current git version' echo '--- Download current git version'
rm -rf $GIT_DIR 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 pushd $GIT_DIR
git log > ../REMOVE_GIT_LOG git log > ../REMOVE_GIT_LOG
popd popd