Accepting request 522832 from home:Zaitor:branches:GNOME:Apps

Resub, fixed mandir that spec-clean borked, as said in previous sub - this might need more work before we forward out of GA

OBS-URL: https://build.opensuse.org/request/show/522832
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=79
This commit is contained in:
Bjørn Lie
2017-09-11 11:03:48 +00:00
committed by Git OBS Bridge
parent 17d2e3326a
commit 27ea3e01f6
6 changed files with 73 additions and 381 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Thu Sep 7 22:47:54 UTC 2017 - zaitor@opensuse.org
- Update to version 35.6:
+ Fix a potential memory leak in the monitor daemon and few other
bugs.
- Changes from version 35.5:
+ Improve on-the-fly dependency installation and fixes a few
other interaction bugs.
- Changes from version 35.4:
+ Add support for GNOME Online Accounts and cleans up the
interface a bit.
- Changes from version 35.3:
+ Fix some bugs around unicode filenames and network access.
- Changes from version 35.2:
+ Fix a crash we cause in nautilus with our extension.
- Changes from version 35.1:
+ Fix a header-color bug introduced in the previous release and
also try to fix a long-standing bug around backup/restore
buttons being disabled too often.
- Changes from version 35.0:
+ Modernize the code base in a few ways that make the experience
better in GNOME 3.
- Add meson BuildRequires and switch cmake macros cmake, make and
cmake_install to meson, meson_build and meson_install following
upstream switch to Meson build system.
- Drop intltool BuildRequires: No longer needed.
- Add libgpg-error-devel, pkgconfig(appstream-builder) and
pkgconfig(goa-1.0) BuildRequires: New dependencies.
- Drop deja-dup-vala-0.36.patch: Fixed upstream.
- Drop deja-dup-help2man_stderr.patch: No longer needed after the
port to meson.
- Drop handling of localized man pages in install section, no
longer needed.
- Drop suse_update_desktop files macros, no longer needed.
- Drop obsolete post(un) handling of following macros:
glib2_gsettings_schema_post(un), desktop_database_post(un) and
icon_theme_cache_post(un).
-------------------------------------------------------------------
Thu Jun 29 08:52:33 UTC 2017 - tchvatal@suse.com