Accepting request 205701 from GNOME:Next
Update to 3.11.0 OBS-URL: https://build.opensuse.org/request/show/205701 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=52
This commit is contained in:
parent
3bc8adb067
commit
04a767a104
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8466343c43cb5fb223a7abfe43e6e963f64403f96a3c823f5a37474e83d5e1a0
|
|
||||||
size 3038896
|
|
3
gnote-3.11.0.tar.xz
Normal file
3
gnote-3.11.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:058d704ac278a0a085365e11705522dcdf3dac5d143cceaf269cd8e685f94989
|
||||||
|
size 3047432
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 4 09:34:52 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.11.0:
|
||||||
|
+ Updated boost.m4.
|
||||||
|
+ Rename add-ins -> plugins (bgo#700422).
|
||||||
|
+ Change title Notes -> Gnote (bgo#701854).
|
||||||
|
+ Add TODO plug-in.
|
||||||
|
+ Remember spell-check language per note (bgo#586350).
|
||||||
|
+ Add ability to disable spell check per note (bgo#703258).
|
||||||
|
+ Add options to disable url and note autolinking (bgo#633855).
|
||||||
|
+ Add links tab to preferences dialog.
|
||||||
|
+ Add plug-in to export to Getting Things GNOME (bgo#697934).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 29 18:46:01 UTC 2013 - dimstar@opensuse.org
|
Tue Oct 29 18:46:01 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnote
|
Name: gnote
|
||||||
Version: 3.10.1
|
Version: 3.11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Port of Tomboy to C++
|
Summary: A Port of Tomboy to C++
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
Url: http://live.gnome.org/Gnote
|
Url: http://live.gnome.org/Gnote
|
||||||
Source: http://download.gnome.org/sources/gnote/3.10/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnote/3.11/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: boost-devel >= 1.34
|
BuildRequires: boost-devel >= 1.34
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -96,7 +96,7 @@ test %{buildroot} != "/" && rm -rf %{buildroot}
|
|||||||
%{_bindir}/gnote
|
%{_bindir}/gnote
|
||||||
%{_libdir}/gnote/
|
%{_libdir}/gnote/
|
||||||
# Splitting does not make sense as it's just a lib for gnote itself (and it's plugins)
|
# Splitting does not make sense as it's just a lib for gnote itself (and it's plugins)
|
||||||
%{_libdir}/libgnote-3.10.so*
|
%{_libdir}/libgnote-3.11.so*
|
||||||
%{_libdir}/libgnote.so
|
%{_libdir}/libgnote.so
|
||||||
%{_datadir}/applications/gnote.desktop
|
%{_datadir}/applications/gnote.desktop
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user