Accepting request 1056670 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1056670 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/discount?expand=0&rev=14
This commit is contained in:
commit
973e59e2ad
@ -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
3
discount-2.2.7b.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b9368cc2063831635f9e790d0c4c338c2b4b72658cdc244323241bfcddf6ffd5
|
||||||
|
size 102685
|
@ -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>
|
Fri Mar 12 23:06:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package discount
|
# 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
|
# 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
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define sover 2
|
%define sover 2
|
||||||
%bcond_with fenced_code
|
%bcond_with fenced_code
|
||||||
Name: discount
|
Name: discount
|
||||||
Version: 2.2.7
|
Version: 2.2.7b
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Markdown text to HTML converter
|
Summary: Markdown text to HTML converter
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -72,7 +72,7 @@ CFLAGS="%{optflags}" ./configure.sh \
|
|||||||
--with-dl=BOTH \
|
--with-dl=BOTH \
|
||||||
--pkg-config \
|
--pkg-config \
|
||||||
--enable-all-features
|
--enable-all-features
|
||||||
%make_build --jobs=1
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install.everything
|
make DESTDIR=%{buildroot} install.everything
|
||||||
|
Loading…
Reference in New Issue
Block a user