Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package julia for openSUSE:Factory checked in at 2021-05-07 16:45:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/julia (Old) and /work/SRC/openSUSE:Factory/.julia.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "julia" Fri May 7 16:45:38 2021 rev:46 rq:891146 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/julia/julia.changes 2021-04-12 12:39:43.449533854 +0200 +++ /work/SRC/openSUSE:Factory/.julia.new.2988/julia.changes 2021-05-07 16:46:01.488235541 +0200 @@ -1,0 +2,8 @@ +Tue May 4 20:13:54 UTC 2021 - Ronan Chagas <[email protected]> + +- Version bump to 1.6.1. +- Remove patch `julia-fix_doc_build.patch` because it was applied + by upstream. +- Remove some hidden files from the package. + +------------------------------------------------------------------- @@ -15,0 +24 @@ + Old: ---- julia-1.6.0-full.tar.gz julia-fix-use_system_csl.patch New: ---- julia-1.6.1-full.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ julia.spec ++++++ --- /var/tmp/diff_new_pack.m6ayqW/_old 2021-05-07 16:46:03.300229843 +0200 +++ /var/tmp/diff_new_pack.m6ayqW/_new 2021-05-07 16:46:03.300229843 +0200 @@ -30,9 +30,6 @@ %global __provides_exclude ^(%{_privatelibs})$ %global __requires_exclude ^(%{_privatelibs})$ -# Temporary workaround to apply Patch1 that must be removed with Julia 1.6.1. -%global _default_patch_fuzz 2 - %define libjulia_sover_major 1 %define libjulia_sover_minor 6 %if "@BUILD_FLAVOR@%{nil}" == "compat" @@ -40,7 +37,7 @@ %else %define compat_mode 0 %endif -Version: 1.6.0 +Version: 1.6.1 Release: 0 URL: http://julialang.org/ Source0: https://github.com/JuliaLang/julia/releases/download/v%{version}/julia-%{version}-full.tar.gz @@ -48,10 +45,8 @@ Source99: juliabuildopts # PATCH-FIX-OPENSUSE julia-env-script-interpreter.patch [email protected] -- Change script interpreted to avoid errors in rpmlint. Patch0: julia-env-script-interpreter.patch -# PATCH-FIX-UPSTREAM julia-fix-use_system_csl.patch [email protected] -- Fix build process with `USE_SYSTEM_CSL=1`. -Patch1: julia-fix-use_system_csl.patch # PATCH-FIX-OPENSUSE julia-fix_doc_build.patch [email protected] -- Makefile is building the docs with `USE_SYSTEM_CSL=1` even if they are already available in the tarball. -Patch2: julia-fix_doc_build.patch +Patch1: julia-fix_doc_build.patch BuildRequires: arpack-ng-devel >= 3.3.0 BuildRequires: blas-devel BuildRequires: cmake @@ -184,7 +179,6 @@ %setup -q -n julia-%{version} %patch0 -p1 %patch1 -p1 -%patch2 -p1 # remove .gitignore find . -name ".git*" -exec rm {} \; @@ -279,6 +273,13 @@ # Remove execution permission on documentation files. chmod -x+X -R %{buildroot}%{_docdir}/julia/* +# Remove hidden files from stdlib. +pushd %{buildroot}%{_datadir}/julia/stdlib/ +find . -name ".codecov.yml" -exec rm -rf {} \; +find . -name ".gitignore" -exec rm -rf {} \; +find . -name ".travis.yml" -exec rm -rf {} \; +popd + %if 0%{?compat_mode} rm -rf %{buildroot}%{_docdir}/julia/ ++++++ julia-1.6.0-full.tar.gz -> julia-1.6.1-full.tar.gz ++++++ /work/SRC/openSUSE:Factory/julia/julia-1.6.0-full.tar.gz /work/SRC/openSUSE:Factory/.julia.new.2988/julia-1.6.1-full.tar.gz differ: char 5, line 1
