forked from pool/bijiben
Accepting request 847172 from GNOME:Factory
Push GNOME 3.38 OBS-URL: https://build.opensuse.org/request/show/847172 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bijiben?expand=0&rev=52
This commit is contained in:
commit
0f8b2e28e0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70e9b621e11bf7af6c6248f8c99830f6ffbff605fb43a848d26880e7e1b52dd6
|
||||
size 528772
|
3
bijiben-3.38.0.tar.xz
Normal file
3
bijiben-3.38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ff6cc0ac6c62907bf2a09a17215edd2f17b74dacab3a5c89a29c3049172be2b
|
||||
size 602164
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 12:31:10 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.38.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 09:12:13 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.37.92:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 12:16:40 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Switch to Tracker 3: replace pkgconfig(tracker-sparql-2.0)
|
||||
BuildRequires with pkgconfig(tracker-sparql-3.0).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 4 15:02:14 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.37.91:
|
||||
+ Changed default note color to GNOME Blue.
|
||||
+ Improved help pages.
|
||||
+ Improved code quality.
|
||||
- Changes from version 3.37.90:
|
||||
+ Changed paste behavior in note view to "text-only" mode.
|
||||
+ Enabled WebKit sandboxing.
|
||||
+ Fixed issue in main view paging that was preventing to load
|
||||
more than 48 notes.
|
||||
+ Implemented main view UI redesign.
|
||||
+ Ported to Tracker 3.
|
||||
- Changes from version 3.37.1:
|
||||
+ Added "Create New Note" shortcut to Desktop Actions.
|
||||
+ Added the last missing shortcuts (F10, CTRL+W, CTRL+Q).
|
||||
+ Fixed memory leak when parsing Own/NextCloud folder.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 15 19:50:29 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
%bcond_with zeitgeist
|
||||
|
||||
Name: bijiben
|
||||
Version: 3.36.3
|
||||
Version: 3.38.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.36/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/bijiben/3.38/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext
|
||||
@ -42,9 +42,9 @@ 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(libxml-2.0)
|
||||
BuildRequires: pkgconfig(tracker-sparql-2.0)
|
||||
BuildRequires: pkgconfig(tracker-sparql-3.0)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.10.0
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.26.0
|
||||
%if %{with zeitgeist}
|
||||
BuildRequires: pkgconfig(zeitgeist-2.0)
|
||||
%endif
|
||||
@ -95,7 +95,6 @@ search results from documents.
|
||||
%{_datadir}/applications/org.gnome.Notes.desktop
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Notes.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.bijiben.enums.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.Notes*
|
||||
%{_datadir}/mime/packages/org.gnome.Notes.xml
|
||||
%dir %{_datadir}/metainfo/
|
||||
|
Loading…
Reference in New Issue
Block a user