forked from pool/psgml
Accepting request 1124047 from home:dimstar:Factory
- Fix build with RPM 4.19: unnumbered patches are no longer supported. This time actually building... I confused myself by the many %patch calls that use -P <n> - and happened to replace the wrong one. OBS-URL: https://build.opensuse.org/request/show/1124047 OBS-URL: https://build.opensuse.org/package/show/Publishing/psgml?expand=0&rev=24
This commit is contained in:
parent
bfa72cc7ec
commit
6745a233c0
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 7 09:57:32 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Fix build with RPM 4.19: unnumbered patches are no longer
|
||||||
|
supported.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 18 11:19:51 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
Tue Aug 18 11:19:51 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package psgml
|
# spec file for package psgml
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 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
|
||||||
@ -39,7 +39,7 @@ Source6: %{name}-README.openSUSE
|
|||||||
Source7: ke-docbook.el
|
Source7: ke-docbook.el
|
||||||
Source8: suse-start-psgml.el
|
Source8: suse-start-psgml.el
|
||||||
Source9: psgml-html.el
|
Source9: psgml-html.el
|
||||||
Patch: psgml-compile-addons.diff
|
Patch0: psgml-compile-addons.diff
|
||||||
Patch2: psgml-1.2.5-key.diff
|
Patch2: psgml-1.2.5-key.diff
|
||||||
Patch3: psgml-xpointer.el.diff
|
Patch3: psgml-xpointer.el.diff
|
||||||
Patch4: psgml-1.3.1-texi-category.diff
|
Patch4: psgml-1.3.1-texi-category.diff
|
||||||
@ -78,7 +78,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
%patch0 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
cp -p %{SOURCE1} .
|
cp -p %{SOURCE1} .
|
||||||
# xxml
|
# xxml
|
||||||
|
Loading…
Reference in New Issue
Block a user