SHA256
1
0
forked from pool/bijiben

Accepting request 638507 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/638507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bijiben?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2018-10-17 06:15:09 +00:00 committed by Git OBS Bridge
commit e51b39802c
4 changed files with 88 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22d2a5f03dbaa9e8c5d186863289f185249c51f610bfa1fb5c3ed766a813e951
size 683372

3
bijiben-3.30.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f47c4add810a1f298a0a17740b3c46a32a607e5bc1b6e223ecec28b854ced57a
size 691544

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
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
- 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 Wed Jun 20 15:20:49 UTC 2018 - bjorn.lie@gmail.com

View File

@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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/
# #
%define with_zeitgeist 0 %bcond_with zeitgeist
Name: bijiben Name: bijiben
Version: 3.28.3 Version: 3.30.1
Release: 0 Release: 0
Summary: Note editor for GNOME Summary: Note editor for GNOME
License: GPL-3.0-or-later AND CC-BY-SA-3.0 License: GPL-3.0-or-later AND CC-BY-SA-3.0
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
URL: https://wiki.gnome.org/Apps/Bijiben 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: fdupes
BuildRequires: gettext BuildRequires: gettext
@ -43,8 +43,7 @@ BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(tracker-sparql-2.0) BuildRequires: pkgconfig(tracker-sparql-2.0)
BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(uuid)
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.10.0 BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.10.0
Recommends: %{name}-lang %if %{with zeitgeist}
%if %{with_zeitgeist}
BuildRequires: pkgconfig(zeitgeist-2.0) BuildRequires: pkgconfig(zeitgeist-2.0)
%endif %endif
@ -74,11 +73,7 @@ search results from documents.
%meson \ %meson \
-Dstatic=false \ -Dstatic=false \
-Dupdate-mimed=false \ -Dupdate-mimed=false \
%if %{with_zeitgeist} %{?with_zeitgeist: -Dzeitgeist=true} \
-Dzeitgeist=true \
%else
-Dzeitgeist=false \
%endif
%{nil} %{nil}
%meson_build %meson_build