Hello community, here is the log from the commit of package tint2 for openSUSE:Factory checked in at 2016-03-26 15:24:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tint2 (Old) and /work/SRC/openSUSE:Factory/.tint2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tint2" Changes: -------- --- /work/SRC/openSUSE:Factory/tint2/tint2.changes 2016-02-16 09:18:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tint2.new/tint2.changes 2016-03-26 15:24:15.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Mar 18 14:18:04 UTC 2016 - [email protected] + +- add tint2_ppc64le_linux.patch to avoid PowerPC build failure + +------------------------------------------------------------------- New: ---- tint2_ppc64le_linux.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tint2.spec ++++++ --- /var/tmp/diff_new_pack.xT9RQC/_old 2016-03-26 15:24:16.000000000 +0100 +++ /var/tmp/diff_new_pack.xT9RQC/_new 2016-03-26 15:24:16.000000000 +0100 @@ -24,6 +24,7 @@ Group: User Interface/Desktops Url: https://gitlab.com/o9000/tint2 Source0: https://gitlab.com/o9000/%{name}/repository/archive.tar.gz?ref=v%{version}#/%{name}-%{version}.tar.gz +Patch1: tint2_ppc64le_linux.patch BuildRequires: cairo-devel BuildRequires: cmake BuildRequires: desktop-file-utils @@ -50,6 +51,7 @@ %prep %setup -q -n %{name}-v%{version}-107bfc85a3955a8b88ff027d2f6cb4cb7e943cb0 +%patch1 -p1 %build %cmake -DENABLE_EXAMPLES=ON -DDOCDIR=%{_docdir}/%{name} ++++++ tint2_ppc64le_linux.patch ++++++ --- src/battery/linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: tint2-v0.12.7-107bfc85a3955a8b88ff027d2f6cb4cb7e943cb0/src/battery/linux.c =================================================================== --- tint2-v0.12.7-107bfc85a3955a8b88ff027d2f6cb4cb7e943cb0.orig/src/battery/linux.c +++ tint2-v0.12.7-107bfc85a3955a8b88ff027d2f6cb4cb7e943cb0/src/battery/linux.c @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. **************************************************************************/ -#ifdef __linux +#ifdef __linux__ #include <stdlib.h>
