Accepting request 1109311 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/1109311 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/timeshift?expand=0&rev=7
This commit is contained in:
commit
34e5f5877b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36fd19865d1d30dc5f6eca468ceaa3dad01cd95d9090d050d67f5c2cd98fe37d
|
||||
size 1491106
|
3
timeshift-23.07.1.tar.gz
Normal file
3
timeshift-23.07.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:835277fa21182188278260d9690e067e9d3bacd6793ffdcbe89bb128ec672a01
|
||||
size 1583725
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 09:35:50 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 23.07.1:
|
||||
* build: allow installing default.json to sysconfdir (#208)
|
||||
* treewide: use /usr/bin/env bash for shebang (#209)
|
||||
* Update translations
|
||||
- Changes from 23.06.2:
|
||||
* Fix the desktop file name + project license in appdata (#204)
|
||||
* Update translations
|
||||
- Changes from 23.06.1:
|
||||
* Update Device.vala
|
||||
* Update URLs to HTTPS
|
||||
* README.md: fix a typo
|
||||
* Added extra constraints to BTRFS mode in Supported System Configurations (#103)
|
||||
* src/Utility: fix deprecated Thread.create usage (#151)
|
||||
* AsyncTask: Use a mutex to guard access to AsyncTask.status_line.
|
||||
* Fix printf format warnings (#162)
|
||||
* Don't use deprecated from_timeval_utc function
|
||||
* Fix deprecated Thread.create usage
|
||||
* Fix segmentation fault (#169)
|
||||
* Added missing documentation regarding tags abbrevation which was difficult to find (#168)
|
||||
* Console: add --version option (#175)
|
||||
* Development documentation for easier accessibility (#170)
|
||||
* Remove timeshift-uninstall binary (#176)
|
||||
* Debian clean up (#180)
|
||||
* Console: add --version option description to the help massages (#181)
|
||||
* src/makefile: remove VTE_291_OLD and VTE_291 symbols (#183)
|
||||
* Fix project's license (#189)
|
||||
* Use help2man utility to create a man page. (#178)
|
||||
* meson support (#173)
|
||||
* Fix deprecated Gtk.Widget.margin_left and Gtk.Widget.margin_right properties
|
||||
* Use get_hadjustment via casting TreeView to Gtk.Scrollable
|
||||
* meson: add project's license definition
|
||||
* Don't use the deprecated Gtk.TreeView.rules_hint feature (#201)
|
||||
* docs: automatically generate timeshift-gtk manpage (#194)
|
||||
* Use an unsafe cast (#200)
|
||||
* l10n: Update POT
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 08:42:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,13 +18,15 @@
|
||||
|
||||
|
||||
Name: timeshift
|
||||
Version: 22.11.2
|
||||
Version: 23.07.1
|
||||
Release: 0
|
||||
Summary: System restore utility
|
||||
License: GPL-3.0-only
|
||||
URL: https://github.com/linuxmint/timeshift
|
||||
Source0: https://codeload.github.com/linuxmint/timeshift/tar.gz/refs/tags/%{version}#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: help2man
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala
|
||||
@ -33,6 +35,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(polkit-agent-1)
|
||||
BuildRequires: pkgconfig(vte-2.91)
|
||||
BuildRequires: pkgconfig(xapp)
|
||||
Requires: rsync
|
||||
#Lets just recommend for btrfs as more likely used with other filesystems
|
||||
Recommends: btrfsprogs
|
||||
@ -47,12 +50,15 @@ using BTRFS tools.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
# rpmlint
|
||||
sed -i -e 's|/usr/bin/env bash|/usr/bin/bash|g' src/timeshift-launcher
|
||||
|
||||
%build
|
||||
make -j1 V=1
|
||||
%meson -Dxapp=false
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
#Cleanup rpath references
|
||||
chrpath --delete %{buildroot}%{_bindir}/timeshift
|
||||
chrpath --delete %{buildroot}%{_bindir}/timeshift-gtk
|
||||
@ -71,13 +77,14 @@ install -d %{buildroot}%{_localstatedir}/log/timeshift-btrfs
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%files
|
||||
%license LICENSE.md
|
||||
%license LICENSES/*
|
||||
%dir %{_sysconfdir}/timeshift
|
||||
%config(noreplace) %{_sysconfdir}/timeshift/default.json
|
||||
%{_bindir}/timeshift*
|
||||
%{_datadir}/applications/timeshift-gtk.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
%{_mandir}/man1/timeshift.1%{?ext_man}
|
||||
%{_mandir}/man1/timeshift-gtk.1%{?ext_man}
|
||||
%{_datadir}/metainfo/timeshift.appdata.xml
|
||||
%{_datadir}/polkit-1/actions/in.teejeetech.pkexec.timeshift.policy
|
||||
%{_datadir}/pixmaps/timeshift.png
|
||||
|
Loading…
Reference in New Issue
Block a user