[unoconv] Resolves: rhbz#987046 drop env from shebang

David Tardon dtardon at fedoraproject.org
Tue Jul 23 07:47:40 UTC 2013


commit 39c1900e82323fd040d36ed4e520042060cf2b4d
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Jul 23 09:45:56 2013 +0200

    Resolves: rhbz#987046 drop env from shebang

 0001-python3-added-compatibility.patch |    4 ++--
 unoconv.spec                           |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/0001-python3-added-compatibility.patch b/0001-python3-added-compatibility.patch
index bbf638d..e8d3bca 100644
--- a/0001-python3-added-compatibility.patch
+++ b/0001-python3-added-compatibility.patch
@@ -1227,7 +1227,7 @@ index 0000000..1aecbb6
 --- /dev/null
 +++ b/unoconv2.py
 @@ -0,0 +1,1195 @@
-+#!/usr/bin/env python
++#!/usr/bin/python
 +
 +### This program is free software; you can redistribute it and/or modify
 +### it under the terms of the GNU General Public License as published by
@@ -2428,7 +2428,7 @@ index 0000000..09d88c2
 --- /dev/null
 +++ b/unoconv3.py
 @@ -0,0 +1,1195 @@
-+#!/usr/bin/env python3
++#!/usr/bin/python3
 +
 +### This program is free software; you can redistribute it and/or modify
 +### it under the terms of the GNU General Public License as published by
diff --git a/unoconv.spec b/unoconv.spec
index 02c098a..5f34c62 100644
--- a/unoconv.spec
+++ b/unoconv.spec
@@ -1,7 +1,7 @@
 Summary:   Tool to convert between any document format supported by LibreOffice
 Name:      unoconv
 Version:   0.6
-Release:   4%{?dist}
+Release:   5%{?dist}
 License:   GPLv2
 Group:     System Environment/Base
 URL:       http://dag.wieers.com/home-made/unoconv/
@@ -50,6 +50,9 @@ popd
 %{_bindir}/%{name}
 
 %changelog
+* Tue Jul 23 2013 David Tardon <dtardon at redhat.com> - 0.6-5
+- Resolves: rhbz#987046 drop env from shebang
+
 * Wed May 29 2013 David Tardon <dtardon at redhat.com> - 0.6-4
 - rhbz#957776 cannot open office documents
 


More information about the scm-commits mailing list