2 Commits

Author SHA256 Message Date
337e4b3307 Accepting request 1319237 from Education
OBS-URL: https://build.opensuse.org/request/show/1319237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golly?expand=0&rev=5
2025-11-24 13:10:36 +00:00
Antoine Belvire
1505a9bca3 - Update to version 5.0:
* Created a new application icon to celebrate Golly's 20th
    anniversary.
  * Removed the Convert Old Rules command from the Control menu.
  * Added Add Folder and Remove Folder commands to the File menu.
  * Added a Stop If Dead option to the Control menu.
  * Added a Show XY State option to the View menu.
  * Added support for @NAMES in a .rule file.
  * Added support for @RULE data in a .rle file.
  * Added "-" and "+" buttons to the help window for changing the
    text size.
  * Golly now uses C++11's Mersenne Twister for randomly filling a
    selection, rather than rand(), since rand() has a somewhat low
    period (about 2^31 or 2^32 on various platforms).
  * The maximum grid size in the Larger than Life algorithm has been
    increased from 100 million cells to 1 billion cells.
  * Fixed slow scrolling at some scales when using arrow keys.
  * Fixed Control > Reset being called via a keyboard shortcut
    while the mouse is drawing or selecting cells.

OBS-URL: https://build.opensuse.org/package/show/Education/golly?expand=0&rev=13
2025-11-22 11:19:15 +00:00
4 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51d2478063e7ec50cde2b61381f3c1028604e45182e374cff0e14199822a081d
size 15488205

3
golly-5.0-src.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5835cde428153f9b840ba94a4359e5cb26eb302e7ac01a097cd7f5a5c8303611
size 17940916

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Nov 22 11:06:51 UTC 2025 - Antoine Belvire <antoine.belvire@opensuse.org>
- Update to version 5.0:
* Created a new application icon to celebrate Golly's 20th
anniversary.
* Removed the Convert Old Rules command from the Control menu.
* Added Add Folder and Remove Folder commands to the File menu.
* Added a Stop If Dead option to the Control menu.
* Added a Show XY State option to the View menu.
* Added support for @NAMES in a .rule file.
* Added support for @RULE data in a .rle file.
* Added "-" and "+" buttons to the help window for changing the
text size.
* Golly now uses C++11's Mersenne Twister for randomly filling a
selection, rather than rand(), since rand() has a somewhat low
period (about 2^31 or 2^32 on various platforms).
* The maximum grid size in the Larger than Life algorithm has been
increased from 100 million cells to 1 billion cells.
* Fixed slow scrolling at some scales when using arrow keys.
* Fixed Control > Reset being called via a keyboard shortcut
while the mouse is drawing or selecting cells.
-------------------------------------------------------------------
Mon Mar 10 08:53:35 UTC 2025 - Marius Grossu <marius.grossu@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package golly
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: golly
Version: 4.3
Version: 5.0
Release: 0
Summary: Tool for exploring Game of Life and other automata
License: GPL-2.0-or-later