Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

julia-devel-1.10.3-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: julia-devel Distribution: openSUSE Tumbleweed
Version: 1.10.3 Vendor: openSUSE
Release: 1.1 Build date: Mon May 20 14:12:39 2024
Group: Development/Languages/Other Build host: reproducible
Size: 4233157 Source RPM: julia-1.10.3-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://julialang.org/
Summary: Julia development, debugging and testing files
Contains library symbolic links and header files for developing applications
linking to the Julia library, in particular embedding it, as well as tests and a
debugging version of Julia. This package is normally not needed when programming
in the Julia language, but rather for embedding Julia into external programs or
debugging Julia itself.

Provides

Requires

License

BSD-3-Clause AND GPL-2.0-or-later AND MIT AND Zlib

Changelog

* Mon May 20 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - libjulia-compat1_10 provides libjulia1_10. added rpmlint filter
    to workaround rpmlint error on ldconfig_scriptlet
* Mon May 20 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update rpmlint.
    * bad-cert.pem is a test file in LibGit2_jll.
  - Update specfile.
    * cleanup symlinks. these files should just point starting from buildroot
* Sun May 19 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - The location of libgcc_s is different between leap and tumbleweed.
  - Prevent debug-info generation touching precompiled sysimages and caches which will
    invalidate checksum generation
* Sat May 18 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update rpmlintrc to ignore some warnings
* Sat May 18 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Fix dangling symlinks errors
* Sat May 18 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Inconsistencies on where sbinaries are located in openSUSE Leap and Tumbleweed
    has caused leap rpm generation to fail after all the builds done successfully.
* Fri May 17 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Julia on leap has trouble looking for libgfortran5 so symlinking it to fix it
  - Format specfile
* Fri May 17 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Fix specfile
    * p7zip for tumbleweed
    * p7zip-full for leap
* Thu May 16 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - More cleanup
* Wed May 15 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Also include OPENBLAS_TARGET_ARCH=NEHALEM in %{__julia_opts} for system not tumbleweed
* Wed May 15 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - More specfile cleanup
    * Move over some environmental variables into the %{__julia_opts} global rpm var
    * Adjust to support if system is not Tumbleweed. openblas not building because libpthread troubles
* Wed May 15 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Fix ./julia-libunwind-1.9.patch.
* Wed May 15 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Cleanup specfile
    * Use autosetup
    * Remove patches that are not needed anymore
    - llvm-link-shared.patch
    - llvm-set-of-custom-patches.patch
    - new-pass-manager.patch
    - support-float16-depending-on-llvm-and-platform.patch
    - use-newpm-asan.patch
    - fix-dependencies-checksums.patch
    - julia-suitesparse-7.patch
    - use-system-libuv-correctly.patch
    - julia-libgit2-1.7.patch
* Sun May 12 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 1.10.3:
    * Fix outdated usage of scrubbing for log test failures
    * [REPL] Fix typo in using/import completion
    * Avoid compiler warning about redefining jl_globalref_t
    * yet more atomics & cache-line fixes on work-stealing queue
    * build: remove extra .a file
    * Bump CSL to 1.1.1 to fix libgomp bug
    * codegen: change tbaa of ptr_phi to tbaa_value
    * Default to the medium code model in x86 linux
    * Remove some duplicates from emitted compilation traces for Julia 1.10
    * Add version string to sysimg triple
    * Add missing GC_POP() in emit_cfunction
    * typeintersect: fix UnionAll unaliasing bug caused by innervars
    * Apply backported changes
    - GC typo fix
    - Add inventory writing via DocumenterInventoryWritingBackport
  - Add mpfr-looking-for-gmp-fix.patch
  - Cleanup specfile
  - Limit to x86_64(-v3) architectures. aarch64 has libquadmath disabled
  - Tests are currently broken. Idk how upstream was able to have all their checks green despite
    I using the some bundled dependencies. Other issues are because of hardcoded libraries in
    the jll packages even though their versions are non-impactful to Julia.
* Fri Apr 26 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Nghttp, Mbedtls, PCRE, LibGit2, LibSSH, gmp, mpfr, and DSFMT are now using the bundled dependencies.
    * now added to the globally defined _privatelibs
    * ./julia-hardcoded-libs.patch is now updated.
    * the only dependencies that do not require much intervention is libblastrampoline and openlibm
