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/0001-Make-sure-we-pass-ENABLE_EDS-to-vala-flags.patch b/0001-Make-sure-we-pass-ENABLE_EDS-to-vala-flags.patch deleted file mode 100644 index 5ccc866..0000000 --- a/0001-Make-sure-we-pass-ENABLE_EDS-to-vala-flags.patch +++ /dev/null @@ -1,35 +0,0 @@ -From f7767014b984fae5df9b9c0d6b0df5fe10aba360 Mon Sep 17 00:00:00 2001 -From: Alexander Larsson -Date: Tue, 16 Aug 2011 14:03:17 +0200 -Subject: [PATCH] Make sure we pass ENABLE_EDS to vala flags - ---- - folks/Makefile.am | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) - -diff --git a/folks/Makefile.am b/folks/Makefile.am -index 1fde141..a4d03ea 100644 ---- a/folks/Makefile.am -+++ b/folks/Makefile.am -@@ -44,6 +44,10 @@ libfolks_la_SOURCES = \ - object-cache.vala \ - $(NULL) - -+if ENABLE_EDS -+EDS_FLAGS = -D ENABLE_EDS -+endif -+ - libfolks_la_VALAFLAGS = \ - --gir=Folks-$(API_VERSION).gir \ - --library=folks \ -@@ -57,6 +61,7 @@ libfolks_la_VALAFLAGS = \ - --includedir folks \ - --vapi folks.vapi \ - -H folks.h \ -+ $(EDS_FLAGS) \ - $(NULL) - - libfolks_la_CFLAGS = \ --- -1.7.6 - 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 - 1:0.6.1-1 +- Update to 0.6.1. +- Drop EDS patch. Fixed upstream. + * Mon Aug 29 2011 Milan Crha - 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