1
0

Accepting request 577995 from X11:wxWidgets

- Update to new upstream release 3.1.1

OBS-URL: https://build.opensuse.org/request/show/577995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wxWidgets-3_2?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2018-02-20 16:54:50 +00:00 committed by Git OBS Bridge
commit 2ee82a9497
10 changed files with 79 additions and 12 deletions

View File

@ -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">

View File

@ -15,7 +15,8 @@ Record of names used in openSUSE:
wxWidgets 3.0.2: libwx_*-suse.so.1
wxWidgets 3.1.0~g61143(dp only): libwx_*-suse.so.2
wxWidgets 3.1.0.g2244(dp only): libwx_*-suse.so.4
wxWidgets 3.1.1~2640(dp only): libwx_*-suse.so.5
wxWidgets 3.1.1~2640: libwx_*-suse.so.5
wxWidgets 3.1.1.g3: libwx_*-suse.so.6
Since SOVERLINUX does not support TWOSYMLINKS=0, patch and use
a bit on SOVERSOLARIS instead.
@ -50,7 +51,7 @@ Index: wxWidgets-3.1.0.2244/Makefile.in
@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@dll___targetsuf3 = -1.$(SO_SUFFIX)
@COND_USE_SOVERSION_0@dll___targetsuf3 = .$(SO_SUFFIX)
-@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).1
+@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).5
+@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).6
@COND_TOOLKIT_MSW@__RCDEFDIR_p = --include-dir \
@COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
@COND_wxUSE_LIBTIFF_builtin@__INC_TIFF_BUILD_p_66 \

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
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
- Update to 3.1.1-rc (3.1.1~2807)
-------------------------------------------------------------------
Wed Jan 24 09:07:47 UTC 2018 - jengelh@inai.de

View File

@ -20,8 +20,8 @@ Name: wxGTK3-3_2
%define base_name wxWidgets-3_2
%define tarball_name wxWidgets
%define variant suse
%define sonum 5
Version: 3.1.1~2640
%define sonum 6
Version: 3.1.1.g3
Release: 0
%define wx_minor 3.1
%define wx_micro 3.1.1

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
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
- Update to 3.1.1-rc (3.1.1~2807)
-------------------------------------------------------------------
Wed Jan 24 09:07:47 UTC 2018 - jengelh@inai.de

View File

@ -20,8 +20,8 @@ Name: wxQt-3_2
%define base_name wxWidgets-3_2
%define tarball_name wxWidgets
%define variant suse
%define sonum 5
Version: 3.1.1~2640
%define sonum 6
Version: 3.1.1.g3
Release: 0
%define wx_minor 3.1
%define wx_micro 3.1.1

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:807d264f7f0ef1d8f5d4cb1fb6fd13e9d31116d4b7fd780e3929c109eccfdeb9
size 21924192

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fcf65d6ef76ebd590b64088274b802711e23bb8889a116874b21a29df34b7afd
size 21917832

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
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
- Update to 3.1.1-rc (3.1.1~2807)
-------------------------------------------------------------------
Wed Jan 24 09:07:47 UTC 2018 - jengelh@inai.de

View File

@ -20,8 +20,8 @@ Name: wxWidgets-3_2
%define base_name wxWidgets-3_2
%define tarball_name wxWidgets
%define variant suse
%define sonum 5
Version: 3.1.1~2640
%define sonum 6
Version: 3.1.1.g3
Release: 0
%define wx_minor 3.1
%define wx_micro 3.1.1