commit wxEDID for openSUSE:Factory

2020-07-16 Thread root
Hello community,

here is the log from the commit of package wxEDID for openSUSE:Factory checked 
in at 2020-07-16 12:16:07

Comparing /work/SRC/openSUSE:Factory/wxEDID (Old)
 and  /work/SRC/openSUSE:Factory/.wxEDID.new.3592 (New)


Package is "wxEDID"

Thu Jul 16 12:16:07 2020 rev:6 rq:820976 version:0.0.21

Changes:

--- /work/SRC/openSUSE:Factory/wxEDID/wxEDID.changes2020-06-05 
20:29:03.149320176 +0200
+++ /work/SRC/openSUSE:Factory/.wxEDID.new.3592/wxEDID.changes  2020-07-16 
12:17:18.074894862 +0200
@@ -1,0 +2,20 @@
+Tue Jul 14 20:11:09 UTC 2020 - Mia Herkt 
+
+- Update to v0.0.21
+Fixed
+  * (BUG): BlockTree: root node was not showing EDID file name if
+the file path was provided as an cmd line argument
+(both binary and --text).
+  * (BUG) cea_hdrs_cl::init(): Incorrect min size for
+"HDR Static Metadata Data Block" (TagCode=7, ExtTagCode=6):
+the min. block size is 3, not 6 bytes. Fields for bytes 4..6
+are marked as unused, depending on the block size.
+  * (BUG) cea_hdrs_cl: incorrect bitfield definitions for reserved
+fields: "ET6-7" & "SM1-7"
+  * Wrong evt ID for importing HEX-text EDID from cmd line arg:
+should be id_mnu_imphex, not id_mnu_exphex.
+  * (Regression) if config file doen't exist, the
+config.b_dtd_keep_aspect is set to OFF, but by default it
+should be set to ON.
+
+---

Old:

  wxedid-0.0.20.tar.gz

New:

  wxedid-0.0.21.tar.gz



Other differences:
--
++ wxEDID.spec ++
--- /var/tmp/diff_new_pack.z0pqsa/_old  2020-07-16 12:17:19.346896148 +0200
+++ /var/tmp/diff_new_pack.z0pqsa/_new  2020-07-16 12:17:19.346896148 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   wxEDID
-Version:0.0.20
+Version:0.0.21
 Release:0
 Summary:Extended Display Identification Data editor
 License:GPL-3.0-only

++ wxedid-0.0.20.tar.gz -> wxedid-0.0.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wxedid-0.0.20/ChangeLog new/wxedid-0.0.21/ChangeLog
--- old/wxedid-0.0.20/ChangeLog 2020-06-04 16:31:49.0 +0200
+++ new/wxedid-0.0.21/ChangeLog 2020-07-12 09:45:56.0 +0200
@@ -24,7 +24,26 @@
 
 
 
+2020.07.12
+   < released v0.0.21 >
+
+2020.07.10
+   - Fixed: (BUG): BlockTree: root node was not showing EDID file name if the 
file path was provided
+as an cmd line argument (both binary and --text).
+
+2020.06.12
+   - Fixed: (BUG) cea_hdrs_cl::init(): Incorrect min size for "HDR Static 
Metadata Data Block"
+(TagCode=7, ExtTagCode=6): the min. block size is 3, not 6 bytes.
+Fields for bytes 4..6 are marked as unused, depending on the block 
size.
+   - Fixed: (BUG) cea_hdrs_cl: incorrect bitfield definitions for reserved 
fields: "ET6-7" & "SM1-7"
+   - Fixed: Wrong evt ID for importing HEX-text EDID from cmd line arg: should 
be id_mnu_imphex, not id_mnu_exphex.
+
+2020.06.05
+   - Fixed: (Regression) if config file doen't exist, the 
config.b_dtd_keep_aspect is set to OFF,
+but by default it should be set to ON.
+
 2020.06.04
+   < released v0.0.20 >
- Added: Loading/Importing EDID files from path passed as cmd line argument.
- Added: Save settings: last used directory + last opened file, 
dtd_keep_aspect_ratio
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wxedid-0.0.20/INSTALL new/wxedid-0.0.21/INSTALL
--- old/wxedid-0.0.20/INSTALL   2020-01-02 22:29:58.0 +0100
+++ new/wxedid-0.0.21/INSTALL   2020-07-12 09:49:47.0 +0200
@@ -8,10 +8,10 @@
 To compile the program, the libwxgtkX.X-dev package is required.
 (where X.X is the wxWidgets version)
 
