Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: PackageKit-gtk3-module | Distribution: openSUSE Tumbleweed |
Version: 1.2.8 | Vendor: openSUSE |
Release: 6.1 | Build date: Tue Oct 15 13:48:02 2024 |
Group: System/Libraries | Build host: reproducible |
Size: 18499 | Source RPM: PackageKit-1.2.8-6.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.freedesktop.org/software/PackageKit | |
Summary: Install fonts automatically using PackageKit |
The PackageKit GTK3+ module allows any Pango application to install fonts from configured repositories using PackageKit.
GPL-2.0-or-later
* Tue Oct 15 2024 Dominique Leuenberger <dimstar@opensuse.org> - Drop rcFOO symlinks (PED-266) - Drop usage of update-alternatives, but simplify installation of /usr/libexec/gst-install-plugins-helper as a direct symlink to pk-gstreamer-install. * Thu Sep 12 2024 Jonathan Kang <songchuan.kang@suse.com> - Add PackageKit-zypp-dont-install-updateCandidateObj.patch: zypp: Mark the correct packages to-be-installed (bsc#1227389, gh#PackageKit/PackageKit/commit/209aa6295). * Tue Aug 13 2024 Alynx Zhou <alynx.zhou@suse.com> - Add PackageKit-mark-as-compulsory.patch: Prevent PackageKit from user uninstallable for most desktops (bsc#1226269). * Tue Mar 05 2024 Dominique Leuenberger <dimstar@opensuse.org> - Drop baselibs.conf: the -32bit packages are no longer needed and have not been part of Tumbleweed for a while already (build for i586 only enabled in LegacyX86). * Tue Jan 02 2024 Alynx Zhou <alynx.zhou@suse.com> - Add PackageKit-find-python-3-6.patch: Specify the Python version we need to build this package. * Thu Nov 09 2023 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 1.2.8: + Libraries: - offline-updates: . Make package update list deduplication more efficient. . Add only one entry per package to 'offline-update-competed' file. - PkClient: Replace the GSimpleAsyncResult with the GTask API. - pk-client: . Fix use-before-set of PkProgress on cancellation. . Move cancellable disconnect to dispose. . Rework refcounting for PkClientState. + Backends: Changes to apt, dnf, PiSi and BSD backends. - Changes from version 1.2.7: + New Features: - pkclient: Add an option to count download size with dependencies. - pk-transaction: Add support for getting the RemainingTime property. + Backends: - zypp: Fix ambiguous reference to 'filesystem' class. - Changes to dnf, apt, alpm backends. - Changes from version 1.2.6: + New Features: - Expose transaction sender as read-only property on the bus. - pkmon: Display transaction sender binary name in log. - pk-transaction: Add Packages signal. - pk-transaction: Combine some D-Bus PropertiesChanged signal emissions. - pk-transaction: Add UpdateDetails signal. + Backends: - zypp: . implement upgrade-system method. . Clean up trailing whitespaces. . Avoid statuReset() on locked packages. . restore pool status after simulating an update. . Disable upgrade-system support in SLE. . build the pool before calling is_tumbleweed(). . update libzypp dependency version. . Don't refresh repos before searching. . Check if packages are locked before removing. . add repository data in package id. . Remove trailing whitespace. + Changes to alpm, aptcc, apt, and nix backends. - Rebase patches: + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch + PackageKit-dynamic-export.patch + PackageKit-zypp-disable-upgrade-system-in-sle.patch - Drop upstream fixed patches: + PackageKit-zypp-add-repo-in-packageid.patch + PackageKit-zypp-add-upgrade-system.patch + PackageKit-zypp-avoid-statuReset.patch + PackageKit-zypp-dont-refresh-before-searching.patch + PackageKit-zypp-dont-remove-locked-packages.patch + PackageKit-zypp-fix-ambiguous-filesystem-reference.patch + PackageKit-zypp-fix-is-tumbleweed-check.patch + PackageKit-zypp-restore-pool-status-after-simulating-update.patch + PackageKit-zypp-update-libzypp-dependency-version.patch * Mon Jul 17 2023 Dominique Leuenberger <dimstar@opensuse.org> - Add PackageKit-dynamic-export.patch: fix loading of modules when built using glib 2.70 (boo#1213309). * Mon Mar 13 2023 Jonathan Kang <songchuan.kang@suse.com> - Add PackageKit-fix-pkcon-permission.patch: trivial: Drop unnecessary x permission (gh#PackageKit/PackageKit/commit/47b7f97bc, bsc#1209138) * Fri Jan 06 2023 Jonathan Kang <songchuan.kang@suse.com> - Add PackageKit-zypp-fix-ambiguous-filesystem-reference.patch: zypp: Fix ambiguous reference to 'filesystem' class (gh#PackageKit/PackageKit/commit/bb1409a71, bsc#1206687). * Mon Sep 26 2022 Jonathan Kang <songchuan.kang@suse.com> - Add PackageKit-zypp-dont-remove-locked-packages.patch: zypp: Check if packages are locked before removing (gh#PackageKit/PackageKit/commit/8649a07bc, bsc#1199895). - Add PackageKit-zypp-add-repo-in-packageid.patch: zypp: add repository data in package id (gh#PackageKit/PackageKit/commit/8eb2ef0ae, bsc#1202585). - Remove PackageKit-zypp-locked-packages.patch: reverted upstream (gh#PackageKit/PackageKit/commit/ed3e38043). * Fri Sep 02 2022 Jonathan Kang <songchuan.kang@suse.com> - Add PackageKit-zypp-dont-refresh-before-searching.patch: zypp: Don't refresh repos before searching (gh#PackageKit/PackageKit/commit/58c7c0285, bsc#1199895). * Wed Aug 03 2022 Jonathan Kang <songchuan.kang@suse.com> - Modified PackageKit.spec: bump libzypp dependency version to 17.31.0. - Add PackageKit-zypp-avoid-statuReset.patch: zypp: Avoid statuReset() on locked packages (gh#PackageKit/PackageKit/commit/dd1964255, bsc#1199895). - Add PackageKit-zypp-disable-upgrade-system-in-sle.patch: zypp: Disable upgrade-system support in SLE (gh#PackageKit/PackageKit/commit/0fcd820c2). - Add PackageKit-zypp-restore-pool-status-after-simulating-update.patch: zypp: restore pool status after simulating an update (gh#PackageKit/PackageKit/commit/2b61a6649, bsc#1199895). - Add PackageKit-zypp-fix-is-tumbleweed-check.patch: zypp: build the pool before calling is_tumbleweed() (gh#PackageKit/PackageKit/commit/146890153). - Add PackageKit-zypp-update-libzypp-dependency-version.patch: zypp: update libzypp dependency version (gh#PackageKit/PackageKit/commit/58c7c0285, bsc#1199895). * Sat Jul 09 2022 Callum Farmer <gmbr3@opensuse.org> - Move the dbus-1 system.d file to /usr (bsc#1201347) * Fri Jul 01 2022 Jonathan Kang <songchuan.kang@suse.com> - Add PackageKit-zypp-add-upgrade-system.patch: implement upgrade-system method(gh#hughsie/PackageKit/commit/930dd201b). * Thu May 26 2022 Jonathan Kang <songchuan.kang@suse.com> - Add PackageKit-zypp-locked-packages.patch: zypp: ignore locked packages(gh#hughsie/PackageKit#543, boo#1199895). * Fri May 20 2022 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 1.2.5: + Backends: - dnf: . Add support for autoremove flag when removing packages. . Searches by name and package details should be case insensitive. . Update appstream xml files if dnf_sack_add_repos() does the download. - zypp: . Add -std=c++1z cpp flags. . Fix crash when search string is NULL. . Fix package installation using undefined data. - Changes to alpm, apttcc, nix, and slack. + Bugfixes: - Install offline-update enablement symlink if Meson is new enough. - Move Wants= line for network-online.target. - Add flags to D-Bus offline invoking methods. - Properly handle allow-reinstall flag for installations. - Provide better error message if trying to install an installed package. - Wait until online to activate systemd service. - Drop 505.patch, PackageKit-zypp-c++17.patch, and PackageKit-zypp-fix-crash-with-empty-search-string.patch: fixed upstream. * Tue Nov 16 2021 Dominique Leuenberger <dimstar@opensuse.org> - Apply all patches unconditonally: PackageKit-zypp-c++17.patch is merged in upstream git and thus does not justify to be conditionally applied. - Switching back to autosetup, as this works without conditional patches. * Tue Nov 16 2021 Dominique Leuenberger <dimstar@opensuse.org> - Rewrite prep phase to not use autopatch -M: SLE15/Leap15's RPM version does not support that syntax yet. * Fri Nov 05 2021 Jonathan Kang <songchuan.kang@suse.com> - Add PackageKit-zypp-c++17.patch: Fix build failure when building with libzypp > 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349). * Fri Nov 05 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive. * Thu Sep 16 2021 Stanislav Brabec <sbrabec@suse.com> - Remove obsolete translation-update-upstream support (jsc#SLE-21105). * Fri Aug 20 2021 Jonathan Kang <songchuan.kang@suse.com> - Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49). * Thu Jul 29 2021 Yifan Jiang <yfjiang@suse.com> - Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch * Thu Jun 10 2021 Dario Faggioli <dfaggioli@suse.com> - Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484 * Fri Mar 26 2021 Jonathan Kang <songchuan.kang@suse.com> - Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464). * Mon Mar 15 2021 Andrei Dziahel <develop7@develop7.info> - Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660) * Mon Mar 01 2021 Jonathan Kang <songchuan.kang@suse.com> - Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597). * Fri Feb 26 2021 Neal Gompa <ngompa13@gmail.com> - Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package * Sat Jan 30 2021 Dominique Leuenberger <dleuenberger@suse.com> - Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable. * Fri Jan 29 2021 Neal Gompa <ngompa13@gmail.com> - Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch * Wed Jan 27 2021 Jonathan Kang <songchuan.kang@suse.com> - Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150). * Tue Jan 19 2021 Stasiek Michalski <stasiek@michalski.cc> - Build command-not-found by default
/usr/lib64/gnome-settings-daemon-3.0 /usr/lib64/gnome-settings-daemon-3.0/gtk-modules /usr/lib64/gnome-settings-daemon-3.0/gtk-modules/pk-gtk-module.desktop /usr/lib64/gtk-3.0/modules/libpk-gtk-module.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 15 01:09:04 2024