Accepting request 735003 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/735003 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=105
This commit is contained in:
parent
666978ded9
commit
03098b3063
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c23bc5af5e83a85cb4fdc6873ad800c2afb48dbcadfdce7c1dfdb2a3a7131532
|
||||
size 659988
|
3
bijiben-3.34.0.tar.xz
Normal file
3
bijiben-3.34.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34d8336c326b88bdc1243ad5e85358630ae03b418c0dc15cdb4093c7aed63673
|
||||
size 664864
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
12
bijiben.spec
12
bijiben.spec
@ -19,13 +19,13 @@
|
||||
%bcond_with zeitgeist
|
||||
|
||||
Name: bijiben
|
||||
Version: 3.32.2
|
||||
Version: 3.34.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.32/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/bijiben/3.34/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext
|
||||
@ -34,12 +34,12 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
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(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.3
|
||||
BuildRequires: pkgconfig(libecal-1.2) >= 3.13.90
|
||||
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.13.90
|
||||
BuildRequires: pkgconfig(libecal-2.0) >= 3.33.92
|
||||
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.33.92
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(tracker-sparql-2.0)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
@ -86,7 +86,7 @@ search results from documents.
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README TODO
|
||||
%doc AUTHORS NEWS README.md TODO
|
||||
%dir %{_datadir}/help
|
||||
%dir %{_datadir}/help/C
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
|
Loading…
Reference in New Issue
Block a user