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

libpackagekitqt5-1-1.1.1-1.5 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: libpackagekitqt5-1 Distribution: openSUSE Tumbleweed
Version: 1.1.1 Vendor: openSUSE
Release: 1.5 Build date: Sat Feb 3 02:25:39 2024
Group: System/Libraries Build host: i04-ch1b
Size: 314922 Source RPM: PackageKit-Qt5-1.1.1-1.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/hughsie/PackageKit-Qt
Summary: Simple software installation management software
PackageKit is a system designed to make installing and updating
software on your computer easier.  The primary design goal is to unify
all the software graphical tools used in different distributions, and
use some of the latest technology like PolicyKit to make the process
suck less.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Thu Mar 23 2023 Christophe Marin <christophe@krop.fr>
  - Update to 1.1.1
    * Add explicit CMake option to control Qt major version
    * Return if we can't handle the transaction role
    * Transaction: Implement all methods
    * Read the Sender transaction property
    * Apply stricter compiler flags when building the library
  - Rebase 0001-Fix-PackageKit-not-emitting-network-state-changed-si.patch
* Wed Mar 01 2023 Christophe Marin <christophe@krop.fr>
  - Update to 1.1.0:
    * Make PackageKit-Qt depend on Qt 5.10
    * Add build system support for Qt6
    * Add support for plural signals
    * Prefer invoking methods by pointer rather than by name
    * Emit error if transaction is already done before watcher setup
    * offline: Address issues with dbus connections
    * Add the missing pkgconfig file for Qt 6 builds
    * Replace 404 Link by working one in README
  - Drop patch, merged upstream:
    * 0001-Add-build-system-support-for-Qt6.patch
* Sun Jul 03 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Add upstream patch to add Qt 6 support:
    * 0001-Add-build-system-support-for-Qt6.patch
  - Build packages as multibuild flavors: qt5, qt6
* Sat Jul 17 2021 Christopher Yeleighton <giecrilj@stegny.2a.pl>
  - Fix package URL
  - Package README.md
  - Rename devel to %{pkqt}-devel
* Mon Aug 17 2020 Dirk Mueller <dmueller@suse.com>
  - update to 1.0.2:
    * Fix documentation (Aleix Pol)
    * Fix pkg-config include path (Matthias Klumpp)
    * Fix some documentation typos (Pekka Vuorela)
    * Make sure the build is done as c++11 (Pekka Vuorela)
    * Map DBusError::AccessDenied to Transaction::ErrorNotAuthorized (Raine Makelainen)
  - remove 0001-Fix-pkg-config-include-path.patch
    0002-Fix-some-documentation-typos.patch
    0003-Make-sure-the-build-is-done-as-c-11.patch: upstream
* Wed Mar 06 2019 Antonio Larrosa <alarrosa@suse.com>
  - Add patch to use the NetworkManager dbus signal when PackageKit is
    not running and thus, can't emit  a propertiesUpdated signal when
    the network changes its state. This is part of the fix for
    boo#1103678.
    * 0001-Fix-PackageKit-not-emitting-network-state-changed-signal.patch
* Wed Oct 24 2018 Fabian Vogt <fabian@ritter-vogt.de>
  - Add fixes until current master (9e048b7):
    * 0001-Fix-pkg-config-include-path.patch
    * 0002-Fix-some-documentation-typos.patch
    * 0003-Make-sure-the-build-is-done-as-c-11.patch
  - Update to version 1.0.1:
    * Fix build against PackageKit::Offline
  - Update to version 1.0.0:
    * Add an Offline class to interface with PackageKit's Offline interface
    * Fix parsing package data and incomplete package-ids
    * Fix logic of the new string parsing
    * Add missing PackageKit 1.0.2 enums
    * Also optimize PackageName & friends on Transaction class
    * Fix recursion by explicity setting types
    * Optimize packageName & friends
    * A few more updates and fixes for 1.0.0
    * Modernize to C++11 and remove deprecated methods
    * Bump to 1.0.0 version
  - Update to version 0.10.0:
    * Delete the transactions when they are done
    * Merge pull request #22 from aleixpol/master
    * Next version includes new API, so we need a minor version bump
    * Avoid deadlock on disconnecting signals
    * Add missing enums from upstream
    * Implement offlineTrigger
    * Make Transaction deletion match better what is really happening
    * Reintroduce upgradeSystem()
    * Merge pull request #16 from pvuorela/master
    * Fix pkg-config file
    * Drop qt4 pkg-config file
    * Update cmake minimum version
    * Leverage smart pointers for better memory safety
    * Clean up config.cmake file
    * Deprecated as I've been told it shouldn't be used anymore
    * trivial: post release version bump
* Mon Feb 26 2018 dimstar@opensuse.org
  - Use SPDX3.0 license tags and package COPYING as %license.
* Sat Sep 24 2016 zaitor@opensuse.org
  - Update to version 0.9.6:
    + Features:
    - Use Qt 5 by default.
    - Drop Qt4 support from PK-Qt.
    - Make use of QLoggingCategory packagekitqt.
    - Change default visibility to hidden.
    - Require at least Qt 5.6.
    + Bugfixes:
    - Fix compilation with strict QString() constructors on a host
      application.
    - Move enumTo/FromString code from header to cpp file.
    - No need to have random files marked as executable.
    - Reduce changes between QString <-> QByteArray.
    - Properly expose enums for introspection.
  - Remove multi-spec handling: only PackageKit-Qt is now built. The
    former PackageKit-Qt5 assumes the identify of PK-Qt now.
    + Obsolete/Provide PackageKit-Qt5-devel by Pk-Qt-devel. There is
      no extra handling needed for the library subpackage.
* Wed Nov 19 2014 zaitor@opensuse.org
  - Update to version 0.9.5:
    + New Features: Add operator== to bitfield.
    + Bugfixes:
    - Deprecate ::packageIcon methods.
    - Disable namespacing and classes names on the generated
      interfaces.
    - Don't assume the target is packagekitqt5.
    - Fix compilation due to not-set cmake variable.
    - Fix documentation.
    - Fix QPK include dir in cmake module.
    - Properly export cmake targets.
    - Remove daemon proxy conection to changed().
    - Remove RoleUpgradeSystem as it's not supported in 0.9.x
      anymore.
    - Remove the metatype registration for Transaction types.
    - Support RPATH by default.
    - Use GNUInstallDirs to determine most of used variables.
    - Use "PackageKit" as the include namespace rather than the
      library name.
  - Drop PackageKit-Qt-ff-7248b030c0.patch and
    0001-Use-GNUInstallDirs-to-determine-most-of-used-variabl.patch:
    Fixed upstream/No longer needed.

Files

/usr/lib64/libpackagekitqt5.so.1
/usr/lib64/libpackagekitqt5.so.1.1.1
/usr/share/doc/packages/libpackagekitqt5-1
/usr/share/doc/packages/libpackagekitqt5-1/AUTHORS
/usr/share/doc/packages/libpackagekitqt5-1/NEWS
/usr/share/doc/packages/libpackagekitqt5-1/README.md
/usr/share/licenses/libpackagekitqt5-1
/usr/share/licenses/libpackagekitqt5-1/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 30 23:52:28 2024