Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fsvs for openSUSE:Factory checked in at 2025-03-31 11:39:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fsvs (Old) and /work/SRC/openSUSE:Factory/.fsvs.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fsvs" Mon Mar 31 11:39:28 2025 rev:15 rq:1264967 version:1.2.13 Changes: -------- --- /work/SRC/openSUSE:Factory/fsvs/fsvs.changes 2024-02-27 22:46:54.411402669 +0100 +++ /work/SRC/openSUSE:Factory/.fsvs.new.2696/fsvs.changes 2025-03-31 11:40:15.712905223 +0200 @@ -1,0 +2,21 @@ +Thu Mar 27 21:30:30 UTC 2025 - Andreas Stieger <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- fsvs-1.2.5-linking.patch fsvs-1.2.9.tar.bz2 fsvs-destdir.patch reproducible.patch New: ---- fsvs-1.2.13.tar.gz BETA DEBUG BEGIN: Old: * fsvs-destdir.patch * fsvs-1.2.5-linking.patch * reproducible.patch Old:- drop upstreamed patches: * fsvs-destdir.patch * fsvs-1.2.5-linking.patch Old: * fsvs-1.2.5-linking.patch * reproducible.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fsvs.spec ++++++ --- /var/tmp/diff_new_pack.x1VBBQ/_old 2025-03-31 11:40:16.280928759 +0200 +++ /var/tmp/diff_new_pack.x1VBBQ/_new 2025-03-31 11:40:16.284928925 +0200 @@ -2,6 +2,7 @@ # spec file for package fsvs # # Copyright (c) 2020 SUSE LLC +# Copyright (c) 2025 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,36 +18,21 @@ Name: fsvs -Version: 1.2.9 +Version: 1.2.13 Release: 0 Summary: Backup/Restore/Versioning of large Data Sets with Meta-Data License: GPL-3.0-or-later Group: Productivity/Archiving/Backup -URL: http://fsvs.tigris.org/ -Source: https://download.fsvs-software.org/fsvs-%{version}.tar.bz2 -Patch1: fsvs-destdir.patch -Patch2: fsvs-1.2.5-linking.patch -# PATCH-FIX-UPSTREAM -- TODO -Patch3: reproducible.patch -BuildRequires: apache2-devel -BuildRequires: ctags +URL: https://github.com/phmarek/fsvs +Source: https://download.fsvs-software.org/%{name}-%{version}.tar.gz +BuildRequires: automake BuildRequires: db-devel -BuildRequires: ed -BuildRequires: gcc -BuildRequires: gcc-c++ -BuildRequires: gdbm BuildRequires: gdbm-devel -BuildRequires: glibc-devel -BuildRequires: libapr-util1-devel -BuildRequires: libapr1-devel -BuildRequires: make -BuildRequires: neon-devel -BuildRequires: openldap2-devel -BuildRequires: openssl-devel -BuildRequires: pcre-devel BuildRequires: pkgconfig -BuildRequires: subversion-devel -BuildRequires: zlib-devel +BuildRequires: pkgconfig(apr-util-1) +BuildRequires: pkgconfig(libpcre2-8) +BuildRequires: pkgconfig(libsvn_delta) +BuildRequires: pkgconfig(libsvn_ra) %description FSVS is the abbreviation for âFast System VerSioningâ, and is pronounced @@ -58,31 +44,19 @@ You may think of it as some kind of tar or rsync with versioned storage. %prep -%setup -q -%patch -P 1 -%patch -P 2 -%patch -P 3 -p1 +%autosetup -p1 +# remove dangling symlinks +rm config.guess config.sub +cp -v %{_datadir}/automake-`rpm -q --queryformat %%{version} automake`/config.{guess,sub} . %build -export CFLAGS="%{optflags} $(pkg-config --includes apr-1)" -export CFLAGS="$CFLAGS -fno-strict-aliasing -fgnu89-inline" -%configure --disable-silent-rules +%configure %make_build %install %make_install -rm -rf doc/develop -echo -n >manfiles.lst -for p in doc/*.{1,5}; do - f="${p##*/}" - m="${f##*.}" - install -D -m0644 "$p" "%{buildroot}%{_mandir}/man${m}/${f}" - rm "$p" - echo "%doc %{_mandir}/man${m}/${f}"'*' >>manfiles.lst -done - -%files -f manfiles.lst +%files %license LICENSE %doc doc CHANGES README %{_bindir}/fsvs
