From 03f49b4fe08ae054e9f8adaad0c2c95687194661 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Apr 22 2014 09:33:42 +0000 Subject: 6.0.5 (bug #1089931). Resolves: rhbz#1089931 --- diff --git a/.gitignore b/.gitignore index 7bac30a..5c426f7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ dos2unix-5.1.1.tar.gz /dos2unix-6.0.2.tar.gz /dos2unix-6.0.3.tar.gz /dos2unix-6.0.4.tar.gz +/dos2unix-6.0.5.tar.gz diff --git a/dos2unix-pod-encoding.patch b/dos2unix-pod-encoding.patch deleted file mode 100644 index 2781b96..0000000 --- a/dos2unix-pod-encoding.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -c -r dos2unix-6.0.4.orig/man/es/man1/dos2unix.pod dos2unix-6.0.4/man/es/man1/dos2unix.pod -*** dos2unix-6.0.4.orig/man/es/man1/dos2unix.pod 2013-07-27 20:08:12.000000000 +0200 ---- dos2unix-6.0.4/man/es/man1/dos2unix.pod 2014-01-02 14:19:52.944130621 +0100 -*************** -*** 50,55 **** ---- 50,57 ---- - - =pod - -+ =encoding latin1 -+ - =head1 NOMBRE - - dos2unix - Convertidor de archivos de texto de formato DOS/Mac a Unix y viceversa -diff -c -r dos2unix-6.0.4.orig/man/nl/man1/dos2unix.pod dos2unix-6.0.4/man/nl/man1/dos2unix.pod -*** dos2unix-6.0.4.orig/man/nl/man1/dos2unix.pod 2013-07-27 20:08:12.000000000 +0200 ---- dos2unix-6.0.4/man/nl/man1/dos2unix.pod 2014-01-02 14:19:36.510059975 +0100 -*************** -*** 46,51 **** ---- 46,53 ---- - */ - =pod - -+ =encoding latin1 -+ - =head1 NAAM - - dos2unix - DOS/Mac naar Unix en vice versa tekstbestand formaat omzetter diff --git a/dos2unix.spec b/dos2unix.spec index 2b50b41..16c9b8d 100644 --- a/dos2unix.spec +++ b/dos2unix.spec @@ -1,12 +1,11 @@ Summary: Text file format converters Name: dos2unix -Version: 6.0.4 +Version: 6.0.5 Release: 1%{?dist} Group: Applications/Text License: BSD URL: http://waterlan.home.xs4all.nl/dos2unix.html Source: http://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz -Patch0: dos2unix-pod-encoding.patch BuildRequires: gettext BuildRequires: perl-Pod-Checker Provides: unix2dos = %{version}-%{release} @@ -18,7 +17,6 @@ vice versa. %prep %setup -q -%patch0 -p1 -b .pod-encoding %build make %{?_smp_mflags} @@ -45,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir} rm -rf $RPM_BUILD_ROOT %changelog +* Tue Apr 22 2014 Tim Waugh 6.0.5-1 +- 6.0.5 (bug #1089931). + * Thu Jan 2 2014 Tim Waugh 6.0.4-1 - 6.0.4. diff --git a/sources b/sources index 0514840..ceae5a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1fff9d70f9ba644c038677ba1d94ac0 dos2unix-6.0.4.tar.gz +e5b06dae8c11b6818fff9cf707b6490f dos2unix-6.0.5.tar.gz