Package Release Info

fsvs-1.2.13-bp160.2.1

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

fsvs

Change Logs

* Wed Aug 20 2025 Max Lin <mlin@suse.com>
- Fix build error with automake 1.18.1
  * the name of automake libdir is automake-1.18 although the version
    number is 1.18.1, use 'automake --print-libdir' to instead of
    query the rpm package version
* Thu Mar 27 2025 Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.2.13:
  * build system tweaks
- update to 1.2.12:
  * Don't use pcre2_get_match_data_size
  * Allow comments in "fsvs ignore load" lists.
  * Repair webdav: close the root directory handle as well
- includes changes from 1.2.11:
  * fix webdav removed duplicated open calls
- includes changes from 1.2.10:
  * Restore properties like the update- and commit-pipe on "sync-repos"
  * When using a commit-pipe store the original (non-transformed) MD5
    in the local properties as well, so that they match the remote data.
  * Switched to pcre2
- drop upstreamed patches:
  * fsvs-destdir.patch
  * fsvs-1.2.5-linking.patch
  * reproducible.patch
* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.