Accepting request 184007 from GNOME:Apps
Update to ver 3.9.2 (forwarded request 183916 from dimstar) OBS-URL: https://build.opensuse.org/request/show/184007 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnote?expand=0&rev=28
This commit is contained in:
commit
c36d893880
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9272a9a1037b753e116585b6eb8b44e649194911a68206c3c65ae0d9da86be93
|
||||
size 2661356
|
3
gnote-3.9.2.tar.xz
Normal file
3
gnote-3.9.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6eebb2b9ab81a360d41ff400630685bdf2330f1b2f228ca860613b81a3d5eb75
|
||||
size 2711840
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 21 16:20:38 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.9.2:
|
||||
+ New Features:
|
||||
- Remove underline from note title (bgo#701855).
|
||||
- Always open new windows from tray (bgo#700458).
|
||||
- Add option to always open notes in new window (bgo#700458).
|
||||
- Make preferences dialog more compact.
|
||||
- Do not save window position, leave it to window manager.
|
||||
- Make X11 conditional dependency to allow run on Wayland
|
||||
(--with-x11-support to enable).
|
||||
- Save main window sorting, always show it (bgo#700609,
|
||||
bgo#700436).
|
||||
- Respect gnome clock-format setting (bgo#700432).
|
||||
- Rename Notes dialog column "Last Changed" to "Modified"
|
||||
(bgo#704111).
|
||||
- Make "Modified" column format more compact (bgo#704113).
|
||||
- Add menu item and accelerator for renaming notebook
|
||||
(bgo#700435).
|
||||
- Shorten context menu item labels.
|
||||
- New dependency BOOST_FOREACH.
|
||||
+ Fixes:
|
||||
- "Table of Content" renamed to "Table of Contents"
|
||||
(bgo#701942).
|
||||
- Note title no longer displayed in brackets (bgo#701853).
|
||||
- Some cleanup in create notebook dialog (bgo#701845).
|
||||
- Do not show faded icons in main window toolbar (bgo#701851).
|
||||
- Bump required version of Glibmm to 2.32 (actually required
|
||||
version).
|
||||
- Fix occasional crash when using tray icon.
|
||||
- Fix crash when closing after multiple link activations.
|
||||
- Do not overwrite entire note when replacing title
|
||||
(bgo#701616).
|
||||
- Fix critical assertion errors when searching (bgo#700626).
|
||||
- Set focus to notes list when showing it (bgo#700611).
|
||||
- Fix notebook selection on rename.
|
||||
- Make selection saving work reliably (bgo#700553).
|
||||
- Do not show empty Active notes notebook.
|
||||
- Disable rename notebook context menu for special notebooks
|
||||
(bgo#704197).
|
||||
+ Updated translations.
|
||||
- Pass --with-x11-support to configure, we don't want to go the
|
||||
wayland route just yet.
|
||||
- Stop passing obsolete --disable-scrollkeeper to configure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 22 12:55:32 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnote
|
||||
Version: 3.9.1
|
||||
Version: 3.9.2
|
||||
Release: 0
|
||||
Summary: A Port of Tomboy to C++
|
||||
License: GPL-3.0+
|
||||
@ -66,7 +66,7 @@ search results from documents.
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-scrollkeeper
|
||||
%configure --disable-static --with-x11-support
|
||||
V=1 make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user