- Switch to normal mirror location

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=495
This commit is contained in:
Tomáš Chvátal 2017-06-01 10:03:56 +00:00 committed by Git OBS Bridge
parent feb6572b1e
commit fc8453429b
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 1 10:05:24 UTC 2017 - tchvatal@suse.com
- Switch to normal mirror location
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 27 11:22:18 UTC 2017 - tchvatal@suse.com Sat May 27 11:22:18 UTC 2017 - tchvatal@suse.com

View File

@ -22,8 +22,7 @@
%define numbertext_version 0.9.5 %define numbertext_version 0.9.5
# Urls # Urls
%define external_url http://dev-www.libreoffice.org/src/ %define external_url http://dev-www.libreoffice.org/src/
#%define tarball_url http://download.documentfoundation.org/libreoffice/src/5.3.3 %define tarball_url http://download.documentfoundation.org/libreoffice/src/5.4.0
%define tarball_url http://dev-builds.libreoffice.org/pre-releases/src/
# Wether to enable the kde integration # Wether to enable the kde integration
%if 0%{?is_opensuse} %if 0%{?is_opensuse}
%bcond_without kdeintegration %bcond_without kdeintegration
@ -113,8 +112,8 @@ BuildRequires: dejavu-fonts
# Needed for tests # Needed for tests
BuildRequires: google-carlito-fonts BuildRequires: google-carlito-fonts
BuildRequires: gperf BuildRequires: gperf
BuildRequires: libgpgmepp-devel
BuildRequires: hyphen-devel BuildRequires: hyphen-devel
BuildRequires: libgpgmepp-devel
# genbrk binary is required # genbrk binary is required
BuildRequires: icu BuildRequires: icu
BuildRequires: java-devel >= 1.6 BuildRequires: java-devel >= 1.6
@ -964,7 +963,7 @@ echo "HTML_TIMESTAMP = NO" >> odk/docs/idl/Doxyfile
%ifarch aarch64 ppc64 ppc64le %ifarch aarch64 ppc64 ppc64le
for xx in forecast.ets.add forecast.ets.mult linest logest minverse rate for xx in forecast.ets.add forecast.ets.mult linest logest minverse rate
do do
rm sc/qa/unit/data/functions/fods/$xx.fods rm -f sc/qa/unit/data/functions/fods/$xx.fods
done done
%endif %endif