Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

psi+-plugins-pepchangenotifyplugin-1.4.411+0-1.7 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: psi+-plugins-pepchangenotifyplugin Distribution: openSUSE:Factory:zSystems
Version: 1.4.411+0 Vendor: obs://build.opensuse.org/openSUSE:Factory:zSystems
Release: 1.7 Build date: Mon Feb 25 05:38:16 2019
Group: Productivity/Networking/Talk/Clients Build host: s390zp21
Size: 124488 Source RPM: psi+-1.4.411+0-1.7.src.rpm
Url: https://github.com/psi-plus
Summary: Plugin for Psi
This plugin shows popup notifications when users from your roster changes
their mood, tune or activity.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Thu Nov 29 2018 Jiri Slaby <jslaby@suse.com>
  - update to 1.4.411
    * Updated cmake files. Changed c++ standard to c++14
    * Unconditional c++14 + a few changes wrt standard
    * Updated CMake files. Win32 definitions moved to separate file
    * Reverted workaround for invalid skype caps
    * Updated http-parser/qhttp modules
    * Fixed build against hunspell 1.7.
    * Update CMakeLists.txt
    * Version bumped to 1.4
    * Merged WebKit preview fixes from master branch
    * Applied eac157d1595b (SM fixes) from upstream
    * Fixed compatibility with Qt-5.XX
    * Fix build with Qt 5.11.x
* Thu Oct 11 2018 Jiri Slaby <jslaby@suse.cz>
  - update to 1.3.425
    * Do not destroy window's contents on hiding it via 'close' button (#389)
    * Apply part of patch 0280-psi-multirows-tab.diff
    * Fix cppcheck notes with severity "warning"
    * Fix cppcheck notes with severity "error"
    * Updated src/tools/tunecontroller/plugins/aimp/third-party/apiRemote.h.
      Updatd aimp sdk to 4.5.1 version
    * Updated CMake files. Added possibility to compile psimedia plugin if
      sources found in root of psi sources
* Sun Sep 02 2018 jslaby@suse.com
  - update to 1.3.410
    * Clearer logic for history preload. Remove iris from MessageView
    * Don't send Inactive chatstate right after Gone when closing the chat window
    * chatstate fixes
    * Update configuration scripts using qconf v2.4-2-g39e05e6
    * iris relinked
    * Improve detection of Spark XMPP client
    * Updated tranlations in desktop file
    * Tiny improvement in message about PsiMedia loading problem
    * Changes in plugin API required for OMEMO MUC support
    * Updated src/win32-prepare-deps.cmake file. Added new gstreamer libs to prepare-bin-libs target
* Thu Jul 05 2018 jslaby@suse.com
  - update to 1.3.396
    * Fix cppcheck notes "nullPointerRedundantCheck":
    * iris relinked
    * libpsi relinked
    * Fix cppcheck note:
    * Tiny fixes
    * Fix build with MSVC
    * Fix build with QtWebKit after aa48948c6ae245a0682774ed499f9d49f8dacd8b.
    * Tiny code refactoring.
    * Fix cppcheck warning about uninitialized class members
    * Fix cppcheck warning:
    * Fix cppcheck warnings about usage of uninitialized variables
    * Added missed include. fixes compilation failure on Mac OS
    * Fix cppcheck complaints
    * plugins/deprecated/chess: delete unused code
    * Update caps when toggling a plugin that contributes to caps
    * Less pointers, more smart stuff
    * httpupload: encrypt files using OMEMO plugin
    * Merge pull request #378 from psi-im/reworked_encryption_plugin_approach
    * EncryptionSupport: committed forgotten file
    * EncryptionSupport: moved EncryptionHandler from the constructor to a setter
    * EncryptionSupport: pass EncryptionHandler to XMPP::Client in constructor
      instead of individual methods that require it
    * New EncryptionSupport plugin API that allows encryption plugins to plug
      into the right place for message processing
    * Revert "Fixed accidentally broken request of "composing" events"
  - new OMEMO plugin
