Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package timeshift for openSUSE:Factory checked in at 2021-05-15 01:23:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/timeshift (Old) and /work/SRC/openSUSE:Factory/.timeshift.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "timeshift" Sat May 15 01:23:55 2021 rev:2 rq:892981 version:20.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/timeshift/timeshift.changes 2020-03-24 22:33:35.185125686 +0100 +++ /work/SRC/openSUSE:Factory/.timeshift.new.2988/timeshift.changes 2021-05-15 01:24:03.307052923 +0200 @@ -1,0 +2,19 @@ +Wed May 12 21:53:13 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 20.11.1: + * Escape single quote in LUKS password when unlocking device + * Filters: Save filter order changes when clicking OK + * Filters: Save changes after Include/Exclude radio is toggled + * Filters: Save changes immediately after a pattern is added or edited + * Filters: Save changes before showing Summary + * Fix #497, #467: Fix missing hourly backups + * Move config file to /etc/timeshift/timeshift.json + * Move default config to /etc/timeshift/default.json + * AppStream: Install only under /usr/share/metainfo. Don't install under /usr/share/appdata/ + * Option to unmark snapshots that are marked for deletion + * Launcher: No need to pass DISPLAY and AUTHORITY to pkexec + * Remove unused functions and code + * Update translations +- drop timeshift-fix-timeshift-launcher.patch (upstream) + +------------------------------------------------------------------- Old: ---- _service timeshift-20.03.obscpio timeshift-fix-timeshift-launcher.patch New: ---- v20.11.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ timeshift.spec ++++++ --- /var/tmp/diff_new_pack.MddMrU/_old 2021-05-15 01:24:03.859050983 +0200 +++ /var/tmp/diff_new_pack.MddMrU/_new 2021-05-15 01:24:03.859050983 +0200 @@ -1,7 +1,7 @@ # # spec file for package timeshift # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2017-2020 Malcolm J Lewis <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,14 +18,12 @@ Name: timeshift -Version: 20.03 +Version: 20.11.1 Release: 0 Summary: System restore utility License: GPL-3.0-only URL: https://teejeetech.in/timeshift/ -Source0: %{name}-%{version}.tar.xz -#PATCH-FIX-OPENSUSE timeshift-fix-timeshift-launcher.patch [email protected] -- Fix `pkexec env` invocation in `timeshift-launcher` is wrong. -Patch0: timeshift-fix-timeshift-launcher.patch +Source0: https://github.com/teejee2008/timeshift/archive/refs/tags/v%{version}.tar.gz BuildRequires: chrpath BuildRequires: fdupes BuildRequires: pkgconfig @@ -60,7 +58,7 @@ chrpath --delete %{buildroot}%{_bindir}/timeshift chrpath --delete %{buildroot}%{_bindir}/timeshift-gtk #Fix file permissions -chmod 0644 %{buildroot}%{_sysconfdir}/default/timeshift.json +chmod 0644 %{buildroot}%{_sysconfdir}/timeshift/default.json chmod 0644 %{buildroot}%{_datadir}/metainfo/timeshift.appdata.xml chmod 0644 %{buildroot}%{_datadir}/timeshift/images/*.svg #Remove as we use rpm/zypper @@ -75,9 +73,9 @@ %fdupes -s %{buildroot} %files -%doc AUTHORS %license LICENSE.md -%config(noreplace) %{_sysconfdir}/default/timeshift.json +%dir %{_sysconfdir}/timeshift +%config(noreplace) %{_sysconfdir}/timeshift/default.json %{_bindir}/timeshift* %{_datadir}/applications/timeshift-gtk.desktop %{_datadir}/icons/hicolor/*/apps/*
