[dejagnu/f20: 2/2] Update to 1.5.2

Matej Mužila mmuzila at fedoraproject.org
Thu Feb 12 16:19:57 UTC 2015


commit 38a37c071ab97f59641b08a1e37e0c590077afab
Author: Matej Muzila <mmuzila at redhat.com>
Date:   Thu Feb 12 16:37:08 2015 +0100

    Update to 1.5.2

 .gitignore                 |    1 +
 dejagnu-1.5-aarch64.patch  |  566 --------------------------------------------
 dejagnu-1.5-gfortran.patch |  159 -------------
 dejagnu-1.5-runtest.patch  |   13 -
 dejagnu-1.5-smp-1.patch    |   30 ---
 dejagnu-1.5-usrmove.patch  |   12 -
 dejagnu.spec               |   17 +-
 sources                    |    2 +-
 8 files changed, 7 insertions(+), 793 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3fc5b32..c99cf82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ dejagnu-1.4.4.tar.gz
 dejagnu.texi
 /dejagnu-1.5.tar.gz
 /dejagnu-1.5.1.tar.gz
+/dejagnu-1.5.2.tar.gz
diff --git a/dejagnu.spec b/dejagnu.spec
index b422bca..a1b7b8b 100644
--- a/dejagnu.spec
+++ b/dejagnu.spec
@@ -1,7 +1,7 @@
 Summary: A front end for testing other programs
 Name: dejagnu
-Version: 1.5.1
-Release: 4%{?dist}
+Version: 1.5.2
+Release: 1%{?dist}
 Epoch: 1
 License: GPLv3+
 Source: ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-%{version}.tar.gz
@@ -10,11 +10,6 @@ URL: http://www.gnu.org/software/dejagnu/
 Requires: expect
 BuildArch: noarch
 BuildRequires: expect screen texinfo
-Patch1: dejagnu-1.5-smp-1.patch
-Patch2: dejagnu-1.5-runtest.patch
-Patch3: dejagnu-1.5-usrmove.patch
-Patch4: dejagnu-1.5-gfortran.patch
-Patch5: dejagnu-1.5-aarch64.patch
 
 %description
 DejaGnu is an Expect/Tcl based framework for testing other programs.
@@ -26,11 +21,6 @@ into software development).
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 %configure -v
@@ -78,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/dejagnu*
 
 %changelog
+* Thu Feb 12 2015 Matej Muzila <mmuzila at redhat.com> 1:1.5.2-1
+- Update to 1.5.2
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.5.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 6902487..9da9f50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8386e04e362345f50ad169f052f4c4ab  dejagnu-1.5.1.tar.gz
+97a86a21c92ac456641a97f712ea40ac  dejagnu-1.5.2.tar.gz


More information about the scm-commits mailing list