diff --git a/libzypp-17.34.1.tar.bz2 b/libzypp-17.34.1.tar.bz2 deleted file mode 100644 index 34723bb..0000000 --- a/libzypp-17.34.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:709ba2c90736c70063f44b01d9eb7cc4f29d75ed3b542676ec9ac3ca41ae9b97 -size 5599163 diff --git a/libzypp-17.35.1.tar.bz2 b/libzypp-17.35.1.tar.bz2 new file mode 100644 index 0000000..596ee06 --- /dev/null +++ b/libzypp-17.35.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a5c9e0781329c34a07fec95fcf099feeb16fe05694bcaecd800ec795dcfc6b +size 5612327 diff --git a/libzypp.changes b/libzypp.changes index 13d6fbd..45142a6 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Jul 2 12:30:20 CEST 2024 - ma@suse.de + +- Install zypp/APIConfig.h legacy include (fixes #557) +- version 17.35.1 (35) + +------------------------------------------------------------------- +Fri Jun 28 17:48:09 CEST 2024 - ma@suse.de + +- Update soname due to RepoManager refactoring and cleanup. +- version 17.35.0 (35) + +------------------------------------------------------------------- +Mon Jun 24 12:48:00 CEST 2024 - ma@suse.de + +- Workaround broken libsolv-tools-base requirements (fixes + openSUSE/zypper#551) +- Strip ssl_clientkey from repo urls (bsc#1226030) +- Remove protobuf build dependency. +- Lazily attach medium during refresh workflows (bsc#1223094) +- Refactor RepoManager and add Service workflows. +- version 17.34.2 (34) + ------------------------------------------------------------------- Fri May 31 12:19:45 CEST 2024 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 6a91278..991bcd5 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -49,7 +49,7 @@ %bcond_with enable_preview_single_rpmtrans_as_default_for_zypper Name: libzypp -Version: 17.34.1 +Version: 17.35.1 Release: 0 License: GPL-2.0-or-later URL: https://github.com/openSUSE/libzypp @@ -120,6 +120,7 @@ BuildRequires: libsolv-devel >= 0.7.24 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600 BuildRequires: libsolv-tools-base >= 0.7.29 %requires_eq libsolv-tools-base +Requires: ( findutils if libsolv-tools-base <= 0.7.31 ) %else BuildRequires: libsolv-tools %requires_eq libsolv-tools @@ -127,7 +128,6 @@ BuildRequires: libsolv-tools BuildRequires: glib2-devel BuildRequires: libsigc++2-devel -BuildRequires: protobuf-devel BuildRequires: readline-devel >= 5.1 # required for testsuite