Hello community,
here is the log from the commit of package myspell-dictionaries for
openSUSE:Factory checked in at 2017-05-20 10:07:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/myspell-dictionaries (Old)
and /work/SRC/openSUSE:Factory/.myspell-dictionaries.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "myspell-dictionaries"
Sat May 20 10:07:32 2017 rev:49 rq:494635 version:20170511
Changes:
--------
---
/work/SRC/openSUSE:Factory/myspell-dictionaries/myspell-dictionaries.changes
2016-11-05 21:23:40.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.myspell-dictionaries.new/myspell-dictionaries.changes
2017-05-20 10:07:58.676081838 +0200
@@ -1,0 +2,13 @@
+Thu May 11 12:19:08 UTC 2017 - [email protected]
+
+- Update to git state 20170511:
+ * Add Tibetian dictionary
+- Update update.sh script to not bother < 12.3 releases
+
+-------------------------------------------------------------------
+Fri Dec 9 15:54:44 UTC 2016 - [email protected]
+
+- add FLAG UTF-8 to es_ANY.aff [bsc#1014742]
+ + myspell-dictionaries-es-FLAG-UTF-8.patch
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ myspell-dictionaries.spec ++++++
++++ 1550 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 26, line 1
++++++ update.sh ++++++
--- /var/tmp/diff_new_pack.6QddVt/_old 2017-05-20 10:07:59.911907218 +0200
+++ /var/tmp/diff_new_pack.6QddVt/_new 2017-05-20 10:07:59.911907218 +0200
@@ -277,9 +277,7 @@
for p in ${recommends_map["myspell-$locale"]}; do
sed -i "s#@METADATA@#Recommends: $p\n@METADATA@#"
myspell-dictionaries.spec
done
- sed -i "s#@METADATA@#%if 0%{?suse_version} > 1230\n@METADATA@#"
myspell-dictionaries.spec
sed -i "s#@METADATA@#BuildArch: noarch\n@METADATA@#"
myspell-dictionaries.spec
- sed -i "s#@METADATA@#%endif\n@METADATA@#" myspell-dictionaries.spec
if have_lightproof $dir; then
sed -i "s#@METADATA@#Recommends: myspell-lightproof-$dir\n@METADATA@#"
myspell-dictionaries.spec
fi
@@ -309,6 +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
}
#
@@ -319,7 +318,7 @@
if [ $DOWNLOAD == "yes" ]; then
echo '--- Download current git version'
rm -rf $GIT_DIR
- git clone git://anongit.freedesktop.org/libreoffice/$GIT_DIR
+ git clone --depth 1 git://anongit.freedesktop.org/libreoffice/$GIT_DIR
rm -rf $GIT_DIR/.git
# exceptions >>>>>>>>>>>>>>>>>>>>>
pushd $GIT_DIR