1
0
forked from pool/PackageKit

3 Commits

Author SHA256 Message Date
bdf90fdd08 Accepting request 1129648 from GNOME:Next
- 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

OBS-URL: https://build.opensuse.org/request/show/1129648
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/PackageKit?expand=0&rev=448
2023-11-29 07:32:23 +00:00
Bjørn Lie
e19c228111 Accepting request 408260 from GNOME:Next
- Update to version 1.1.2:
  + This release adds a new backend for the Nix package manager.
  + New Features:
    - Add a test for offline distro upgrades.
    - Add PreparedUpgrade DBus property.
  + Bugfixes:
    - Make pk_console_get_prompt() big endian safe.
    - Require admin authorisation to trigger a distro upgrade.
    - build: Avoid g_simple_async_result deprecation warnings.
    - task: Fix only-trusted property notifications.
    - task: Honour the only_trusted property when setting up
      transactions.
  + Backends: fixes for alpm. aptcc, hif and katja.
- Add trusted key of Kalev Lember (8F62AF74) to the keyring.
- Fix update-alternatives usage.

OBS-URL: https://build.opensuse.org/request/show/408260
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/PackageKit?expand=0&rev=269
2016-07-13 22:47:51 +00:00
d323d55b7d Accepting request 282701 from GNOME:Next
- Update to version 1.0.4:
  + New Features:
    - Add 'quit' command to pkcon.
    - Add the install and remove commands to the packagekit-direct
      test tool
  + Libraries: Add PK_INFO_ENUM_UNAVAILABLE.
  + Bugfixes:
    - Actually inhibit logind when the transaction can't be
      cancelled.
    - Allow pk_backend_job_set_allow_cancel() after ErrorCode has
      been set/
    - Do not attempt to run command-not-found for anything prefixed
      with '.'.
    - Don't use PkBackendSpawn helpers in compiled backends.
    - Fix a hard-to-debug crash when cancelling a task that has
      never been run.
    - Make pk_backend_job_call_vfunc() threadsafe.
    - Make pk_backend_repo_list_changed() threadsafe.
    - Make the network detection code simpler.
    - Really remove the timer GSource when quitting the daemon.
    - Recreate the download location if it does not already exist.
  + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi.
- PK is newly published with a digital signature: add .keyring and
  .asc file to sources.

OBS-URL: https://build.opensuse.org/request/show/282701
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/PackageKit?expand=0&rev=244
2015-01-26 11:21:41 +00:00