[folks/f16] Fix up the typelib

Matthias Clasen mclasen at fedoraproject.org
Thu Sep 1 19:43:22 UTC 2011


commit fcd4a1ad42f290136d549b57a73f928f490bd530
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Thu Sep 1 15:42:41 2011 -0400

    Fix up the typelib

 folks.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/folks.spec b/folks.spec
index 4273713..6e0cac6 100644
--- a/folks.spec
+++ b/folks.spec
@@ -3,7 +3,7 @@
 Name:           folks
 Epoch:          1
 Version:        0.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GObject contact aggregation library
 
 Group:          System Environment/Libraries
@@ -11,6 +11,9 @@ License:        LGPLv2+
 URL:            http://telepathy.freedesktop.org/wiki/Folks
 Source0:        http://download.gnome.org/sources/folks/0.6/%{name}-%{version}.tar.xz
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=658002
+Patch0: folks-typelib.patch
+
 BuildRequires:  telepathy-glib-devel >= %{tp_glib_ver}
 BuildRequires:  telepathy-glib-vala
 BuildRequires:  glib2-devel
@@ -47,6 +50,7 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
+%patch0 -p1
 
 autoreconf -i -f
 
@@ -84,6 +88,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Thu Sep  1 2011 Matthias Clasen <mclasen at redhat.com> - 1:0.6.1-2
+- Fix up the typelib
+
 * Mon Aug 29 2011 Brian Pepple <bpepple at fedoraproject.org> - 1:0.6.1-1
 - Update to 0.6.1.
 - Drop EDS patch. Fixed upstream.


More information about the scm-commits mailing list