[doclifter/f20] New upstream version

Mario Blättermann mariobl at fedoraproject.org
Mon Jun 2 12:44:56 UTC 2014


commit 3830e5374f73c3d1b58c611a9a6ac3ed045b58c7
Author: Mario Blättermann <mario.blaettermann at gmail.com>
Date:   Mon Jun 2 14:44:52 2014 +0200

    New upstream version

 .gitignore      |    1 +
 doclifter.patch |   13 ++++++-------
 doclifter.spec  |    7 +++++--
 sources         |    2 +-
 4 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ae8f90..699670b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /doclifter-2.13.tar.gz
+/doclifter-2.14.tar.gz
diff --git a/doclifter.patch b/doclifter.patch
index 23849c3..20769cb 100644
--- a/doclifter.patch
+++ b/doclifter.patch
@@ -1,17 +1,16 @@
---- doclifter	2013-09-27 10:32:16.000000000 +0200
-+++ doclifter	2013-11-04 12:41:29.297434240 +0100
+--- doclifter	2014-03-19 01:35:17.000000000 +0100
++++ doclifter1.patch	2014-06-02 14:33:26.123133341 +0200
 @@ -1,4 +1,4 @@
--#!/usr/bin/env python
+-#!/usr/bin/env python2
 +#!/usr/bin/python2
  r"""
  doclifter: translate man/mdoc/ms/me/mm sources to DocBook.
- 
---- manlifter	2013-09-27 10:32:16.000000000 +0200
-+++ manlifter	2013-11-04 12:42:15.447626274 +0100
+
+--- manlifter	2014-03-19 01:35:17.000000000 +0100
++++ manlifter	2014-06-02 14:34:07.388241472 +0200
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python -u
 +#!/usr/bin/python2 -u
  #
  # Run doclifter against an entire manual tree.
  # Sees all files in section 1 through 8 by default.
- 
\ No newline at end of file
diff --git a/doclifter.spec b/doclifter.spec
index fbd501d..06ad558 100644
--- a/doclifter.spec
+++ b/doclifter.spec
@@ -1,6 +1,6 @@
 Name:           doclifter
-Version:        2.13
-Release:        2%{?dist}
+Version:        2.14
+Release:        1%{?dist}
 Summary:        Translates documents written in troff macros to DocBook
 
 License:        BSD
@@ -49,6 +49,9 @@ make check
 
 
 %changelog
+* Mon Jun 02 2014 Mario Blättermann <mariobl at fedoraproject.org> - 2.14-1
+- New upstream version
+
 * Mon Nov 04 2013 Mario Blättermann <mariobl at fedoraproject.org> - 2.13-2
 - Patch for fixing the shebangs to python2
 
diff --git a/sources b/sources
index 0537b7e..342830f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb2143a36042e241e8e50f86be5702c4  doclifter-2.13.tar.gz
+96a781bf964cae64028475452aa857e0  doclifter-2.14.tar.gz


More information about the scm-commits mailing list