diff --git a/GooCalendar-0.4.tar.gz b/GooCalendar-0.4.tar.gz deleted file mode 100644 index 3b8f40a..0000000 --- a/GooCalendar-0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca3950c2728916d9fb703c886f3940ac9b76739f99ec840b0e1c2c282510e1ab -size 30133 diff --git a/GooCalendar-0.5.tar.gz b/GooCalendar-0.5.tar.gz new file mode 100644 index 0000000..90cae42 --- /dev/null +++ b/GooCalendar-0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab3c586c65f6336a0362b14ee505ac790f978ef725138d6425fcf92972099d8 +size 30344 diff --git a/python-GooCalendar.changes b/python-GooCalendar.changes index 2dfb1fc..73fd76c 100644 --- a/python-GooCalendar.changes +++ b/python-GooCalendar.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 28 13:32:08 UTC 2019 - Tomáš Chvátal + +- Update to 0.5 release: + * Actual python3 support using typelib introspection dependencies + ------------------------------------------------------------------- Wed Jan 23 16:51:29 UTC 2019 - Todd R diff --git a/python-GooCalendar.spec b/python-GooCalendar.spec index cbfaffe..a3c4b62 100644 --- a/python-GooCalendar.spec +++ b/python-GooCalendar.spec @@ -13,14 +13,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python3 1 +%define skip_python2 1 Name: python-GooCalendar -Version: 0.4 +Version: 0.5 Release: 0 Summary: A calendar widget for GTK using PyGoocanvas License: GPL-2.0-only @@ -32,9 +32,13 @@ BuildRequires: %{python_module lxml} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: typelib(Gdk) +BuildRequires: typelib(GooCanvas) +BuildRequires: typelib(Gtk) +Requires: typelib(Gdk) +Requires: typelib(GooCanvas) +Requires: typelib(Gtk) BuildArch: noarch -Requires: goocanvas >= 2.0 -Requires: python-goocanvas %python_subpackages %description