[telepathy-gabble] - Update to 0.9.17. - Add Fedora's CA cert path to config. - Drop buildroot. No longer needed.

Brian Pepple bpepple at fedoraproject.org
Thu Aug 26 22:06:14 UTC 2010


commit 0f8315a9168b3f3c243ab2f9791d3358b955dca4
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Thu Aug 26 18:06:13 2010 -0400

    - Update to 0.9.17.
    - Add Fedora's CA cert path to config.
    - Drop buildroot. No longer needed.

 .gitignore            |    1 +
 sources               |    2 +-
 telepathy-gabble.spec |   13 +++++++++----
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2ae9bcf..e625313 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 telepathy-gabble-0.9.15.tar.gz
 /telepathy-gabble-0.9.16.tar.gz
+/telepathy-gabble-0.9.17.tar.gz
diff --git a/sources b/sources
index 414cef0..d1a3bb9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f2ab9256a6202f717bffaf341c99f75  telepathy-gabble-0.9.16.tar.gz
+541c0d1d1144e01896a38999adba5b25  telepathy-gabble-0.9.17.tar.gz
diff --git a/telepathy-gabble.spec b/telepathy-gabble.spec
index 530f8ea..6eb999f 100644
--- a/telepathy-gabble.spec
+++ b/telepathy-gabble.spec
@@ -1,5 +1,5 @@
 Name:           telepathy-gabble
-Version:        0.9.16
+Version:        0.9.17
 Release:        1%{?dist}
 Summary:        A Jabber/XMPP connection manager
 
@@ -8,11 +8,10 @@ Group:          Applications/Communications
 License:        LGPLv2+ and (BSD)
 URL:            http://telepathy.freedesktop.org/wiki/
 Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  dbus-devel >= 1.1.0
 BuildRequires:  dbus-glib-devel >= 0.82
-BuildRequires:  telepathy-glib-devel >= 0.11.11
+BuildRequires:  telepathy-glib-devel >= 0.11.14
 BuildRequires:  glib2-devel >= 2.16
 BuildRequires:	sqlite-devel
 BuildRequires:  libuuid-devel
@@ -35,7 +34,8 @@ chats and voice calls.
 
 
 %build
-%configure --enable-static=no
+%configure --enable-static=no	\
+	   --with-ca-certificates=/etc/pki/tls/certs/ca-bundle.crt
 make %{?_smp_mflags}
 
 
@@ -64,6 +64,11 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/*.html
 
 
 %changelog
+* Thu Aug 26 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.9.17-1
+- Update to 0.9.17.
+- Add Fedora's CA cert path to config.
+- Drop buildroot. No longer needed.
+
 * Fri Aug 20 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.9.16-1
 - Update to 0.9.16.
 


More information about the scm-commits mailing list