[folks] Update to 0.6.6. Drop name details non-null patch. Fixed upstream.

Brian Pepple bpepple at fedoraproject.org
Wed Dec 14 21:07:50 UTC 2011


commit 3451e7d3279755f302936668de660c4b3e9aa2d3
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Wed Dec 14 16:07:49 2011 -0500

    Update to 0.6.6.
    Drop name details non-null patch. Fixed upstream.

 .gitignore |    1 +
 folks.spec |   13 ++++++++-----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 02beaa0..b0906fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /folks-0.6.4.1.tar.xz
 /folks-0.6.5.tar.xz
 
+/folks-0.6.6.tar.xz
diff --git a/folks.spec b/folks.spec
index 1e7711a..22770a8 100644
--- a/folks.spec
+++ b/folks.spec
@@ -2,8 +2,8 @@
 
 Name:           folks
 Epoch:          1
-Version:        0.6.5
-Release:        4%{?dist}
+Version:        0.6.6
+Release:        1%{?dist}
 Summary:        GObject contact aggregation library
 
 Group:          System Environment/Libraries
@@ -11,8 +11,6 @@ License:        LGPLv2+
 URL:            http://telepathy.freedesktop.org/wiki/Folks
 Source0:        http://download.gnome.org/sources/folks/0.6/%{name}-%{version}.tar.xz
 
-Patch0:		0001-Ensure-NameDetails-public-strings-are-non-null-as-we.patch
-
 BuildRequires:  telepathy-glib-devel >= %{tp_glib_ver}
 BuildRequires:  telepathy-glib-vala
 BuildRequires:  glib2-devel
@@ -51,7 +49,7 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
+
 
 %build
 %configure --disable-static --enable-eds-backend
@@ -66,6 +64,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 %post -p /sbin/ldconfig
 
+
 %postun -p /sbin/ldconfig
 
 
@@ -87,6 +86,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Wed Dec 14 2011 Brian Pepple <bpepple at fedoraproject.org> - 1:0.6.6-1
+- Update to 0.6.6.
+- Drop name details non-null patch. Fixed upstream.
+
 * Wed Nov 30 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 1:0.6.5-4
 - Move the vala vapi files to the devel package where they should be and add the appropriate requires
 
diff --git a/sources b/sources
index fe1d1f7..afcf71b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31dce2251d3ab3323ac098eda820de1c  folks-0.6.5.tar.xz
+dc6c70abb772978807140a0d12f2d4dd  folks-0.6.6.tar.xz


More information about the scm-commits mailing list