From fc16769699076948195f09200956b7fc364213fea869be6a0818a3d90c6759a2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 24 Sep 2018 07:22:17 +0000 Subject: [PATCH 1/2] Accepting request 635610 from GNOME:Next update to 3.30 OBS-URL: https://build.opensuse.org/request/show/635610 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=92 --- bijiben-3.28.3.tar.xz | 3 -- bijiben-3.30.0.tar.xz | 3 ++ bijiben.changes | 70 +++++++++++++++++++++++++++++++++++++++++++ bijiben.spec | 21 +++++-------- 4 files changed, 81 insertions(+), 16 deletions(-) delete mode 100644 bijiben-3.28.3.tar.xz create mode 100644 bijiben-3.30.0.tar.xz diff --git a/bijiben-3.28.3.tar.xz b/bijiben-3.28.3.tar.xz deleted file mode 100644 index e7ca212..0000000 --- a/bijiben-3.28.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22d2a5f03dbaa9e8c5d186863289f185249c51f610bfa1fb5c3ed766a813e951 -size 683372 diff --git a/bijiben-3.30.0.tar.xz b/bijiben-3.30.0.tar.xz new file mode 100644 index 0000000..6ce9b54 --- /dev/null +++ b/bijiben-3.30.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149d2ce2f0270cd3441016015055ad6b2a77d37ca616da724df4367a1e5c8bf5 +size 690812 diff --git a/bijiben.changes b/bijiben.changes index dcbdc74..13db887 100644 --- a/bijiben.changes +++ b/bijiben.changes @@ -1,3 +1,73 @@ +------------------------------------------------------------------- +Sun Sep 9 08:28:28 UTC 2018 - antoine.belvire@opensuse.org + +- Update to version 3.30.0: + + See installed NEWS file for a summary of changes between this + release and previous stable release. + + Updated translations. +- Remove lang package from recommended packages as it already + supplements main package (same effect, it's redundant). + +------------------------------------------------------------------- +Tue Aug 28 20:34:16 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.92.1: + + Fix submodule project link which was still pointing to + git.gnome.org. +- Changes from version 3.29.92: + + Updated translations. + +------------------------------------------------------------------- +Thu Aug 16 16:02:13 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.91: + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 3 18:46:39 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.90: + + Added back application menu and removed the primary menu from + the main view + + Show online account user and domain information in settings + dialog. + + Updated translations. + +------------------------------------------------------------------- +Mon Jul 23 20:27:42 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.4: + + Removed application menu and added a new primary menu to the + main view. + + Added a "Text Size" option in primary menu to let users scale + note view. + + Add OARS metadata. + + Updated translations. +- Changes from version 3.29.3: + + Flatpak fixes. + + Updated translations. + +------------------------------------------------------------------- +Thu Jun 21 03:29:02 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 3.29.2: + + Improve overall note styling. + + Move "Last updated" info to window menu. + + Fix UI freeze in text search. + + Fix memory leak and circular references in notes and providers. + + Updated translations. + +------------------------------------------------------------------- +Thu Jun 21 03:29:01 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 3.29.1.1: + + Fix memory leak in Settings. + + Make own/nextCloud notes saving async. + + Updated translations. +- Drop fixed upstream patches: bijiben-memory-leak-fixes.patch, + bijiben-settings-dialog-Fix-settings.patch and + bijiben-webkit-editor_Use-g_auto.patch + ------------------------------------------------------------------- Wed Jun 20 15:20:49 UTC 2018 - bjorn.lie@gmail.com diff --git a/bijiben.spec b/bijiben.spec index c86108d..38e5ce6 100644 --- a/bijiben.spec +++ b/bijiben.spec @@ -16,15 +16,15 @@ # -%define with_zeitgeist 0 +%bcond_with zeitgeist Name: bijiben -Version: 3.28.3 +Version: 3.30.0 Release: 0 Summary: Note editor for GNOME License: GPL-3.0-or-later AND CC-BY-SA-3.0 Group: Productivity/Text/Editors URL: https://wiki.gnome.org/Apps/Bijiben -Source0: https://download.gnome.org/sources/bijiben/3.28/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/bijiben/3.30/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gettext @@ -43,8 +43,7 @@ BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(tracker-sparql-2.0) BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.10.0 -Recommends: %{name}-lang -%if %{with_zeitgeist} +%if %{with zeitgeist} BuildRequires: pkgconfig(zeitgeist-2.0) %endif @@ -72,14 +71,10 @@ search results from documents. %build %meson \ - -Dstatic=false \ - -Dupdate-mimed=false \ -%if %{with_zeitgeist} - -Dzeitgeist=true \ -%else - -Dzeitgeist=false \ -%endif - %{nil} + -Dstatic=false \ + -Dupdate-mimed=false \ + %{?with_zeitgeist: -Dzeitgeist=true} \ + %{nil} %meson_build %install From 68551c8577c60ed2cd549b30c57594a053bca6b17145ccb746cd5f0be1e9c07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 26 Sep 2018 16:46:25 +0000 Subject: [PATCH 2/2] Accepting request 638443 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/638443 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=93 --- bijiben-3.30.0.tar.xz | 3 --- bijiben-3.30.1.tar.xz | 3 +++ bijiben.changes | 6 ++++++ bijiben.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 bijiben-3.30.0.tar.xz create mode 100644 bijiben-3.30.1.tar.xz diff --git a/bijiben-3.30.0.tar.xz b/bijiben-3.30.0.tar.xz deleted file mode 100644 index 6ce9b54..0000000 --- a/bijiben-3.30.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:149d2ce2f0270cd3441016015055ad6b2a77d37ca616da724df4367a1e5c8bf5 -size 690812 diff --git a/bijiben-3.30.1.tar.xz b/bijiben-3.30.1.tar.xz new file mode 100644 index 0000000..cf0236c --- /dev/null +++ b/bijiben-3.30.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47c4add810a1f298a0a17740b3c46a32a607e5bc1b6e223ecec28b854ced57a +size 691544 diff --git a/bijiben.changes b/bijiben.changes index 13db887..05440a1 100644 --- a/bijiben.changes +++ b/bijiben.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 26 12:23:08 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.30.1: + + Updated translations. + ------------------------------------------------------------------- Sun Sep 9 08:28:28 UTC 2018 - antoine.belvire@opensuse.org diff --git a/bijiben.spec b/bijiben.spec index 38e5ce6..f21c3f5 100644 --- a/bijiben.spec +++ b/bijiben.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %bcond_with zeitgeist Name: bijiben -Version: 3.30.0 +Version: 3.30.1 Release: 0 Summary: Note editor for GNOME License: GPL-3.0-or-later AND CC-BY-SA-3.0