Hello community,
here is the log from the commit of package myspell-dictionaries for
openSUSE:Factory checked in at 2017-12-23 12:17:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/myspell-dictionaries (Old)
and /work/SRC/openSUSE:Factory/.myspell-dictionaries.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "myspell-dictionaries"
Sat Dec 23 12:17:26 2017 rev:51 rq:558055 version:20171218
Changes:
--------
---
/work/SRC/openSUSE:Factory/myspell-dictionaries/myspell-dictionaries.changes
2017-11-09 13:38:32.573281237 +0100
+++
/work/SRC/openSUSE:Factory/.myspell-dictionaries.new/myspell-dictionaries.changes
2017-12-23 12:17:28.825451863 +0100
@@ -1,0 +2,8 @@
+Mon Dec 18 10:04:29 UTC 2017 - [email protected]
+
+- git state 20171218
+ * hungarian, spanish
+- update.sh: save git log before removing .git; run spec-cleaner
+ if present
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ myspell-dictionaries.spec ++++++
++++ 1675 lines (skipped)
++++ between
/work/SRC/openSUSE:Factory/myspell-dictionaries/myspell-dictionaries.spec
++++ and
/work/SRC/openSUSE:Factory/.myspell-dictionaries.new/myspell-dictionaries.spec
++++++ dictionaries.tar.xz ++++++
/work/SRC/openSUSE:Factory/myspell-dictionaries/dictionaries.tar.xz
/work/SRC/openSUSE:Factory/.myspell-dictionaries.new/dictionaries.tar.xz
differ: char 25, line 1
++++++ update.sh ++++++
--- /var/tmp/diff_new_pack.H50aBE/_old 2017-12-23 12:17:30.797355714 +0100
+++ /var/tmp/diff_new_pack.H50aBE/_new 2017-12-23 12:17:30.797355714 +0100
@@ -307,7 +307,7 @@
sed -i "s:@METADATA@::" myspell-dictionaries.spec
sed -i "s:@INSTALL@::" myspell-dictionaries.spec
sed -i "s:@FILES@::" myspell-dictionaries.spec
- spec-cleaner -i myspell-dictionaries.spec
+ [ -x /usr/bin/spec-cleaner ] && spec-cleaner -i myspell-dictionaries.spec
}
#
@@ -318,7 +318,10 @@
if [ $DOWNLOAD == "yes" ]; then
echo '--- Download current git version'
rm -rf $GIT_DIR
- git clone --depth 1 git://anongit.freedesktop.org/libreoffice/$GIT_DIR
+ git clone --depth 30 git://anongit.freedesktop.org/libreoffice/$GIT_DIR
+ pushd $GIT_DIR
+ git log > ../REMOVE_GIT_LOG
+ popd
rm -rf $GIT_DIR/.git
# exceptions >>>>>>>>>>>>>>>>>>>>>
pushd $GIT_DIR