diff --git a/golly.changes b/golly.changes index 2ce171a..3713b89 100644 --- a/golly.changes +++ b/golly.changes @@ -1,28 +1,40 @@ ------------------------------------------------------------------- Wed Mar 19 08:37:00 UTC 2014 - avvissu@yandex.ru -- create package golly-devel-static +- Create sub-package golly-devel-static to provide the static + library needed for shared builds and to fix compilation on + Fedora. ------------------------------------------------------------------- Wed Mar 19 05:55:57 UTC 2014 - avvissu@yandex.ru -- add golly.desktop -- del golly-zlib.patch - * set ZLIB_LDFLAGS -- [Fixed] E: devel-file-in-non-devel-package - * create package golly-devel -- add static (.a) are needed for shared builds -- to fix compilation on Fedora +- Add and package desktop file +- Delete golly-zlib.patch + + Set ZLIB_LDFLAGS in %{build} instead +- Fix rpmlint error: devel-file-in-non-devel-package + + Create package golly-devel to package all devel files ------------------------------------------------------------------- Tue Mar 18 00:09:43 UTC 2014 - avvissu@yandex.ru + - Update to 2.6 for openSUSE and Fedora: - * Fixed a nasty bug that could cause Golly to crash when doing a paste. - * Fixed a bug that could cause the paste image to disappear after a flip/rotate. - * Tool bar buttons are no longer disabled when the main window is inactive. - * The save settings in Preferences > Layer are now obeyed by scripts. For example, let's assume you've ticked the option to be asked to save changes on creating a new pattern. If the current layer has changes and you run a script that calls new() then you'll get the standard dialog asking if you want to save those changes. If you cancel the dialog then the script is aborted. - * To avoid potential data loss, you now get a warning if you save a non-starting generation and earlier changes exist. The warning can be disabled in Preferences > Layer. - * Created an online archive for very large patterns. + * Fixed a nasty bug that could cause Golly to crash when doing a + paste. + * Fixed a bug that could cause the paste image to disappear after + a flip/rotate. + * Tool bar buttons are no longer disabled when the main window is + inactive. + * The save settings in Preferences > Layer are now obeyed by + scripts. For example, let's assume you've ticked the option to + be asked to save changes on creating a new pattern. If the + current layer has changes and you run a script that calls + new() then you'll get the standard dialog asking if you want + to save those changes. If you cancel the dialog then the script + is aborted. + * To avoid potential data loss, you now get a warning if you save + a non-starting generation and earlier changes exist. The + warning can be disabled in Preferences > Layer. + * Created an online archive for very large patterns. ------------------------------------------------------------------- Thu Jun 9 13:07:19 UTC 2011 - prusnak@opensuse.org