Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poezio for openSUSE:Factory checked in at 2022-07-06 15:42:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/poezio (Old) and /work/SRC/openSUSE:Factory/.poezio.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "poezio" Wed Jul 6 15:42:18 2022 rev:3 rq:986997 version:0.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/poezio/poezio.changes 2018-07-06 10:49:10.466741129 +0200 +++ /work/SRC/openSUSE:Factory/.poezio.new.1548/poezio.changes 2022-07-06 15:42:34.998568722 +0200 @@ -1,0 +2,57 @@ +Wed Dec 8 22:22:55 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Install upstream desktop file with logo to fix build on Leap + +------------------------------------------------------------------- +Mon Aug 17 20:18:18 UTC 2020 - Dirk Mueller <dmuel...@suse.com> + +- update to 0.13.1: + - Contacts won???t be seen playing games or music when they actually stop doing + so. + - /leave now toggles off the autojoin flag instead of removing the bookmark. + - Only add auotjoin on new bookmarks for synchronise_open_rooms on /join + - /affiliation displays things in the info win instead of directly in the room, + and additionally displays which room it refers to. + - List the correct required versions for package maintainers. + - Fix the AppStream manifest to get Flathub to accept it. + - Add a warning when the terminal doesn???t support 256color mode. + - Display our own nick properly in messages received from MAM. + - Only send an unavailable presence on closing a room if we are joined. + - Don???t display the current date for history messages received today. + - Fix marquee and dice plugin to use newer Last Message Correction format. + - Bookmarks tab properly displays bookmarks method (local/remote) and allows + to switch between them again. + - Updated manpages and added manpages built from the doc in the setup process. + Packagers need to run setup.py build_man to have them built. + +------------------------------------------------------------------- +Tue Mar 24 11:35:24 UTC 2020 - Tomas Cech <sleep_wal...@opensuse.org> + +- add python3-pyasn1-modules as run-time dependency (fixes bnc#1167427) +- bump to 0.12.1 (fixes bnc#1167427) + - Fix compatibility with the Python 3.5 in debian stable + - Require Python??3.5, to add support for Python??3.7, use proper async + functions, use typing, italics formatting, FIXME + - Added support for XEP-0392 (Consistent Color Generation) + - Added support for XEP-0153 (vCard-Based Avatars) and XEP-0084 (User + Avatar) in the roster tab + - Added support for XEP-0363 (HTTP File Upload) for easy file transfer, + in the upload plugin with /upload + - Added support for XEP-0066 (Out of Band Data) for Conversations + compatibility when sharing images, in the embed plugin with /embed + - Removed support for XEP-0296 (Best Practices for Resource Locking), + to use all features available no matter what our contact???s current + clients support + - Check for usable Unicode support on start + - Generate a device id on first start, and use it for our resource + - Display the public key hash instead of the certificate???s + - Handle carbons properly for private messages in rooms + - /bookmarks can now be used to rename tabs as you want + - Remove unexpected command completion based on command prefix + - Add an irssi theme + - Add a code plugin, which requires pygments + - Fix resource duplication on reconnect + - Misc fixes and improvements + + +------------------------------------------------------------------- Old: ---- poezio-0.11.tar.gz poezio.desktop New: ---- poezio-v0.13.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ poezio.spec ++++++ --- /var/tmp/diff_new_pack.7uX5Sa/_old 2022-07-06 15:42:35.382569272 +0200 +++ /var/tmp/diff_new_pack.7uX5Sa/_new 2022-07-06 15:42:35.386569278 +0200 @@ -2,7 +2,7 @@ # # spec file for package poezio # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,22 +13,22 @@ # 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/ # Name: poezio -Version: 0.11 +Version: 0.13.1 Release: 0 Summary: XMPP Client for the Console License: MIT Group: Productivity/Networking/Other URL: http://poezio.eu/en/ -Source: https://dev.louiz.org/attachments/download/118/poezio-%{version}.tar.gz -Source1: poezio.desktop +Source: https://lab.louiz.org/poezio/poezio/-/archive/v%{version}/poezio-v%{version}.tar.gz # PATCH-FIX-OPENSUSE - remove shebangs -- sleep_wal...@opensuse.org Patch0: poezio-remove_shebang.patch BuildRequires: fdupes +BuildRequires: hicolor-icon-theme BuildRequires: make BuildRequires: python-rpm-macros BuildRequires: python3-curses @@ -37,6 +37,7 @@ BuildRequires: update-desktop-files Requires: python3-aiodns Requires: python3-curses +Requires: python3-pyasn1-modules Requires: python3-setuptools Requires: python3-slixmpp @@ -50,13 +51,14 @@ %package doc Summary: Documentation for poezio +Group: Productivity/Networking/Other BuildArch: noarch %description doc Documentation generated by the poezio package, but split out due to size. %prep -%setup -q +%setup -q -n %{name}-v%{version} %patch0 -p1 %build @@ -66,20 +68,23 @@ %python3_install install -m 0755 -d %{buildroot}%{_docdir}/%{name} mv %{buildroot}%{_docdir}/../%{name} %{buildroot}%{_docdir}/ +install -m 0755 -d %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/io.poez.Poezio.svg +install -m 0644 data/poezio_logo.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/io.poez.Poezio.svg %fdupes %{buildroot}%{_libdir}/python3*/site-packages %fdupes %{buildroot}%{_docdir}/%{name} -install -m 0755 -d %{buildroot}%{_datadir}/applications -install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications %files doc +%doc README.rst %{_docdir}/poezio %files -%license COPYING README.rst +%license COPYING %{_libdir}/python3*/site-packages/%{name}* %{_bindir}/poezio* -%{_datadir}/applications/%{name}.desktop %{_datadir}/poezio %{_mandir}/man1/%{name}*%{ext_man} +%{_datadir}/applications/io.poez.Poezio.desktop +%{_datadir}/metainfo/io.poez.Poezio.appdata.xml +%{_datadir}/icons/hicolor/scalable/apps/io.poez.Poezio.svg %changelog