Hello community,

here is the log from the commit of package gtkd for openSUSE:Factory checked in 
at 2019-01-15 09:17:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtkd (Old)
 and      /work/SRC/openSUSE:Factory/.gtkd.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtkd"

Tue Jan 15 09:17:30 2019 rev:6 rq:665316 version:3.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtkd/gtkd.changes        2018-09-04 
22:57:48.189335368 +0200
+++ /work/SRC/openSUSE:Factory/.gtkd.new.28833/gtkd.changes     2019-01-15 
09:17:55.470148917 +0100
@@ -1,0 +2,21 @@
+Mon Jan  7 20:23:47 UTC 2019 - Matthias Eliasson <matthias.elias...@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.elias...@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
+
+-------------------------------------------------------------------

Old:
----
  gtkd-3.8.3.tar.gz

New:
----
  gtkd-3.8.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gtkd.spec ++++++
--- /var/tmp/diff_new_pack.6PL16g/_old  2019-01-15 09:17:56.034148391 +0100
+++ /var/tmp/diff_new_pack.6PL16g/_new  2019-01-15 09:17:56.038148387 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtkd
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define gtkd_major  3
 %define gtkd_minor  8
-%define gtkd_bugfix 3
+%define gtkd_bugfix 5
 %define sover  0
 # DMD is available only on x86*. Use LDC otherwise.
 %ifarch %{ix86} x86_64
@@ -27,20 +27,13 @@
 %bcond_with dcompiler_dmd
 %endif
 Name:           gtkd
-Version:        3.8.3
+Version:        3.8.5
 Release:        0
 Summary:        D binding and OO wrapper for GTK+
 License:        LGPL-3.0-or-later
 Group:          Development/Libraries/Other
 URL:            http://gtkd.org/
 Source:         
https://github.com/gtkd-developers/GtkD/archive/v%{version}/gtkd-%{version}.tar.gz
-%if %{with dcompiler_dmd}
-BuildRequires:  dmd
-BuildRequires:  phobos-devel
-%else
-BuildRequires:  ldc
-BuildRequires:  ldc-phobos-devel
-%endif
 BuildRequires:  pkgconfig
 Requires:       Mesa-libGL1
 Requires:       atk
@@ -61,6 +54,13 @@
 Requires:       libvted-%{gtkd_major}-%{sover} = %{version}
 Requires:       pango
 Requires:       vte
+%if %{with dcompiler_dmd}
+BuildRequires:  dmd
+BuildRequires:  phobos-devel
+%else
+BuildRequires:  ldc
+BuildRequires:  ldc-phobos-devel
+%endif
 
 %description
 GTK+ is a highly usable, feature rich toolkit for creating graphical user

++++++ gtkd-3.8.3.tar.gz -> gtkd-3.8.5.tar.gz ++++++
++++ 9104 lines of diff (skipped)


Reply via email to