Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| dd7b74c530 | |||
|
|
d139130821 | ||
| 9a0e07a98b | |||
|
|
9567602bc0 |
BIN
packaging_rake_tasks-1.5.1.gem
LFS
BIN
packaging_rake_tasks-1.5.1.gem
LFS
Binary file not shown.
3
packaging_rake_tasks-1.5.4.gem
Normal file
3
packaging_rake_tasks-1.5.4.gem
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9162d29cc4341a0b6a479bdaae02fefe048bb7f4987fd396883f50922cc8ffde
|
||||||
|
size 24064
|
||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 19 16:06:03 UTC 2023 - Ladislav Slezák <lslezak@suse.com>
|
||||||
|
|
||||||
|
- Fixed crash in "build_dependencies:*" rake tasks when processing
|
||||||
|
some spec files (related to bsc#1211319)
|
||||||
|
- 1.5.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 16 13:55:04 UTC 2023 - Ladislav Slezák <lslezak@suse.com>
|
||||||
|
|
||||||
|
- Added support for multi build packages in "build_dependencies:*"
|
||||||
|
rake tasks (related to bsc#1211319)
|
||||||
|
- 1.5.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 6 09:06:07 UTC 2023 - Martin Vidner <mvidner@suse.com>
|
||||||
|
|
||||||
|
- Stop using File.exists? which no longer works in Ruby 3.2
|
||||||
|
(bsc#1206419)
|
||||||
|
- 1.5.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 2 08:45:04 UTC 2021 - Ladislav Slezák <lslezak@suse.cz>
|
Thu Sep 2 08:45:04 UTC 2021 - Ladislav Slezák <lslezak@suse.cz>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-packaging_rake_tasks
|
# spec file for package rubygem-packaging_rake_tasks
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rubygem-packaging_rake_tasks
|
Name: rubygem-packaging_rake_tasks
|
||||||
Version: 1.5.1
|
Version: 1.5.4
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name packaging_rake_tasks
|
%define mod_name packaging_rake_tasks
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
|
|||||||
Reference in New Issue
Block a user