Hello community, here is the log from the commit of package boo for openSUSE:Factory checked in at 2018-05-11 09:17:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/boo (Old) and /work/SRC/openSUSE:Factory/.boo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "boo" Fri May 11 09:17:14 2018 rev:26 rq:606114 version:0.9.3.3457 Changes: -------- --- /work/SRC/openSUSE:Factory/boo/boo.changes 2017-06-15 11:25:58.629514342 +0200 +++ /work/SRC/openSUSE:Factory/.boo.new/boo.changes 2018-05-11 09:17:24.368404310 +0200 @@ -1,0 +2,7 @@ +Fri May 4 17:27:53 UTC 2018 - [email protected] + +- Replace gtksourceview18-devel with pkgconfig(gtksourceview-2.0), + and use sed to bump what version configure looks for, no longer + depend on a long obsolete and deprecated version. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ boo.spec ++++++ --- /var/tmp/diff_new_pack.HKslzg/_old 2018-05-11 09:17:25.132376631 +0200 +++ /var/tmp/diff_new_pack.HKslzg/_new 2018-05-11 09:17:25.136376486 +0200 @@ -1,7 +1,7 @@ # # spec file for package boo # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -21,7 +21,7 @@ # gtksourceview is required so that we can put the sourceview lang definitions # in the right location # On older versions of suse, this was defined as /opt/gnome... make it cross distro -%define gtksourceview_prefix %(pkg-config --variable=prefix gtksourceview-1.0) +%define gtksourceview_prefix %(pkg-config --variable=prefix gtksourceview-2.0) %define mime_info_prefix %(pkg-config --variable=prefix shared-mime-info) Name: boo Version: 0.9.3.3457 @@ -32,9 +32,9 @@ Url: http://boo-lang.org/ Source0: boo-%{version}.tar.bz2 Patch1: boo-pkgconfig_path_fix.patch -BuildRequires: gtksourceview18-devel BuildRequires: mono-devel BuildRequires: shared-mime-info +BuildRequires: pkgconfig(gtksourceview-2.0) Requires: %{name}-%{_version} = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -67,6 +67,9 @@ %setup -q %patch1 +# Fix gtksourceview version +sed -i "s#gtksourceview-1.0#gtksourceview-2.0#g" configure + %build %configure --libdir=%{_prefix}/lib make %{?_smp_mflags}
