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>
|
Fri Jul 19 07:15:16 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
@ -542,7 +574,7 @@ Sat Jul 18 09:43:41 UTC 2015 - zaitor@opensuse.org
|
|||||||
- Notes & notebooks icons.
|
- Notes & notebooks icons.
|
||||||
- Fix thumbnails inside shell.
|
- Fix thumbnails inside shell.
|
||||||
- Empty result box.
|
- Empty result box.
|
||||||
+ Bugs fixed:
|
+ Bugs fixed:
|
||||||
- Fix crash when note color changes (rh#1204815).
|
- Fix crash when note color changes (rh#1204815).
|
||||||
- Fix build error.
|
- Fix build error.
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
@ -797,7 +829,7 @@ Tue Feb 4 13:09:46 UTC 2014 - zaitor@opensuse.org
|
|||||||
- Update to version 3.11.5:
|
- Update to version 3.11.5:
|
||||||
+ Unique window. But notes can be detached.
|
+ Unique window. But notes can be detached.
|
||||||
+ Memorize window's size and position.
|
+ Memorize window's size and position.
|
||||||
+ Bugs fixed:
|
+ Bugs fixed:
|
||||||
- Main toolbar: fix positions.
|
- Main toolbar: fix positions.
|
||||||
- Fix default width.
|
- Fix default width.
|
||||||
- Do not toggle search on arrows, tab, return.
|
- Do not toggle search on arrows, tab, return.
|
||||||
|
12
bijiben.spec
12
bijiben.spec
@ -19,13 +19,13 @@
|
|||||||
%bcond_with zeitgeist
|
%bcond_with zeitgeist
|
||||||
|
|
||||||
Name: bijiben
|
Name: bijiben
|
||||||
Version: 3.32.2
|
Version: 3.34.0
|
||||||
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: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -34,12 +34,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 +86,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