[gnote] Update to 3.9.1

Kalev Lember kalev at fedoraproject.org
Fri Jun 21 00:02:38 UTC 2013


commit 7d4d33493260104df8b0a98435ea4d98667710fd
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Jun 20 23:53:25 2013 +0200

    Update to 3.9.1
    
    - Drop upstreamed patch
    - Package the new gnome-shell search provider

 .gitignore                 |    1 +
 gnote-3.9.0-keywords.patch |   39 ---------------------------------------
 gnote.spec                 |   14 ++++++++++----
 sources                    |    2 +-
 4 files changed, 12 insertions(+), 44 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6b2fbd9..9b5f77e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /gnote-3.7.3.tar.xz
 /gnote-3.8.0.tar.xz
 /gnote-3.9.0.tar.xz
+/gnote-3.9.1.tar.xz
diff --git a/gnote.spec b/gnote.spec
index 62e0c27..6180708 100644
--- a/gnote.spec
+++ b/gnote.spec
@@ -1,12 +1,11 @@
 Name:           gnote
-Version:        3.9.0
-Release:        2%{?dist}
+Version:        3.9.1
+Release:        1%{?dist}
 Summary:        Note-taking application
 Group:          User Interface/Desktops
 License:        GPLv3+
 URL:            http://live.gnome.org/Gnote
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnote/3.9/%{name}-%{version}.tar.xz
-Patch0:         gnote-3.9.0-keywords.patch
 
 BuildRequires:  boost-devel
 BuildRequires:  desktop-file-utils
@@ -30,7 +29,6 @@ and consumes fewer resources.
 
 %prep
 %setup -q
-%patch0 -p1 -b .keywords
 
 %build
 %configure --disable-static --with-gnu-ld
@@ -74,8 +72,16 @@ fi
 %{_prefix}/%{_lib}/libgnote*
 %{_datadir}/dbus-1/services/org.gnome.Gnote.service
 %{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
+%dir %{_datadir}/gnome-shell/
+%dir %{_datadir}/gnome-shell/search-providers/
+%{_datadir}/gnome-shell/search-providers/gnote-search-provider.ini
 
 %changelog
+* Fri Jun 21 2013 Kalev Lember <kalevlember at gmail.com> 3.9.1-1
+- Update to 3.9.1
+- Drop upstreamed patch
+- Package the new gnome-shell search provider
+
 * Fri May 24 2013 Rahul Sundaram <sundaram at fedoraproject.org> 3.9.0-2
 - drop soname symlink.  Resolves rhbz#889242
 
diff --git a/sources b/sources
index 1629be4..03bc232 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba3bbf2917660d3c6259efa2e6b592b4  gnote-3.9.0.tar.xz
+a3e9c198aae5d19d2a1f015579e5c274  gnote-3.9.1.tar.xz


More information about the scm-commits mailing list