diff --git a/.gitignore b/.gitignore index 767e0b7..6acbcf8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ ed-1.4.tar.gz /ed-1.10.tar.bz2 /ed-1.12.tar.lz /ed-1.12.tar.bz2 +/ed-1.13.tar.bz2 diff --git a/ed.spec b/ed.spec index e14dc89..68ea298 100644 --- a/ed.spec +++ b/ed.spec @@ -1,7 +1,7 @@ Summary: The GNU line editor Name: ed -Version: 1.12 -Release: 2%{?dist} +Version: 1.13 +Release: 1%{?dist} License: GPLv3+, GFDL Group: Applications/Text Source: ftp://ftp.gnu.org/gnu/ed/%{name}-%{version}.tar.bz2 @@ -54,6 +54,9 @@ fi %{_mandir}/*/* %changelog +* Tue Apr 05 2016 Karsten Hopp 1.13-1 +- update to 1.13 + * Wed Feb 03 2016 Fedora Release Engineering - 1.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 50ad66e..5cd30af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -73ac6871955752cb3969fd61c82eb032 ed-1.12.tar.bz2 +fb8ffc8d8072e13dd5799131e889bfa5 ed-1.13.tar.bz2