[telepathy-gabble] Update to 0.17.4.

Brian Pepple bpepple at fedoraproject.org
Fri May 31 14:38:33 UTC 2013


commit 07a213ebefcbb15143d4bfac1c17ee66fb39879f
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Fri May 31 10:38:21 2013 -0400

    Update to 0.17.4.

 .gitignore            |    1 +
 sources               |    2 +-
 telepathy-gabble.spec |   10 +++++++---
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e2fee3..c04ab86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@ telepathy-gabble-0.15.4.tar.gz
 /telepathy-gabble-0.17.1.tar.gz
 /telepathy-gabble-0.17.2.tar.gz
 /telepathy-gabble-0.17.3.tar.gz
+/telepathy-gabble-0.17.4.tar.gz
diff --git a/sources b/sources
index af902b0..f6e3317 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f190ac6244440601f616dd61846689ba  telepathy-gabble-0.17.3.tar.gz
+96e994eef973020b659a41b1b2c20330  telepathy-gabble-0.17.4.tar.gz
diff --git a/telepathy-gabble.spec b/telepathy-gabble.spec
index e6f5819..517b3ab 100644
--- a/telepathy-gabble.spec
+++ b/telepathy-gabble.spec
@@ -5,8 +5,8 @@
 %endif
 
 Name:           telepathy-gabble
-Version:        0.17.3
-Release:        2%{?dist}
+Version:        0.17.4
+Release:        1%{?dist}
 Summary:        A Jabber/XMPP connection manager
 
 Group:          Applications/Communications
@@ -49,18 +49,19 @@ chats and voice calls.
 %setup -q
 %patch1 -p 1 -b .build
 
+
 %if %{run_tests}
 %check
 #make check
 %endif
 
+
 %build
 %configure --enable-static=no
 make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
@@ -97,6 +98,9 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/*.html
 
 
 %changelog
+* Fri May 31 2013 Brian Pepple <bpepple at fedoraproject.org> - 0.17.4-1
+- Update to 0.17.4.
+
 * Thu Mar  7 2013 Tomáš Mráz <tmraz at redhat.com> - 0.17.3-2
 - Try to make it build
 


More information about the scm-commits mailing list