From af87869565e643e00c3194da3fe325b993a868e0 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jan 02 2014 16:24:30 +0000 Subject: 6.0.4. --- diff --git a/.gitignore b/.gitignore index 2967ed0..7bac30a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ dos2unix-5.1.1.tar.gz /dos2unix-6.0.1.tar.gz /dos2unix-6.0.2.tar.gz /dos2unix-6.0.3.tar.gz +/dos2unix-6.0.4.tar.gz diff --git a/dos2unix-pod-encoding.patch b/dos2unix-pod-encoding.patch new file mode 100644 index 0000000..2781b96 --- /dev/null +++ b/dos2unix-pod-encoding.patch @@ -0,0 +1,28 @@ +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 147cf75..2b50b41 100644 --- a/dos2unix.spec +++ b/dos2unix.spec @@ -1,11 +1,12 @@ Summary: Text file format converters Name: dos2unix -Version: 6.0.3 -Release: 3%{?dist} +Version: 6.0.4 +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} @@ -17,6 +18,7 @@ vice versa. %prep %setup -q +%patch0 -p1 -b .pod-encoding %build make %{?_smp_mflags} @@ -43,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir} rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 2 2014 Tim Waugh 6.0.4-1 +- 6.0.4. + * Sat Aug 03 2013 Fedora Release Engineering - 6.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 6605c0d..0514840 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a87e66d0d39314abe727455ae7961431 dos2unix-6.0.3.tar.gz +f1fff9d70f9ba644c038677ba1d94ac0 dos2unix-6.0.4.tar.gz