Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rsnapshot for openSUSE:Factory 
checked in at 2026-09-17 15:20:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsnapshot (Old)
 and      /work/SRC/openSUSE:Factory/.rsnapshot.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsnapshot"

Thu Sep 17 15:20:05 2026 rev:30 rq:1378318 version:1.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsnapshot/rsnapshot.changes      2024-01-31 
23:55:33.628908777 +0100
+++ /work/SRC/openSUSE:Factory/.rsnapshot.new.383539/rsnapshot.changes  
2026-09-17 15:21:22.579904645 +0200
@@ -1,0 +2,12 @@
+Sat Sep 12 14:23:19 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 1.5.1:
+  * rotate only when a new <interval>.0 folder will exist
+  * new rsync_wait_between_tries option, fix rsync_numtries validation
+  * use POSIX::lchown, drop legacy no-lchown workarounds
+  * new utils/backup_sqlite.sh helper script
+  * check retval for termination by signal
+  * docs converted to markdown
+- Drop remove-dead-external-css-link.patch (HTML HOWTO gone upstream)
+
+-------------------------------------------------------------------

Old:
----
  remove-dead-external-css-link.patch
  rsnapshot-1.4.5.tar.gz

New:
----
  rsnapshot-1.5.1.tar.gz

----------(Old B)----------
  Old:  * docs converted to markdown
- Drop remove-dead-external-css-link.patch (HTML HOWTO gone upstream)
----------(Old E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rsnapshot.spec ++++++
--- /var/tmp/diff_new_pack.ZMUl7e/_old  2026-09-17 15:21:23.525944325 +0200
+++ /var/tmp/diff_new_pack.ZMUl7e/_new  2026-09-17 15:21:23.527944409 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rsnapshot
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,17 @@
 
 
 Name:           rsnapshot
-Version:        1.4.5
+Version:        1.5.1
 Release:        0
 Summary:        Backup program using hardlinks
 License:        GPL-2.0-or-later
-Group:          Productivity/Archiving/Backup
 URL:            https://rsnapshot.org/
 Source0:        
https://github.com/rsnapshot/rsnapshot/releases/download/%{version}/%{name}-%{version}.tar.gz
 Source1:        rsnapshot.logrotate
 Patch1:         rsnapshot-config.patch
-Patch3:         remove-dead-external-css-link.patch
 Patch4:         backup_pgsql.patch
 Patch5:         fix-tests-path.patch
+# spec-cleaner --perl skipped: explodes BuildRequires: perl into hundreds of 
perl(...) lines
 BuildRequires:  logrotate
 BuildRequires:  openssh
 BuildRequires:  perl
@@ -61,11 +60,11 @@
 find docs utils *pl *md *in -type f -exec sed -i "s|usr/local|usr|g" {} +
 
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %check
 cp -a t /tmp
-make %{?_smp_mflags} test
+%make_build test
 
 %install
 %make_install

++++++ rsnapshot-1.4.5.tar.gz -> rsnapshot-1.5.1.tar.gz ++++++
++++ 20114 lines of diff (skipped)

++++++ rsnapshot-config.patch ++++++
--- /var/tmp/diff_new_pack.ZMUl7e/_old  2026-09-17 15:21:23.851957999 +0200
+++ /var/tmp/diff_new_pack.ZMUl7e/_new  2026-09-17 15:21:23.858958293 +0200
@@ -1,7 +1,7 @@
-Index: rsnapshot-1.4.5/rsnapshot.conf.default.in
+Index: rsnapshot-1.5.1/rsnapshot.conf.default.in
 ===================================================================
---- rsnapshot-1.4.5.orig/rsnapshot.conf.default.in
-+++ rsnapshot-1.4.5/rsnapshot.conf.default.in
+--- rsnapshot-1.5.1.orig/rsnapshot.conf.default.in
++++ rsnapshot-1.5.1/rsnapshot.conf.default.in
 @@ -37,7 +37,7 @@ snapshot_root        /.snapshots/
  #
  # See the README file or the man page for more details.
@@ -68,7 +68,7 @@
  #
 -#use_lazy_deletes     0
 +use_lazy_deletes      1
- 
- # Number of rsync re-tries. If you experience any network problems or
+
+ # Number of rsync tries. If you experience any network problems or
  # network card issues that tend to cause ssh to fail with errors like
 

Reply via email to