Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-bundler for openSUSE:Factory
checked in at 2025-01-29 16:17:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-bundler (Old)
and /work/SRC/openSUSE:Factory/.rubygem-bundler.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-bundler"
Wed Jan 29 16:17:09 2025 rev:66 rq:1241145 version:2.6.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes
2023-11-15 21:08:28.772013740 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-bundler.new.2316/rubygem-bundler.changes
2025-01-29 16:17:34.293368292 +0100
@@ -1,0 +2,25 @@
+Wed Jan 29 09:47:30 UTC 2025 - Marcus Rueckert <[email protected]>
+
+- New upstream release 2.6.3, see bundled CHANGELOG.md
+
+-------------------------------------------------------------------
+Tue Jan 14 10:53:33 UTC 2025 - Marcus Rueckert <[email protected]>
+
+- New upstream release 2.6.2, see bundled CHANGELOG.md
+
+-------------------------------------------------------------------
+Fri Sep 6 13:18:14 UTC 2024 - Marcus Rueckert <[email protected]>
+
+- New upstream release 2.5.18, see bundled CHANGELOG.md
+
+-------------------------------------------------------------------
+Fri Sep 6 11:34:47 UTC 2024 - Marcus Rueckert <[email protected]>
+
+- New upstream release 2.5.16, see bundled CHANGELOG.md
+
+-------------------------------------------------------------------
+Thu Feb 1 01:31:32 UTC 2024 - Marcus Rueckert <[email protected]>
+
+- New upstream release 2.5.5, see bundled CHANGELOG.md
+
+-------------------------------------------------------------------
Old:
----
bundler-2.4.22.gem
New:
----
bundler-2.6.3.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-bundler.spec ++++++
--- /var/tmp/diff_new_pack.dMa9vo/_old 2025-01-29 16:17:34.957395828 +0100
+++ /var/tmp/diff_new_pack.dMa9vo/_new 2025-01-29 16:17:34.961395994 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-bundler
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,19 +24,13 @@
#
Name: rubygem-bundler
-Version: 2.4.22
+Version: 2.6.3
Release: 0
%define mod_name bundler
%define mod_full_name %{mod_name}-%{version}
-# MANUAL
-%if 0%{?suse_version} < 1500
-%define rb_build_versions ruby27
-%define rb_build_ruby_abis ruby:2.7.0
-%endif
-# /MANUAL
-BuildRequires: ruby-macros >= 5
-BuildRequires: %{ruby >= 2.6.0}
+BuildRequires: %{ruby >= 3.1.0}
BuildRequires: %{rubygem gem2rpm}
+BuildRequires: ruby-macros >= 5
BuildRequires: update-alternatives
URL: https://bundler.io
Source: https://rubygems.org/gems/%{mod_full_name}.gem
@@ -44,7 +38,6 @@
Source2: gem2rpm.yml
Summary: The best way to manage your application's dependencies
License: MIT
-PreReq: update-alternatives
%description
Bundler manages an application's dependencies through its entire life, across
@@ -56,6 +49,7 @@
%install
%gem_install \
+ --no-rdoc --no-ri \
--symlink-binaries \
--doc-files="CHANGELOG.md LICENSE.md README.md" \
-f
++++++ bundler-2.4.22.gem -> bundler-2.6.3.gem ++++++
++++ 20230 lines of diff (skipped)
++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.dMa9vo/_old 2025-01-29 16:17:35.173404786 +0100
+++ /var/tmp/diff_new_pack.dMa9vo/_new 2025-01-29 16:17:35.205406113 +0100
@@ -66,13 +66,12 @@
# :post: |-
# /bin/echo foo
---
+#:preamble: |-
+# %define rb_build_versions %{my_apps_rb_build_versions}
+# %define rb_build_ruby_abis %{my_apps_rb_build_abi}
+:disable_docs: true
:patches:
# gemspec_remove_pem.patch: -p1
:sources:
- series
-:preamble: |-
- %if 0%{?suse_version} < 1500
- %define rb_build_versions ruby27
- %define rb_build_ruby_abis ruby:2.7.0
- %endif