1
0

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
This commit is contained in:
Jan Engelhardt 2016-07-22 19:02:12 +00:00 committed by Git OBS Bridge
parent 3278358a74
commit b269b0b0ef
9 changed files with 45 additions and 29 deletions

View File

@ -1,10 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/wxWidgets/wxWidgets</param>
<param name="revision">bdbadbeb53cb9458c10b5fa747f3275c1312eaec</param>
<param name="scm">git</param>
<param name="versionformat">3.1.0~git2097</param>
<!-- local-bp = a0265337126629a317d27e58ed4befdd7757905a -->
<!-- +2097 = bdbadbeb53cb9458c10b5fa747f3275c1312eaec -->
</service>
</services>

View File

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

View File

@ -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} .

View File

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

View File

@ -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} .

3
wxWidgets-3.1.0.tar.bz2 Normal file
View File

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

View File

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

View File

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

View File

@ -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} .