diff --git a/weechat-4.4.0.tar.xz b/weechat-4.4.0.tar.xz deleted file mode 100644 index cab487181a040f258cc9797e86c4f59e12124412..0000000000000000000000000000000000000000 Binary files a/weechat-4.4.0.tar.xz and /dev/null differ diff --git a/weechat-4.4.1.tar.xz b/weechat-4.4.1.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..a32475aa52b292ffdc78c5a878a1e51c969e9369 Binary files /dev/null and b/weechat-4.4.1.tar.xz differ diff --git a/weechat.spec b/weechat.spec index 60290114fc9bdf3dfc7c9bd89c2bc67c418e64ec..435d53026a8f26f116ccede7525552c985dcf7ab 100644 --- a/weechat.spec +++ b/weechat.spec @@ -1,8 +1,7 @@ %global _doc %{name}-%{version} -%global _pkgdocdir %{_docdir}/%{_doc} Name: weechat -Version: 4.4.0 +Version: 4.4.1 Release: 1 Summary: Portable, fast, light and extensible IRC client URL: https://weechat.org @@ -56,8 +55,6 @@ This package contains include files and pc file for weechat. find doc/ -type f -name 'CMakeLists.txt' \ -exec sed -i -e 's#${PROJECT_NAME}#%{_doc}#g' '{}' \; -sed -i 's/NAMES python3.7/NAMES python%{python3_version}m python%{python3_version}/' cmake/FindPython.cmake - %build mkdir build pushd build @@ -105,6 +102,9 @@ popd %changelog +* Tue Aug 20 2024 Funda Wang - 4.4.1-1 +- update to 4.4.1 + * Sat Aug 17 2024 Funda Wang - 4.4.0-1 - update to 4.4.0