[folks] Update to 0.6.1. Drop EDS patch. Fixed upstream.

Brian Pepple bpepple at fedoraproject.org
Mon Aug 29 14:07:30 UTC 2011


commit 3dff3c2ba0a76eca79f9241898d312611d308458
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Mon Aug 29 10:09:06 2011 -0400

    Update to 0.6.1.
    Drop EDS patch. Fixed upstream.

 .gitignore                                         |    1 +
 ...ake-sure-we-pass-ENABLE_EDS-to-vala-flags.patch |   35 --------------------
 folks.spec                                         |   14 +++----
 sources                                            |    2 +-
 4 files changed, 8 insertions(+), 44 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5a2bc6f..c9668c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /folks-0.4.2.tar.bz2
 /folks-0.5.2.tar.bz2
 /folks-0.6.0.tar.xz
+/folks-0.6.1.tar.xz
diff --git a/folks.spec b/folks.spec
index df7fdce..6eec0a1 100644
--- a/folks.spec
+++ b/folks.spec
@@ -2,8 +2,8 @@
 
 Name:           folks
 Epoch:          1
-Version:        0.6.0
-Release:        6%{?dist}
+Version:        0.6.1
+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
 
-# upstream fix
-Patch0:         0001-Make-sure-we-pass-ENABLE_EDS-to-vala-flags.patch
-
 BuildRequires:  telepathy-glib-devel >= %{tp_glib_ver}
 BuildRequires:  telepathy-glib-vala
 BuildRequires:  glib2-devel
@@ -26,7 +23,6 @@ BuildRequires:  GConf2-devel
 BuildRequires:  evolution-data-server-devel >= 3.0.1
 BuildRequires:  libsocialweb-devel >= 0.25.15
 ## BuildRequires: tracker-devel >= 0.10
-BuildRequires:  autoconf automake libtool
 
 
 %description
@@ -51,9 +47,7 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
 
-autoreconf -i -f
 
 %build
 %configure --disable-static --enable-eds-backend
@@ -89,6 +83,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* 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.
+
 * Mon Aug 29 2011 Milan Crha <mcrha at redhat.com> - 1:0.6.0-6
 - Rebuild against newer evolution-data-server
 
diff --git a/sources b/sources
index 7df3d06..682bce5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c0b0b304ad25b36ff326de3c3521a4e  folks-0.6.0.tar.xz
+64f9db1fc940d25add99105453638721  folks-0.6.1.tar.xz


More information about the scm-commits mailing list