diff --git a/GooCalendar-0.7.2.tar.gz b/GooCalendar-0.7.2.tar.gz deleted file mode 100644 index 6de0d25..0000000 --- a/GooCalendar-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:318b3b7790ac9d6d98881eee3b676fc9c17fc15d21dcdaff486e3c303333b41a -size 30679 diff --git a/GooCalendar-0.8.0.tar.gz b/GooCalendar-0.8.0.tar.gz new file mode 100644 index 0000000..d0402f2 --- /dev/null +++ b/GooCalendar-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f02f94cb4640fa00bb9c69b2d4781d24e2b217f8efda5b679b4b6ad93e3214b +size 31233 diff --git a/python-GooCalendar.changes b/python-GooCalendar.changes index 01eca2b..577452d 100644 --- a/python-GooCalendar.changes +++ b/python-GooCalendar.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 19 08:24:52 UTC 2023 - Axel Braun + +- Version 0.8.0 + * Manage preferred size + ------------------------------------------------------------------- Fri Aug 13 17:28:32 UTC 2021 - Axel Braun diff --git a/python-GooCalendar.spec b/python-GooCalendar.spec index d13c88b..0912afe 100644 --- a/python-GooCalendar.spec +++ b/python-GooCalendar.spec @@ -1,8 +1,8 @@ # # spec file for package python-GooCalendar # -# Copyright (c) 2021 SUSE LLC -# Copyright (c) 2016-2021 Dr. Axel Braun +# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2016-2023 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-GooCalendar -Version: 0.7.2 +Version: 0.8.0 Release: 0 Summary: A calendar widget for GTK using PyGoocanvas License: GPL-2.0-only @@ -52,6 +51,7 @@ A calendar widget for GTK using PyGoocanvas (Gnome widget linrary). %files %{python_files} %license LICENSE %doc README COPYRIGHT -%{python_sitelib}/* +%{python_sitelib}/goocalendar +%{python_sitelib}/GooCalendar-%{version}*-info %changelog