Hello community, here is the log from the commit of package geany for openSUSE:Factory checked in at 2017-07-17 09:10:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/geany (Old) and /work/SRC/openSUSE:Factory/.geany.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "geany" Mon Jul 17 09:10:11 2017 rev:28 rq:509993 version:1.30.1 Changes: -------- --- /work/SRC/openSUSE:Factory/geany/geany.changes 2017-07-05 23:56:54.897108776 +0200 +++ /work/SRC/openSUSE:Factory/.geany.new/geany.changes 2017-07-17 09:10:13.879770252 +0200 @@ -1,0 +2,8 @@ +Tue Jul 11 10:25:57 UTC 2017 - [email protected] + +- Drop easily-togglable support for building against gtk2 -- it + leads to assumptions that we want to officially support gtk2, + where we don't. Remove the %%{prefer_gtk2} macro. +- Switch gtk3-devel BuildRequires to pkgconfig(gtk+-3.0). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ geany.spec ++++++ --- /var/tmp/diff_new_pack.xhlrQ1/_old 2017-07-17 09:10:15.427552251 +0200 +++ /var/tmp/diff_new_pack.xhlrQ1/_new 2017-07-17 09:10:15.431551687 +0200 @@ -16,8 +16,6 @@ # -%define prefer_gtk2 0 - Name: geany Version: 1.30.1 Release: 0 @@ -35,14 +33,10 @@ BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: libtool -%if %{prefer_gtk2} -BuildRequires: gtk2-devel -%else -BuildRequires: gtk3-devel -%endif BuildRequires: intltool +BuildRequires: libtool BuildRequires: update-desktop-files +BuildRequires: pkgconfig(gtk+-3.0) Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %lang_package @@ -59,11 +53,7 @@ Summary: Small and lightweight IDE -- Development Files Group: Development/Libraries/C and C++ Requires: %{name} = %{version} -%if %{prefer_gtk2} -Requires: gtk2-devel -%else Requires: gtk3-devel -%endif %description devel Geany is a small and lightweight integrated development environment. @@ -95,9 +85,7 @@ %build autoreconf -i %configure \ -%if !(0%{?prefer_gtk2}) --enable-gtk3 \ -%endif --docdir=%{_defaultdocdir}/%{name} make %{?jobs:-j%jobs}
