Changelog for
libpeasd-3-0-3.9.0-3.2.x86_64.rpm :
* Tue Feb 27 2024 Dominique Leuenberger
- Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN.
* Tue Feb 09 2021 Matthias Eliasson - use LDC for all architectures and for all openSUSE targets. LDC have better multiarch support and better to just maintain one d-compiler.
* Tue Aug 20 2019 Matthias Eliasson - Add patch: fix-build.patch to fix pkgconfig files installing in correct path
* Tue Jun 04 2019 Matthias Eliasson - Update to version 3.9.0- Use LDC for all architectures for Tumbleweed, LDC have better multiarch support and better we focous to support one d-compiler.
* Mon Jan 07 2019 Matthias Eliasson - Update to version 3.8.5
* Set correct version during build- Remove patch fix-correct-soname-version.patch, fixed upstream
* Sat Jan 05 2019 Matthias Eliasson - Update to version 3.8.4
* Fix a memory leak when signals are used on a widget in a container. (gh#gtkd-developers/GtkD#254)
* Update the GdkPixbuf Lookup file for the canges in 2.38. (gh#gtkd-developers/GtkD#250)
* Add a get template for gobject.Value.
* Don\'t hardcode pkg-config (gh#gtkd-developers/GtkD#249)
* All function names and parameters that are D keywords are now post fixed with an underscore.
* This is instead of the more random substitutes used previously.
* Fix an out-of-bounds write in toStringzArray (gh#gtkd-developers/GtkD#248)- Add patch fix-correct-soname-version.patch- run spec-cleaner
* Thu Aug 30 2018 Guillaume GARDET - Use LDC compiler when DMD is not available on architecture
* Sun Aug 19 2018 matthias.eliassonAATTgmail.com- Update to version 3.8.3
* Make sure we only use one toggle reference per GObject.
* Allow empty arrays in the Dialog constructor.
* Fix Windows build script. #242
* Tue May 22 2018 bjorn.lieAATTgmail.com- Update to version 3.8.2:
* Check for null in the ObjectG opCast, so we can cast objects that are null.
* Add len and index methods to PtrArray.- Changes from version 3.8.1:
* Fix the gobject.Value constructor for Objects.
* Also use toggle references for getInterfaceInstance.- Changes from version 3.8.0:
* Update the libraries to the latest versions.
* Implement a DClosure.
* Add a Signals.connect overload for D functions and delegates.
* Bring back the OpCast changes for ObjectG.
* Add ldc support to the Build.d script.
* Clean up Idles and Timeouts when they are destroyed on the C side.
* Add missing properties for gtk.TreeIter.
* Wed Mar 14 2018 matthias.eliassonAATTgmail.com- Update to version 3.7.5
* Check for null when returning an object in gtkd.Implement.
* Handle out parameters correctly in gtkd.Implement.
* Fix building with dmd 2.079.- Change license to correct one and switch to SPDX-3.0 format.