Accepting request 228571 from GNOME:Apps
Might aswell push it since we have unstable 3.11 already - Update to version 3.12.0: + New Features: - NoteDirectoryWatcher plugin interval is now configurable. - Import plugins are enabled by default and auto-disabled after import (bgo#723635). - Plugins are now checked for compatibility with Gnote. + Updated translations. - Drop gnote-enable-tomboy-migration.patch: Fixed upstream. - Bump soname following upstream changes. (forwarded request 228529 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/228571 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnote?expand=0&rev=35
This commit is contained in:
commit
63fc9f39ed
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:002493d1046e9d7292ae5cc5d3cf8a6f8fd54d3743313b47996f6af306de8627
|
||||
size 3054988
|
3
gnote-3.12.0.tar.xz
Normal file
3
gnote-3.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b76e13e6793d3e73adafaca20063ba9fea23dae67022597c69c81c1f61842d6c
|
||||
size 3078416
|
@ -1,14 +0,0 @@
|
||||
From: Mike Gorse <mgorse@suse.com>
|
||||
Date: Wed Feb 12 08:32:51 CST 2014
|
||||
Subject: Enable Tomboy by default (bnc#862246)
|
||||
|
||||
diff -ur gnote-3.11.0.orig/src/addins/tomboyimport/tomboyimport.desktop.in gnote-3.11.0/src/addins/tomboyimport/tomboyimport.desktop.in
|
||||
--- gnote-3.11.0.orig/src/addins/tomboyimport/tomboyimport.desktop.in 2013-08-25 14:23:34.000000000 -0500
|
||||
+++ gnote-3.11.0/src/addins/tomboyimport/tomboyimport.desktop.in 2014-02-12 08:28:33.581091764 -0600
|
||||
@@ -5,5 +5,5 @@
|
||||
_Authors=Hubert Figuiere
|
||||
Category=Tools
|
||||
Version=0.2
|
||||
-DefaultEnabled=false
|
||||
+DefaultEnabled=true
|
||||
Module=tomboyimport
|
@ -1,8 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 19:35:27 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.12.0:
|
||||
+ New Features:
|
||||
- NoteDirectoryWatcher plugin interval is now configurable.
|
||||
- Import plugins are enabled by default and auto-disabled after
|
||||
import (bgo#723635).
|
||||
- Plugins are now checked for compatibility with Gnote.
|
||||
+ Updated translations.
|
||||
- Drop gnote-enable-tomboy-migration.patch: Fixed upstream.
|
||||
- Bump soname following upstream changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 16:39:23 UTC 2014 - mgorse@suse.com
|
||||
|
||||
- Add gnote-enable-tomboy-migration.patch: enable Tomboy migration
|
||||
by default (bnc#862246 bgo#723835).
|
||||
by default (bnc#862246, bgo#723635).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 19 14:43:57 UTC 2014 - dimstar@opensuse.org
|
||||
|
@ -17,15 +17,13 @@
|
||||
|
||||
|
||||
Name: gnote
|
||||
Version: 3.11.1
|
||||
Version: 3.12.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.11/%{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-UPSTREAM gnote-enable-tomboy-migration.patch bnc#862246 bgo#723835 mgorse@suse.com -- enable Tomboy migration by default.
|
||||
Patch0: gnote-enable-tomboy-migration.patch
|
||||
Source: http://download.gnome.org/sources/gnote/3.12/%{name}-%{version}.tar.xz
|
||||
BuildRequires: boost-devel >= 1.34
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -66,7 +64,6 @@ search results from documents.
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-x11-support
|
||||
@ -99,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.11.so*
|
||||
%{_libdir}/libgnote-3.12.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