-The libwxgtkX.X-dev package has quite a lot of additional dependancies,
+The libwxgtkX.X-dev package has quite a lot of additional dependencies,
 which are normally installed automatically with the libwxgtk_xx
 
-After compilation the libwxgtkX.X-dev and relatad packages can be safely 
removed.
+After compilation the libwxgtkX.X-dev and related packages can be safely 
removed.
 
  ***
  * Compilation *
@@ -29,7 +29,7 @@
 
 NOTE:
 Since rcode v1.x the program sources have to be preprocessed using rcd_autogen 
script.
-The rcd_autogen requires bash v4.4+, what shouldn't be a problem *unless* 
You're
+The rcd_autogen requires bash v4.4+, what should't be a problem *unless* You're
 using some very old distribution.
 In such situation, it's still possible to compile the program:
 > configure the source tree using distro with bash v4.4+ (f.e. in a VM)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wxedid-0.0.20/README 

commit wxEDID for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package wxEDID for openSUSE:Factory checked 
in at 2020-06-05 20:24:22

Comparing /work/SRC/openSUSE:Factory/wxEDID (Old)
 and  /work/SRC/openSUSE:Factory/.wxEDID.new.3606 (New)


Package is "wxEDID"

Fri Jun  5 20:24:22 2020 rev:5 rq:811827 version:0.0.20

Changes:

--- /work/SRC/openSUSE:Factory/wxEDID/wxEDID.changes2019-07-24 
20:50:38.726450810 +0200
+++ /work/SRC/openSUSE:Factory/.wxEDID.new.3606/wxEDID.changes  2020-06-05 
20:29:03.149320176 +0200
@@ -1,0 +2,45 @@
+Fri Jun  5 11:35:37 UTC 2020 - Mia Herkt 
+
+- Add wxedid-no-implicit-string-conversion.patch
+  Works around compilation issues with openSUSE’s wxWidgets
+  packages, which do not enable implicit string type conversion.
+- Update to v0.0.20
+Added
+  * Added: Loading/Importing EDID files from path passed as cmd
+line argument.
+  * Added: Save settings: last used directory + last opened file,
+dtd_keep_aspect_ratio
+
+Changed
+  * lower-case name for the final executable: wxEDID -> wxedid
+
+Fixed
+  * (BUG) cea_y42c_cl::gen_data_layout() never tested: buggy code,
+memory corruption. Program crash if EDID data contains
+"YCBCR 4:2:0 Capability Map Data Block"
+(TagCode=7, ExtTagCode=15)
+
+---
+Sun Jan  5 17:21:10 UTC 2020 - Martin Herkt <9+suse@cirno.systems>
+
+- Update to v0.0.19
+Fixed
+  * evt_blktree_sel(): the cell editor must be closed before
+switching to newly selected data block. Otherwise the cell
+editor can be "orphaned" and its window stays opened until
+another cell editor is activated. This problem was visible
+only when the cell editor was activated from Value Selector
+Menu event and if evt_blktree_sel() was invoked with opened
+cell editor.
+  * EDID_cl::ProdWk(): wxString::operator<<() requires type casting
+to  when appending a byte -> otherwise  is
+interpreted as 
+  * menu Options::"Ignore EDID errors" must be always enabled,
+because otherwise the option will be unavailable until a valid
+EDID structure is loaded.
+
+Added
+  * Menu Help::Flags & Types: info about flags displayed in the
+block data grid.
+
+---

Old:

  wxedid-0.0.18.tar.gz

New:

  wxedid-0.0.20.tar.gz
  wxedid-no-implicit-string-conversion.patch



Other differences:
--
++ wxEDID.spec ++
--- /var/tmp/diff_new_pack.GWPMEX/_old  2020-06-05 20:29:03.889322362 +0200
+++ /var/tmp/diff_new_pack.GWPMEX/_new  2020-06-05 20:29:03.893322374 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxEDID
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,15 @@
 
 
 Name:   wxEDID
