Skip to content

Commit

Permalink
chore(ruby): relax REXML dependency (#1596)
Browse files Browse the repository at this point in the history
Relax REXML dependency to allow building in Ruby 3.3 (fixes #1595).
  • Loading branch information
imobachgs authored Sep 10, 2024
2 parents 08cb4c3 + d8f10e7 commit 9d30030
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion service/agama-yast.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "eventmachine", "~> 1.2.7"
spec.add_dependency "fast_gettext", "~> 2.3.0"
spec.add_dependency "nokogiri", "~> 1.15"
spec.add_dependency "rexml", "~> 3.2.5"
spec.add_dependency "rexml", "~> 3.2"
spec.add_dependency "ruby-dbus", ">= 0.23.1", "< 1.0"
end
6 changes: 6 additions & 0 deletions service/package/rubygem-agama-yast.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 10 10:03:04 UTC 2024 - Imobach Gonzalez Sosa <[email protected]>

- Relax REXML version (gh#openSUSE/agama#1595) to build with Ruby
3.3.

-------------------------------------------------------------------
Thu Sep 5 17:35:04 UTC 2024 - José Iván López González <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions web/package/agama-web-ui.changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Fri Sep 6 16:38:06 UTC 2024 - Eugenio Paolantonio <[email protected]>

- Do not try to install assets/ and products/ directories (everything
is inside agama/web_ui/ already)
is inside agama/web_ui/ already) (gh#openSUSE/agama#1588).

-------------------------------------------------------------------
Fri Sep 6 15:04:58 UTC 2024 - Lubos Kocman <[email protected]>

- Ensure that product icons are packaged
- Ensure that product icons are packaged (gh#openSUSE/agama#1587).

-------------------------------------------------------------------
Fri Sep 6 08:06:41 UTC 2024 - Imobach Gonzalez Sosa <[email protected]>
Expand Down

0 comments on commit 9d30030

Please sign in to comment.