Accepting request 252746 from GNOME:Apps
1 OBS-URL: https://build.opensuse.org/request/show/252746 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnote?expand=0&rev=37
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b76e13e6793d3e73adafaca20063ba9fea23dae67022597c69c81c1f61842d6c
|
||||
size 3078416
|
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,33 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 3.13.0:
|
||||
+ New Features:
|
||||
- Header bar rework.
|
||||
- Add configure option for C++11 (--with-cxx11-support).
|
||||
+ Fixes:
|
||||
- Fix build using C++11 incompatible compiler (bgo#727077).
|
||||
+ Updated translations.
|
||||
- Pass --with-cxx11-support to configure to ensure cxx11-support is
|
||||
built, following upstream changes.
|
||||
- Bump soname following upstream changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 19:35:27 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
10
gnote.spec
10
gnote.spec
@@ -17,17 +17,17 @@
|
||||
|
||||
|
||||
Name: gnote
|
||||
Version: 3.12.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.12/%{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
|
||||
@@ -66,7 +66,7 @@ search results from documents.
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-x11-support
|
||||
%configure --disable-static --with-x11-support --with-cxx11-support
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@@ -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.12.so*
|
||||
%{_libdir}/libgnote-3.14.so*
|
||||
%{_libdir}/libgnote.so
|
||||
%{_datadir}/applications/gnote.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
|
||||
|
Reference in New Issue
Block a user