-Version:0.0.18
+Version:0.0.20
 Release:0
 Summary:Extended Display Identification Data editor
 License:GPL-3.0-only
 Group:  Hardware/Other
 URL:https://sourceforge.net/projects/wxedid/
 Source0:
https://sourceforge.net/projects/wxedid/files/wxedid-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE our wx packages do not enable implicit string type 
conversion, breaking the build
+Patch0: wxedid-no-implicit-string-conversion.patch
 BuildRequires:  c++_compiler
 BuildRequires:  wxWidgets-devel
 
@@ -38,6 +40,7 @@
 
 %prep
 %setup -q -n wxedid-%{version}
+%autopatch -p1
 sed -i 's:.*__DATE__.*::g' src/wxEDID_Main.cpp
 sed -i 's:.*__TIME__.*::g' src/wxEDID_Main.cpp
 
@@ -52,6 +55,6 @@
 %files
 %license COPYING
 %doc AUTHORS ChangeLog
-%{_bindir}/wxEDID
+%{_bindir}/wxedid
 
 %changelog

++ wxedid-0.0.18.tar.gz -> wxedid-0.0.20.tar.gz ++
 15634 lines of diff (skipped)

++ wxedid-no-implicit-string-conversion.patch ++
diff -ru wxedid-0.0.20.orig/src/CEA_class.cpp wxedid-0.0.20/src/CEA_class.cpp
--- wxedid-0.0.20.orig/src/CEA_class.cpp2020-06-03 11:34:20.0 
+0200
+++ wxedid-0.0.20/src/CEA_class.cpp 2020-06-05 15:14:06.096511581 +0200
@@ -1017,7 +1017,7 @@
 
type_id   = ID_VSD;
 
-   retU = init_fields([0], inst, fcount, orflags, Name, Desc);
+   retU = init_fields([0], inst, fcount, orflags, Name, Desc.ToUTF8());
return retU;
 }
 



commit wxEDID for openSUSE:Factory

2019-07-24 Thread root
Hello community,

here is the log from the commit of package wxEDID for openSUSE:Factory checked 
in at 2019-07-24 20:50:38

Comparing /work/SRC/openSUSE:Factory/wxEDID (Old)
 and  /work/SRC/openSUSE:Factory/.wxEDID.new.4126 (New)


Package is "wxEDID"

Wed Jul 24 20:50:38 2019 rev:4 rq:718285 version:0.0.18

Changes:

--- /work/SRC/openSUSE:Factory/wxEDID/wxEDID.changes2018-12-24 
11:48:24.553080242 +0100
+++ /work/SRC/openSUSE:Factory/.wxEDID.new.4126/wxEDID.changes  2019-07-24 
20:50:38.726450810 +0200
@@ -1,0 +2,14 @@
+Wed Jul 24 13:57:06 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
+
+- Update to v0.0.18
+Fixed
+  * Removed unused "Hex View" menu item
+
+Added
+  * Menu Options: "DTD preview: keep aspect ratio": keep aspect
+ratio of the DTD preview screen.
+  * DTD_Constructor: active screen area size is now displayed on
+the DTD screen preview. H/V borders are excluded from active
+area.
+
+---

Old:

  wxedid-0.0.17.tar.gz

New:

  wxedid-0.0.18.tar.gz



Other differences:
--
++ wxEDID.spec ++
--- /var/tmp/diff_new_pack.uhPhpP/_old  2019-07-24 20:50:39.286450726 +0200
+++ /var/tmp/diff_new_pack.uhPhpP/_new  2019-07-24 20:50:39.290450724 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxEDID
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   wxEDID
-Version:0.0.17
+Version:0.0.18
 Release:0
 Summary:Extended Display Identification Data editor
 License:GPL-3.0-only

++ wxedid-0.0.17.tar.gz -> wxedid-0.0.18.tar.gz ++
 3405 lines of diff (skipped)




commit wxEDID for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package wxEDID for openSUSE:Factory checked 
in at 2018-12-24 11:48:23

Comparing /work/SRC/openSUSE:Factory/wxEDID (Old)
 and  /work/SRC/openSUSE:Factory/.wxEDID.new.28833 (New)


Package is "wxEDID"

Mon Dec 24 11:48:23 2018 rev:3 rq:660878 version:0.0.17

