From fab4b89137520dc51e841f43fe1b7af6f2f3cd26 Mon Sep 17 00:00:00 2001 From: Raphael Groner Date: Jul 31 2016 10:44:27 +0000 Subject: add another patch for python3 --- diff --git a/apx.spec b/apx.spec index 72d2be2..855867c 100644 --- a/apx.spec +++ b/apx.spec @@ -1,6 +1,6 @@ Name: apx Version: 0.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: QIX clone, cut into and claim the square area License: MIT @@ -20,6 +20,8 @@ Patch4: %{url}/commit/2e75f50786455ed0913850b4b8a774189321ef07.patch Patch5: %{url}/commit/6d226e8f925c0d6ae5523e3b49a437a498bff0f0.patch # issue #14: Difficult to see with some desktop themes Patch6: %{url}/commit/3e87371d592e01d35b1a09e9c17f2b7c2abc8273.patch +# PR #15: hexadecimal string formatter needs integer instead of float +Patch7: %{url}/commit/dc4eb6963243162a8452b878e52c516e75f1292a.patch BuildArch: noarch @@ -116,6 +118,9 @@ fi %changelog +* Sun Jul 31 2016 Raphael Groner - 0.1-12 +- add another patch for python3 + * Fri Jul 29 2016 Raphael Groner - 0.1-11 - add patch: Difficult to see with some desktop themes