Bug 1562652

Summary: gajim-1.0.3 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: gajimAssignee: Michal Schmidt <mschmidt>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: lemenkov, mschmidt, renault, seb
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: gajim-1.0.3-1.fc29 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-25 16:28:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Upstream Release Monitoring 2018-04-02 00:14:52 UTC
Latest upstream release: 1.0.1
Current version/release in rawhide: 1.0.0-1.fc29
URL: https://gajim.org/

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.

Based on the information from anitya:  https://release-monitoring.org/project/870/

Comment 1 Upstream Release Monitoring 2018-05-02 17:35:22 UTC
Latest upstream release: 1.0.2
Current version/release in rawhide: 1.0.1-1.fc29
URL: https://gajim.org/

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.

Based on the information from anitya:  https://release-monitoring.org/project/870/

Comment 2 Upstream Release Monitoring 2018-05-20 00:15:27 UTC
Latest upstream release: 1.0.3
Current version/release in rawhide: 1.0.1-1.fc29
URL: https://gajim.org/

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.

Based on the information from anitya:  https://release-monitoring.org/project/870/

Comment 3 seb 2018-05-23 21:29:12 UTC
Is it possible to have 1.0.x on Fedora 28?

Comment 4 Michal Schmidt 2018-07-25 16:28:33 UTC
I hesitate pushing 1.0.x as an update to F28.
The move to Gtk 3 has some unpleasant consequences for the user experience:

 - The status icon is not showing under Gnome/Wayland. Perhaps I will patch it to always use the x11 backend, thus making the status icon work again.

 - Some UI elements are confusing, mainly the menus. It still has the menu on top of the roster AND it adds an application global menu. I see there's some upstream work going on in this area:

    - Further align the design with GTK+/GNOME 3 patterns
      https://dev.gajim.org/gajim/gajim/issues/9166

    - confusing menu structure
      https://dev.gajim.org/gajim/gajim/issues/8955


From https://fedoraproject.org/wiki/Updates_Policy:
> Package maintainers MUST:
>   [...]
>   Avoid changing the user experience if at all possible.

Note that you can get Gajim 1.0.x on F28 by installing it as a flatpak from flathub.org.

Comment 5 Michal Schmidt 2018-07-30 10:21:12 UTC
I submitted Gajim 1.0.3 to F28 updates:
https://bodhi.fedoraproject.org/updates/FEDORA-2018-dc734c9eab

It is patched to avoid 3 major issues I had with it:

0001-Support-for-idle-time-under-GNOME-without-X11.patch
 - This patch is a trivial backport from the upstream master branch. It
   adds an idle detection method (for auto-away status) that works
   in a Gnome/Wayland session.

0002-Prefer-X11-to-Wayland-GDK-backend.patch
 - Gajim runs as an X11 client, for a working status icon.

0003-Do-not-use-global-app-menu.patch
 - Only for F28, F27. Disables the use of the global app menu.