[folks] Update to 0.6.3. Drop typelib patch. Fixed upstream.

Brian Pepple bpepple at fedoraproject.org
Mon Sep 19 15:18:56 UTC 2011


commit cd7fc4c41c7b0fd78e6c264aac5f013b071b2da2
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Mon Sep 19 11:20:54 2011 -0400

    Update to 0.6.3.
    Drop typelib patch. Fixed upstream.

 .gitignore          |    1 +
 folks-typelib.patch |   12 ------------
 folks.spec          |   19 +++++++------------
 sources             |    2 +-
 4 files changed, 9 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fa70c4e..5d014c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /folks-0.6.1.tar.xz
 /folks-0.6.2.tar.xz
 /folks-0.6.2.1.tar.xz
+/folks-0.6.3.tar.xz
diff --git a/folks.spec b/folks.spec
index b26c948..0762410 100644
--- a/folks.spec
+++ b/folks.spec
@@ -2,8 +2,8 @@
 
 Name:           folks
 Epoch:          1
-Version:        0.6.2.1
-Release:        2%{?dist}
+Version:        0.6.3
+Release:        1%{?dist}
 Summary:        GObject contact aggregation library
 
 Group:          System Environment/Libraries
@@ -11,9 +11,6 @@ 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
@@ -22,7 +19,7 @@ BuildRequires:  vala-tools
 BuildRequires:  libxml2-devel
 BuildRequires:  gobject-introspection >= 0.9.12
 BuildRequires:  GConf2-devel
-BuildRequires:  evolution-data-server-devel >= 3.0.1
+BuildRequires:  evolution-data-server-devel >= 3.1.5
 BuildRequires:  libsocialweb-devel >= 0.25.15
 ## BuildRequires: tracker-devel >= 0.10
 BuildRequires:  pkgconfig(gee-1.0)
@@ -50,12 +47,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
-
-autoreconf -i -f
-# Mistakenly distributed
-# https://bugzilla.gnome.org/show_bug.cgi?id=659095
-rm folks/Folks-*.typelib
 
 %build
 %configure --disable-static --enable-eds-backend
@@ -91,6 +82,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Mon Sep 19 2011 Brian Pepple <bpepple at fedoraproject.org> - 1:0.6.3-1
+- Update to 0.6.3.
+- Drop typelib patch. Fixed upstream.
+
 * Wed Sep 14 2011 Owen Taylor <otaylor at redhat.com> - 1:0.6.2.1-2
 - Really fix the typelib to embed the right .so file
 
diff --git a/sources b/sources
index 28f40f9..bc46491 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c1771a9424a4f231cd020a7deeb8679  folks-0.6.2.1.tar.xz
+aac3977c970d6b38548620bcdbc79ae5  folks-0.6.3.tar.xz


More information about the scm-commits mailing list