From b269b0b0eff0cf3e4ddf2559695818ed3593a01b554ae62b506be8229e0888a5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 22 Jul 2016 19:02:12 +0000 Subject: [PATCH] Accepting request 412885 from home:Mailaender:branches:X11:wxWidgets https://wxwidgets.org/news/2016/02/wxwidgets-3.1.0-released/ use the tarball instead of random git revision. OBS-URL: https://build.opensuse.org/request/show/412885 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=18 --- _service | 10 ---------- wxGTK3-3_2.changes | 11 +++++++++++ wxGTK3-3_2.spec | 8 +++----- wxQt-3_2.changes | 11 +++++++++++ wxQt-3_2.spec | 8 +++----- wxWidgets-3.1.0.tar.bz2 | 3 +++ wxWidgets-3.1.0~g61143.tar.xz | 3 --- wxWidgets-3_2.changes | 11 +++++++++++ wxWidgets-3_2.spec | 9 +++------ 9 files changed, 45 insertions(+), 29 deletions(-) delete mode 100644 _service create mode 100644 wxWidgets-3.1.0.tar.bz2 delete mode 100644 wxWidgets-3.1.0~g61143.tar.xz diff --git a/_service b/_service deleted file mode 100644 index aa8e36b..0000000 --- a/_service +++ /dev/null @@ -1,10 +0,0 @@ - - - git://github.com/wxWidgets/wxWidgets - bdbadbeb53cb9458c10b5fa747f3275c1312eaec - git - 3.1.0~git2097 - - - - diff --git a/wxGTK3-3_2.changes b/wxGTK3-3_2.changes index 8c75767..c289a1e 100644 --- a/wxGTK3-3_2.changes +++ b/wxGTK3-3_2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jul 22 17:25:44 UTC 2016 - mailaender@opensuse.org + +- Update to new upstream development release 3.1.0 +* Many improvements for high DPI monitors support, notably XRC now interprets + all pixel values as being in resolution-independent pixels. +* wxQt branch implementing Qt5-based port of wxWidgets API was merged into + the trunk (Mariano Reingart, Google Summer of Code project). +* Added wxNativeWindow allowing to embed native widgets in wxWidgets programs. +* Improve wxGLCanvas to be more type safe and better support modern OpenGL. + ------------------------------------------------------------------- Fri Nov 7 09:05:48 UTC 2014 - jengelh@inai.de diff --git a/wxGTK3-3_2.spec b/wxGTK3-3_2.spec index e3e48f1..b5574d1 100644 --- a/wxGTK3-3_2.spec +++ b/wxGTK3-3_2.spec @@ -19,7 +19,7 @@ Name: wxGTK3-3_2 %define base_name wxWidgets %define tarball_name wxWidgets -Version: 3.1.0~g61143 +Version: 3.1.0 Release: 0 %define wx_minor 3.1 %define wx_micro 3.1.0 @@ -33,8 +33,7 @@ Summary: C++ Library for Cross-Platform Development License: GPL-2.0+ Group: Development/Libraries/C and C++ Url: http://www.wxwidgets.org/ - -Source: %tarball_name-%version.tar.xz +Source: https://github.com/wxWidgets/wxWidgets/releases/download/v%version/%tarball_name-%version.tar.bz2 Source2: README.SUSE Source5: rpmlintrc # This script is not used during build, but it makes possible to @@ -63,7 +62,6 @@ BuildRequires: libmspack-devel BuildRequires: libnotify-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel -BuildRequires: xz BuildRequires: zlib-devel BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(gtk+-3.0) @@ -213,7 +211,7 @@ read %_docdir/%name/README.SUSE to pick a correct variant. %prep echo "=== RPM build flags: WX_DEBUG=0%{?WX_DEBUG}" -%setup -q -n %tarball_name +%setup -q -n %tarball_name-%version %patch -P 1 -p1 cp %{S:2} . diff --git a/wxQt-3_2.changes b/wxQt-3_2.changes index 8c75767..c289a1e 100644 --- a/wxQt-3_2.changes +++ b/wxQt-3_2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jul 22 17:25:44 UTC 2016 - mailaender@opensuse.org + +- Update to new upstream development release 3.1.0 +* Many improvements for high DPI monitors support, notably XRC now interprets + all pixel values as being in resolution-independent pixels. +* wxQt branch implementing Qt5-based port of wxWidgets API was merged into + the trunk (Mariano Reingart, Google Summer of Code project). +* Added wxNativeWindow allowing to embed native widgets in wxWidgets programs. +* Improve wxGLCanvas to be more type safe and better support modern OpenGL. + ------------------------------------------------------------------- Fri Nov 7 09:05:48 UTC 2014 - jengelh@inai.de diff --git a/wxQt-3_2.spec b/wxQt-3_2.spec index 402f3f4..b7e8cea 100644 --- a/wxQt-3_2.spec +++ b/wxQt-3_2.spec @@ -19,7 +19,7 @@ Name: wxQt-3_2 %define base_name wxWidgets %define tarball_name wxWidgets -Version: 3.1.0~g61143 +Version: 3.1.0 Release: 0 %define wx_minor 3.1 %define wx_micro 3.1.0 @@ -33,8 +33,7 @@ Summary: C++ Library for Cross-Platform Development License: GPL-2.0+ Group: Development/Libraries/C and C++ Url: http://www.wxwidgets.org/ - -Source: %tarball_name-%version.tar.xz +Source: https://github.com/wxWidgets/wxWidgets/releases/download/v%version/%tarball_name-%version.tar.bz2 Source2: README.SUSE Source5: rpmlintrc # This script is not used during build, but it makes possible to @@ -63,7 +62,6 @@ BuildRequires: libmspack-devel BuildRequires: libnotify-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel -BuildRequires: xz BuildRequires: zlib-devel BuildRequires: pkgconfig(Qt5Core) >= 5.2.1 BuildRequires: pkgconfig(Qt5Gui) >= 5.2.1 @@ -200,7 +198,7 @@ read %_docdir/%name/README.SUSE to pick a correct variant. %prep echo "=== RPM build flags: WX_DEBUG=0%{?WX_DEBUG}" -%setup -q -n %tarball_name +%setup -q -n %tarball_name-%version %patch -P 1 -P 2 -p1 cp %{S:2} . diff --git a/wxWidgets-3.1.0.tar.bz2 b/wxWidgets-3.1.0.tar.bz2 new file mode 100644 index 0000000..e2a0e0a --- /dev/null +++ b/wxWidgets-3.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e082460fb6bf14b7dd6e8ac142598d1d3d0b08a7b5ba402fdbf8711da7e66da8 +size 19693651 diff --git a/wxWidgets-3.1.0~g61143.tar.xz b/wxWidgets-3.1.0~g61143.tar.xz deleted file mode 100644 index fd9cc80..0000000 --- a/wxWidgets-3.1.0~g61143.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b84fac25313e2a116ab396032a4a2489e9bb404ad2b3f61844399bdebca8f269 -size 15450544 diff --git a/wxWidgets-3_2.changes b/wxWidgets-3_2.changes index 8c75767..c289a1e 100644 --- a/wxWidgets-3_2.changes +++ b/wxWidgets-3_2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jul 22 17:25:44 UTC 2016 - mailaender@opensuse.org + +- Update to new upstream development release 3.1.0 +* Many improvements for high DPI monitors support, notably XRC now interprets + all pixel values as being in resolution-independent pixels. +* wxQt branch implementing Qt5-based port of wxWidgets API was merged into + the trunk (Mariano Reingart, Google Summer of Code project). +* Added wxNativeWindow allowing to embed native widgets in wxWidgets programs. +* Improve wxGLCanvas to be more type safe and better support modern OpenGL. + ------------------------------------------------------------------- Fri Nov 7 09:05:48 UTC 2014 - jengelh@inai.de diff --git a/wxWidgets-3_2.spec b/wxWidgets-3_2.spec index f45bcf2..f730c46 100644 --- a/wxWidgets-3_2.spec +++ b/wxWidgets-3_2.spec @@ -19,7 +19,7 @@ Name: wxWidgets-3_2 %define base_name wxWidgets %define tarball_name wxWidgets -Version: 3.1.0~g61143 +Version: 3.1.0 Release: 0 %define wx_minor 3.1 %define wx_micro 3.1.0 @@ -33,9 +33,7 @@ Summary: C++ Library for Cross-Platform Development License: GPL-2.0+ Group: Development/Libraries/C and C++ Url: http://www.wxwidgets.org/ - -#Git-Clone: git://github.com/wxwidgets/wxWidgets -Source: %tarball_name-%version.tar.xz +Source: https://github.com/wxWidgets/wxWidgets/releases/download/v%version/%tarball_name-%version.tar.bz2 Source2: README.SUSE Source5: rpmlintrc # This script is not used during build, but it makes possible to @@ -66,7 +64,6 @@ BuildRequires: libmspack-devel BuildRequires: libnotify-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel -BuildRequires: xz BuildRequires: zlib-devel BuildRequires: pkgconfig(glu) %if 0%{?suse_version} >= 1140 @@ -258,7 +255,7 @@ read %_docdir/%name/README.SUSE to pick a correct variant. %prep echo "=== RPM build flags: WX_DEBUG=0%{?WX_DEBUG}" -%setup -q -n %tarball_name +%setup -q -n %tarball_name-%version %patch -P 1 -p1 cp %{S:2} .