Branch: refs/heads/ruby32-uri
Home: https://github.com/yast/yast-yast2
Commit: 3b703197c5b0f2108d28115200fa6030938522b7
https://github.com/yast/yast-yast2/commit/3b703197c5b0f2108d28115200fa60309…
Author: Martin Vidner <mvidner(a)suse.cz>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M library/packages/src/lib/y2packager/zypp_url.rb
A library/packages/test/y2packager/zypp_url_test.rb
Log Message:
-----------
Allow dir:///foo to equal dir:/foo (bsc#1207239)
Since Ruby 3.2,
URI("dir:///foo").to_s no longer returns "dir:/foo"
but if we route the 3-slash form via C++ zypp::Url, it gets normalized
to a single slash, see also
https://github.com/openSUSE/libzypp/issues/441
So in the class that wraps zypp::Url, consider those equal
It fixes a comparison in PkgFinishClient#added_by_installer?
Also remove a superfluous brace} from #inspect:
#<Y2Packager::ZyppUrl:2220} @uri=#<URI::Generic dir:/foo>>
Commit: 9cb1f7761d1541742d9f9ef71c5841babc185c0f
https://github.com/yast/yast-yast2/commit/9cb1f7761d1541742d9f9ef71c5841bab…
Author: Martin Vidner <mvidner(a)suse.cz>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M package/yast2.changes
M package/yast2.spec
Log Message:
-----------
version + changelog
Compare: https://github.com/yast/yast-yast2/compare/d6d079ec9aa2...9cb1f7761d15
Branch: refs/heads/ruby32-uri
Home: https://github.com/yast/yast-yast2
Commit: 4ee54c1fb4f24435a2662353832f61b4a4c5dcb8
https://github.com/yast/yast-yast2/commit/4ee54c1fb4f24435a2662353832f61b4a…
Author: Martin Vidner <mvidner(a)suse.cz>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M library/packages/src/lib/y2packager/zypp_url.rb
A library/packages/test/y2packager/zypp_url_test.rb
Log Message:
-----------
Allow dir:///foo to equal dir:/foo (bsc#1207239)
Since Ruby 3.2,
URI("dir:///foo").to_s no longer returns "dir:/foo"
but if we route the 3-slash form via C++ zypp::Url, it gets normalized
to a single slash, see also
https://github.com/openSUSE/libzypp/issues/441
So in the class that wraps zypp::Url, consider those equal
It fixes a comparison in PkgFinishClient#added_by_installer?
Also remove a superfluous brace} from #inspect:
#<Y2Packager::ZyppUrl:2220} @uri=#<URI::Generic dir:/foo>>
Commit: d6d079ec9aa232113dd48441fdb1faecb3169538
https://github.com/yast/yast-yast2/commit/d6d079ec9aa232113dd48441fdb1faecb…
Author: Martin Vidner <mvidner(a)suse.cz>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M package/yast2.changes
M package/yast2.spec
Log Message:
-----------
version + changelog
Compare: https://github.com/yast/yast-yast2/compare/02b7535937c7...d6d079ec9aa2
Branch: refs/heads/ruby32-uri
Home: https://github.com/yast/yast-yast2
Commit: 5e7c8a11e9ffa90b95dde33477c813e0efb96aed
https://github.com/yast/yast-yast2/commit/5e7c8a11e9ffa90b95dde33477c813e0e…
Author: Martin Vidner <mvidner(a)suse.cz>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M library/packages/src/lib/y2packager/zypp_url.rb
A library/packages/test/y2packager/zypp_url_test.rb
Log Message:
-----------
Allow dir:///foo to equal dir:/foo (bsc#1207239)
Since Ruby 3.2,
URI("dir:///foo").to_s no longer returns "dir:/foo"
but if we route the 3-slash form via C++ zypp::Url, it gets normalized
to a single slash, see also
https://github.com/openSUSE/libzypp/issues/441
So in the class that wraps zypp::Url, consider those equal
It fixes a comparison in PkgFinishClient#added_by_installer?
Also remove a superfluous brace} from #inspect:
#<Y2Packager::ZyppUrl:2220} @uri=#<URI::Generic dir:/foo>>
Commit: 02b7535937c7c8ed3d1ba8ab7c09029c57287375
https://github.com/yast/yast-yast2/commit/02b7535937c7c8ed3d1ba8ab7c09029c5…
Author: Martin Vidner <mvidner(a)suse.cz>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M package/yast2.changes
M package/yast2.spec
Log Message:
-----------
version + changelog
Compare: https://github.com/yast/yast-yast2/compare/cfd2f0af0704...02b7535937c7
Branch: refs/heads/ruby32-uri
Home: https://github.com/yast/yast-yast2
Commit: 2623d4f215ea9537d4ed675679d2bcb2f285e21a
https://github.com/yast/yast-yast2/commit/2623d4f215ea9537d4ed675679d2bcb2f…
Author: Martin Vidner <mvidner(a)suse.cz>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M library/packages/src/lib/y2packager/zypp_url.rb
A library/packages/test/y2packager/zypp_url_test.rb
Log Message:
-----------
Allow dir:///foo to equal dir:/foo (bsc#1207239)
Since Ruby 3.2,
URI("dir:///foo").to_s no longer returns "dir:/foo"
but if we route the 3-slash form via C++ zypp::Url, it gets normalized
to a single slash, see also
https://github.com/openSUSE/libzypp/issues/441
So in the class that wraps zypp::Url, consider those equal
It fixes a comparison in PkgFinishClient#added_by_installer?
Also remove a superfluous brace} from #inspect:
#<Y2Packager::ZyppUrl:2220} @uri=#<URI::Generic dir:/foo>>
Commit: cfd2f0af0704c3fddf46d0070a063901af655adb
https://github.com/yast/yast-yast2/commit/cfd2f0af0704c3fddf46d0070a063901a…
Author: Martin Vidner <mvidner(a)suse.cz>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M package/yast2.changes
M package/yast2.spec
Log Message:
-----------
version + changelog
Compare: https://github.com/yast/yast-yast2/compare/1f401e4f129d...cfd2f0af0704
Branch: refs/heads/ruby32-uri
Home: https://github.com/yast/yast-yast2
Commit: 1f401e4f129d365e1a3c9c1ece2e499a4a9f02e5
https://github.com/yast/yast-yast2/commit/1f401e4f129d365e1a3c9c1ece2e499a4…
Author: Martin Vidner <mvidner(a)suse.cz>
Date: 2023-01-26 (Thu, 26 Jan 2023)
Changed paths:
M library/packages/src/lib/y2packager/zypp_url.rb
A library/packages/test/y2packager/zypp_url_test.rb
Log Message:
-----------
Allow dir:///foo to equal dir:/foo (bsc#1207239)
Since Ruby 3.2,
URI("dir:///foo").to_s no longer returns "dir:/foo"
but if we route the 3-slash form via C++ zypp::Url, it gets normalized
to a single slash, see also
https://github.com/openSUSE/libzypp/issues/441
So in the class that wraps zypp::Url, consider those equal
It fixes a comparison in PkgFinishClient#added_by_installer?