diff --git a/.gitignore b/.gitignore index a6c2486..dd771b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ ascii-3.8.tar.gz +/ascii.spec +/ascii-3.15.tar.gz diff --git a/ascii-3.8-makefile.patch b/ascii-3.8-makefile.patch deleted file mode 100644 index 8c99024..0000000 --- a/ascii-3.8-makefile.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up ascii-3.8/Makefile.org ascii-3.8/Makefile ---- ascii-3.8/Makefile.org 2009-09-16 19:14:13.000000000 +0200 -+++ ascii-3.8/Makefile 2009-09-16 19:15:01.000000000 +0200 -@@ -5,7 +5,7 @@ VERS=$(shell sed splashscreen.h -e 's/\\/\\\\/g' -e 's/"/\\"/g' -e 's/.*/P("&");/' diff --git a/ascii.spec b/ascii.spec index d04691e..0651a35 100644 --- a/ascii.spec +++ b/ascii.spec @@ -1,9 +1,8 @@ Name: ascii -Version: 3.8 -Release: 10%{?dist} +Version: 3.15 +Release: 1%{?dist} URL: http://www.catb.org/~esr/ascii/ -Source0: http://www.catb.org/~esr/ascii/ascii-3.8.tar.gz -Patch1: ascii-3.8-makefile.patch +Source0: http://www.catb.org/~esr/ascii/ascii-3.15.tar.gz License: GPLv2 Group: Applications/Text @@ -20,7 +19,6 @@ with no arguments it displays a handy small ASCII chart. %prep %setup -q -%patch1 -p1 %build make %{?_smp_mflags} ascii ascii.1 CFLAGS="${RPM_OPT_FLAGS}" @@ -42,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %doc README COPYING %changelog +* Wed Feb 03 2016 Francisco Javier Tsao Santín - 3.15-1 +- Update to 3.15 version in order to fix bug 1266618 + * Wed Feb 03 2016 Fedora Release Engineering - 3.8-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 4292996..3169c85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fb7540bf2a7a8e1fa0086708ed9b881 ascii-3.8.tar.gz +09e7e003fe11a765a1dc824bc466329b ascii-3.15.tar.gz