diff --git a/python-vdirsyncer.spec b/python-vdirsyncer.spec index 2ac2b47a5a52d3cd4a2b1b3a705362f90ea2eaa6..0134d1e7d884eb7fda4a50eb655a64c6dbc77aa6 100644 --- a/python-vdirsyncer.spec +++ b/python-vdirsyncer.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-vdirsyncer -Version: 0.18.0 -Release: 2 +Version: 0.19.0 +Release: 1 Summary: Synchronize calendars and contacts License: BSD-3-Clause URL: https://github.com/pimutils/vdirsyncer -Source0: https://files.pythonhosted.org/packages/fe/af/b04ca8d53dba17d9f042e9d94b56cf42b23ce8927d84591da1ddd3093cdc/vdirsyncer-0.18.0.tar.gz +Source0: https://files.pythonhosted.org/packages/c9/77/4c6a43d26b75811885aff211b73e078eeeea86d5601c5c12dd188d7e2fd5/vdirsyncer-0.19.0.tar.gz BuildArch: noarch Requires: python3-click @@ -41,7 +41,7 @@ Vdirsyncer is a command-line tool for synchronizing calendars and addressbooks between a variety of servers and the local filesystem. %prep -%autosetup -n vdirsyncer-0.18.0 +%autosetup -n vdirsyncer-%{version} %build %py3_build @@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Feb 16 2023 wubijie - 0.19.0-1 +- Update package to version 0.19.0 + * Wed May 11 2022 yangping - 0.18.0-2 - License compliance rectification diff --git a/vdirsyncer-0.18.0.tar.gz b/vdirsyncer-0.18.0.tar.gz deleted file mode 100644 index 8a6e0bf3df68cf02d5d02f874e046729277dc57e..0000000000000000000000000000000000000000 Binary files a/vdirsyncer-0.18.0.tar.gz and /dev/null differ diff --git a/vdirsyncer-0.19.0.tar.gz b/vdirsyncer-0.19.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4d351c367b24e488e5d562ba338ad143b791ab57 Binary files /dev/null and b/vdirsyncer-0.19.0.tar.gz differ