[telepathy-glib] Update to 0.20.1 Drop call channel patches. Fixed upstream.

Brian Pepple bpepple at fedoraproject.org
Fri Nov 9 23:43:58 UTC 2012


commit 934db8db9d4aa5fd2f84c16c75f62e6bc82ef167
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Fri Nov 9 18:42:59 2012 -0500

    Update to 0.20.1
    Drop call channel patches. Fixed upstream.

 .gitignore                                         |    1 +
 ...hannel-Ignore-transitions-with-the-same-s.patch |   48 --------------
 ...hannel-Don-t-call-set_state-from-set_ring.patch |   65 --------------------
 sources                                            |    2 +-
 telepathy-glib.spec                                |   12 ++--
 5 files changed, 8 insertions(+), 120 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 45d3057..4a3a1ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,3 +59,4 @@ telepathy-glib-0.11.13.tar.gz
 /telepathy-glib-0.19.9.tar.gz
 /telepathy-glib-0.19.10.tar.gz
 /telepathy-glib-0.20.0.tar.gz
+/telepathy-glib-0.20.1.tar.gz
diff --git a/sources b/sources
index 05ee870..9f8ff34 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d7b2bcc2d9f8e0352c8789952717d83  telepathy-glib-0.20.0.tar.gz
+780034ff7433f33e6577b02fd7a2cb0a  telepathy-glib-0.20.1.tar.gz
diff --git a/telepathy-glib.spec b/telepathy-glib.spec
index 55000e7..32251c8 100644
--- a/telepathy-glib.spec
+++ b/telepathy-glib.spec
@@ -5,16 +5,14 @@
 %global vala_ver	0.16.0
 
 Name:           telepathy-glib
-Version:        0.20.0
-Release:        2%{?dist}
+Version:        0.20.1
+Release:        1%{?dist}
 Summary:        GLib bindings for Telepathy
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://telepathy.freedesktop.org/wiki/FrontPage
 Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
-Patch0:         0001-base-call-channel-Ignore-transitions-with-the-same-s.patch
-Patch1:         0002-base-call-channel-Don-t-call-set_state-from-set_ring.patch
 
 BuildRequires:  gtk-doc >= 1.17
 BuildRequires:  dbus-devel >= %{dbus_ver}
@@ -62,8 +60,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 
 %check
@@ -110,6 +106,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Fri Nov  9 2012 Brian Pepple <bpepple at fedoraproject.org> - 0.20.1-1
+- Update to 0.20.1
+- Drop call channel patches. Fixed upstream.
+
 * Tue Oct 16 2012 Debarshi Ray <rishi at fedoraproject.org> - 0.20.0-2
 - Fix FD #56044
 


More information about the scm-commits mailing list