Accepting request 252613 from home:Zaitor:branches:GNOME:Apps
- Update to version 3.14.0: + New Features: - Increase the default size of note window. - Add option to autosize note window (bgo#709699). + Fixes: - Optimize auto-linking (#729832). - Fix link action not always sensitive when text is selected. - Timeout when started as shell search provider (bgo#736472). - Fix bullet not removed on delete key. - Fix removing bullet on enter at the start of bulleted line (bgo#702018). + Updated translations. OBS-URL: https://build.opensuse.org/request/show/252613 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=62
This commit is contained in:
parent
f5e5ee9c55
commit
2f67cca0d5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6d6bb8202692eadb1d97788b862017c2212d33bd44363ffa92c2c4b3bc56410
|
||||
size 3104564
|
3
gnote-3.14.0.tar.xz
Normal file
3
gnote-3.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2df3639a29e14cd1e3a887b743d3dd471c5ef2c138fd967a4d531ffb0911156
|
||||
size 3139948
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 21:05:52 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.14.0:
|
||||
+ New Features:
|
||||
- Increase the default size of note window.
|
||||
- Add option to autosize note window (bgo#709699).
|
||||
+ Fixes:
|
||||
- Optimize auto-linking (#729832).
|
||||
- Fix link action not always sensitive when text is selected.
|
||||
- Timeout when started as shell search provider (bgo#736472).
|
||||
- Fix bullet not removed on delete key.
|
||||
- Fix removing bullet on enter at the start of bulleted line
|
||||
(bgo#702018).
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 7 20:43:34 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,17 +17,17 @@
|
||||
|
||||
|
||||
Name: gnote
|
||||
Version: 3.13.0
|
||||
Version: 3.14.0
|
||||
Release: 0
|
||||
Summary: A Port of Tomboy to C++
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/Text/Editors
|
||||
Url: http://live.gnome.org/Gnote
|
||||
Source: http://download.gnome.org/sources/gnote/3.13/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnote/3.14/%{name}-%{version}.tar.xz
|
||||
BuildRequires: boost-devel >= 1.34
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtkmm3-devel >= 3.6
|
||||
BuildRequires: gtkmm3-devel >= 3.10
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxslt-devel
|
||||
@ -96,7 +96,7 @@ test %{buildroot} != "/" && rm -rf %{buildroot}
|
||||
%{_bindir}/gnote
|
||||
%{_libdir}/gnote/
|
||||
# Splitting does not make sense as it's just a lib for gnote itself (and it's plugins)
|
||||
%{_libdir}/libgnote-3.13.so*
|
||||
%{_libdir}/libgnote-3.14.so*
|
||||
%{_libdir}/libgnote.so
|
||||
%{_datadir}/applications/gnote.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
|
||||
|
Loading…
Reference in New Issue
Block a user