Accepting request 558055 from LibreOffice:Factory
- git state 20171218 * hungarian, spanish - update.sh: save git log before removing .git; run spec-cleaner if present OBS-URL: https://build.opensuse.org/request/show/558055 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/myspell-dictionaries?expand=0&rev=51
This commit is contained in:
commit
492bfb0f94
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f3a145cb236281c742babfc33684a15d8b5a270d868e6481c655f0f9cf1d5b5
|
||||
size 45251396
|
||||
oid sha256:2c982fd28ed1cf3f908f8847eecb48859d239034cd2dfe5fa47a06f8a3a56fd0
|
||||
size 47521008
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 10:04:29 UTC 2017 - pgajdos@suse.com
|
||||
|
||||
- git state 20171218
|
||||
* hungarian, spanish
|
||||
- update.sh: save git log before removing .git; run spec-cleaner
|
||||
if present
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 10:48:35 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -307,7 +307,7 @@ function finish_spec()
|
||||
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 @@ function finish_spec()
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user