From 52e95ef074208076d3966d372c3b52c9de59e0c0877c16637f107aca2f4d40f2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 24 Mar 2021 16:29:52 +0000 Subject: [PATCH] Accepting request 880917 from GNOME:Next GNOME 40 - here we come OBS-URL: https://build.opensuse.org/request/show/880917 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=118 --- bijiben-3.38.0.tar.xz | 3 --- bijiben-40.0.tar.xz | 3 +++ bijiben.changes | 18 ++++++++++++++++++ bijiben.spec | 18 +++++++----------- 4 files changed, 28 insertions(+), 14 deletions(-) delete mode 100644 bijiben-3.38.0.tar.xz create mode 100644 bijiben-40.0.tar.xz diff --git a/bijiben-3.38.0.tar.xz b/bijiben-3.38.0.tar.xz deleted file mode 100644 index 6dfd7ab..0000000 --- a/bijiben-3.38.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ff6cc0ac6c62907bf2a09a17215edd2f17b74dacab3a5c89a29c3049172be2b -size 602164 diff --git a/bijiben-40.0.tar.xz b/bijiben-40.0.tar.xz new file mode 100644 index 0000000..ac62967 --- /dev/null +++ b/bijiben-40.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefa0ac451628c96e54e79ab544203cbad31551c8d9ad2d896ad71da0e110f25 +size 642760 diff --git a/bijiben.changes b/bijiben.changes index 83b1cec..e69e5a1 100644 --- a/bijiben.changes +++ b/bijiben.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Mar 18 14:40:03 UTC 2021 - Dominique Leuenberger + +- Update to version 40.0: + + Added bidirectional text support to notes view. + + Dropped Zeitgeist support. + + Enabled formatting without dependency on selected text. + + Improved Help. + + Improved Nextcloud support by using Nextcloud Notes API. + + Fixed many bugs and improved application code overall. + + Updated translations. +- Clean up zeitgeist remainders in the spec file: it has been + disabled for a while already. +- Add pkgconfig(json-glib-1.0) and pkgconfig(libcurl) + BuildRequires: new dependencies. +- Replace pkgconfig(libhandy-0.0) BuildRequires with + pkgconfig(libhandy-1): follow upstreams port to libhandy-1. + ------------------------------------------------------------------- Tue Sep 22 12:31:10 UTC 2020 - Bjørn Lie diff --git a/bijiben.spec b/bijiben.spec index e8df69b..5faf020 100644 --- a/bijiben.spec +++ b/bijiben.spec @@ -1,7 +1,7 @@ # # spec file for package bijiben # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,18 @@ # -%bcond_with zeitgeist - Name: bijiben -Version: 3.38.0 +Version: 40.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.38/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/bijiben/40/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gettext -BuildRequires: meson +BuildRequires: meson >= 0.50.0 BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: yelp-tools @@ -38,16 +36,15 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.58 BuildRequires: pkgconfig(goa-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.3 +BuildRequires: pkgconfig(json-glib-1.0) +BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libecal-2.0) >= 3.33.92 BuildRequires: pkgconfig(libedataserver-1.2) >= 3.33.92 -BuildRequires: pkgconfig(libhandy-0.0) >= 0.0.10 +BuildRequires: pkgconfig(libhandy-1) >= 1.0.0 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(tracker-sparql-3.0) BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.26.0 -%if %{with zeitgeist} -BuildRequires: pkgconfig(zeitgeist-2.0) -%endif %description Bijiben is a note editor designed to remain simple to use. @@ -75,7 +72,6 @@ search results from documents. %meson \ -Dstatic=false \ -Dupdate-mimed=false \ - %{?with_zeitgeist: -Dzeitgeist=true} \ %{nil} %meson_build