Hello community, here is the log from the commit of package wxEDID for openSUSE:Factory checked in at 2018-05-29 10:33:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wxEDID (Old) and /work/SRC/openSUSE:Factory/.wxEDID.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wxEDID" Tue May 29 10:33:11 2018 rev:1 rq:610664 version:0.0.15 Changes: -------- New Changes file: --- /dev/null 2018-05-24 09:31:19.417470950 +0200 +++ /work/SRC/openSUSE:Factory/.wxEDID.new/wxEDID.changes 2018-05-29 10:33:16.902271599 +0200 @@ -0,0 +1,29 @@ +------------------------------------------------------------------- +Tue Nov 28 03:47:08 UTC 2017 - 9@cirno.systems + +- update to v0.0.15 + * Fixed: (BUG) RCD_RETURN_FALSE() returns RCD_TRUE + +------------------------------------------------------------------- +Mon Oct 30 16:49:24 UTC 2017 - 9@cirno.systems + +- update to v0.0.14 + * Update: guilog.h v0.2 + * Fixed: Info panel: BG & FG colors were theme-dependent, which + could make the panel look "ugly" or even completely unreadable. + Now the FG is forced to black and the BG is white. + +------------------------------------------------------------------- +Tue Sep 5 23:46:02 UTC 2017 - 9@cirno.systems + +- update to v0.0.13 + * Fixed: (GCC 6.x): silenced some warnings (false-positives) + regarding "possibly unitialized variables" in EDID_class.cpp + * Fixed: (GCC 6.x, C11 mode): wxEDID_Main.h: C11 requires a space + between literal and string macro [-Wliteral-suffix]. + * Update: returncode.h v0.8.3 + +------------------------------------------------------------------- +Sat Apr 1 02:41:15 UTC 2017 - 9@cirno.systems + +- Initial commit New: ---- _service wxEDID.changes wxEDID.spec wxedid-0.0.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wxEDID.spec ++++++ # # spec file for package wxEDID # # Copyright (c) 2017 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # Name: wxEDID Version: 0.0.15 Release: 0 Summary: Extended Display Identification Data editor License: GPL-3.0 Group: Hardware/Other Url: https://sourceforge.net/projects/wxedid/ Source0: https://sourceforge.net/projects/wxedid/files/wxedid-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: wxWidgets-devel %description wxEDID is a wxWidgets - based EDID (Extended Display Identification Data) editor. This is an early stage of development, allowing to modify the base EDID v1.3+ structure and CEA-861 (as first extension block). Besides normal editor functionality, the app has been equipped with a DTD constructor, which aims to ease timings selection/editing. It's also possible to export and import EDID data to/from text files (hex ASCII format) and also to save the structures as a human-readable text. %prep %setup -q -n wxedid-%{version} sed -i 's:.*__DATE__.*::g' src/wxEDID_Main.cpp sed -i 's:.*__TIME__.*::g' src/wxEDID_Main.cpp %build # missing whitespace CXXFLAGS="%{optflags} " CFLAGS="%{optflags} " %configure make %{?_smp_mflags} %install %make_install %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README %{_bindir}/wxEDID %changelog ++++++ _service ++++++ <services> <service name="download_files" mode="disabled"> </service> </services>