Changelog for
compiz-0.9.14.2-2.45.i586.rpm :
* Sun Aug 28 2022 Alexei Sorokin
- Update to version 0.9.14.2 (changes since 0.9.14.1~git20211026.10902c1):
* opengl: Don\'t redefine GLX_BACK_BUFFER_AGE_EXT if already defined.
* opengl: Add BufferAgeFrameProvider for EGL case.
* opengl: Check for EGL_EXT_buffer_age extension string.
* blur: Use GLFramebufferObject::rebind with the returned framebuffer.
* blur: Set precision level in fragment shader in GL_ES case.
* screen: Use the BufferAgeFrameProvider on USE_GLES if bufferAge is available.
* core: EventManager::removeWatchFd() should remove the watch from the Glib::MainContext (lp#1879975).
* Enable EGL_EXT_buffer_age on USE_GLES where it is advertised.
* gtk-window-decorator: Set client type before using WnckScreen API.
* event: Use correct window when deciding if it should appear focused.
* Set cmake policies CMP0121 and CMP0072 to NEW behaviour.
* Fix boost warning about Bind placeholders.
* compizconfig-python: Fix syntax warning.
* cmake: Fix implicit conversion from FORCE to STRING.
* cmake: Remove stray $.
* cmake: Remove trailing slash from GSettings dir.
* window-decorator: Fix aggressive-loop-optimizations error.
* wallpaper: Initialise matrix.
* option: Initialise inst.
* gtk-window-decorator: Set client type before using WnckScreen API.
* event: Use correct window when deciding if it should appear focused.
* Fix build errors and warnings.
* Update translations.
* Thu Aug 04 2022 Dominique Leuenberger - Fold libcompizconfig.so.0 back into the libcompizconfig package. This library is not suitable for parallel installations as the plugin system is unversioned and mixing libs would most likely crash.- Filter rpmlint error \"E: shlib-policy-name-error\" as acceptable.
* Wed Apr 27 2022 Jan Engelhardt - Resolve rpmlint report \"libcompizconfig.x86_64: E: shlib-policy-name-error SONAME: libcompizconfig.so.0, expected package suffix: 0\"
* Sat Nov 20 2021 Alexei Sorokin - Update to version 0.9.14.1~git20211026.10902c1 (changes since 0.9.14.1):
* Don\'t change pkg-config search path (lp#1859778).
* screen: Add support for _GTK_WORKAREAS_Dn.
* window: Add support for _GNOME_WM_STRUT_AREA.
* ccsm: Remove HeaderStyleSet (lp#1863561).
* window-decorator: Remove shade, stick and above buttons.
* Make annotate plugin D-Bus interface working, and clean up code (lp#1878545).
* Use dbus_bool_t instead of bool.
* Initialise 3 arrays to zero to silence a new gcc-10 warning.
* Move window_type_frames to extern in the header file, fixing a build failure with gcc-10.
* Use unsigned long for getting/setting _NET_WM_USER_TIME property.
* Add support for CMake Unity builds (aka Jumbo builds) (lp#1882792).
* Remove unused empty private structs.
* Build the compizconfig Python extension using distutils. Bump required CMake version to 3.17 to make this possible (lp#1926046).
* Tue Jan 21 2020 sor.alexeiAATTmeowr.ru- Update to version 0.9.14.1 (changes since 0.9.14.0+bzr20190223):
* MATE configuration has been removed from debian/. See this merge request for details: https://code.launchpad.net/~muktupavels/compiz/+git/compiz/+merge/374783
* Update translations.- Rebase compiz-suse-defaults.patch.- Drop compiz-gwd-metacity-3.18.patch: unnecessary for supported versions of openSUSE.
* Mon Mar 18 2019 sor.alexeiAATTmeowr.ru- Update to version 0.9.14.0+bzr20190223 (changes since 0.9.13.1+bzr20190217):
* ccsm: Fix UnicodeDecodeError caused by non-ASCII plugin descriptions (lp#1816629).
* ccsm: Fix TypeError when calling Gtk.Menu.popup() with invalid number of arguments.
* ccsm: Fix display of Copyright sign.
* Update translations.
* Mon Feb 18 2019 sor.alexeiAATTmeowr.ru- Update to version 0.9.14.0+bzr20190217 (changes since 0.9.13.1+bzr20190103):
* Fix visual-bell-type GSettings values.
* Fix some deprecation warnings.
* Fix regression in CCSM from Python 3 port (lp#1814462).
* Remove KDE support.
* Fix GNOME building.
* Clean up CMake files, and bump required version to 3.10.
* Fix fallout from deprecation fixes.
* Remove no longer needed button-layout workaround.
* Fix many PyGTKDeprecationWarning warnings.
* Fix protobuf warning by explicitly specifying proto2 syntax.
* Set Cython language_level directive.
* compizconfig: Remove unused MATE integration.
* Add support for loading configuration from multiple files.
* Remove unity configuration, will be added back in Unity.
* Fix GCC -Wstringop-truncation error.
* Fix window grabbing by title or ID.- Remove compiz-ccsm-fix-window-grab.patch: merged upstream.- Rebase compiz-gwd-metacity-3.18.patch.
* Sat Jan 12 2019 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.1+bzr20190103 (changes since 0.9.13.1+bzr20180930):
* Port CCSM to Python 3.
* Thu Oct 25 2018 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.1+bzr20180930 (changes since 0.9.13.1+bzr20180727):
* Fix missing icons in CCSM (lp#1794765).
* Fri Aug 03 2018 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.1+bzr20180727 (changes since 0.9.13.1+bzr20180302):
* Add \"Change\" to \"Zoom Speed\" and \"Zoom Timestep\".
* showmouse: Enable by default Guides instead of Emitters (lp#1763032).
* Add missing plugin description files to potfiles (lp#1722732).
* Do not enable \"Target Focused Window on Specific Zoom\" by default (lp#1763692).
* compizconfig-python: Replace pyrex with Cython.
* libcompizconfig: Improve error message when scandir fails.
* Properly set COMPIZ_SYSCONFDIR.
* compizconfig: Remove the \"Loading icons...\" debug message.
* ccsm: Port to PyGObject and GTK+ 3.
* decor: Don\'t use a hard-coded path as default command.
* ccsm: Remove python 2.4 support.
* ccsm: Force icon size.
* ccsm: Don\'t use star imports.
* ccsm: Fix few typos.
* ccsm: Add borders in few places.
* ccsm: Fix KeyError warnings.
* Fix build errors with GCC 8.1.
* Make tests build again with Google Test 1.8.0 and GCC 8.1.
* Build tests.
* Don\'t set CMP0000 policy to OLD.
* Don\'t set CMP0003 policy.
* Don\'t set CMP0005 policy to OLD.
* Don\'t set CMP0011 policy to OLD.
* Don\'t set CMP0022 policy to OLD.
* Don\'t set CMP0002 policy to OLD.
* Drop xig support (lp#1100128).
* Remove useless warnings.- Rebase compiz-suse-defaults.patch.