[docx2txt] Update to 1.4

Mathieu Bridon bochecha at fedoraproject.org
Sun Sep 21 14:47:52 UTC 2014


commit 618a998f15b5aae6c0fd0146a29d76406ffe0bf4
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Sun Sep 21 16:47:42 2014 +0200

    Update to 1.4

 .gitignore                                         |    1 +
 ...tch => docx2txt-1.4-Fix-the-shebang-lines.patch |   14 +++++++-------
 docx2txt.spec                                      |    9 ++++++---
 sources                                            |    2 +-
 4 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 335ed96..933a223 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /docx2txt-1.2.tgz
+/docx2txt-1.4.tgz
diff --git a/docx2txt-1.2-Fix-the-shebang-lines.patch b/docx2txt-1.4-Fix-the-shebang-lines.patch
similarity index 78%
rename from docx2txt-1.2-Fix-the-shebang-lines.patch
rename to docx2txt-1.4-Fix-the-shebang-lines.patch
index bc52661..9d390c1 100644
--- a/docx2txt-1.2-Fix-the-shebang-lines.patch
+++ b/docx2txt-1.4-Fix-the-shebang-lines.patch
@@ -1,18 +1,18 @@
-From a0ac24b6f261402797457ddd518db86a512e12ab Mon Sep 17 00:00:00 2001
+From 765e4a1c2d6b09f1f74c6e5dfd0051a1c685b0c2 Mon Sep 17 00:00:00 2001
 From: Mathieu Bridon <bochecha at fedoraproject.org>
-Date: Thu, 26 Sep 2013 12:13:37 +0800
+Date: Thu, 28 Aug 2014 17:34:19 +0200
 Subject: [PATCH] Fix the shebang lines
 
 Using /usr/bin/env can lead to issues on users' systems where they
 installed their own version of the interpreters, and these are
 incompatible with the system one we ship.
 ---
- docx2txt.pl |    2 +-
- docx2txt.sh |    2 +-
+ docx2txt.pl | 2 +-
+ docx2txt.sh | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/docx2txt.pl b/docx2txt.pl
-index 174f7e7..5d877bb 100755
+index 7398de3..fae6389 100755
 --- a/docx2txt.pl
 +++ b/docx2txt.pl
 @@ -1,4 +1,4 @@
@@ -20,7 +20,7 @@ index 174f7e7..5d877bb 100755
 +#!/usr/bin/perl
  
  # docx2txt, a command-line utility to convert Docx documents to text format.
- # Copyright (C) 2008-2012 Sandeep Kumar
+ # Copyright (C) 2008-2014 Sandeep Kumar
 diff --git a/docx2txt.sh b/docx2txt.sh
 index a847848..3499c80 100755
 --- a/docx2txt.sh
@@ -32,5 +32,5 @@ index a847848..3499c80 100755
  # docx2txt, a command-line utility to convert Docx documents to text format.
  # Copyright (C) 2008 Sandeep Kumar
 -- 
-1.7.1
+2.1.0
 
diff --git a/docx2txt.spec b/docx2txt.spec
index 947f829..53cb2c3 100644
--- a/docx2txt.spec
+++ b/docx2txt.spec
@@ -1,7 +1,7 @@
 Name:          docx2txt
 Summary:       Convert Docx documents to Text
-Version:       1.2
-Release:       6%{?dist}
+Version:       1.4
+Release:       1%{?dist}
 
 License:       GPLv3+
 URL:           http://docx2txt.sourceforge.net/
@@ -19,7 +19,7 @@ Patch0:        docx2txt-1.2-Allow-specifying-the-root-of-the-installation.patch
 
 # Not sent upstream, the changelogs from the scripts show that it was a
 # desired change on their part.
-Patch1:        docx2txt-1.2-Fix-the-shebang-lines.patch
+Patch1:        docx2txt-1.4-Fix-the-shebang-lines.patch
 
 %description
 Command line utility to convert Docx documents to equivalent Text documents.
@@ -63,6 +63,9 @@ chmod 0644 %{buildroot}%{_sysconfdir}/%{name}.config
 
 
 %changelog
+* Thu Aug 28 2014 Mathieu Bridon <bochecha at fedoraproject.org> - 1.4-1
+- Update to 1.4
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.2-6
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index d8c8b4d..b47534d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f1d0950b352b87398c8d2073a5b766e  docx2txt-1.2.tgz
+780f468c16d547b02723b98aadc52c63  docx2txt-1.4.tgz


More information about the scm-commits mailing list