Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f6b87d761c | |||
| 95f590a9e7 |
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:30:52 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix escaping of commented out patch: with RPM 4.20, %patch
|
||||
becomes a standard, expandable macro, that can span more than one
|
||||
line. Commenting out with #%patch can thus lead to invalid
|
||||
results.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 27 11:10:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package opensp-doc
|
||||
#
|
||||
# Copyright (c) 2024 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
|
||||
@@ -88,8 +88,8 @@ tools (package 'opensp').
|
||||
|
||||
%prep
|
||||
%setup -q -n OpenSP-%{version}
|
||||
# %patch -P 0 -p1
|
||||
# %patch -P 1 -p1
|
||||
# %%patch -P 0 -p1
|
||||
# %%patch -P 1 -p1
|
||||
%patch -P 11 -p1
|
||||
%patch -P 12
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:30:48 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix escaping of commented out patch: with RPM 4.20, %patch
|
||||
becomes a standard, expandable macro, that can span more than one
|
||||
line. Commenting out with #%patch can thus lead to invalid
|
||||
results.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 27 11:10:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package opensp
|
||||
#
|
||||
# Copyright (c) 2024 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
|
||||
@@ -88,8 +88,8 @@ tools (package 'opensp').
|
||||
|
||||
%prep
|
||||
%setup -q -n OpenSP-%{version}
|
||||
# %patch -P 0 -p1
|
||||
# %patch -P 1 -p1
|
||||
# %%patch -P 0 -p1
|
||||
# %%patch -P 1 -p1
|
||||
%patch -P 11 -p1
|
||||
%patch -P 12
|
||||
|
||||
|
||||
Reference in New Issue
Block a user