From 5a3183b211c0dea1eef0b6f450867b43351ff18e Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sep 14 2015 16:14:00 +0000 Subject: Update to 2.4.1 for newer kernel and glibc support (fix FTBFS), ARMv7 and aarch64 now supported, Add COPYING license file --- diff --git a/.gitignore b/.gitignore index 3995318..55633ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ -/dmtcp-1.2.7.tar.gz -/dmtcp-1.2.8.tar.gz -/dmtcp-2.1.tar.gz -/dmtcp-2.2.tar.gz +/dmtcp-*.tar.gz +/2*.tar.gz diff --git a/dmtcp.spec b/dmtcp.spec index b466f6f..2873913 100644 --- a/dmtcp.spec +++ b/dmtcp.spec @@ -1,17 +1,17 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Name: dmtcp -Version: 2.2 -Release: 4%{?dist} +Version: 2.4.1 +Release: 1%{?dist} Summary: Checkpoint/Restart functionality for Linux processes Group: Applications/System License: LGPLv3+ URL: http://dmtcp.sourceforge.net -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +Source0: http://github.com/dmtcp/dmtcp/archive/%{version}.tar.gz BuildRequires: python -# This package is functional only on i386 and x86_64 architectures. -ExclusiveArch: %ix86 x86_64 +# This package is functional on i386, x86_64, ARMv7 and aarch64 architectures. +ExclusiveArch: %ix86 x86_64 %{arm} aarch64 %description DMTCP (Distributed MultiThreaded Checkpointing) is a tool to transparently @@ -40,6 +40,7 @@ This package provides files for developing DMTCP plugins. %build %configure --docdir=%{_pkgdocdir} + make %{?_smp_mflags} %check @@ -49,6 +50,7 @@ make %{?_smp_mflags} make install DESTDIR=%{buildroot} %files +%license COPYING %{_bindir}/dmtcp_* %{_bindir}/mtcp_restart %{_libdir}/%{name} @@ -60,6 +62,11 @@ make install DESTDIR=%{buildroot} %{_includedir}/dmtcp.h %changelog +* Mon Sep 14 2015 Peter Robinson 2.4.1-1 +- Update to 2.4.1 for newer kernel and glibc support (fix FTBFS) +- ARMv7 and aarch64 now supported +- Add COPYING license file + * Wed Jun 17 2015 Fedora Release Engineering - 2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 9f26363..360f618 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8cfd8a8b47239d13b62aa2030239b4e4 dmtcp-2.2.tar.gz +9954baf018c7c961fa797a27bf333c06 2.4.1.tar.gz