Changes:

--- /work/SRC/openSUSE:Factory/wxEDID/wxEDID.changes2018-12-13 
19:47:45.920753698 +0100
+++ /work/SRC/openSUSE:Factory/.wxEDID.new.28833/wxEDID.changes 2018-12-24 
11:48:24.553080242 +0100
@@ -2 +2 @@
-Thu Dec  6 13:05:39 UTC 2018 - Martin Herkt <9+suse@cirno.systems>
+Sun Dec 23 18:43:51 UTC 2018 - Martin Herkt <9+suse@cirno.systems>
@@ -4,0 +5,16 @@
+Changed
+  * Increased default Log Window size from 400x300 to 500x400.
+  * All panels & controls are now using default system font instead
+of fixed one.
+
+Fixed
+  * (BUG::wxSmith) Menu "Quit" and "About" handlers were connected
+dynamically in the frame constructor, even though they were
+already present in the static event table.
+  * Options menu: all menu items except "Log window" should stay
+disabled until edid data is loaded/imported.
+
+---
+Thu Dec  6 13:05:39 UTC 2018 - Martin Herkt <9+suse@cirno.systems>
+
+- Update to v0.0.16

Old:

  wxedid-0.0.16.tar.gz

New:

  wxedid-0.0.17.tar.gz



Other differences:
--
++ wxEDID.spec ++
--- /var/tmp/diff_new_pack.AMUDG0/_old  2018-12-24 11:48:25.173079698 +0100
+++ /var/tmp/diff_new_pack.AMUDG0/_new  2018-12-24 11:48:25.177079695 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   wxEDID
-Version:0.0.16
+Version:0.0.17
 Release:0
 Summary:Extended Display Identification Data editor
 License:GPL-3.0-only
@@ -51,7 +51,7 @@
 
 %files
 %license COPYING
-%doc AUTHORS ChangeLog NEWS
+%doc AUTHORS ChangeLog
 %{_bindir}/wxEDID
 
 %changelog

++ wxedid-0.0.16.tar.gz -> wxedid-0.0.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wxedid-0.0.16/ChangeLog new/wxedid-0.0.17/ChangeLog
--- old/wxedid-0.0.16/ChangeLog 2018-12-01 14:07:40.0 +0100
+++ new/wxedid-0.0.17/ChangeLog 2018-12-22 22:37:07.0 +0100
@@ -4,13 +4,30 @@
 NOTE#2: wxAUI in wxWidgets 3.1.x built against GTK3 is broken, but the 
application is usable.
 
 
-2018.11.30
+
+
+2018.12.22
+   - Fixed: (BUG::wxSmith) Menu "Quit" and "About" handlers were connected 
dynamically in the frame
+constructor, even though they were already present in the static 
event table.
+   - Change: Increased default Log Window size from 400x300 to 500x400.
+
+2018.12.20
+   - Fixed: Options menu: all menu items except "Log window" should stay 
disabled until edid data
+is loaded/imported.
+   - Change: UpdateEDItree() renamed to UpdateEDID_tree()
+   - Change: All panels & controls are now using default system font instead 
of fixed one.
+
+2018.12.19
+   - Update: new versions of event table macros:
+wxDECLARE_EVENT_TABLE, wxBEGIN_EVENT_TABLE, wxEND_EVENT_TABLE.
+
+2018.12.01
- released v0.0.16
- Change: Info about packages required to compile the project moved to file 
INSTALL,
 README file removed.
- Change: Code::Blocks project files are now included in the dist package.
- Fixed: DTD panel: dtd_screen: background was erased twice on resize 
event-> now the refreshing
-is performed in a single call to th paint event.
+is performed in a single call to the paint event.
 2018.11.30
- Change: 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.
@@ -31,11 +48,11 @@
 
 2018.11.28
- Fixed: (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
+only the first letter of field name was printed due to missing 
conversion from
 ASCII to wxString.
- Fixed: (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).
+are properly initialized by calling wxString::FromUTF8(AltDesc).
- Fixed: 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.
- Fixed: Corrected few textual descriptions of 

commit wxEDID for openSUSE:Factory

2018-12-13 Thread root
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.changes2018-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)




commit wxEDID for openSUSE:Factory

2018-05-29 Thread root
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 ++