Hello community, here is the log from the commit of package fityk for openSUSE:Factory checked in at 2014-08-18 11:23:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fityk (Old) and /work/SRC/openSUSE:Factory/.fityk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fityk" Changes: -------- --- /work/SRC/openSUSE:Factory/fityk/fityk.changes 2014-04-17 14:08:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fityk.new/fityk.changes 2014-08-18 11:24:00.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Aug 15 16:03:05 UTC 2014 - [email protected] + +- Switch from wxWidgets 2.9 to stable-3.0 for openSUSE 13.2 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fityk.spec ++++++ --- /var/tmp/diff_new_pack.t3ySjG/_old 2014-08-18 11:24:01.000000000 +0200 +++ /var/tmp/diff_new_pack.t3ySjG/_new 2014-08-18 11:24:01.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package fityk # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,12 +35,16 @@ BuildRequires: lua-devel >= 5.1 BuildRequires: ncurses-devel BuildRequires: readline-devel -BuildRequires: wxWidgets-2_9-devel >= 2.9.4 +%if 0%{?suse_version} >= 1320 +BuildRequires: wxWidgets-devel >= 3 +%else +BuildRequires: wxWidgets-devel >= 2.9.4 +%define _use_internal_dependency_generator 0 +%define __find_requires %wx_requires +%endif BuildRequires: xylib-devel >= 1.0 BuildRequires: zlib Requires: gnuplot -%define _use_internal_dependency_generator 0 -%define __find_requires %wx_requires BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
