summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-06-22 23:35:38 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-06-22 23:35:38 +0000
commit24d63ad857295c376bff7a8be4f50b3c9bcec7c3 (patch)
tree35c3a1090a97666b95eb095945a101ca9cade8c5 /dev-util/cdiff
parentVersion bump to 0.9.2. Added regression and units tests that upstream made; d... (diff)
downloadgentoo-2-24d63ad857295c376bff7a8be4f50b3c9bcec7c3.tar.gz
gentoo-2-24d63ad857295c376bff7a8be4f50b3c9bcec7c3.tar.bz2
gentoo-2-24d63ad857295c376bff7a8be4f50b3c9bcec7c3.zip
ChangeLog message got cut off due to misuse of single quotes, extended it.
(Portage version: 2.1.12.5/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-util/cdiff')
-rw-r--r--dev-util/cdiff/ChangeLog5
-rw-r--r--dev-util/cdiff/cdiff-0.9.2.ebuild4
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-util/cdiff/ChangeLog b/dev-util/cdiff/ChangeLog
index 2b65237f74b2..7588635655f4 100644
--- a/dev-util/cdiff/ChangeLog
+++ b/dev-util/cdiff/ChangeLog
@@ -1,13 +1,14 @@
# ChangeLog for dev-util/cdiff
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.14 2013/06/22 23:28:17 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.15 2013/06/22 23:35:38 tomwij Exp $
*cdiff-0.9.2 (22 Jun 2013)
22 Jun 2013; Tom Wijsman <TomWij@gentoo.org> +cdiff-0.9.2.ebuild,
+files/cdiff-0.9.2-disable-unimportant-failing-test.patch:
Version bump to 0.9.2. Added regression and units tests that upstream made;
- disabled one test that fails but doesnt
+ disabled one test that fails but doesn't test any expected functionality, will
+ see how it goes by next version bump and if not fixed report it upstream.
*cdiff-0.9.1 (20 May 2013)
diff --git a/dev-util/cdiff/cdiff-0.9.2.ebuild b/dev-util/cdiff/cdiff-0.9.2.ebuild
index 1af813151f53..0b67ffd8a7b6 100644
--- a/dev-util/cdiff/cdiff-0.9.2.ebuild
+++ b/dev-util/cdiff/cdiff-0.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.2.ebuild,v 1.1 2013/06/22 23:28:17 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.2.ebuild,v 1.2 2013/06/22 23:35:38 tomwij Exp $
EAPI=5
@@ -28,4 +28,4 @@ src_test() {
python_export_best
${PYTHON} tests/test_cdiff.py || die "Unit tests failed."
./tests/regression.sh || die "Regression tests failed."
-} \ No newline at end of file
+} \ No newline at end of file