* Wed Apr 24 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 1.10.2:
    * JuliaSyntax.jl is now used as the default parser, providing better diagnostics and faster
      parsing. Set environment variable `JULIA_USE_FLISP_PARSER` to `1` to switch back to the old
      parser if necessary (and if you find this necessary, please file an issue).
    * `⥺` (U+297A, `\leftarrowsubset`) and `⥷` (U+2977, `\leftarrowless`) may now be used as
      binary operators with arrow precedence.
    * When a task forks a child, the parent task's task-local RNG (random number
      generator) is no longer affected. The seeding of child based on the parent
      task also takes a more disciplined approach to collision resistance, using
      a design based on the SplitMix and DotMix splittable RNG schemes.
    * A new more-specific rule for methods resolves ambiguities containing Union{} in favor of
      the method defined explicitly to handle the Union{} argument. This makes it possible to
      define methods to explicitly handle Union{} without the ambiguities that commonly would
      result previously. This also lets the runtime optimize certain method lookups in a way
      that significantly improves load and inference times for heavily overloaded methods that
      dispatch on Types (such as traits and constructors).
    * The "h bar" `ℏ` (`\hslash` U+210F) character is now treated as equivalent to `ħ` (`\hbar` U+0127).
    * The `@simd` macro now has more limited and clearer semantics: it only enables reordering and contraction
      of floating-point operations, instead of turning on all "fastmath" optimizations.
      If you observe performance regressions due to this change, you can
      recover previous behavior with `@fastmath @simd`, if you are OK with
      all the optimizations enabled by the `@fastmath` macro.
    * When a method with keyword arguments is displayed in the stack trace view, the textual
      representation of the keyword arguments' type is simplified using the new
      `@Kwargs{key1::Type1, ...}` macro syntax.
    * The mark phase of the garbage collector is now multi-threaded.
    * [JITLink](https://llvm.org/docs/JITLink.html) is enabled by default on
      Linux aarch64 when Julia is linked to LLVM 15 or later versions.
      This should resolve many segmentation faults previously observed on this
      platform.
    * The precompilation process now uses pidfile locks and orchestrates
      multiple julia processes to only have one process
      spend effort precompiling while the others wait. Previously all would
      do the work and race to overwrite the cache files.
    * New option `--gcthreads` to set how many threads will be used by the
    garbage collector.
      The default is `N/2` where `N` is the number of worker threads
      (`--threads`) used by Julia.
    * SparseArrays and SuiteSparse are no longer included in the default system
      image, so the core language no longer contains GPL libraries. However,
      these libraries are still included alongside the language in the standard
      binary distribution.
    * `tanpi` is now defined. It computes tan(π*x) more accurately than
      `tan(pi*x)`.
    * `fourthroot(x)` is now defined in `Base.Math` and can be used to compute
      the fourth root of `x`.  It can also be accessed using the unicode
      character `∜`, which can be typed by `\fourthroot<tab>`.
    * `Libc.memmove`, `Libc.memset`, and `Libc.memcpy` are now defined, whose
    functionality matches that of their respective C calls.
    * `Base.isprecompiled(pkg::PkgId)` has been added, to identify whether a
      package has already been precompiled.
    * `binomial(x, k)` now supports non-integer `x`.
    * A `CartesianIndex` is now treated as a "scalar" for broadcasting.
    * `printstyled` now supports italic output.
    * `parent` and `parentindices` support `SubString`s.
    * `replace(string, pattern...)` now supports an optional `IO` argument to
      write the output to a stream rather than returning a string.
    * `startswith` now supports seekable `IO` streams.
    * The `initialized=true` keyword assignment for `sortperm!` and
      `partialsortperm!` is now a no-op. It previously exposed unsafe behavior.
    * Printing integral `Rational`s will skip the denominator in `Rational`-typed
      IO context (e.g. in arrays).
    * `Pkg.precompile` now accepts `timing` as a keyword argument
      which displays per package timing information for precompilation
    (e.g. `Pkg.precompile(timing=true)`).
    * `AbstractQ` no longer subtypes `AbstractMatrix`. Moreover,
      `adjoint(Q::AbstractQ)` no longer wraps `Q` in an `Adjoint` type,
      but instead in an `AdjointQ`, that itself subtypes `AbstractQ`. This
      change accounts for the fact that typically `AbstractQ` instances
      behave like function-based, matrix-backed linear operators, and
      hence don't allow for efficient indexing. Also, many `AbstractQ`
      types can act on vectors/matrices of different size, acting like a
      matrix with context-dependent size. With this change, `AbstractQ`
      has a well-defined API that is described in detail in the [Julia
      documentation](https://docs.julialang.org/en/v1/stdlib/LinearAlgebra/#man-linalg-abstractq).
    * Adjoints and transposes of `Factorization` objects are no longer wrapped
      in `Adjoint` and `Transpose` wrappers, respectively. Instead, they are
      wrapped in `AdjointFactorization` and `TranposeFactorization` types,
      which themselves subtype `Factorization`.
    * New functions `hermitianpart` and `hermitianpart!` for extracting the
      Hermitian (real symmetric) part of a matrix.
    * The `norm` of the adjoint or transpose of an `AbstractMatrix` now returns
      the norm of the parent matrix by default, matching the current behaviour
      for `AbstractVector`s.
    * `eigen(A, B)` and `eigvals(A, B)`, where one of `A` or `B` is symmetric
      or Hermitian, are now fully supported.
    * `eigvals/eigen(A, cholesky(B))` now computes the generalized eigenvalues
      (`eigen`: and eigenvectors) of `A` and `B` via Cholesky decomposition
      for positive definite `B`. Note: The second argument is the output of
      `cholesky`.
    * Format specifiers now support dynamic width and precision, e.g. `%*s`
      and `%*.*g`.
    * When stack traces are printed, the printed depth of types in function
    signatures will be limited
      to avoid overly verbose output.
    * The `@test_broken` macro (or `@test` with `broken=true`) now complains
      if the test expression returns a non-boolean value in the same way as
      a non-broken test.
    * When a call to `@test` fails or errors inside a function, a larger
      stacktrace is now printed such that the location of the  test within a
      `@testset` can be retrieved.
    * `code_native` and `@code_native` now default to intel syntax instead
      of AT&T.
    * `@time_imports` now shows the timing of any module `__init__()`s that
      are run.
    * The `@pure` macro is now deprecated. Use `Base.@assume_effects :foldable` instead ([#48682]).
  - Set Cmake version requirement to be at least 3.22
  - Accommodate renaming dependencies in specfile.
  - Disable jldownload by just running true
  - Add fix-dependencies-checksums.patch
    * Fix checksum checks for suitesparse aarch64. Sources are fetched from the same source.
    * Fix checksum checks for libLLVM_jll
    * It's checking for the checksums and it is also trying to fetch them from the internet
      and idk what's the point of having the full julia tarball.
  - Fix build
    * use bundled suitesparse. comment out system suitesparse build requirement
    * comment out openblas development dependencies. use bundled openblas.
    * comment out lapack development dependencies. use bundled lapack.
    * move openblas build away from the actual make build.
      this ensures that it's installed properly because doing otherwise will
      skip the install of the dependencies. weird but it works.
  - Update specfile for bundled LLVM
  - Add missing build requirements for bundled llvm 15
  - Fix aarch64 build. it needs to download a source that can just be copied which is
    SuiteSparse.v7.2.1+1.aarch64-linux-gnu.tar.gz
* Sun Feb 11 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Use python3 instead of python. Python 2.x is EOL-ed. Addresses bsc#1219740
* Sat Dec 30 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Set suitesparse requirement to 7.2.1 and libcholmod to 5.x.x
* Thu Dec 28 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Add Obsoletes to obsolete older versions for julia and its subpackages.
* Thu Dec 28 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Enable only tier 1 architectures
  - Add disable-doc-gen-in-makefile.patch
  - Add disable-download-of-unicode-for-doc-gen.patch
  - Add UnicodeData.txt
  - Add julia-remove-libcholmod_cuda.patch
  - Add julia.keyring
  - Add julia-1.10.0-full.tar.gz.asc
  - Update julia-hardcoded-libs.patch
  - Update specfile and enable v3 CPU optimizations on x86_64 architecture
  - Update to version 1.10.0:
    * New language features
    - JuliaSyntax.jl is now used as the default parser, providing better diagnostics and faster
      parsing. Set environment variable `JULIA_USE_FLISP_PARSER` to `1` to switch back to the old
      parser if necessary (and if you find this necessary, please file an issue).
    - `⥺` (U+297A, `\leftarrowsubset`) and `⥷` (U+2977, `\leftarrowless`) may now be used as
    binary operators with arrow precedence.
    * Language changes
    - When a task forks a child, the parent task's task-local RNG (random number generator) is no longer affected. The
      seeding of child based on the parent task also takes a more disciplined approach to collision resistance, using a
      design based on the SplitMix and DotMix splittable RNG schemes.
    - A new more-specific rule for methods resolves ambiguities containing Union{} in favor of
      the method defined explicitly to handle the Union{} argument. This makes it possible to
      define methods to explicitly handle Union{} without the ambiguities that commonly would
      result previously. This also lets the runtime optimize certain method lookups in a way
      that significantly improves load and inference times for heavily overloaded methods that
      dispatch on Types (such as traits and constructors).
    - The "h bar" `ℏ` (`\hslash` U+210F) character is now treated as equivalent to `ħ` (`\hbar` U+0127).
    - The `@simd` macro now has more limited and clearer semantics: it only enables reordering and contraction
      of floating-point operations, instead of turning on all "fastmath" optimizations.
      If you observe performance regressions due to this change, you can recover previous behavior
      with `@fastmath @simd`,
      if you are OK with all the optimizations enabled by the `@fastmath` macro.
    - When a method with keyword arguments is displayed in the stack trace view, the textual
      representation of the keyword arguments' type is simplified using the new
      `@Kwargs{key1::Type1, ...}` macro syntax.
    * Compiler/Runtime improvements
    - The mark phase of the garbage collector is now multi-threaded.
    - [JITLink](https://llvm.org/docs/JITLink.html) is enabled by default on Linux aarch64 when Julia
      is linked to LLVM 15 or later versions.
      This should resolve many segmentation faults previously observed on this platform.
    - The precompilation process now uses pidfile locks and orchestrates multiple julia processes to only have one proces
      spend effort precompiling while the others wait. Previously all would do the work and race to overwrite the cache
      files.
    * Command-line option changes
    - New option `--gcthreads` to set how many threads will be used by the garbage collector.
      The default is `N/2` where `N` is the number of worker threads (`--threads`) used by Julia.
    * Build system changes
    - SparseArrays and SuiteSparse are no longer included in the default system image, so the core
      language no longer contains GPL libraries. However, these libraries are still included
      alongside the language in the standard binary distribution
    * New library functions
    - `tanpi` is now defined. It computes tan(π*x) more accurately than `tan(pi*x)`.
    - `fourthroot(x)` is now defined in `Base.Math` and can be used to compute the fourth root of `x`.
    It can also be accessed using the unicode character `∜`, which can be typed by `\fourthroot<tab>`.
    - `Libc.memmove`, `Libc.memset`, and `Libc.memcpy` are now defined, whose functionality matches that of their respective C calls.
    - `Base.isprecompiled(pkg::PkgId)` has been added, to identify whether a package has already been precompiled.
    * New library features
    - `binomial(x, k)` now supports non-integer `x`.
    - A `CartesianIndex` is now treated as a "scalar" for broadcasting.
    - `printstyled` now supports italic output.
    - `parent` and `parentindices` support `SubString`s.
    - `replace(string, pattern...)` now supports an optional `IO` argument to
      write the output to a stream rather than returning a string.
    - `startswith` now supports seekable `IO` streams.
    * Standard library changes
    - The `initialized=true` keyword assignment for `sortperm!` and `partialsortperm!`
      is now a no-op. It previously exposed unsafe behavior.
    - Printing integral `Rational`s will skip the denominator in `Rational`-typed IO context (e.g. in arrays).
    * Package Manager
    - `Pkg.precompile` now accepts `timing` as a keyword argument which displays per package timing
      information for precompilation (e.g. `Pkg.precompile(timing=true)`).
* Mon Dec 25 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update specfile:
    * symlink libLLVM-14jl.so to standard LD_LIBRARY_PATH
    * new Recommends:
    - libcurl-devel for new recommends
    - openssh-clients for ssh operations
    - curl for any curl operation
* Mon Dec 25 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Combine these patches to julia-hardcoded-libs.patch and delete:
    * libblastrampoline-hardcoded-libs.patch
    * libgit2-libssh2-hardcoded-libs.patch
    * mbedtls-hardcoded-libs.patch
  - Slight adjustment of specfile for updated patch
  - Requires mbedtls-devel, libgit2-devel and libssh2-devel for dlopen
* Tue Dec 19 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Remove unsatisfactory architectures that does not guaranteed to build.
    It seems x86_64 is the guaranteed to work anyway.
* Tue Dec 19 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Specfile cleanup:
    * specify more dependencies
    - openlibm-devel
    - julia-devel or julia-compat-devel which provides libjulia.so
* Mon Dec 18 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Some dependencies require to be explicit since Julia uses dlopen
    on it's stdlib and other julia scripts
* Mon Dec 18 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Specfile cleanup:
    * Exclude now only bundled libs
    - LLVM, uv, ccalltest, llvmcalltest, openblas with INTERFACE64 enabled,
      libjulia-internal and libjulia-codegen
    * Fdupe only /usr/share/julia.
    * Define some dependencies that are dlopened
* Mon Dec 18 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - There should be a package libjulia1.
  - CFLAGS and CXXFLAGS use provided %optflags.
  - libjulia-compat1 should provide libjulia1 to fulfill soname shlib naming policies.
  - Remove unused rpmlints:
    * devel-dependency
  - Turn all eol encondings to unix to all files
  - Add rpmlint for "W: hidden-file-or-dir /usr/share/julia/stdlib/v1.9/Pkg/test/test_packages/AugmentedPlatform/.pkg"
    That contains julia scripts. Leave it alone.
  - fdupes at the end of the install section.
* Wed Dec 13 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update specfile
    * consistent use of compat requires
    * also explicitly tell that we require ldconfig
* Tue Dec 12 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Remove Conflicts with juliaup
* Tue Dec 12 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Fix buildroot symlinking issue
* Tue Dec 12 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Fix libopenblas64_.so missing by updating LD_LIBRARY_PATH
  - Fix where there should be /usr/lib64/julia/ and /usr/lib/julia/
* Mon Dec 11 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Fix bundled openblas not copied over to custom build directory
* Mon Dec 11 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Copied constraints from Rust. Both languages love memory that much.
* Mon Dec 11 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Attempt fix when libLLVM-14jl is missing by moving build directory contents correctly.
  - Allow linking of openblas properly.
  - Just fdupes starting from the top buildroot directory
  - DO NOT USE SYSTEM BLAS. There will be an SR if need be to openSUSE Blas to
    allow INTERFACE64. For now we just use the bundled blas packages.
    We also use bundled lapack as well ;)
* Sun Dec 10 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update rpmlintrc file
  - Improve specfile
* Sun Dec 10 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Just use unit G and number 8 for constraints file
* Sun Dec 10 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Fix issue looking for libLLVM-14jl.so by updating julia-hardcoded-libs.patch
  - Include LD_LIBRARY_PATH
  - Also prepare for update-alternatives since juliaup is the other provider of julia
* Sat Dec 09 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Do not use system llvm. Use the one provided by julia as a bundled tarball
  - Comment out llvm specific patchsets.
* Sat Dec 09 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Don't let it make the resolver get confused if we use bundled libs so we
    add again those lines.
    * In this revision for 1.9.4, only bundled lib was libuv-devel
* Sat Dec 09 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - We need more memory to build this thing now :)
* Sat Dec 09 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Rename/add more description of the following patches.
    * libblastrampoline-hardcoded-libs.patch
    * llvm-link-shared.patch
    * llvm-set-of-custom-patches.patch
    * mbedtls-hardcoded-libs.patch
    * new-pass-manager.patch
    * openlibm.patch
    * support-float16-depending-on-llvm-and-platform.patch
    * use-newpm-asan.patch
    * use-system-libuv-correctly.patch
  - Renamed/removed patches
    * 21d4c2f1.patch
    * 959902f1.patch
    * e08e1444.patch
    * f11bfc6c.patch
* Sat Dec 09 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Remove debug package. It's not created. Still we won't strip
    debug symbols from julia as it will cause issues.
  - Declare that it conflicts with juliaup.
  - Update tagged release banner message that says it is an unofficial experimental build
  - Add mbedtls-hardcoded-libs.patch
  - Update description
  - Add llvm-link-shared.patch
  - Add openlibm.patch
  - Add libblastrampoline-hardcoded-libs.patch
  - Add use-system-libuv-correctly.patch
  - Use sed to replace julia-hardcoded-libs.patch
  - Add patch julia-suitesparse-7.patch
  - Update julia-env-script-interpreter.patch
  - Add new patches
    * 21d4c2f1.patch
    * 959902f1.patch
    * e08e1444.patch
    * f11bfc6c.patch
    * julia-hardcoded-libs.patch
    * julia-libgit2-1.7.patch
    * julia-libunwind-1.9.patch
  - Update to julia version 1.9.4
    * * CHANGELOG TOO HUGE SINCE 1.6.3 **
    See https://github.com/JuliaLang/julia/compare/v1.6.3...v1.9.4
  - Remove a lot of old patches
    * julia-fix_doc_build.patch
    * julia-fix-mbedtls-build-failure-gcc-11.patch
    * julia-fix-task-build-failure-gcc-11.patch
* Wed Nov 24 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Do not try to link to libquadmath for aarch64 and armv6/7
* Sat Oct 23 2021 Domenico Panella <pandom79@gmail.com>
  - Version bump to 1.6.3.
    * Bugfix release, see NEWS.md for details.
  - Add patch 'julia-fix-task-build-failure-gcc-11.patch' to fix
    task.c build failure using GCC 11.
* Wed Jul 28 2021 kh Lai <dlshcbmuipmam@hotmail.com>
  - Version bump to 1.6.2.
    * Bugfix release, see NEWS.md for details.
* Sat Jun 12 2021 Ronan Chagas <ronisbr@gmail.com>
  - Add patch `julia-fix-mbedtls-build-failure-gcc-11.patch` to fix
    mbedtls build using GCC 11.
* Tue May 04 2021 Ronan Chagas <ronisbr@gmail.com>
  - 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.
* Fri Apr 09 2021 Ronan Chagas <ronisbr@gmail.com>
  - Add patch `julia-fix-use_system_csl.patch` so that we can build
    using the option `USE_SYSTEM_CSL=1`.
  - Add patch `julia-fix_doc_build.patch` to avoid building the
    documentation even if when the tarball already contains it.
    This seems an upstream bug that is triggered with
    `USE_SYSTEM_CSL=1` together with the previous patch.
  - Add options `__provides_exclude` and `__requires_exclude` to
    avoid conflict between the bundled libraries and the system
    ones.
* Wed Apr 07 2021 kh Lai <dlshcbmuipmam@hotmail.com>
  - Version bump to 1.6.0.
  - Add julia-rpmlintrc to filter devel-file-in-non-devel-package
    error.
  - Use bundled version of mbedtls-devel instead of system library.

Files

/usr/include/julia
/usr/include/julia/END.h
/usr/include/julia/ENTRY.amd64.h
/usr/include/julia/ENTRY.i387.h
/usr/include/julia/MurmurHash3.h
/usr/include/julia/analyzer_annotations.h
/usr/include/julia/arraylist.h
/usr/include/julia/bitvector.h
/usr/include/julia/dirpath.h
/usr/include/julia/dtypes.h
/usr/include/julia/hashing.h
/usr/include/julia/htable.h
/usr/include/julia/ios.h
/usr/include/julia/jloptions.h
/usr/include/julia/julia.h
/usr/include/julia/julia_assert.h
/usr/include/julia/julia_atomics.h
/usr/include/julia/julia_fasttls.h
/usr/include/julia/julia_gcext.h
/usr/include/julia/julia_locks.h
/usr/include/julia/julia_threads.h
/usr/include/julia/julia_version.h
/usr/include/julia/libsupport.h
/usr/include/julia/platform.h
/usr/include/julia/ptrhash.h
/usr/include/julia/rle.h
/usr/include/julia/strtod.h
/usr/include/julia/timefuncs.h
/usr/include/julia/tzfile.h
/usr/include/julia/utf8.h
/usr/include/julia/utils.h
/usr/include/julia/uv
/usr/include/julia/uv.h
/usr/include/julia/uv/errno.h
/usr/include/julia/uv/linux.h
/usr/include/julia/uv/threadpool.h
/usr/include/julia/uv/unix.h
/usr/include/julia/uv/version.h
/usr/include/julia/work-stealing-queue.h
/usr/lib64/libjulia.so
/usr/share/julia/julia-config.jl
/usr/share/julia/test
/usr/share/julia/test/TestPkg
/usr/share/julia/test/TestPkg/Manifest.toml
/usr/share/julia/test/TestPkg/Project.toml
/usr/share/julia/test/TestPkg/src
/usr/share/julia/test/TestPkg/src/TestPkg.jl
/usr/share/julia/test/abstractarray.jl
/usr/share/julia/test/ambiguous.jl
/usr/share/julia/test/arrayops.jl
/usr/share/julia/test/asyncmap.jl
/usr/share/julia/test/atexit.jl
/usr/share/julia/test/atomics.jl
/usr/share/julia/test/backtrace.jl
/usr/share/julia/test/binaryplatforms.jl
/usr/share/julia/test/bitarray.jl
/usr/share/julia/test/bitset.jl
/usr/share/julia/test/boundscheck.jl
/usr/share/julia/test/boundscheck_exec.jl
/usr/share/julia/test/broadcast.jl
/usr/share/julia/test/cartesian.jl
/usr/share/julia/test/ccall.jl
/usr/share/julia/test/channel_threadpool.jl
/usr/share/julia/test/channels.jl
/usr/share/julia/test/char.jl
/usr/share/julia/test/checked.jl
/usr/share/julia/test/choosetests.jl
/usr/share/julia/test/clangsa
/usr/share/julia/test/clangsa/GCPushPop.cpp
/usr/share/julia/test/clangsa/ImplicitAtomicsTest.c
/usr/share/julia/test/clangsa/Makefile
/usr/share/julia/test/clangsa/MissingRoots.c
/usr/share/julia/test/clangsa/lit.cfg.py
/usr/share/julia/test/client.jl
/usr/share/julia/test/cmdlineargs.jl
/usr/share/julia/test/combinatorics.jl
/usr/share/julia/test/compiler
/usr/share/julia/test/compiler/AbstractInterpreter.jl
/usr/share/julia/test/compiler/EscapeAnalysis
/usr/share/julia/test/compiler/EscapeAnalysis/EAUtils.jl
/usr/share/julia/test/compiler/EscapeAnalysis/interprocedural.jl
/usr/share/julia/test/compiler/EscapeAnalysis/local.jl
/usr/share/julia/test/compiler/EscapeAnalysis/setup.jl
/usr/share/julia/test/compiler/codegen.jl
/usr/share/julia/test/compiler/contextual.jl
/usr/share/julia/test/compiler/datastructures.jl
/usr/share/julia/test/compiler/effects.jl
/usr/share/julia/test/compiler/inference.jl
/usr/share/julia/test/compiler/inline.jl
/usr/share/julia/test/compiler/interpreter_exec.jl
/usr/share/julia/test/compiler/invalidation.jl
/usr/share/julia/test/compiler/irpasses.jl
/usr/share/julia/test/compiler/irutils.jl
/usr/share/julia/test/compiler/newinterp.jl
/usr/share/julia/test/compiler/ssair.jl
/usr/share/julia/test/compiler/validation.jl
/usr/share/julia/test/complex.jl
/usr/share/julia/test/copy.jl
/usr/share/julia/test/core.jl
/usr/share/julia/test/corelogging.jl
/usr/share/julia/test/depot
/usr/share/julia/test/depot/packages
/usr/share/julia/test/depot/packages/Baz
/usr/share/julia/test/depot/packages/Baz/81oLe
/usr/share/julia/test/depot/packages/Baz/81oLe/src
/usr/share/julia/test/depot/packages/Baz/81oLe/src/Baz.jl
/usr/share/julia/test/depot/packages/Foo
/usr/share/julia/test/depot/packages/Foo/I05Qq
/usr/share/julia/test/depot/packages/Foo/I05Qq/src
/usr/share/julia/test/depot/packages/Foo/I05Qq/src/Foo.jl
/usr/share/julia/test/deprecation_exec.jl
/usr/share/julia/test/dict.jl
/usr/share/julia/test/docs.jl
/usr/share/julia/test/download.jl
/usr/share/julia/test/download_exec.jl
/usr/share/julia/test/embedding
/usr/share/julia/test/embedding/LocalModule.jl
/usr/share/julia/test/embedding/Makefile
/usr/share/julia/test/embedding/embedding-test.jl
/usr/share/julia/test/embedding/embedding.c
/usr/share/julia/test/embedding/include_and_eval.jl
/usr/share/julia/test/enums.jl
/usr/share/julia/test/env.jl
/usr/share/julia/test/error.jl
/usr/share/julia/test/errorshow.jl
/usr/share/julia/test/euler.jl
/usr/share/julia/test/exceptions.jl
/usr/share/julia/test/fastmath.jl
/usr/share/julia/test/file.jl
/usr/share/julia/test/filesystem.jl
/usr/share/julia/test/float16.jl
/usr/share/julia/test/floatapprox.jl
/usr/share/julia/test/floatfuncs.jl
/usr/share/julia/test/functional.jl
/usr/share/julia/test/gc
/usr/share/julia/test/gc.jl
/usr/share/julia/test/gc/binarytree.jl
/usr/share/julia/test/gc/chunks.jl
/usr/share/julia/test/gc/linkedlist.jl
/usr/share/julia/test/gc/objarray.jl
/usr/share/julia/test/gcext
/usr/share/julia/test/gcext/DependsOnForeign
/usr/share/julia/test/gcext/DependsOnForeign/Manifest.toml
/usr/share/julia/test/gcext/DependsOnForeign/Project.toml
/usr/share/julia/test/gcext/DependsOnForeign/src
/usr/share/julia/test/gcext/DependsOnForeign/src/DependsOnForeign.jl
/usr/share/julia/test/gcext/Foreign
/usr/share/julia/test/gcext/Foreign/Manifest.toml
/usr/share/julia/test/gcext/Foreign/Project.toml
/usr/share/julia/test/gcext/Foreign/deps
/usr/share/julia/test/gcext/Foreign/deps/foreignlib.c
/usr/share/julia/test/gcext/Foreign/src
/usr/share/julia/test/gcext/Foreign/src/Foreign.jl
/usr/share/julia/test/gcext/ForeignObjSerialization
/usr/share/julia/test/gcext/ForeignObjSerialization/Manifest.toml
/usr/share/julia/test/gcext/ForeignObjSerialization/Project.toml
/usr/share/julia/test/gcext/ForeignObjSerialization/src
/usr/share/julia/test/gcext/ForeignObjSerialization/src/ForeignObjSerialization.jl
/usr/share/julia/test/gcext/LocalTest.jl
/usr/share/julia/test/gcext/Makefile
/usr/share/julia/test/gcext/gcext-test.jl
/usr/share/julia/test/gcext/gcext.c
/usr/share/julia/test/generic_map_tests.jl
/usr/share/julia/test/gmp.jl
/usr/share/julia/test/goto.jl
/usr/share/julia/test/hashing.jl
/usr/share/julia/test/int.jl
/usr/share/julia/test/interpreter.jl
/usr/share/julia/test/intfuncs.jl
/usr/share/julia/test/intrinsics.jl
/usr/share/julia/test/iobuffer.jl
/usr/share/julia/test/iostream.jl
/usr/share/julia/test/iterators.jl
/usr/share/julia/test/keywordargs.jl
/usr/share/julia/test/llvmcall.jl
/usr/share/julia/test/llvmcall2.jl
/usr/share/julia/test/llvmpasses
/usr/share/julia/test/llvmpasses/Makefile
/usr/share/julia/test/llvmpasses/aliasscopes.jl
/usr/share/julia/test/llvmpasses/alloc-opt-gcframe-addrspaces.ll
/usr/share/julia/test/llvmpasses/alloc-opt-gcframe.ll
/usr/share/julia/test/llvmpasses/alloc-opt-pass.ll
/usr/share/julia/test/llvmpasses/alloc-opt-pipeline.jl
/usr/share/julia/test/llvmpasses/alloc-opt-unsized.ll
/usr/share/julia/test/llvmpasses/cpu-features.ll
/usr/share/julia/test/llvmpasses/fastmath.jl
/usr/share/julia/test/llvmpasses/final-lower-gc-addrspaces.ll
/usr/share/julia/test/llvmpasses/final-lower-gc.ll
/usr/share/julia/test/llvmpasses/float16.ll
/usr/share/julia/test/llvmpasses/fmf.jl
/usr/share/julia/test/llvmpasses/gcroots.ll
/usr/share/julia/test/llvmpasses/image-codegen.jl
/usr/share/julia/test/llvmpasses/julia-licm-fail.ll
/usr/share/julia/test/llvmpasses/julia-licm-memoryssa.ll
/usr/share/julia/test/llvmpasses/julia-licm-missed.ll
/usr/share/julia/test/llvmpasses/julia-licm.ll
/usr/share/julia/test/llvmpasses/julia-simdloop-memoryssa.ll
/usr/share/julia/test/llvmpasses/julia-simdloop.ll
/usr/share/julia/test/llvmpasses/late-lower-gc-addrspaces.ll
/usr/share/julia/test/llvmpasses/late-lower-gc.ll
/usr/share/julia/test/llvmpasses/lit.cfg.py
/usr/share/julia/test/llvmpasses/llvmcall.jl
/usr/share/julia/test/llvmpasses/loopinfo.jl
/usr/share/julia/test/llvmpasses/lower-handlers-addrspaces.ll
/usr/share/julia/test/llvmpasses/lower-handlers.ll
/usr/share/julia/test/llvmpasses/muladd.ll
/usr/share/julia/test/llvmpasses/multiversioning-annotate-only.ll
/usr/share/julia/test/llvmpasses/multiversioning-clone-only.ll
/usr/share/julia/test/llvmpasses/multiversioning-x86.ll
/usr/share/julia/test/llvmpasses/noinline.jl
/usr/share/julia/test/llvmpasses/parsing.ll
/usr/share/julia/test/llvmpasses/pipeline-o0.jl
/usr/share/julia/test/llvmpasses/pipeline-o2-allocs.jl
/usr/share/julia/test/llvmpasses/pipeline-o2-broadcast.jl
/usr/share/julia/test/llvmpasses/pipeline-o2.jl
/usr/share/julia/test/llvmpasses/pipeline-prints.ll
/usr/share/julia/test/llvmpasses/propagate-addrspace-non-zero.ll
/usr/share/julia/test/llvmpasses/propagate-addrspace.ll
/usr/share/julia/test/llvmpasses/refinements.ll
/usr/share/julia/test/llvmpasses/remove-addrspaces.ll
/usr/share/julia/test/llvmpasses/returnstwicegc.ll
/usr/share/julia/test/llvmpasses/safepoint_stress.jl
/usr/share/julia/test/loading.jl
/usr/share/julia/test/manifest
/usr/share/julia/test/manifest/v1.0
/usr/share/julia/test/manifest/v1.0/Manifest.toml
/usr/share/julia/test/manifest/v2.0
/usr/share/julia/test/manifest/v2.0/Manifest.toml
/usr/share/julia/test/math.jl
/usr/share/julia/test/meta.jl
/usr/share/julia/test/misc.jl
/usr/share/julia/test/missing.jl
/usr/share/julia/test/mod2pi.jl
/usr/share/julia/test/mpfr.jl
/usr/share/julia/test/namedtuple.jl
/usr/share/julia/test/netload
/usr/share/julia/test/netload/memtest.jl
/usr/share/julia/test/numbers.jl
/usr/share/julia/test/offsetarray.jl
/usr/share/julia/test/opaque_closure.jl
/usr/share/julia/test/operators.jl
/usr/share/julia/test/ordering.jl
/usr/share/julia/test/osutils.jl
/usr/share/julia/test/parse.jl
/usr/share/julia/test/path.jl
/usr/share/julia/test/precompile.jl
/usr/share/julia/test/print_process_affinity.jl
/usr/share/julia/test/profile_spawnmany_exec.jl
/usr/share/julia/test/project
/usr/share/julia/test/project/Extensions
/usr/share/julia/test/project/Extensions/EnvWithDeps
/usr/share/julia/test/project/Extensions/EnvWithDeps/Manifest.toml
/usr/share/julia/test/project/Extensions/EnvWithDeps/Project.toml
/usr/share/julia/test/project/Extensions/EnvWithHasExtensions
/usr/share/julia/test/project/Extensions/EnvWithHasExtensions/Manifest.toml
/usr/share/julia/test/project/Extensions/EnvWithHasExtensions/Project.toml
/usr/share/julia/test/project/Extensions/EnvWithHasExtensionsv2
/usr/share/julia/test/project/Extensions/EnvWithHasExtensionsv2/Manifest.toml
/usr/share/julia/test/project/Extensions/EnvWithHasExtensionsv2/Project.toml
/usr/share/julia/test/project/Extensions/ExtDep.jl
/usr/share/julia/test/project/Extensions/ExtDep.jl/Project.toml
/usr/share/julia/test/project/Extensions/ExtDep.jl/src
/usr/share/julia/test/project/Extensions/ExtDep.jl/src/ExtDep.jl
/usr/share/julia/test/project/Extensions/ExtDep2
/usr/share/julia/test/project/Extensions/ExtDep2/Project.toml
/usr/share/julia/test/project/Extensions/ExtDep2/src
/usr/share/julia/test/project/Extensions/ExtDep2/src/ExtDep2.jl
/usr/share/julia/test/project/Extensions/HasDepWithExtensions.jl
/usr/share/julia/test/project/Extensions/HasDepWithExtensions.jl/Manifest.toml
/usr/share/julia/test/project/Extensions/HasDepWithExtensions.jl/Project.toml
/usr/share/julia/test/project/Extensions/HasDepWithExtensions.jl/src
/usr/share/julia/test/project/Extensions/HasDepWithExtensions.jl/src/HasDepWithExtensions.jl
/usr/share/julia/test/project/Extensions/HasExtensions.jl
/usr/share/julia/test/project/Extensions/HasExtensions.jl/Manifest.toml
/usr/share/julia/test/project/Extensions/HasExtensions.jl/Project.toml
/usr/share/julia/test/project/Extensions/HasExtensions.jl/ext
/usr/share/julia/test/project/Extensions/HasExtensions.jl/ext/Extension.jl
/usr/share/julia/test/project/Extensions/HasExtensions.jl/ext/ExtensionFolder
/usr/share/julia/test/project/Extensions/HasExtensions.jl/ext/ExtensionFolder/ExtensionFolder.jl
/usr/share/julia/test/project/Extensions/HasExtensions.jl/src
/usr/share/julia/test/project/Extensions/HasExtensions.jl/src/HasExtensions.jl
/usr/share/julia/test/project/Extensions/HasExtensions_v2.jl
/usr/share/julia/test/project/Extensions/HasExtensions_v2.jl/Project.toml
/usr/share/julia/test/project/Extensions/HasExtensions_v2.jl/ext
/usr/share/julia/test/project/Extensions/HasExtensions_v2.jl/ext/Extension2.jl
/usr/share/julia/test/project/Extensions/HasExtensions_v2.jl/src
/usr/share/julia/test/project/Extensions/HasExtensions_v2.jl/src/HasExtensions.jl
/usr/share/julia/test/project/Extensions/SomePackage
/usr/share/julia/test/project/Extensions/SomePackage/Project.toml
/usr/share/julia/test/project/Extensions/SomePackage/src
/usr/share/julia/test/project/Extensions/SomePackage/src/SomePackage.jl
/usr/share/julia/test/project/Manifest.toml
/usr/share/julia/test/project/Project.toml
/usr/share/julia/test/project/deps
/usr/share/julia/test/project/deps/Bar
/usr/share/julia/test/project/deps/Bar/src
/usr/share/julia/test/project/deps/Bar/src/Bar.jl
/usr/share/julia/test/project/deps/Foo1
/usr/share/julia/test/project/deps/Foo1/Project.toml
/usr/share/julia/test/project/deps/Foo1/src
/usr/share/julia/test/project/deps/Foo1/src/Foo.jl
/usr/share/julia/test/project/deps/Foo1/src/SubFoo1.jl
/usr/share/julia/test/project/deps/Foo1/src/subdir
/usr/share/julia/test/project/deps/Foo1/src/subdir/SubFoo2.jl
/usr/share/julia/test/project/deps/Foo2.jl
/usr/share/julia/test/project/deps/Foo2.jl/src
/usr/share/julia/test/project/deps/Foo2.jl/src/Foo.jl
/usr/share/julia/test/project/deps/Qux.jl
/usr/share/julia/test/ranges.jl
/usr/share/julia/test/rational.jl
/usr/share/julia/test/read.jl
/usr/share/julia/test/reduce.jl
/usr/share/julia/test/reducedim.jl
/usr/share/julia/test/reflection.jl
/usr/share/julia/test/regex.jl
/usr/share/julia/test/reinterpretarray.jl
/usr/share/julia/test/rounding.jl
/usr/share/julia/test/runtests.jl
/usr/share/julia/test/ryu.jl
/usr/share/julia/test/secretbuffer.jl
/usr/share/julia/test/sets.jl
/usr/share/julia/test/show.jl
/usr/share/julia/test/simdloop.jl
/usr/share/julia/test/smallarrayshrink.jl
/usr/share/julia/test/some.jl
/usr/share/julia/test/sorting.jl
/usr/share/julia/test/spawn.jl
/usr/share/julia/test/specificity.jl
/usr/share/julia/test/stack_overflow.jl
/usr/share/julia/test/stacktraces.jl
/usr/share/julia/test/staged.jl
/usr/share/julia/test/stress.jl
/usr/share/julia/test/stress_fd_exec.jl
/usr/share/julia/test/strings
/usr/share/julia/test/strings/basic.jl
/usr/share/julia/test/strings/io.jl
/usr/share/julia/test/strings/search.jl
/usr/share/julia/test/strings/types.jl
/usr/share/julia/test/strings/util.jl
/usr/share/julia/test/subarray.jl
/usr/share/julia/test/subtype.jl
/usr/share/julia/test/syntax.jl
/usr/share/julia/test/sysinfo.jl
/usr/share/julia/test/test_exec.jl
/usr/share/julia/test/test_sourcepath.jl
/usr/share/julia/test/testdefs.jl
/usr/share/julia/test/testenv.jl
/usr/share/julia/test/testhelpers
/usr/share/julia/test/testhelpers/DualNumbers.jl
/usr/share/julia/test/testhelpers/FakePTYs.jl
/usr/share/julia/test/testhelpers/FillArrays.jl
/usr/share/julia/test/testhelpers/Furlongs.jl
/usr/share/julia/test/testhelpers/ImmutableArrays.jl
/usr/share/julia/test/testhelpers/InfiniteArrays.jl
/usr/share/julia/test/testhelpers/MacroCalls.jl
/usr/share/julia/test/testhelpers/OffsetArrays.jl
/usr/share/julia/test/testhelpers/PhysQuantities.jl
/usr/share/julia/test/testhelpers/Quaternions.jl
/usr/share/julia/test/testhelpers/SizedArrays.jl
/usr/share/julia/test/testhelpers/allocation_file.jl
/usr/share/julia/test/testhelpers/arrayindexingtypes.jl
/usr/share/julia/test/testhelpers/coverage_file.info
/usr/share/julia/test/testhelpers/coverage_file.info.bad
/usr/share/julia/test/testhelpers/coverage_file.info.bad2
/usr/share/julia/test/testhelpers/coverage_file.jl
/usr/share/julia/test/testhelpers/include_error.jl
/usr/share/julia/test/testhelpers/llvmpasses.jl
/usr/share/julia/test/testhelpers/withlocales.jl
/usr/share/julia/test/threadpool_latency.jl
/usr/share/julia/test/threadpool_use.jl
/usr/share/julia/test/threads.jl
/usr/share/julia/test/threads_exec.jl
/usr/share/julia/test/triplequote.jl
/usr/share/julia/test/tuple.jl
/usr/share/julia/test/unicode
/usr/share/julia/test/unicode/utf8.jl
/usr/share/julia/test/vecelement.jl
/usr/share/julia/test/version.jl
/usr/share/julia/test/worlds.jl


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 22 23:30:07 2024