2024-03-07 17:36:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 27 11:12:57 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
|
|
|
%patchN.
|
|
|
|
|
|
2021-03-03 12:37:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 9 20:05:18 UTC 2021 - Matthias Eliasson <elimat@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- use LDC for all architectures and for all openSUSE targets.
|
|
|
|
|
LDC have better multiarch support and better to just maintain one d-compiler.
|
|
|
|
|
|
2019-08-21 07:15:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 20 21:18:32 UTC 2019 - Matthias Eliasson <elimat@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Add patch: fix-build.patch to fix pkgconfig files installing in correct path
|
|
|
|
|
|
2019-06-14 09:10:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 4 18:06:52 UTC 2019 - Matthias Eliasson <elimat@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
2019-01-13 16:19:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 7 20:23:47 UTC 2019 - Matthias Eliasson <matthias.eliasson@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.8.5
|
|
|
|
|
* Set correct version during build
|
|
|
|
|
- Remove patch fix-correct-soname-version.patch, fixed upstream
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jan 5 18:09:19 UTC 2019 - Matthias Eliasson <matthias.eliasson@gmail.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2018-09-03 12:23:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Aug 30 13:21:14 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Use LDC compiler when DMD is not available on architecture
|
|
|
|
|
|
2018-08-20 09:16:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Aug 19 21:45:31 UTC 2018 - matthias.eliasson@gmail.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
|
|
|
|
|
|
2018-05-28 15:09:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 22 09:46:13 UTC 2018 - bjorn.lie@gmail.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.
|
|
|
|
|
|
2018-04-10 07:33:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 14 21:19:07 UTC 2018 - matthias.eliasson@gmail.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.
|
|
|
|
|
|
2018-01-25 07:09:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 24 19:44:51 UTC 2018 - matthias.eliasson@gmail.com
|
|
|
|
|
|
|
|
|
|
- Added improved package descriptions.
|
|
|
|
|
|
2018-01-24 15:45:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 23 23:01:56 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Repair grammar in descriptions.
|
|
|
|
|
|
2018-01-16 16:26:52 +00:00
|
|
|
-------------------------------------------------------------------
|
2018-01-23 08:23:50 +00:00
|
|
|
Sun Jan 21 22:38:55 UTC 2018 - matthias.eliasson@gmail.com
|
|
|
|
|
|
|
|
|
|
- Remove a faulty Requires for gtkd package in gtk-devel that does not exists.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2018-01-16 16:26:52 +00:00
|
|
|
Mon Jan 15 21:25:21 UTC 2018 - matthias.eliasson@gmail.com
|
|
|
|
|
|
|
|
|
|
- Remove unneccsery BuildRequires
|
|
|
|
|
- Add missing Requires
|
|
|
|
|
- Make sure this build on Leap
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 2 22:15:39 UTC 2018 - matthias.eliasson@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 3.7.3
|
|
|
|
|
- Change from ldc to dmd as d compiler
|
|
|
|
|
- run spec-cleaner to clean up the spec
|
|
|
|
|
- add gstreamer, vte and peas bindings
|
|
|
|
|
- Add and rename shared-library sub-packages according to policy
|
|
|
|
|
(https://en.opensuse.org/openSUSE:Shared_library_packaging_policy)
|
|
|
|
|
|
2016-12-28 20:45:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 28 13:48:04 UTC 2016 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Rectify groups.
|
|
|
|
|
|
2016-07-25 10:17:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 6 09:06:36 UTC 2016 - mailaender@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 3.3.1
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 1 12:04:33 UTC 2016 - t.gruner@katodev.de
|
|
|
|
|
|
|
|
|
|
- Initial Version 3.3.0
|
|
|
|
|
|