1
0

Accepting request 664885 from home:e9925248:branches:X11:wxWidgets

- Update to 3.1.2

OBS-URL: https://build.opensuse.org/request/show/664885
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=47
This commit is contained in:
2019-01-13 16:46:54 +00:00
committed by Git OBS Bridge
parent 949ac5ee26
commit ed7ec4422b
11 changed files with 56 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package wxQt-3_2
#
# 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
@@ -20,12 +20,12 @@ Name: wxQt-3_2
%define base_name wxWidgets-3_2
%define tarball_name wxWidgets
%define variant suse
%define psonum 3_1_1
%define sonum 3.1.1
Version: 3.1.1.g3
%define psonum 3_1_2
%define sonum 3.1.2
Version: 3.1.2.g198
Release: 0
%define wx_minor 3.1
%define wx_micro 3.1.1
%define wx_micro 3.1.3
# build non-UI toolkit related packages
%define base_packages 0
Summary: C++ Library for Cross-Platform Development
@@ -39,7 +39,6 @@ Source5: wxWidgets-3_2-rpmlintrc
# identify and backport wxPython fixes to wxWidgets.
Source6: wxpython-mkdiff.sh
Patch1: soversion.diff
Patch2: wxqt-compile.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: SDL-devel
BuildRequires: autoconf
@@ -228,7 +227,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-%version
%patch -P 1 -P 2 -p1
%patch -P 1 -p1
cp %{S:2} .
%build