Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zapzap for openSUSE:Factory checked in at 2026-01-22 15:18:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zapzap (Old) and /work/SRC/openSUSE:Factory/.zapzap.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zapzap" Thu Jan 22 15:18:59 2026 rev:7 rq:1328646 version:6.2.8 Changes: -------- --- /work/SRC/openSUSE:Factory/zapzap/zapzap.changes 2024-04-30 17:29:43.799342530 +0200 +++ /work/SRC/openSUSE:Factory/.zapzap.new.1928/zapzap.changes 2026-01-22 15:20:05.224999588 +0100 @@ -1,0 +2,84 @@ +Thu Jan 22 08:50:12 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 6.2.7: + * fix: refactor clipboard logic to prevent wayland segfault #514 + +------------------------------------------------------------------- +Thu Jan 22 08:49:58 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 6.2.6: + * Update pt_PT.po #510 + * Guard WebEngine extensions based on Qt version (Debian build fix) #515 + +------------------------------------------------------------------- +Thu Jan 22 08:49:47 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 6.2.5: + * Integration with deb version #480 + * Add uv tool installation instructions to README #502 + * Fixing Chromium Flags being ignored and Wayland support #506 + * Custom theming support via Chrome extension #490 + +------------------------------------------------------------------- +Thu Jan 22 08:49:34 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 6.2.2: + * Update pt_BR.po #464 + * Add translation Portuguese Portugal #463 + * Revise Hebrew translations and update metadata #462 + +------------------------------------------------------------------- +Thu Jan 22 08:49:23 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 6.2.1: + * Fix: Can't paste images from clipboard (via browsers). + * Fix: Dictionary for spelling correction. + +------------------------------------------------------------------- +Thu Jan 22 08:49:13 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 6.2: + * Message context menu on right-click #403 + * Update it.po #414 + +------------------------------------------------------------------- +Thu Jan 22 08:48:57 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 6.1: + * Update ZapZap UI Colors with Latest WhatsApp Theme #341 + * Update pl.po #345 + * Add Hebrew translations #375 + +------------------------------------------------------------------- +Thu Jan 22 08:48:21 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 6.0.1: + * Typing mistake #306 + * Update ui_page_general.ui #308 + * Update German Translation #311 + +------------------------------------------------------------------- +Thu Jan 22 08:48:03 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 6.0.0: + * Updated translation for Bosnian language #273 + * Update bs.po #298 + * Added Dutch translation #299 + * Patch 1 #301 + * Update es.po #302 + +------------------------------------------------------------------- +Thu Jan 22 08:47:18 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 5.3.8: + * Patch unhandled dbus exception #241 + +------------------------------------------------------------------- +Thu Jan 22 08:45:34 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 5.3.6: + * Fix grammar and typos #196 + * Improvements to README and metainfo files #197 + * Some more updates to the README and the .xml file that I forgot to submit a pull request for #202 + +------------------------------------------------------------------- Old: ---- 5.3.1.tar.gz New: ---- 6.2.8.tar.gz _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zapzap.spec ++++++ --- /var/tmp/diff_new_pack.l7TLze/_old 2026-01-22 15:20:05.869026378 +0100 +++ /var/tmp/diff_new_pack.l7TLze/_new 2026-01-22 15:20:05.873026544 +0100 @@ -15,17 +15,18 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - +%define pythons python3 Name: zapzap -Version: 5.3.1 +Version: 6.2.8 Release: 0 Summary: Whatsapp Desktop for Linux License: GPL-3.0-only+ -URL: https://github.com/zapzap-linux/zapzap -Source0: https://github.com/zapzap-linux/zapzap/archive/refs/tags/%{version}.tar.gz +URL: https://github.com/rafatosta/zapzap +Source0: https://github.com/rafatosta/zapzap/archive/refs/tags/%{version}.tar.gz BuildRequires: %{python_module PyQt6} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: hicolor-icon-theme @@ -39,29 +40,29 @@ %prep %autosetup -n %{name}-%{version} -sed -i "s|!/usr/bin/env python|!%{_bindir}/python3|" zapzap/services/dbus_notify.py +sed -i "s|!/usr/bin/env python|!%{_bindir}/python3|" *.py %build -%py3_build +%pyproject_wheel %install -%py3_install +%pyproject_install mkdir -p %{buildroot}%{_datadir}/applications mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/ cp -R share/applications/com.rtosta.zapzap.desktop %{buildroot}%{_datadir}/applications/com.rtosta.zapzap.desktop cp -R share/icons/com.rtosta.zapzap.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/com.rtosta.zapzap.svg %fdupes %{buildroot}%{python_sitelib}/%{name}/ - -chmod +x %{buildroot}/%{python_sitelib}/%{name}/services/dbus_notify.py +echo HERE +echo %{python_sitelib}/%{name} %check %files %license LICENSE %doc README.md -%{python_sitelib}/%{name}-*.egg-info -%{python_sitelib}/%{name}/ +%{python_sitelib}/%{name}-* +%{python_sitelib}/%{name} %{_bindir}/%{name} %{_datadir}/applications/com.rtosta.zapzap.desktop %{_datadir}/icons/hicolor/scalable/apps/com.rtosta.zapzap.svg ++++++ 5.3.1.tar.gz -> 6.2.8.tar.gz ++++++ ++++ 171517 lines of diff (skipped) ++++++ _scmsync.obsinfo ++++++ mtime: 1769073505 commit: 08e3d1ae0f249f3ef353ccac5dcc30e8346c7dd180085ff0a4953f6cc2929daf url: https://src.opensuse.org/whatsapp/zapzap.git revision: 08e3d1ae0f249f3ef353ccac5dcc30e8346c7dd180085ff0a4953f6cc2929daf projectscmsync: https://src.opensuse.org/whatsapp/_ObsPrj.git ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-01-22 10:20:39.000000000 +0100 @@ -0,0 +1 @@ +.osc
