2 Commits

Author SHA256 Message Date
f6b87d761c Accepting request 1238266 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1238266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensp?expand=0&rev=24
2025-01-17 17:37:19 +00:00
95f590a9e7 - 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.

- 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.

OBS-URL: https://build.opensuse.org/package/show/Publishing/opensp?expand=0&rev=17
2025-01-16 13:34:33 +00:00
4 changed files with 22 additions and 6 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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>

View File

@@ -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