Hello community, here is the log from the commit of package granite for openSUSE:Factory checked in at 2017-04-11 09:39:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/granite (Old) and /work/SRC/openSUSE:Factory/.granite.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "granite" Tue Apr 11 09:39:25 2017 rev:3 rq:484322 version:0.4.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/granite/granite.changes 2016-09-24 15:29:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.granite.new/granite.changes 2017-04-11 09:39:27.273466148 +0200 @@ -1,0 +2,5 @@ +Sat Apr 1 00:19:20 UTC 2017 - [email protected] + +- Fix build with vala >= 0.36 (granite-0.4.0.1-vala-0.36.patch) + +------------------------------------------------------------------- New: ---- granite-0.4.0.1-vala-0.36.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ granite.spec ++++++ --- /var/tmp/diff_new_pack.Yk0NLf/_old 2017-04-11 09:39:28.137344115 +0200 +++ /var/tmp/diff_new_pack.Yk0NLf/_new 2017-04-11 09:39:28.145342985 +0200 @@ -1,7 +1,7 @@ # # spec file for package granite # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -27,6 +27,8 @@ Group: Development/Libraries/C and C++ Url: https://launchpad.net/granite/ Source: https://launchpad.net/granite/0.4/%{version}/+download/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM vala-0.36.patch [email protected] -- Fix build with vala >= 0.36 +Patch0: granite-0.4.0.1-vala-0.36.patch BuildRequires: cmake >= 2.8 BuildRequires: fdupes BuildRequires: pkgconfig @@ -95,6 +97,7 @@ %prep %setup -q +%patch0 -p1 %build %cmake ++++++ granite-0.4.0.1-vala-0.36.patch ++++++ diff -ruN granite-0.4.0.1.orig/lib/Widgets/ContractorView.vala granite-0.4.0.1/lib/Widgets/ContractorView.vala --- granite-0.4.0.1.orig/lib/Widgets/ContractorView.vala 2016-08-07 02:51:23.000000000 +0300 +++ granite-0.4.0.1/lib/Widgets/ContractorView.vala 2017-04-01 03:18:27.198409596 +0300 @@ -181,7 +181,7 @@ string text = value.get_string (); if (text[3:text.index_of ("</b>")] in names) { - list.remove (it); + list.remove (ref it); blacklisted_pos += cur_pos; } if (!check)
