Accepting request 1238263 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1238263 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bibtool?expand=0&rev=7
This commit is contained in:
commit
11549b4ebf
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 14 13:35:58 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 22 10:12:09 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Feb 22 10:12:09 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bibtool
|
# spec file for package bibtool
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2011 Guido Berhoerster.
|
# Copyright (c) 2011 Guido Berhoerster.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -38,7 +38,7 @@ BibTeX files which goes beyond the possibilities - and intentions - of BibTeX.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n BibTool
|
%setup -q -n BibTool
|
||||||
# %patch -P 1 -p1
|
# %%patch -P 1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user