[gnome-contacts] Update to 3.7.90

Kalev Lember kalev at fedoraproject.org
Thu Feb 21 23:31:47 UTC 2013


commit 325bf1893914a662276708abeae3183a459a004a
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Feb 21 17:46:34 2013 +0100

    Update to 3.7.90
    
    ... and add a patch to make desktop-file-validate happy.

 gnome-contacts-3.7.90-desktop.patch |   29 +++++++++++++++++++++++++++++
 gnome-contacts.spec                 |   12 ++++++++++--
 sources                             |    2 +-
 3 files changed, 40 insertions(+), 3 deletions(-)
---
diff --git a/gnome-contacts-3.7.90-desktop.patch b/gnome-contacts-3.7.90-desktop.patch
new file mode 100644
index 0000000..53f0fc3
--- /dev/null
+++ b/gnome-contacts-3.7.90-desktop.patch
@@ -0,0 +1,29 @@
+From 33a7c3b1234e50dd13ba6f977767b6aad1669977 Mon Sep 17 00:00:00 2001
+From: Kalev Lember <kalevlember at gmail.com>
+Date: Thu, 21 Feb 2013 20:23:33 +0100
+Subject: [PATCH] Fix a syntax error in desktop file translations
+
+String lists in the desktop files are semicolon (;) separated, and also
+need to end with a semicolon.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=694396
+---
+ po/nl.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/po/nl.po b/po/nl.po
+index fa6c1ef..35a4c6d 100644
+--- a/po/nl.po
++++ b/po/nl.po
+@@ -28,7 +28,7 @@ msgstr "Contactpersonen"
+ #: ../data/gnome-contacts.desktop.in.in.h:2
+ msgid "friends;address book;"
+ msgstr ""
+-"vrienden;kennissen;contactpersonen;contacten;personen;adressen;adresboek"
++"vrienden;kennissen;contactpersonen;contacten;personen;adressen;adresboek;"
+ 
+ #: ../src/app-menu.ui.h:1
+ msgid "_Change Address Book..."
+-- 
+1.8.1.4
+
diff --git a/gnome-contacts.spec b/gnome-contacts.spec
index 72b573b..427cda8 100644
--- a/gnome-contacts.spec
+++ b/gnome-contacts.spec
@@ -1,6 +1,6 @@
 Name:           gnome-contacts
-Version:        3.7.3
-Release:        3%{?dist}
+Version:        3.7.90
+Release:        1%{?dist}
 Summary:        Contacts manager for GNOME
 
 License:        GPLv2+
@@ -8,6 +8,9 @@ URL:            https://live.gnome.org/Design/Apps/Contacts
 #VCS: http://git.gnome.org/browse/gnome-contacts/
 Source0:        http://download.gnome.org/sources/%{name}/3.7/%{name}-%{version}.tar.xz
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=694396
+Patch0:         gnome-contacts-3.7.90-desktop.patch
+
 BuildRequires:  folks-devel
 BuildRequires:  gtk3-devel
 BuildRequires:  vala-devel
@@ -25,6 +28,7 @@ Provides: contacts
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -49,6 +53,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_libexecdir}/gnome-contacts-search-provider
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
+%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
 %dir %{_datadir}/gnome-shell
 %dir %{_datadir}/gnome-shell/search-providers
@@ -56,6 +61,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Thu Feb 21 2013 Kalev Lember <kalevlember at gmail.com> - 3.7.90-1
+- Update to 3.7.90
+
 * Wed Feb 20 2013 Kalev Lember <kalevlember at gmail.com> - 3.7.3-3
 - Rebuilt for libgnome-desktop soname bump
 
diff --git a/sources b/sources
index 9894736..36a1fc4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e913ab4e49c68115df2c75eaf4ffa878  gnome-contacts-3.7.3.tar.xz
+e9d34d77b188a3f175a83f70f96ceaa0  gnome-contacts-3.7.90.tar.xz


More information about the scm-commits mailing list