Hello community,

here is the log from the commit of package wxEDID for openSUSE:Factory checked 
in at 2018-12-13 19:47:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wxEDID (Old)
 and      /work/SRC/openSUSE:Factory/.wxEDID.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wxEDID"

Thu Dec 13 19:47:44 2018 rev:2 rq:655668 version:0.0.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/wxEDID/wxEDID.changes    2018-05-29 
10:33:16.902271599 +0200
+++ /work/SRC/openSUSE:Factory/.wxEDID.new.28833/wxEDID.changes 2018-12-13 
19:47:45.920753698 +0100
@@ -1,0 +2,42 @@
+Thu Dec  6 13:05:39 UTC 2018 - Martin Herkt <9+suse@cirno.systems>
+
+- Update to v0.0.17
+Added
+  * support for wxWidgets v3.1.x : *experimental*
+
+Changed
+  * DTD panel: all the controls are now configured to use default
+    min sizes - this is rather a disadventage, because f.e. the
+    default controls in gtk3 are ridiculously big. However,
+    the minimal App frame size is now re-calculated dynamically,
+    basing on the min. size reported by the DTD sizer - so this
+    is a more flexible solution.
+  * Dropped support for old wxWidgets versions (<3.0.0).
+  * Changed proportions of AUI panes.
+
+Fixed
+  * DTD panel: dtd_screen: background was erased twice on resize
+    event → now the refreshing is performed in a single call to
+    the paint event.
+  * wxWidgets v3.1.x wxGrid::SetCellValue(wxString&, int, int)
+    is deprecated, new version is wxGrid::SetCellValue(int, int,
+    wxString&)
+  * wxWidgets v3.1.x: wxEVT_GRID_CELL_CHANGE is no longer
+    supported → renamed to wxEVT_GRID_CELL_CHANGED
+  * wxEDID_Frame::evt_frame_size() missing call to sizer->Layout()
+    → quick resizing of the frame could cause incorrect placement
+    of child windows on the DTD panel.
+  * (BUG::old): DTD_Ctor_WriteInt(): value change event log:
+    missing field names. Only the first letter of field name was
+    printed due to missing conversion from ASCII to wxString.
+  * (BUG::old): EDID_class.cpp: wxString AltDesc wasn't really
+    initializing the alternative desriptors' "Desc" fields.
+    Now the AltDesc is just a char string, and the "Desc" fields
+    are proprly initialized by calling wxString::FromUTF8(AltDesc).
+  * DTD_Ctor_WriteInt(), WriteField(): value change event log:
+    print the whole message string in a single call to
+    guilog::DoLog() - eliminates printing of multiple timestamps
+    per event.
+  * Corrected few textual descriptions of EDID fields.
+
+-------------------------------------------------------------------

Old:
----
  _service
  wxedid-0.0.15.tar.gz

New:
----
  wxedid-0.0.16.tar.gz

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

Other differences:
------------------
++++++ wxEDID.spec ++++++
--- /var/tmp/diff_new_pack.UDZoNe/_old  2018-12-13 19:47:46.588752833 +0100
+++ /var/tmp/diff_new_pack.UDZoNe/_new  2018-12-13 19:47:46.592752828 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wxEDID
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,19 +12,19 @@
 # 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/
 #
 
 
 Name:           wxEDID
-Version:        0.0.15
+Version:        0.0.16
 Release:        0
 Summary:        Extended Display Identification Data editor
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Hardware/Other
-Url:            https://sourceforge.net/projects/wxedid/
+URL:            https://sourceforge.net/projects/wxedid/
 Source0:        
https://sourceforge.net/projects/wxedid/files/wxedid-%{version}.tar.gz
-BuildRequires:  gcc-c++
+BuildRequires:  c++_compiler
 BuildRequires:  wxWidgets-devel
 
 %description
@@ -50,8 +50,8 @@
 %make_install
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS
 %{_bindir}/wxEDID
 
 %changelog

++++++ wxedid-0.0.15.tar.gz -> wxedid-0.0.16.tar.gz ++++++
++++ 7264 lines of diff (skipped)


Reply via email to