* Mon Jun 11 2018 jslaby@suse.com
  - update to 1.3.362
    * Grammar fixes
    * Replace xmpp icon with another one without text
    * client_icons.txt: add Dino
    * Try to fix issue #364
    * Try to fix build with qt-5.11
    * Compute relative path to theme's file before starting searching it everywhere.
    * Disable translucent widgets background even if requested by theme.
    * Always recreate jsutil to drop any persistent data from previous theme
    * Sync src/libpsi submodule
    * Webkit: Allow loading empty files. convert tiff to png on the fly
    * Disable context help button on dialogs where it's not used
    * Don't try to show gstreamer info if psimedia library is not loaded
    * Added an icon for xmpp service in useradd dialog to be consistent with other services. fixes #370
    * Don't close Ad-Hoc dialog if response command has another form
    * Rely on QNetworkSession to decide when to connect after resume.
    * an attempt to make reconnection after sleep faster
  - convert ChangeLog to unix newlines
* Thu May 03 2018 jslaby@suse.com
  - update to 1.3.343
    * Make sure that PGP gets enabled only when it's available
    * Cleanup stream on wakeup to avoid receiving errors from stalled stream while reconnecting
    * Updated CMake files. Added detection of win32 architecture for MSVC
    * Prevent crash on too log wait for credentials input.
    * Linkify URLs with "file:" scheme
    * Fixed crash on exit (write to PsiAccount members after delete)
    * Adding Flatpak package manifest
    * Use physical units for muc roster avatars size
    * util.js: add classes to media previews for easy CSS styling
    * util.js: add webp, m4a and ogv to the list of media extensions
    * util.js: ignore query params and hash when determining file extension
    * util.js: add youtube.com to the list of domains triggering youtube preview
    * util.js: consider application/octet-stream mime as unknown to the server, so fallback to extension-based heuristic in such case
    * Fixed crash on exit in Windows
    * Add an option to send composing events at the beginning of conversation
    * Set tab to inactive color when the contact is in inactive state
    * Use static libidn on Windows
    * Ignore dbus on Windows
    * Improved hunspell/qca/idn search for qmake based compilation
    * Tabs to spaces for qcm modules
    * and more...
* Sun Jan 21 2018 jslaby@suse.com
  - update to 1.2.173
    * Applied patch 0120-psi-tray-act-bring-to-front.diff from Psi+
    * a little optimization in the roster
    * Hide OS version if it's "unknown"
    * Do not rewrite accounts.xml everytime when number of online contacts is changed
    * Updated CMake files. Fixed build without qt5keychain library
    * a little optimization in ContactListViewDelegate::eventFilter
    * removed Q_UNUSED for a variable
    * refactored ContactListViewDelegate
    * disable keychain for portable Psi. make an ui option for it
    * Update CMakeLists.txt
    * Updated CMake files. USE_KEYCHAIN flag enabled by default if Qt5Keychain library found.
    * fied typo in defaults.xml
    * relink iris
    * Fixed broken compilation
    * Allow disable keychain in runtime
    * Updated CMake files.Added new ONLY_BINARY flag to build and install only psi binary. Some changes in install section
    * Fixed qt component finder in qcm
    * Upadated cmake/modules/FindQca.cmake. Added new path to find Qca includes. iris relinked
    * iris relinked
    * Changed some default options + applied Psi+ patch for contact groups in main menu
    * and more...
* Sun Dec 10 2017 jslaby@suse.com
  - update to 1.2.109+0
    * many bugfixes
    * build system fixes
* Wed Oct 04 2017 jslaby@suse.com
  - update to 1.2.100
    * many bugfixes
* Tue Sep 05 2017 jslaby@suse.com
  - update to 1.2.46
    * many bugfixes
* Wed Aug 23 2017 jslaby@suse.com
  - update to 1.2.39
    * many bugfixes
    * dropped support for qt4 (upstream dropped that too)
* Fri Jul 28 2017 jslaby@suse.com
  - update to 1.2.15
    * many bugfixes
    * removed MSN and AIM icons
* Thu Jun 22 2017 jslaby@suse.com
  - update to 1.0.98
    * many bugfixes
  - remove 0001-plugins-imagepreviewplugin-include-QWebFrame.patch
    It is upstram now.
* Fri Jun 02 2017 jslaby@suse.com
  - update to 1.0.19+1
    * some bugfixes
    * dropped deprecated plugins
      + captchaformsplugin
      + gmailserviceplugin
      + gnome3supportplugin
  - add 0001-plugins-imagepreviewplugin-include-QWebFrame.patch
* Tue May 23 2017 jslaby@suse.com
  - update to 0.16.584.748+1
    * some bugfixes
    * code unification of psi and psi+
  - switch to sane versioning, according to upstream version which
    started being sane recently too.
  - split -lang to a separate .spec (lang comes from a differen
    repository with different versioning)
