Accepting request 738534 from GNOME:Factory
- Update to version 3.34.1: + Updated translations. (forwarded request 738453 from iznogood) OBS-URL: https://build.opensuse.org/request/show/738534 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bijiben?expand=0&rev=47
This commit is contained in:
commit
01fc944076
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c23bc5af5e83a85cb4fdc6873ad800c2afb48dbcadfdce7c1dfdb2a3a7131532
|
|
||||||
size 659988
|
|
3
bijiben-3.34.1.tar.xz
Normal file
3
bijiben-3.34.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fbc3c8f050aed8174358e56dcbf06857db45180ee1e1481e20110b6b25d3c279
|
||||||
|
size 664504
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 14 16:38:31 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.34.1:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 09:25:53 CST 2019 - sckang@suse.com
|
||||||
|
|
||||||
|
- Update to version 3.34.0:
|
||||||
|
+ Added intltool as a flatpak dependency.
|
||||||
|
+ Added missing icons in editor toolbar.
|
||||||
|
+ Added new API to get human time.
|
||||||
|
+ Changed settings window to use the same color chooser as editor window.
|
||||||
|
+ Fixed missing notes from main view.
|
||||||
|
+ Improved application model by removing duplicated note id objects.
|
||||||
|
+ Improved Own/NextCloud notes management.
|
||||||
|
+ Improved README to use markdown.
|
||||||
|
+ Ported to libecal-2.0.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 23:16:33 NZST 2019 - luke@ljones.dev
|
||||||
|
|
||||||
|
- Update to version 3.33.92:
|
||||||
|
+ Added missing icons in editor toolbar.
|
||||||
|
+ Added new API to get human time.
|
||||||
|
+ Changed settings window to use the same color chooser as
|
||||||
|
editor window.
|
||||||
|
+ Fixed appdata screenshot urls.
|
||||||
|
+ Fixed missing notes from main view.
|
||||||
|
+ Improved application model by removing duplicated note id
|
||||||
|
objects.
|
||||||
|
+ Improved Own/NextCloud notes management.
|
||||||
|
+ Ported to libecal-2.0.
|
||||||
|
- Replace pkgconfig(libecal-1.2) with pkgconfig(libecal-2.0)
|
||||||
|
BuildRequires following upstreams port.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 19 07:15:16 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
Fri Jul 19 07:15:16 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
13
bijiben.spec
13
bijiben.spec
@ -19,14 +19,15 @@
|
|||||||
%bcond_with zeitgeist
|
%bcond_with zeitgeist
|
||||||
|
|
||||||
Name: bijiben
|
Name: bijiben
|
||||||
Version: 3.32.2
|
Version: 3.34.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.32/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/bijiben/3.34/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
@ -34,12 +35,12 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
BuildRequires: pkgconfig(glib-2.0) >= 2.58
|
||||||
BuildRequires: pkgconfig(goa-1.0)
|
BuildRequires: pkgconfig(goa-1.0)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.3
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.3
|
||||||
BuildRequires: pkgconfig(libecal-1.2) >= 3.13.90
|
BuildRequires: pkgconfig(libecal-2.0) >= 3.33.92
|
||||||
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.13.90
|
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.33.92
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(tracker-sparql-2.0)
|
BuildRequires: pkgconfig(tracker-sparql-2.0)
|
||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
@ -86,7 +87,7 @@ search results from documents.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README TODO
|
%doc AUTHORS NEWS README.md TODO
|
||||||
%dir %{_datadir}/help
|
%dir %{_datadir}/help
|
||||||
%dir %{_datadir}/help/C
|
%dir %{_datadir}/help/C
|
||||||
%doc %{_datadir}/help/C/%{name}/
|
%doc %{_datadir}/help/C/%{name}/
|
||||||
|
Loading…
Reference in New Issue
Block a user