[telepathy-gabble] Use /usr/bin/python3 in xmpp console hashbang instead of /usr/bin/python

Bohuslav Kabrda bkabrda at fedoraproject.org
Wed Feb 18 16:43:26 UTC 2015


commit b11ca9cc9dc8d8337f05aabf351f39367ada1b08
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Wed Feb 18 17:22:01 2015 +0100

    Use /usr/bin/python3 in xmpp console hashbang instead of /usr/bin/python
    
    - Add explicit dependency on gnutls-devel (it was previously dependency
      of dependency that disappeared)

 ...le-Explicitly-state-python-in-the-shebang.patch |    2 +-
 telepathy-gabble.spec                              |    8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/0001-xmpp-console-Explicitly-state-python-in-the-shebang.patch b/0001-xmpp-console-Explicitly-state-python-in-the-shebang.patch
index 746c369..3db2f87 100644
--- a/0001-xmpp-console-Explicitly-state-python-in-the-shebang.patch
+++ b/0001-xmpp-console-Explicitly-state-python-in-the-shebang.patch
@@ -15,7 +15,7 @@ index 8b96469..ed7febd 100755
 +++ b/plugins/telepathy-gabble-xmpp-console
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # vim: set fileencoding=utf-8 sts=4 sw=4 et :
  """
  The world's worst XMPP console user interface.
diff --git a/telepathy-gabble.spec b/telepathy-gabble.spec
index e624c63..2081a7d 100644
--- a/telepathy-gabble.spec
+++ b/telepathy-gabble.spec
@@ -6,7 +6,7 @@
 
 Name:           telepathy-gabble
 Version:        0.18.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A Jabber/XMPP connection manager
 
 Group:          Applications/Communications
@@ -20,6 +20,7 @@ BuildRequires:  dbus-devel >= 1.1.0
 BuildRequires:  dbus-glib-devel >= 0.82
 BuildRequires:  telepathy-glib-devel >= 0.19.9
 BuildRequires:  glib2-devel >= 2.32
+BuildRequires:  gnutls-devel >= 2.12.0
 BuildRequires:  sqlite-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  libsoup-devel
@@ -100,6 +101,11 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/*.html
 
 
 %changelog
+* Wed Feb 18 2015 Slavek Kabrda <bkabrda at redhat.com> - 0.18.2-4
+- Use /usr/bin/python3 in xmpp console hashbang instead of /usr/bin/python
+- Add explicit dependency on gnutls-devel (it was previously dependency
+  of dependency that disappeared)
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.18.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list