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:
commit
e51b39802c
@ -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
3
bijiben-3.30.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f47c4add810a1f298a0a17740b3c46a32a607e5bc1b6e223ecec28b854ced57a
|
||||
size 691544
|
@ -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
|
||||
|
||||
|
23
bijiben.spec
23
bijiben.spec
@ -12,19 +12,19 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
%define with_zeitgeist 0
|
||||
%bcond_with zeitgeist
|
||||
Name: bijiben
|
||||
Version: 3.28.3
|
||||
Version: 3.30.1
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user