From cdcc4a0ef73394a32354d1abd14d0eded96d7db7ffabe4e482c634da7676718c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 4 Oct 2017 08:29:48 +0000 Subject: [PATCH] Accepting request 530833 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/530833 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=345 --- evolution-3.26.0.tar.xz | 3 --- evolution-3.26.1.tar.xz | 3 +++ evolution.changes | 17 +++++++++++++++++ evolution.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.26.0.tar.xz create mode 100644 evolution-3.26.1.tar.xz diff --git a/evolution-3.26.0.tar.xz b/evolution-3.26.0.tar.xz deleted file mode 100644 index 22bbf74..0000000 --- a/evolution-3.26.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccdacab9ab32299c834dd786c1ba9c5f7f27d0a7e8c4d3cbd260e416aafeb176 -size 12034548 diff --git a/evolution-3.26.1.tar.xz b/evolution-3.26.1.tar.xz new file mode 100644 index 0000000..1ed2d88 --- /dev/null +++ b/evolution-3.26.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77cab4d82732d82b875b2ace4cd9d4ff0ddd6ed1aa1bed34836b9fd40776eeaf +size 12032164 diff --git a/evolution.changes b/evolution.changes index 5d581b7..1d59cb5 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Oct 2 18:34:55 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.26.1: + + Add flatpak build script for stable Evolution version. + + Show also git commit ID of Evolution in VERSION_SUBSTRING of + flatpak build. + + Correct runtime warning when creating All Day Appointment. + + Cannot change organizer of existing meeting. + + Use large-enough buffer in e_calendar_item_draw_day_numbers(). + + Fix some syntax errors in translations. + + Remove linked page that got deleted in 8f967d9f. + + Bugs fixed: bgo#758945, bgo#787411, bgo#785618, bgo#787590, + bgo#785178, bgo#787646, bgo#739059, bgo#788050, bgo#788051, + bgo#788164, bgo#788231, bgo#788112. + + Updated translations. + ------------------------------------------------------------------- Mon Sep 11 11:04:13 UTC 2017 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index 4b3ea0e..03d9633 100644 --- a/evolution.spec +++ b/evolution.spec @@ -24,7 +24,7 @@ Name: evolution # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 3.26 -Version: 3.26.0 +Version: 3.26.1 Release: 0 # _version needs to be %{version} stripped to major.minor.micro only... %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')