diff --git a/discount-2.2.7.tar.bz2 b/discount-2.2.7.tar.bz2 deleted file mode 100644 index 2e58295..0000000 --- a/discount-2.2.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1262be5d7b04f3c4e2cee3a0937369b12786af18f65f599f334eefbc0ee9508 -size 102277 diff --git a/discount-2.2.7b.tar.bz2 b/discount-2.2.7b.tar.bz2 new file mode 100644 index 0000000..d39d866 --- /dev/null +++ b/discount-2.2.7b.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9368cc2063831635f9e790d0c4c338c2b4b72658cdc244323241bfcddf6ffd5 +size 102685 diff --git a/discount.changes b/discount.changes index ff2f9a3..537e1bd 100644 --- a/discount.changes +++ b/discount.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 5 15:27:53 UTC 2023 - Dirk Müller + +- update to 2.2.7b: + * fix to makefiles for parallel build + ------------------------------------------------------------------- Fri Mar 12 23:06:20 UTC 2021 - Dirk Müller diff --git a/discount.spec b/discount.spec index 73dc309..02e3252 100644 --- a/discount.spec +++ b/discount.spec @@ -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