* Mon May 15 2017 jslaby@suse.com
  - update to 20170502
    * updated translations
    * some bugfixes
* Wed Apr 05 2017 jslaby@suse.com
  - update to 20170403
    * updated translations
    * some bugfixes
  - use cmake() in .spec
* Fri Mar 24 2017 jslaby@suse.com
  - update to 20170321
    * updated translations
    * some bugfixes
  - switch to use cmake & ninja (new support)
  - join -icons, -sounds and -themes into -data
  - use qt5 on leap >= 42.2 too
  - drop psi+-appdata-desktop-reference.patch: appdata no longer used
* Mon Feb 13 2017 jslaby@suse.com
  - update to 20170212 (bnc#1024687 CVE-2017-5593)
    * updated translations
    * some bugfixes
    * added httpupload and imagepreview plugins
* Wed Nov 30 2016 jslaby@suse.com
  - update to 20161109
    * updated translations
    * some bugfixes
* Tue Oct 04 2016 jslaby@suse.com
  - update to 20161003
    * updated translations
    * some bugfixes
* Fri Jul 29 2016 jslaby@suse.com
  - obsolete deleted psi (bnc#990894)
  - update to 20160727
    * updated translations
    * some bugfixes
* Wed Jun 08 2016 jslaby@suse.com
  - update to 20160607
    * updated translations
    * some bugfixes
  - add plugins-devel for building external plugins
* Tue May 03 2016 dimstar@opensuse.org
  - Add psi+-appdata-desktop-reference.patch: Fix the reference to
    the .desktop file in appdata.xml: upstream installs psi.desktop
    as psi-plus.desktop, psi.appdata.xml as psi-plus.appdata.xml.
    The reference inside the appdata.xml has to match in order for
    the linking between appdata file and .desktop file to work.
* Mon May 02 2016 jslaby@suse.com
  - update to 20160501
    * updated translations
    * some bugfixes
    * fixed frequent double free crash
* Sat Apr 23 2016 jslaby@suse.com
  - update to 20160422
    * updated translations
    * some bugfixes
    * many new icons
  - new subpackages: icons, lang, sounds, themes
* Mon Mar 07 2016 jslaby@suse.com
  - update to 20160304
    * updated translations
    * some bugfixes
    * 2 new plugins: enummessages messagefilter
  - remove: proper-activate.patch (really not needed)
* Tue Nov 24 2015 jslaby@suse.com
  - update to 20151120
    * updated translations
    * some bugfixes
  - remove: qt55-build-fixes.patch -- now unneeded, fixed upstream
  - enable X11 Screen Saver extension
* Sun Oct 11 2015 jslaby@suse.com
  - use qt 5
    * reintroduce qt55-build-fixes.patch (actually needed for 5.5)
* Tue Sep 29 2015 jslaby@suse.com
  - update to 20150925
    * updated translations
    * added lost context menu adding
    * some bugfixes
  - remove: qt55-build-fixes.patch (not needed anymore)
  - remove: qca-qt5.patch
    * and no need to call qconf anymore, they use a new enough one
* Wed Sep 09 2015 jslaby@suse.com
  - update to 20150908
    * updated translations
    * some bugfixes
  - fix URL
* Wed Jul 22 2015 jslaby@suse.com
  - update to 20150708
    * updated translations
    * some bugfixes
* Fri Apr 24 2015 jslaby@suse.com
  - update to 20150423
    * updated translations
    * some bugfixes
  - removed kill-Q_WS_X11.patch (in upstream)
* Thu Apr 09 2015 jslaby@suse.com
  - qt55-build-fixes.patch: add
* Tue Apr 07 2015 astieger@suse.com
  - build with current libotr (4.x)
  - note qt4 minimum requirement
* Tue Mar 17 2015 jslaby@suse.com
  - update to 20150227
    * updated translations
    * some bugfixes
  - port to qt5 ready, waiting for fixed packages to reach factory
  - added kill-Q_WS_X11.patch
  - added qca-qt5.patch
  - added proper-activate.patch
* Wed Jan 14 2015 jslaby@suse.com
  - update to 20150103
    * updated translations
    * many bugfixes
    * remove the need of qconf (it's run by upstream already)
* Fri Dec 05 2014 jslaby@suse.com
  - update to 20141129
    * updated translations
    * many bugfixes (see ChangeLog)
    * login1-dbus-suspend.patch: remove, in upstream

Files

/usr/lib64/psi-plus/plugins/libpepchangenotifyplugin.so


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024