Accepting request 878663 from home:dirkmueller:Factory
- update to version 2.2.7: * fix small buffer overflow OBS-URL: https://build.opensuse.org/request/show/878663 OBS-URL: https://build.opensuse.org/package/show/Publishing/discount?expand=0&rev=26
This commit is contained in:
parent
9831012e02
commit
bdf62c568c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ae68a4832ff8e620286304ec525c1fe8957be4d8f1e774588eb03d1c3deb74a7
|
|
||||||
size 102303
|
|
3
discount-2.2.7.tar.bz2
Normal file
3
discount-2.2.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b1262be5d7b04f3c4e2cee3a0937369b12786af18f65f599f334eefbc0ee9508
|
||||||
|
size 102277
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 12 23:06:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to version 2.2.7:
|
||||||
|
* fix small buffer overflow
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 26 09:04:18 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
Tue Jan 26 09:04:18 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
%define sover 2
|
%define sover 2
|
||||||
%bcond_with fenced_code
|
%bcond_with fenced_code
|
||||||
Name: discount
|
Name: discount
|
||||||
Version: 2.2.6
|
Version: 2.2.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Markdown text to HTML converter
|
Summary: Markdown text to HTML converter
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Productivity/Text/Convertors
|
Group: Productivity/Text/Convertors
|
||||||
URL: https://www.pell.portland.or.us/~orc/Code/discount/
|
URL: https://www.pell.portland.or.us/~orc/Code/discount/
|
||||||
Source: http://www.pell.portland.or.us/~orc/Code/discount/discount-%{version}.tar.bz2
|
Source: https://www.pell.portland.or.us/~orc/Code/discount/discount-%{version}.tar.bz2
|
||||||
Patch1: discount-disable_ldconfig.patch
|
Patch1: discount-disable_ldconfig.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -100,7 +100,8 @@ fi
|
|||||||
%postun -n libmarkdown%{sover} -p /sbin/ldconfig
|
%postun -n libmarkdown%{sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYRIGHT CREDITS README
|
%license COPYRIGHT
|
||||||
|
%doc CREDITS README
|
||||||
%{_bindir}/makepage
|
%{_bindir}/makepage
|
||||||
%{_bindir}/markdown
|
%{_bindir}/markdown
|
||||||
%{_bindir}/discount-markdown
|
%{_bindir}/discount-markdown
|
||||||
|
Loading…
Reference in New Issue
Block a user