Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package myspell-dictionaries for
openSUSE:Factory checked in at 2021-02-22 14:22:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/myspell-dictionaries (Old)
and /work/SRC/openSUSE:Factory/.myspell-dictionaries.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "myspell-dictionaries"
Mon Feb 22 14:22:50 2021 rev:61 rq:873301 version:20201230
Changes:
--------
---
/work/SRC/openSUSE:Factory/myspell-dictionaries/myspell-dictionaries.changes
2020-12-31 10:01:36.847039778 +0100
+++
/work/SRC/openSUSE:Factory/.myspell-dictionaries.new.2378/myspell-dictionaries.changes
2021-02-22 14:22:51.447578559 +0100
@@ -1,0 +2,7 @@
+Thu Feb 18 08:14:06 UTC 2021 - [email protected]
+
+- use github repo [bsc#1182375]
+- modified sources
+ % update.sh
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ myspell-dictionaries.spec ++++++
--- /var/tmp/diff_new_pack.d0Uqkr/_old 2021-02-22 14:22:52.287579378 +0100
+++ /var/tmp/diff_new_pack.d0Uqkr/_new 2021-02-22 14:22:52.291579382 +0100
@@ -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
++++++ update.sh ++++++
--- /var/tmp/diff_new_pack.d0Uqkr/_old 2021-02-22 14:22:52.335579425 +0100
+++ /var/tmp/diff_new_pack.d0Uqkr/_new 2021-02-22 14:22:52.335579425 +0100
@@ -326,7 +326,7 @@
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