[gnote] Update to 3.9.0

Kalev Lember kalev at fedoraproject.org
Sat May 4 00:11:01 UTC 2013


commit 9a6533069c262441f43de87f4b162ce9125affb2
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri May 3 23:08:10 2013 +0200

    Update to 3.9.0

 .gitignore                 |    1 +
 gnote-3.8.0-keywords.patch |   40 ----------------------------------------
 gnote-3.9.0-keywords.patch |   39 +++++++++++++++++++++++++++++++++++++++
 gnote.spec                 |   10 ++++++----
 sources                    |    2 +-
 5 files changed, 47 insertions(+), 45 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01fd605..6b2fbd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /gnote-3.7.2.tar.xz
 /gnote-3.7.3.tar.xz
 /gnote-3.8.0.tar.xz
+/gnote-3.9.0.tar.xz
diff --git a/gnote-3.9.0-keywords.patch b/gnote-3.9.0-keywords.patch
new file mode 100644
index 0000000..f17ff83
--- /dev/null
+++ b/gnote-3.9.0-keywords.patch
@@ -0,0 +1,39 @@
+From dc6a8c7f5fd852353a78e151d668beeba3994229 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Aurimas=20=C4=8Cernius?= <aurisc4 at gmail.com>
+Date: Fri, 3 May 2013 20:11:53 +0300
+Subject: [PATCH] Fix keywords translations
+
+---
+ po/zh_HK.po | 2 +-
+ po/zh_TW.po | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/po/zh_HK.po b/po/zh_HK.po
+index ee876f8..ab2c65a 100644
+--- a/po/zh_HK.po
++++ b/po/zh_HK.po
+@@ -32,7 +32,7 @@ msgstr "筆記程式"
+ 
+ #: ../data/gnote.desktop.in.in.h:4
+ msgid "note;idea;link;organize;"
+-msgstr "筆記;創意;連結;組織"
++msgstr "筆記;創意;連結;組織;"
+ 
+ #: ../data/org.gnome.gnote.gschema.xml.in.h:1
+ msgid "Enable spellchecking"
+diff --git a/po/zh_TW.po b/po/zh_TW.po
+index e759ded..ba11841 100644
+--- a/po/zh_TW.po
++++ b/po/zh_TW.po
+@@ -32,7 +32,7 @@ msgstr "筆記程式"
+ 
+ #: ../data/gnote.desktop.in.in.h:4
+ msgid "note;idea;link;organize;"
+-msgstr "筆記;創意;連結;組織"
++msgstr "筆記;創意;連結;組織;"
+ 
+ #: ../data/org.gnome.gnote.gschema.xml.in.h:1
+ msgid "Enable spellchecking"
+-- 
+1.8.2.1
+
diff --git a/gnote.spec b/gnote.spec
index 2b5094d..48f182e 100644
--- a/gnote.spec
+++ b/gnote.spec
@@ -1,13 +1,12 @@
 Name:           gnote
-Version:        3.8.0
+Version:        3.9.0
 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.8/%{name}-%{version}.tar.xz
-# https://bugzilla.gnome.org/show_bug.cgi?id=696664
-Patch0:         gnote-3.8.0-keywords.patch
+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
@@ -76,6 +75,9 @@ fi
 %{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
 
 %changelog
+* Sat May 04 2013 Kalev Lember <kalevlember at gmail.com> 3.9.0-1
+- Update to 3.9.0
+
 * Wed Mar 27 2013 Kalev Lember <kalevlember at gmail.com> 3.8.0-1
 - Update to 3.8.0
 
diff --git a/sources b/sources
index 58520d6..1629be4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f30a8334bfe06ab4733b480b95e0cc19  gnote-3.8.0.tar.xz
+ba3bbf2917660d3c6259efa2e6b592b4  gnote-3.9.0.tar.xz


More information about the scm-commits mailing list