Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package deja-dup for openSUSE:Factory 
checked in at 2022-01-10 23:53:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deja-dup (Old)
 and      /work/SRC/openSUSE:Factory/.deja-dup.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deja-dup"

Mon Jan 10 23:53:25 2022 rev:66 rq:945294 version:43.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/deja-dup/deja-dup.changes        2021-09-14 
21:14:53.560434655 +0200
+++ /work/SRC/openSUSE:Factory/.deja-dup.new.1892/deja-dup.changes      
2022-01-10 23:53:54.740820589 +0100
@@ -1,0 +2,51 @@
+Sat Jan  8 17:18:07 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Update to version 43.1:
+  + Increase default window size to avoid being too small
+  + Packaging: Require libsoup-3.0 (instead of libsoup-2.4)
+- Changes from version 43.0:
+  + This is a stable release, following 43.alpha and 43.beta in the
+    GNOME style. Previously, odd number releases were the
+    development releases, but no longer.
+- Changes since 43.beta:
+  + Fix the restore browser not asking any user questions during
+    mount (like an invalid ssl cert)
+  + Use dark mode if color schemes are not supported by the system,
+    but the gtk theme is a dark variant
+  + Minor UI spacing/style tweaks
+  + Updated translations.
+- New features since 42.x:
+  + Add support for Microsoft OneDrive
+  + Delay scheduled backups when Power Saver mode or GameMode are
+    enabled
+  + Add opt-in experimental support for using Restic
+- Required packaging changes since 42.x:
+  + Require libadwaita1 1.0+ (instead of libhandy1)
+  + Require gtk4 4.6+ (instead of gtk3)
+  + Require glib2 2.66+
+  + Require meson 0.59+
+  + Due to new support for Microsoft OneDrive: Require the
+    requests_oauthlib python module: If you can't hard-depend on
+    it, define the new requests_oauthlib_pkgs config flag if
+    building with packagekit support. This feature will only be
+    visible if duplicity 0.8.21+ is available.
+- Optional Packaging Changes Since 42.x:
+  + For experimental Restic support: New config flag enable_restic,
+    which you can set to true to turn on the new experimental
+    support for Restic. This will not use Restic by default, but
+    merely expose a new "Labs" panel in the preferences window
+    where users can opt-in. So it is safe to enable and helps us
+    get feedback.
+  + Require the restic and rclone packages
+  + New config flags restic_pkgs and rclone_pkgs, if you can't
+    hard-depend on the restic or rclone packages and are building
+    with packagekit support
+  + New config flags restic_command and rclone_command, where you
+    can override the path to the restic and rclone executables
+    (defaults to searching PATH).
+- Drop cmake, libhandy-devel, pkgconfig(gtk-3.0) and
+  pkgconfig(libsoup-2.4) BuildRequires. Add pkgconfig(gtk4),
+  pkgconfig(libadwaita-1) and pkgconfig(libsoup-3.0) BuildRequires,
+  and add python3-oauthlib Requires following upstream changes.
+
+-------------------------------------------------------------------

Old:
----
  deja-dup-42.8.tar.bz2

New:
----
  deja-dup-43.1.tar.bz2

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

Other differences:
------------------
++++++ deja-dup.spec ++++++
--- /var/tmp/diff_new_pack.dF9O12/_old  2022-01-10 23:53:55.184820978 +0100
+++ /var/tmp/diff_new_pack.dF9O12/_new  2022-01-10 23:53:55.188820981 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package deja-dup
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,36 +17,37 @@
 
 
 Name:           deja-dup
-Version:        42.8
+Version:        43.1
 Release:        0
 Summary:        Simple backup tool and frontend for duplicity
 License:        GPL-3.0-or-later
 Group:          Productivity/Archiving/Backup
 URL:            https://wiki.gnome.org/Apps/DejaDup
 Source0:        
https://gitlab.gnome.org/World/deja-dup/-/archive/%{version}/%{name}-%{version}.tar.bz2
+
 BuildRequires:  appstream-glib
-BuildRequires:  cmake
 BuildRequires:  dbus-1
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  gettext-runtime
 BuildRequires:  glib2-tools
 BuildRequires:  libgpg-error-devel
-BuildRequires:  libhandy-devel
-BuildRequires:  meson >= 0.47
+BuildRequires:  meson >= 0.59
 BuildRequires:  pkgconfig
 BuildRequires:  vala >= 0.16.0
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(gio-2.0) >= 2.46
+BuildRequires:  pkgconfig(gio-2.0) >= 2.66
 BuildRequires:  pkgconfig(gio-unix-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.64.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
+BuildRequires:  pkgconfig(glib-2.0) >= 2.66.0
+BuildRequires:  pkgconfig(gtk4) >= 4.6
 BuildRequires:  pkgconfig(json-glib-1.0)
+BuildRequires:  pkgconfig(libadwaita-1)
 BuildRequires:  pkgconfig(libnotify) >= 0.7
 BuildRequires:  pkgconfig(libsecret-1)
-BuildRequires:  pkgconfig(libsoup-2.4)
+BuildRequires:  pkgconfig(libsoup-3.0)
 BuildRequires:  pkgconfig(packagekit-glib2) >= 0.6.5
-Requires:       duplicity >= 0.6.25
+Requires:       duplicity >= 0.8.21
+Requires:       python3-oauthlib
 
 %description
 D??j??  Dup is a simple backup tool. It hides the complexity of doing
@@ -88,13 +89,13 @@
 # put the files in the right subpackage
 %dir %{_libexecdir}/deja-dup
 %{_libexecdir}/deja-dup/deja-dup-monitor
+%{_libexecdir}/deja-dup/restic-dump-to
 %{_datadir}/applications/org.gnome.DejaDup.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.DejaDup.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/org.gnome.DejaDup*
 %dir %{_libdir}/deja-dup
 %{_libdir}/deja-dup/libdeja.so
-%dir %{_datadir}/metainfo
-%{_datadir}/metainfo/org.gnome.DejaDup.appdata.xml
+%{_datadir}/metainfo/org.gnome.DejaDup.metainfo.xml
 %{_datadir}/dbus-1/services/org.gnome.DejaDup.service
 
 %files lang -f %{name}.lang

++++++ deja-dup-42.8.tar.bz2 -> deja-dup-43.1.tar.bz2 ++++++
++++ 97014 lines of diff (skipped)

Reply via email to