[synapse] Update to 0.2.10

Michel Alexandre Salim salimma at fedoraproject.org
Sun May 6 04:13:44 UTC 2012


commit bd6f03618814ac45d2cb1909c29cececf87a682f
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sun May 6 11:13:56 2012 +0700

    Update to 0.2.10

 .gitignore   |    3 +--
 sources      |    2 +-
 synapse.spec |   19 ++++++++++++++++---
 3 files changed, 18 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1fcba50..46eee82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/synapse-0.2.4.1.tar.gz
-/synapse-0.2.6.tar.gz
+/synapse-0.2.10.tar.gz
diff --git a/sources b/sources
index 6eee47d..f54a724 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c828316e9f54624c158334fe59f9c816  synapse-0.2.6.tar.gz
+ac1c075c01f1c179f32fd6651bd184f8  synapse-0.2.10.tar.gz
diff --git a/synapse.spec b/synapse.spec
index 6cf0eb8..57e67e6 100644
--- a/synapse.spec
+++ b/synapse.spec
@@ -1,19 +1,26 @@
 Name:           synapse
-Version:        0.2.6
-Release:        3%{?dist}
+Version:        0.2.10
+Release:        1%{?dist}
 Summary:        A semantic launcher written in Vala
 
 Group:          Applications/Productivity
 License:        GPLv3+
 URL:            http://synapse.zeitgeist-project.com/wiki/index.php?title=Main_Page
 Source0:        http://launchpad.net/%{name}-project/0.2/%{version}/+download/%{name}-%{version}.tar.gz
+# the generated synapse-main.c imports gtkhotkey-1.0/gtkhotkey.h,
+# which imports glib-2.0/glib/gquark.h, and this is no longer allowed
+# pass -DGLIB_COMPILATION to override (h/t: Mamoru Tasaka)
+Patch0:         %{name}-0.2.10-glib.patch
+# libsynapsecore.a uses powf (defined in the libm DSO),
+# it should be linked with -lm
+Patch1:         %{name}-0.2.10-libm-dso-for-powf.patch
 
 BuildRequires:  desktop-file-utils%{?_isa}
 BuildRequires:  gettext%{?_isa}
 BuildRequires:  gtk2-devel%{?_isa}
 BuildRequires:  intltool
 BuildRequires:  json-glib-devel%{?_isa}
-BuildRequires:  libgee%{?_isa}
+BuildRequires:  libgee06-devel%{?_isa}
 BuildRequires:  libgtkhotkey-devel%{?_isa}
 BuildRequires:  libnotify-devel%{?_isa}
 BuildRequires:  libzeitgeist-devel%{?_isa}
@@ -40,6 +47,8 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
+%patch0 -p1 -b .glib
+%patch1 -p1 -b .libm-dso-for-powf
 
 
 %build
@@ -82,6 +91,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 %doc COPYING README
 %{_bindir}/synapse
+%{_mandir}/man1/synapse.1*
 %{_datadir}/applications/synapse.desktop
 %{_datadir}/icons/hicolor/scalable/apps/synapse.svg
 
@@ -91,6 +101,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/vala/vapi
 
 %changelog
+* Sun May  6 2012 Michel Salim <salimma at fedoraproject.org> - 0.2.10-1
+- Update to 0.2.10
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list