From 2a4a41a2a1b8a488c669d2394bdc9aee0c20ea0f940cc46da336793088cbad29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 9 Aug 2019 14:00:39 +0000 Subject: [PATCH] - update to 1.11.1 , no upstream changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Kivy?expand=0&rev=44 --- kivy-1.11.0.tar.gz | 3 --- kivy-1.11.1.tar.gz | 3 +++ python-Kivy.changes | 5 +++++ python-Kivy.spec | 5 +++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 kivy-1.11.0.tar.gz create mode 100644 kivy-1.11.1.tar.gz diff --git a/kivy-1.11.0.tar.gz b/kivy-1.11.0.tar.gz deleted file mode 100644 index 56e0d2f..0000000 --- a/kivy-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:733e8d5eaaaea4cf09253cbed7c7e0d51186abcb4ba84b9d5ae560f644923ec1 -size 23578508 diff --git a/kivy-1.11.1.tar.gz b/kivy-1.11.1.tar.gz new file mode 100644 index 0000000..463a32c --- /dev/null +++ b/kivy-1.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fad63cf6abaf72220b899d776b87327f22c8898d45dbe9635c9ff919ec4de93 +size 23581059 diff --git a/python-Kivy.changes b/python-Kivy.changes index 08be430..3d92993 100644 --- a/python-Kivy.changes +++ b/python-Kivy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 9 13:59:39 UTC 2019 - Ondřej Súkup + +- update to 1.11.1 , no upstream changelog + ------------------------------------------------------------------- Tue Jun 4 14:12:03 UTC 2019 - Tomáš Chvátal diff --git a/python-Kivy.spec b/python-Kivy.spec index 53ea486..f200610 100644 --- a/python-Kivy.spec +++ b/python-Kivy.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Kivy -Version: 1.11.0 +Version: 1.11.1 Release: 0 Summary: Hardware-accelerated multitouch application library License: MIT AND Apache-2.0 AND LGPL-2.1-or-later AND GPL-2.0-or-later AND GPL-3.0-only AND BSD-3-Clause @@ -52,6 +52,7 @@ BuildRequires: python3-Sphinx BuildRequires: xclip BuildRequires: xvfb-run BuildRequires: pkgconfig(gstreamer-1.0) +BuildRequires: pkgconfig(pangoft2) Requires: mtdev Requires: python-Pillow Requires: python-Pygments @@ -97,7 +98,7 @@ find examples -type f -executable -exec chmod -x {} \; rm examples/demo/pictures/images/.empty # Remove empty file rm -r examples/audio # Remove content with non-commercial only license (bnc#749340) # do not upper restrict cython dep -sed -i -e 's:0\.29\.9:1.0.0:' setup.py +sed -i -e 's:0\.29\.10:1.0.0:' setup.py %build export CFLAGS="%{optflags} -fno-strict-aliasing"