- Update to version 2.2.3a:
* No changelog provided - Refresh patches: * discount-disable_ldconfig.patch * discount-fix-compile-warings.diff OBS-URL: https://build.opensuse.org/package/show/Publishing/discount?expand=0&rev=18
This commit is contained in:
parent
518227bba5
commit
afc882791f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ec7916731e3ef8516336333f8b7aa9e2af51e57c0017b1e03fa43f1ba6978f64
|
|
||||||
size 89288
|
|
3
discount-2.2.3a.tar.bz2
Normal file
3
discount-2.2.3a.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:75f5d5fda2e9607a5c77455296b41e5dd436389e20f35c37bea395d35aea0954
|
||||||
|
size 98325
|
@ -1,18 +1,18 @@
|
|||||||
Index: configure.inc
|
Index: discount-2.2.3a/configure.inc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- configure.inc.orig
|
--- discount-2.2.3a.orig/configure.inc
|
||||||
+++ configure.inc
|
+++ discount-2.2.3a/configure.inc
|
||||||
@@ -1337,7 +1337,6 @@ __AC_ELF_LIBRARIAN() {
|
@@ -1388,7 +1388,6 @@ __AC_ELF_LIBRARIAN() {
|
||||||
if $AC_CC $_VFLAGS -o ngc$$.so ngc$$.c; then
|
if $AC_CC $_VFLAGS -o ngc$$.so ngc$$.c; then
|
||||||
USE_SONAME=T
|
USE_SONAME=T
|
||||||
fi
|
fi
|
||||||
- LDCONFIG=`AC_PATH=/sbin:/usr/sbin:/usr/local/sbin acLookFor ldconfig`
|
- LDCONFIG=`AC_PATH=/sbin:/usr/sbin:/usr/local/sbin acLookFor ldconfig`
|
||||||
__config_files="$__config_files librarian.sh"
|
|
||||||
cat > librarian.sh << EOF
|
if [ "$LDCONFIG" ]; then
|
||||||
#! /bin/sh
|
case `uname -s 2>/dev/null | $AC_UPPERCASE` in
|
||||||
@@ -1372,7 +1371,6 @@ install)$PROG_INSTALL -c "\$FULLNAME" "\
|
@@ -1434,7 +1433,6 @@ install)$PROG_INSTALL -c \$FULLNAME "\$1
|
||||||
$PROG_LN_S -f "\$FULLNAME" "\$1/\$LIBNAME.\$MAJOR"
|
$PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME.\$MAJOR
|
||||||
$PROG_LN_S -f "\$FULLNAME" "\$1/\$LIBNAME"
|
$PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME
|
||||||
EOF
|
EOF
|
||||||
- test "$LDCONFIG" && echo ' '$LDCONFIG '"$1"' >> librarian.sh
|
- test "$LDCONFIG" && echo ' '$LDCONFIG '"$1"' >> librarian.sh
|
||||||
cat >> librarian.sh << EOF
|
cat >> librarian.sh << EOF
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Index: Makefile.in
|
Index: discount-2.2.3a/Makefile.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- Makefile.in.orig
|
--- discount-2.2.3a.orig/Makefile.in
|
||||||
+++ Makefile.in
|
+++ discount-2.2.3a/Makefile.in
|
||||||
@@ -115,9 +115,9 @@ test: $(PGMS) $(TESTFRAMEWORK) verify
|
@@ -125,9 +125,9 @@ test: $(PGMS) $(TESTFRAMEWORK) verify
|
||||||
done
|
branch: tools/branch.c config.h
|
||||||
|
$(CC) -o branch tools/branch.c
|
||||||
cols: tools/cols.c config.h
|
cols: tools/cols.c config.h
|
||||||
- $(CC) -o cols tools/cols.c
|
- $(CC) -o cols tools/cols.c
|
||||||
+ $(CC) $(CFLAGS) -o cols tools/cols.c
|
+ $(CC) $(CFLAGS) -o cols tools/cols.c
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 25 09:11:13 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.2.3a:
|
||||||
|
* No changelog provided
|
||||||
|
- Refresh patches:
|
||||||
|
* discount-disable_ldconfig.patch
|
||||||
|
* discount-fix-compile-warings.diff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 3 09:31:38 UTC 2017 - mpluskal@suse.com
|
Fri Nov 3 09:31:38 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package discount
|
# spec file for package discount
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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,12 +19,12 @@
|
|||||||
%define sover 2
|
%define sover 2
|
||||||
%bcond_with fenced_code
|
%bcond_with fenced_code
|
||||||
Name: discount
|
Name: discount
|
||||||
Version: 2.2.2
|
Version: 2.2.3a
|
||||||
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: http://www.pell.portland.or.us/~orc/Code/discount/
|
URL: http://www.pell.portland.or.us/~orc/Code/discount/
|
||||||
Source: http://www.pell.portland.or.us/~orc/Code/discount/discount-%{version}.tar.bz2
|
Source: http://www.pell.portland.or.us/~orc/Code/discount/discount-%{version}.tar.bz2
|
||||||
Patch1: discount-disable_ldconfig.patch
|
Patch1: discount-disable_ldconfig.patch
|
||||||
Patch2: discount-fix-compile-warings.diff
|
Patch2: discount-fix-compile-warings.diff
|
||||||
@ -58,8 +58,8 @@ of Markdown.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1
|
%patch1 -p1
|
||||||
%patch2
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure.sh \
|
./configure.sh \
|
||||||
@ -109,9 +109,9 @@ fi
|
|||||||
%ghost %{_sysconfdir}/alternatives/markdown
|
%ghost %{_sysconfdir}/alternatives/markdown
|
||||||
%{_bindir}/mkd2html
|
%{_bindir}/mkd2html
|
||||||
%{_bindir}/theme
|
%{_bindir}/theme
|
||||||
%{_mandir}/man1/*.1%{ext_man}
|
%{_mandir}/man1/*.1%{?ext_man}
|
||||||
%{_mandir}/man7/markdown.7%{ext_man}
|
%{_mandir}/man7/markdown.7%{?ext_man}
|
||||||
%{_mandir}/man7/mkd-extensions.7%{ext_man}
|
%{_mandir}/man7/mkd-extensions.7%{?ext_man}
|
||||||
|
|
||||||
%files -n libmarkdown%{sover}
|
%files -n libmarkdown%{sover}
|
||||||
%{_libdir}/libmarkdown.so.%{sover}*
|
%{_libdir}/libmarkdown.so.%{sover}*
|
||||||
@ -120,6 +120,6 @@ fi
|
|||||||
%{_includedir}/mkdio.h
|
%{_includedir}/mkdio.h
|
||||||
%{_libdir}/libmarkdown.so
|
%{_libdir}/libmarkdown.so
|
||||||
%{_libdir}/pkgconfig/libmarkdown.pc
|
%{_libdir}/pkgconfig/libmarkdown.pc
|
||||||
%{_mandir}/man3/*.3%{ext_man}
|
%{_mandir}/man3/*.3%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user