Dominique Leuenberger 2023-01-07 16:17:36 +00:00 committed by Git OBS Bridge
commit 973e59e2ad
4 changed files with 12 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1262be5d7b04f3c4e2cee3a0937369b12786af18f65f599f334eefbc0ee9508
size 102277

3
discount-2.2.7b.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9368cc2063831635f9e790d0c4c338c2b4b72658cdc244323241bfcddf6ffd5
size 102685

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 5 15:27:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.2.7b:
* fix to makefiles for parallel build
-------------------------------------------------------------------
Fri Mar 12 23:06:20 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package discount
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define sover 2
%bcond_with fenced_code
Name: discount
Version: 2.2.7
Version: 2.2.7b
Release: 0
Summary: Markdown text to HTML converter
License: BSD-3-Clause
@ -72,7 +72,7 @@ CFLAGS="%{optflags}" ./configure.sh \
--with-dl=BOTH \
--pkg-config \
--enable-all-features
%make_build --jobs=1
%make_build
%install
make DESTDIR=%{buildroot} install.everything