[telepathy-salut] Update to 0.5.2. Bump minimum version of tp-glib needed. Drop olpc-activity-properties patch. Fix up

Brian Pepple bpepple at fedoraproject.org
Wed Oct 5 13:51:35 UTC 2011


commit da82520392dd249689297102f5fc3b2091c7ed19
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Wed Oct 5 09:53:47 2011 -0400

    Update to 0.5.2.
    Bump minimum version of tp-glib needed.
    Drop olpc-activity-properties patch. Fix upstream.
    Drop buildroot. No longer necessary
    Drop no-xmldiff patch. No longer needed.

 .gitignore                     |    1 +
 no-xmldiff.patch               |   23 --------
 olpc-activity-properties.patch |  115 ----------------------------------------
 sources                        |    2 +-
 telepathy-salut.spec           |   22 ++++----
 5 files changed, 12 insertions(+), 151 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 44d5eb5..6713eba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ telepathy-salut-0.3.12.tar.gz
 /telepathy-salut-0.3.13.tar.gz
 /telepathy-salut-0.4.0.tar.gz
 /telepathy-salut-0.5.1.tar.gz
+/telepathy-salut-0.5.2.tar.gz
diff --git a/sources b/sources
index d887df4..60895ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c9a0588d9b74c467a8b2dcb442efae1  telepathy-salut-0.5.1.tar.gz
+b7bbea8fde1168f4ebd73460491e7dbc  telepathy-salut-0.5.2.tar.gz
diff --git a/telepathy-salut.spec b/telepathy-salut.spec
index 61087e3..dfa884a 100644
--- a/telepathy-salut.spec
+++ b/telepathy-salut.spec
@@ -1,5 +1,5 @@
 Name:           telepathy-salut
-Version:        0.5.1
+Version:        0.5.2
 Release:        1%{?dist}
 Summary:        Link-local XMPP telepathy connection manager
 
@@ -7,9 +7,6 @@ Group:          Applications/Communications
 License:        LGPLv2+
 URL:            http://telepathy.freedesktop.org/wiki/FrontPage
 Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
-Patch1:         olpc-activity-properties.patch
-Patch2:         no-xmldiff.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  dbus-devel >= 1.1.0
 BuildRequires:	dbus-glib-devel >= 0.61
@@ -19,13 +16,10 @@ BuildRequires:	openssl-devel
 BuildRequires:	cyrus-sasl-devel
 BuildRequires:	libxslt
 BuildRequires:	libasyncns-devel >= 0.3
-BuildRequires:	telepathy-glib-devel >= 0.7.36
+BuildRequires:	telepathy-glib-devel >= 0.13.12
 BuildRequires:	libsoup-devel
 BuildRequires:	sqlite-devel
 BuildRequires:  gtk-doc
-BuildRequires:	autoconf
-BuildRequires:	automake
-BuildRequires:	libtool
 
 Requires:	telepathy-filesystem
 
@@ -39,11 +33,8 @@ local network using zero-configuration networking.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
 
 %build
-autoreconf -i
 %configure --enable-ssl --enable-olpc
 make %{?_smp_mflags}
 
@@ -62,7 +53,15 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/*.html
 %{_datadir}/telepathy/managers/*.manager
 %{_mandir}/man8/%{name}.8.gz
 
+
 %changelog
+* Wed Oct  5 2011 Brian Pepple <bpepple at fedoraproject.org> - 0.5.2-1
+- Update to 0.5.2.
+- Bump minimum version of tp-glib needed.
+- Drop olpc-activity-properties patch. Fix upstream.
+- Drop buildroot. No longer necessary
+- Drop no-xmldiff patch. No longer needed.
+
 * Wed Sep 28 2011 Daniel Drake <dsd at laptop.org> - 0.5.1-1
 - Update to 0.5.1
 
@@ -190,4 +189,3 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/*.html
 
 * Sun Jan 21 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.1.0-1
 - Initial Fedora spec file.
-


More information about the scm-commits mailing list