Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libzypp for openSUSE:Factory checked in at 2023-06-06 19:55:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libzypp (Old) and /work/SRC/openSUSE:Factory/.libzypp.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzypp" Tue Jun 6 19:55:22 2023 rev:472 rq:1090885 version:17.31.12 Changes: -------- --- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes 2023-04-29 17:28:05.698530714 +0200 +++ /work/SRC/openSUSE:Factory/.libzypp.new.15902/libzypp.changes 2023-06-06 19:56:11.682450302 +0200 @@ -1,0 +2,8 @@ +Mon Jun 5 12:15:55 CEST 2023 - [email protected] + +- Do not unconditionally release a medium if provideFile failed + (bsc#1211661) +- libzypp.spec.cmake: remove duplicate file listing. +- version 17.31.12 (22) + +------------------------------------------------------------------- Old: ---- libzypp-17.31.11.tar.bz2 New: ---- libzypp-17.31.12.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzypp.spec ++++++ --- /var/tmp/diff_new_pack.2oX3q7/_old 2023-06-06 19:56:12.630455922 +0200 +++ /var/tmp/diff_new_pack.2oX3q7/_new 2023-06-06 19:56:12.634455946 +0200 @@ -1,7 +1,7 @@ # # spec file for package libzypp # -# Copyright (c) 2005-2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 || (0%{?is_opensuse} && 0%{?sle_version} >= 150100) @@ -42,10 +42,10 @@ %bcond_with enable_preview_single_rpmtrans_as_default_for_zypper Name: libzypp -Version: 17.31.11 +Version: 17.31.12 Release: 0 -License: GPL-2.0+ -Url: https://github.com/openSUSE/libzypp +License: GPL-2.0-or-later +URL: https://github.com/openSUSE/libzypp Summary: Library for package, patch, pattern and product management Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -398,8 +398,6 @@ %{_includedir}/zypp-media %{_includedir}/zypp-curl %{_libdir}/pkgconfig/libzypp.pc -%{_libdir}/pkgconfig/libzypp.pc -%{_libdir}/pkgconfig/libzypp.pc %files devel-doc %defattr(-,root,root) ++++++ libzypp-17.31.11.tar.bz2 -> libzypp-17.31.12.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzypp-17.31.11/VERSION.cmake new/libzypp-17.31.12/VERSION.cmake --- old/libzypp-17.31.11/VERSION.cmake 2023-04-28 13:42:03.000000000 +0200 +++ new/libzypp-17.31.12/VERSION.cmake 2023-06-05 12:17:55.000000000 +0200 @@ -61,8 +61,8 @@ SET(LIBZYPP_MAJOR "17") SET(LIBZYPP_COMPATMINOR "22") SET(LIBZYPP_MINOR "31") -SET(LIBZYPP_PATCH "11") +SET(LIBZYPP_PATCH "12") # -# LAST RELEASED: 17.31.11 (22) +# LAST RELEASED: 17.31.12 (22) # (The number in parenthesis is LIBZYPP_COMPATMINOR) #======= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzypp-17.31.11/libzypp.spec.cmake new/libzypp-17.31.12/libzypp.spec.cmake --- old/libzypp-17.31.11/libzypp.spec.cmake 2023-04-13 16:51:38.000000000 +0200 +++ new/libzypp-17.31.12/libzypp.spec.cmake 2023-05-15 11:42:04.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libzypp # -# Copyright (c) 2005-2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 || (0%{?is_opensuse} && 0%{?sle_version} >= 150100) @@ -44,8 +44,8 @@ Name: libzypp Version: @VERSION@ Release: 0 -License: GPL-2.0+ -Url: https://github.com/openSUSE/libzypp +License: GPL-2.0-or-later +URL: https://github.com/openSUSE/libzypp Summary: Library for package, patch, pattern and product management Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -398,8 +398,6 @@ %{_includedir}/zypp-media %{_includedir}/zypp-curl %{_libdir}/pkgconfig/libzypp.pc -%{_libdir}/pkgconfig/libzypp.pc -%{_libdir}/pkgconfig/libzypp.pc %files devel-doc %defattr(-,root,root) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzypp-17.31.11/mkChangelog new/libzypp-17.31.12/mkChangelog --- old/libzypp-17.31.11/mkChangelog 2023-03-13 16:50:22.000000000 +0100 +++ new/libzypp-17.31.12/mkChangelog 2023-05-03 14:42:04.000000000 +0200 @@ -64,6 +64,9 @@ VERSIONFILE="VERSION.cmake" test -f "$VERSIONFILE" || errexit "No version file '$VERSIONFILE'" +SPECFILE=$(ls *.spec.cmake) +grep -q "^# Copyright (c) $(date +"%Y")" "$SPECFILE" || errexit "Fix copyright date in spec file '$SPECFILE'" + function getversion() { cat "$VERSIONFILE" \ | awk ' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzypp-17.31.11/package/libzypp.changes new/libzypp-17.31.12/package/libzypp.changes --- old/libzypp-17.31.11/package/libzypp.changes 2023-04-28 13:42:03.000000000 +0200 +++ new/libzypp-17.31.12/package/libzypp.changes 2023-06-05 12:17:55.000000000 +0200 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Mon Jun 5 12:15:55 CEST 2023 - [email protected] + +- Do not unconditionally release a medium if provideFile failed + (bsc#1211661) +- libzypp.spec.cmake: remove duplicate file listing. +- version 17.31.12 (22) + +------------------------------------------------------------------- Fri Apr 28 13:40:07 CEST 2023 - [email protected] - MediaCurl: Fix endless loop if wrong credentials are stored in diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzypp-17.31.11/po/mk.po new/libzypp-17.31.12/po/mk.po --- old/libzypp-17.31.11/po/mk.po 2023-03-13 16:50:22.000000000 +0100 +++ new/libzypp-17.31.12/po/mk.po 2023-05-29 08:42:04.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-12-22 14:35+0100\n" -"PO-Revision-Date: 2023-01-28 08:14+0000\n" +"PO-Revision-Date: 2023-05-29 06:14+0000\n" "Last-Translator: Kristijan Fremen Velkovski <[email protected]>\n" "Language-Team: Macedonian <https://l10n.opensuse.org/projects/libzypp/master/" "mk/>\n" @@ -942,7 +942,7 @@ #. :MYS:458: #: zypp/CountryCode.cc:315 msgid "Mozambique" -msgstr "" +msgstr "Ðозамбик" #. :MOZ:508: #: zypp/CountryCode.cc:316 @@ -1010,7 +1010,7 @@ #. :NRU:520: #: zypp/CountryCode.cc:326 msgid "Niue" -msgstr "" +msgstr "ÐиÑе" # NZ #. :NIU:570: @@ -1021,7 +1021,7 @@ #. :NZL:554: #: zypp/CountryCode.cc:328 msgid "Oman" -msgstr "" +msgstr "Ðман" # PA #. :OMN:512: @@ -1038,17 +1038,17 @@ #. :PER:604: #: zypp/CountryCode.cc:331 msgid "French Polynesia" -msgstr "" +msgstr "ФÑанÑÑÑка ÐолинезиÑа" #. :PYF:258: #: zypp/CountryCode.cc:332 msgid "Papua New Guinea" -msgstr "" +msgstr "ÐапÑа Ðова ÐвинеÑа" #. :PNG:598: #: zypp/CountryCode.cc:333 msgid "Philippines" -msgstr "" +msgstr "Филипини" # TJ # fuzzy @@ -1094,7 +1094,7 @@ #. :PRT:620: #: zypp/CountryCode.cc:341 msgid "Palau" -msgstr "ÐаÑагваÑ" +msgstr "ÐалаÑ" # PY #. :PLW:585: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzypp-17.31.11/zypp/MediaSetAccess.cc new/libzypp-17.31.12/zypp/MediaSetAccess.cc --- old/libzypp-17.31.11/zypp/MediaSetAccess.cc 2023-04-05 08:42:04.000000000 +0200 +++ new/libzypp-17.31.12/zypp/MediaSetAccess.cc 2023-05-30 15:42:04.000000000 +0200 @@ -293,20 +293,6 @@ do { - if (user != media::MediaChangeReport::EJECT) // no use in calling this again - { - DBG << "Media couldn't provide file " << file << " , releasing." << endl; - try - { - media_mgr.release(media); - } - catch (const Exception & excpt_r) - { - ZYPP_CAUGHT(excpt_r); - MIL << "Failed to release media " << media << endl; - } - } - // set up the reason media::MediaChangeReport::Error reason = media::MediaChangeReport::INVALID; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzypp-17.31.11/zypp/misc/DefaultLoadSystem.cc new/libzypp-17.31.12/zypp/misc/DefaultLoadSystem.cc --- old/libzypp-17.31.11/zypp/misc/DefaultLoadSystem.cc 2023-03-13 16:50:22.000000000 +0100 +++ new/libzypp-17.31.12/zypp/misc/DefaultLoadSystem.cc 2023-05-03 17:42:04.000000000 +0200 @@ -60,7 +60,7 @@ MIL << satpool.systemRepo() << endl; } - if ( 1 ) + if ( not flags_r.testFlag( LS_NOREPOS ) ) { RepoManager repoManager( sysRoot_r ); RepoInfoList repos = repoManager.knownRepositories(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzypp-17.31.11/zypp/misc/DefaultLoadSystem.h new/libzypp-17.31.12/zypp/misc/DefaultLoadSystem.h --- old/libzypp-17.31.11/zypp/misc/DefaultLoadSystem.h 2023-03-13 16:50:22.000000000 +0100 +++ new/libzypp-17.31.12/zypp/misc/DefaultLoadSystem.h 2023-05-03 17:42:04.000000000 +0200 @@ -33,7 +33,8 @@ enum LoadSystemFlag { LS_READONLY = (1 << 0), //!< // Create readonly ZYpp instance. - LS_NOREFRESH = (1 << 1) //!< // Don't refresh existing repos. + LS_NOREFRESH = (1 << 1), //!< // Don't refresh existing repos. + LS_NOREPOS = (1 << 2), //!< // Don't loag existing repos (just Target). }; /** \relates LoadSystemFlag Type-safe way of storing OR-combinations. */
