forked from pool/wxWidgets-3_2
- Update to new upstream release 3.1.1
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=41
This commit is contained in:
parent
9de67c4a92
commit
9d7ffea1b9
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="url">git://github.com/wxWidgets/wxWidgets</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="versionformat">3.1.1~@TAG_OFFSET@</param>
|
||||
<param name="versionformat">3.1.1.g@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 19 00:24:12 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 3.1.1
|
||||
* wxRibbonButtonBar::DeleteButton() now deletes and not just
|
||||
removes the button.
|
||||
* Using invalid flags with wxBoxSizer or wxGridSizer items now
|
||||
triggers asserts
|
||||
* wxWS_EX_VALIDATE_RECURSIVELY is now the default behaviour.
|
||||
* wxListCtrl::HasCheckboxes() and EnableCheckboxes(), which
|
||||
were added in 3.1.0, have been renamed to HasCheckBoxes and
|
||||
EnableCheckBoxes respectively for consistency with wxCheckBox
|
||||
naming.
|
||||
* wxZipOutputStream will now automatically convert filenames to
|
||||
UTF-8, if the wxMBConv used when calling the constructor
|
||||
supports UTF-8 encoding.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 17 10:31:37 UTC 2018 - martin.koegler@chello.at
|
||||
|
||||
|
@ -21,7 +21,7 @@ Name: wxGTK3-3_2
|
||||
%define tarball_name wxWidgets
|
||||
%define variant suse
|
||||
%define sonum 5
|
||||
Version: 3.1.1~2807
|
||||
Version: 3.1.1.g3
|
||||
Release: 0
|
||||
%define wx_minor 3.1
|
||||
%define wx_micro 3.1.1
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 19 00:24:12 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 3.1.1
|
||||
* wxRibbonButtonBar::DeleteButton() now deletes and not just
|
||||
removes the button.
|
||||
* Using invalid flags with wxBoxSizer or wxGridSizer items now
|
||||
triggers asserts
|
||||
* wxWS_EX_VALIDATE_RECURSIVELY is now the default behaviour.
|
||||
* wxListCtrl::HasCheckboxes() and EnableCheckboxes(), which
|
||||
were added in 3.1.0, have been renamed to HasCheckBoxes and
|
||||
EnableCheckBoxes respectively for consistency with wxCheckBox
|
||||
naming.
|
||||
* wxZipOutputStream will now automatically convert filenames to
|
||||
UTF-8, if the wxMBConv used when calling the constructor
|
||||
supports UTF-8 encoding.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 17 10:31:37 UTC 2018 - martin.koegler@chello.at
|
||||
|
||||
|
@ -21,7 +21,7 @@ Name: wxQt-3_2
|
||||
%define tarball_name wxWidgets
|
||||
%define variant suse
|
||||
%define sonum 5
|
||||
Version: 3.1.1~2807
|
||||
Version: 3.1.1.g3
|
||||
Release: 0
|
||||
%define wx_minor 3.1
|
||||
%define wx_micro 3.1.1
|
||||
|
3
wxWidgets-3.1.1.g3.tar.xz
Normal file
3
wxWidgets-3.1.1.g3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:807d264f7f0ef1d8f5d4cb1fb6fd13e9d31116d4b7fd780e3929c109eccfdeb9
|
||||
size 21924192
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85ebdf1e08c1ceb25e7428d0b37de3187b9bd40a37991397b41ee337078a1481
|
||||
size 12787400
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 19 00:24:12 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 3.1.1
|
||||
* wxRibbonButtonBar::DeleteButton() now deletes and not just
|
||||
removes the button.
|
||||
* Using invalid flags with wxBoxSizer or wxGridSizer items now
|
||||
triggers asserts
|
||||
* wxWS_EX_VALIDATE_RECURSIVELY is now the default behaviour.
|
||||
* wxListCtrl::HasCheckboxes() and EnableCheckboxes(), which
|
||||
were added in 3.1.0, have been renamed to HasCheckBoxes and
|
||||
EnableCheckBoxes respectively for consistency with wxCheckBox
|
||||
naming.
|
||||
* wxZipOutputStream will now automatically convert filenames to
|
||||
UTF-8, if the wxMBConv used when calling the constructor
|
||||
supports UTF-8 encoding.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 17 10:31:37 UTC 2018 - martin.koegler@chello.at
|
||||
|
||||
|
@ -21,7 +21,7 @@ Name: wxWidgets-3_2
|
||||
%define tarball_name wxWidgets
|
||||
%define variant suse
|
||||
%define sonum 5
|
||||
Version: 3.1.1~2807
|
||||
Version: 3.1.1.g3
|
||||
Release: 0
|
||||
%define wx_minor 3.1
|
||||
%define wx_micro 3.1.1
|
||||
|
Loading…
Reference in New Issue
Block a user