Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 44c486fa5a | |||
| 79fd7f3005 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99123f5ee1792ae7d60e4d023e91ef04b9322fc271b5b90d18f6b1ecaa5188c2
|
||||
size 1675623
|
||||
3
timeshift-25.07.7.tar.gz
Normal file
3
timeshift-25.07.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4de584ac4ab29d17edae35d372fc64fd3a92e6d15efb5eb8ea458b315c6d52f
|
||||
size 1694061
|
||||
@@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 6 23:50:23 UTC 2025 - malcolmlewis@opensuse.org
|
||||
|
||||
- Updated to version 25.07.7:
|
||||
* l10n: Update translations.
|
||||
- Changes from version 25.07.6:
|
||||
* Add startup check of btrfs-progs version to determine
|
||||
capabilities.
|
||||
* Main.vala: Improve readability of btrfs-progs version check.
|
||||
- Changes from version 25.07.5:
|
||||
* Error if both lsb_release n os_release are missing,
|
||||
(gh#linuxmint/timeshift#431).
|
||||
- Changes from version 25.07.4:
|
||||
* TeeJee.Process.vala: Use GLib read_link instead of Posix
|
||||
readlink.
|
||||
- Changes from version 25.07.3:
|
||||
* l10n: Update translations.
|
||||
- Changes from version 25.07.2:
|
||||
* Don't flag new log messages for translations.
|
||||
* l10n: Update POT.
|
||||
- Changes from version 25.07.1:
|
||||
* Subvolume.vala: (btrfs) Wait for async file operations to
|
||||
complete.
|
||||
* Btrfs: support default subvolid!=0,
|
||||
(gh#linuxmint/timeshift#334).
|
||||
* Allow explicitly setting ondemand tag from CLI,
|
||||
(gh#linuxmint/timeshift#399).
|
||||
* AppStream metadata fixes, (gh#linuxmint/timeshift#391).
|
||||
* Remove dependencies to external binarys,
|
||||
(gh#linuxmint/timeshift#333).
|
||||
* Add user settings before defaults,
|
||||
(gh#linuxmint/timeshift#342).
|
||||
* Query the correct root path on btrfs,
|
||||
(gh#linuxmint/timeshift#377).
|
||||
* Add "timeshift" to the tempdir names,
|
||||
(gh#linuxmint/timeshift#395).
|
||||
* Refactor LinuxDistro (gh#linuxmint/timeshift#376).
|
||||
* Main.vala: Don't check for distro name on every device.
|
||||
* BTRFS custom hooks, (gh#linuxmint/timeshift#381).
|
||||
* Specify the environment variables named DISPLAY and XAUTHORITY,
|
||||
(gh#linuxmint/timeshift#384).
|
||||
* Always delete brfs volumes recursively,
|
||||
(gh#linuxmint/timeshift#423).
|
||||
* Only kill a task if its pid is set,
|
||||
(gh#linuxmint/timeshift#427).
|
||||
* Add full non-interactive mode, (gh#linuxmint/timeshift#388).
|
||||
* l10n: Update POT.
|
||||
- Change metainfo to com.linuxmint.timeshift.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 03:58:03 UTC 2025 - ming li <mli@suse.com>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package timeshift
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2017-2024 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2017-2025 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: timeshift
|
||||
Version: 24.06.6
|
||||
Version: 25.07.7
|
||||
Release: 0
|
||||
Summary: System restore utility
|
||||
License: GPL-3.0-only
|
||||
@@ -65,7 +65,7 @@ chrpath --delete %{buildroot}%{_bindir}/timeshift
|
||||
chrpath --delete %{buildroot}%{_bindir}/timeshift-gtk
|
||||
#Fix file permissions
|
||||
chmod 0644 %{buildroot}%{_sysconfdir}/timeshift/default.json
|
||||
chmod 0644 %{buildroot}%{_datadir}/metainfo/timeshift.appdata.xml
|
||||
chmod 0644 %{buildroot}%{_datadir}/metainfo/com.linuxmint.timeshift.metainfo.xml
|
||||
chmod 0644 %{buildroot}%{_datadir}/timeshift/images/*.svg
|
||||
#Remove as we use rpm/zypper
|
||||
rm -f %{buildroot}%{_bindir}/timeshift-uninstall
|
||||
@@ -88,7 +88,7 @@ install -d %{buildroot}%{_localstatedir}/log/timeshift-btrfs
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
%{_mandir}/man1/timeshift.1%{?ext_man}
|
||||
%{_mandir}/man1/timeshift-gtk.1%{?ext_man}
|
||||
%{_datadir}/metainfo/timeshift.appdata.xml
|
||||
%{_datadir}/metainfo/com.linuxmint.timeshift.metainfo.xml
|
||||
%{_datadir}/polkit-1/actions/in.teejeetech.pkexec.timeshift.policy
|
||||
%{_datadir}/pixmaps/timeshift.png
|
||||
%{_datadir}/timeshift/
|
||||
|
||||
Reference in New Issue
Block a user