Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package etckeeper for openSUSE:Factory 
checked in at 2022-10-14 15:41:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/etckeeper (Old)
 and      /work/SRC/openSUSE:Factory/.etckeeper.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "etckeeper"

Fri Oct 14 15:41:46 2022 rev:9 rq:1010437 version:1.18.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/etckeeper/etckeeper.changes      2020-02-13 
10:11:30.500339723 +0100
+++ /work/SRC/openSUSE:Factory/.etckeeper.new.2275/etckeeper.changes    
2022-10-14 15:42:31.979917768 +0200
@@ -1,0 +2,30 @@
+Mon Sep 26 02:32:00 UTC 2022 - Andr?? Werlang <bepp...@gmail.com>
+
+- Update to 1.18.18:
+  * Replace deprecated egrep with grep -E.
+  * Added support for Void Linux's xbps package manager.
+- Update to 1.18.17:
+  * Fix committing of files with spaces in name when perl is not available.
+  * Ignore udev's FHS violating large binary cache file /etc/udev/hwdb.bin
+  * Avoid warning messages from grep about binary files when there are
+    filenames in /etc that do not correspond to the current locale settings.
+- Update to 1.18.16:
+  * Improve sorting stability.
+  * Prefer mktemp over tempfile as the latter displays a deprecation
+    warning since debianutils 4.10.
+- Update to 1.18.15:
+  * Use "command -v" rather than "which" to detect installed programs,
+    as it is more portable.
+  * Improve commit messages generated by package manager changes,
+    listing packages that are responsible for the changed config files.
+  * If gc.auto is not configured, override the default to make it gc
+    ten times more frequently, to avoid wasting space with loose objects.
+  * update-ignore: Preserve permissions from any preexisting VCS ignore file.
+  * Removed the debian directory from the upstream source package as it's
+    not being maintained; see the debian package for an up-to-date one.
+  * debian/changelog moved to CHANGELOG and debian/copyright to COPYRIGHT.
+- Rebase patches:
+  * etckeeper-avoid-packagelist.patch
+  * etckeeper-set-package-manager.patch
+
+-------------------------------------------------------------------

Old:
----
  etckeeper-1.18.14.tar.gz

New:
----
  etckeeper-1.18.18.tar.gz

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

Other differences:
------------------
++++++ etckeeper.spec ++++++
--- /var/tmp/diff_new_pack.zmAsi8/_old  2022-10-14 15:42:32.463918576 +0200
+++ /var/tmp/diff_new_pack.zmAsi8/_new  2022-10-14 15:42:32.467918583 +0200
@@ -34,7 +34,7 @@
 %define make_args systemddir=%{_unitdir} PYTHON=%{python_versioned} 
%{python_args}
 
 Name:           etckeeper
-Version:        1.18.14
+Version:        1.18.18
 Release:        0
 Summary:        Store /etc under Version Control
 License:        GPL-2.0-or-later

++++++ etckeeper-1.18.14.tar.gz -> etckeeper-1.18.18.tar.gz ++++++
++++ 5266 lines of diff (skipped)

++++++ etckeeper-avoid-packagelist.patch ++++++
--- /var/tmp/diff_new_pack.zmAsi8/_old  2022-10-14 15:42:32.675918931 +0200
+++ /var/tmp/diff_new_pack.zmAsi8/_new  2022-10-14 15:42:32.675918931 +0200
@@ -21,7 +21,7 @@
 @@ -126,6 +126,13 @@
  export VCS
  
- if [ "$(which perl 2>/dev/null)" != "" ]; then
+ if command -v perl >/dev/null; then
 +      #If environment variable ETCKEEPER_AVOID_PACKAGELIST is not null,
 +      # AVOID_PACKAGELIST in etckeeper.conf is overridden here.
 +      if [ -n "$ETCKEEPER_AVOID_PACKAGELIST" ]; then

++++++ etckeeper-set-package-manager.patch ++++++
--- /var/tmp/diff_new_pack.zmAsi8/_old  2022-10-14 15:42:32.687918951 +0200
+++ /var/tmp/diff_new_pack.zmAsi8/_new  2022-10-14 15:42:32.691918957 +0200
@@ -5,12 +5,12 @@
 @@ -33,11 +33,11 @@ DARCS_COMMIT_OPTIONS="-a"
  
  # The high-level package manager that's being used.
- # (apt, pacman, pacman-g2, yum, dnf, zypper, apk etc)
+ # (apt, pacman, pacman-g2, yum, dnf, zypper, apk, xbps etc)
 -HIGHLEVEL_PACKAGE_MANAGER=apt
 +HIGHLEVEL_PACKAGE_MANAGER=zypper
  
  # The low-level package manager that's being used.
- # (dpkg, rpm, pacman, pacmatic, pacman-g2, apk etc)
+ # (dpkg, rpm, pacman, pacmatic, pacman-g2, apk, xbps etc)
 -LOWLEVEL_PACKAGE_MANAGER=dpkg
 +LOWLEVEL_PACKAGE_MANAGER=rpm
  

Reply via email to