Codebase list gbrainy / 4182897
* New upstream release: - 18 bug fixes. - Updated and new translations. * Drop debian/patches/10-two-sixes-correct-answer.patch, already upstream. * Add debian/source/version file with "1.0". Siegfried-Angel Gevatter Pujals 14 years ago
3 changed file(s) with 11 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
0 gbrainy (1.41-1) unstable; urgency=low
1
2 * New upstream release:
3 - 18 bug fixes.
4 - Updated and new translations.
5 * Drop debian/patches/10-two-sixes-correct-answer.patch, already upstream.
6 * Add debian/source/version file with "1.0".
7
8 -- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> Fri, 02 Apr 2010 12:46:11 +0200
9
010 gbrainy (1.40-1) unstable; urgency=low
111
212 * New upstream release 1.40
+0
-17
debian/patches/10-two-sixes-correct-answer.patch less more
0 Description: Correct answer to "two sixes" dice problem
1 Author: Iain Lane <laney@ubuntu.com>
2 Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=611802
3 Last-Update: 2010-03-04
4
5 diff -Nur -x '*.orig' -x '*~' gbrainy-1.40/src/Games/Logic/PuzzleDice.cs gbrainy-1.40.new/src/Games/Logic/PuzzleDice.cs
6 --- gbrainy-1.40/src/Games/Logic/PuzzleDice.cs 2010-02-06 12:34:18.000000000 +0000
7 +++ gbrainy-1.40.new/src/Games/Logic/PuzzleDice.cs 2010-03-04 14:08:35.458164788 +0000
8 @@ -62,7 +62,7 @@
9 Catalog.GetString ("There are 9 of 36 possibilities of getting an even number."), false),
10
11 new Problem (Catalog.GetString ("Two fair 6 sided dices are thrown simultaneously. What is the probability of getting two '6'? Answer using a fraction (e.g.: 1/2)."),
12 - "6/36",
13 + "1/36",
14 Catalog.GetString ("There are 1 of 6 possibilities of getting a '6' on the first die and the same for the second die."), false),
15 };
16