[cxxtest] updated to upstream release 4.2

Martin Gieseking mgieseki at fedoraproject.org
Wed Mar 20 14:30:15 UTC 2013


commit 991c6f9c693effd30e8f642f9616536c7e04b063
Author: Martin Gieseking <martin.gieseking at uos.de>
Date:   Wed Mar 20 15:30:08 2013 +0100

    updated to upstream release 4.2

 .gitignore   |    1 +
 cxxtest.spec |   12 +++++++++---
 sources      |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 52345aa..8b7cea5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 cxxtest-3.10.1.tar.gz
 cxxtest-guide-3.10.1.pdf
 /cxxtest-4.1.tar.gz
+/cxxtest-4.2.tar.gz
diff --git a/cxxtest.spec b/cxxtest.spec
index 728141a..66d7d5d 100644
--- a/cxxtest.spec
+++ b/cxxtest.spec
@@ -1,10 +1,12 @@
 Name:           cxxtest
-Version:        4.1
-Release:        4%{?dist}
+Version:        4.2
+Release:        1%{?dist}
 Summary:        A JUnit-like testing framework for C++
 
 Group:          Development/Tools
-License:        LGPLv2+
+# 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
 
@@ -96,6 +98,10 @@ install -D -p -m 644 doc/man/cxxtestgen.1 %{buildroot}%{_mandir}/man1/cxxtestgen
 
 
 %changelog
+* 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
+
 * Fri Mar 15 2013 Martin Gieseking <martin.gieseking at uos.de> 4.1-4
 - dropped generation of EPUB manual since it can't be build on koji
 
diff --git a/sources b/sources
index bd61252..2b2380d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2abc2c9e9a2e83d776034389fc369cc  cxxtest-4.1.tar.gz
+e4756660a7e224422c873d5ee5ad7de1  cxxtest-4.2.tar.gz


More information about the scm-commits mailing list