[cxxtest] update to version 4.2.1

Martin Gieseking mgieseki at fedoraproject.org
Fri Apr 12 08:50:28 UTC 2013


commit 5372233742e88c942a42cac64902ffbd753f964a
Author: Martin Gieseking <martin.gieseking at uos.de>
Date:   Fri Apr 12 10:50:18 2013 +0200

    update to version 4.2.1

 .gitignore   |    1 +
 cxxtest.spec |    7 ++++---
 sources      |    2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b7cea5..e899b0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ cxxtest-3.10.1.tar.gz
 cxxtest-guide-3.10.1.pdf
 /cxxtest-4.1.tar.gz
 /cxxtest-4.2.tar.gz
+/cxxtest-4.2.1.tar.gz
diff --git a/cxxtest.spec b/cxxtest.spec
index 66d7d5d..ec5b5d3 100644
--- a/cxxtest.spec
+++ b/cxxtest.spec
@@ -1,11 +1,9 @@
 Name:           cxxtest
-Version:        4.2
+Version:        4.2.1
 Release:        1%{?dist}
 Summary:        A JUnit-like testing framework for C++
 
 Group:          Development/Tools
-# File COPYING contains LGPLv3 license text, while the source file headers still mention LGPLv2.
-# According to upstream, the package is intended to be released unter LGPLv3.
 License:        LGPLv3
 URL:            http://cxxtest.com
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -98,6 +96,9 @@ install -D -p -m 644 doc/man/cxxtestgen.1 %{buildroot}%{_mandir}/man1/cxxtestgen
 
 
 %changelog
+* Fri Apr 12 2013 Martin Gieseking <martin.gieseking at uos.de> 4.2.1-1
+- updated to release 4.2.1 which fixes the license information in the source headers
+
 * Wed Mar 20 2013 Martin Gieseking <martin.gieseking at uos.de> 4.2-1
 - updated to release 4.2
 - changed license to LGPLv3 as intended by upstream
diff --git a/sources b/sources
index 2b2380d..0c5b6f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4756660a7e224422c873d5ee5ad7de1  cxxtest-4.2.tar.gz
+d3bbba0fac5a61c594e2f7dd2321b91b  cxxtest-4.2.1.tar.gz


More information about the scm-commits mailing list