Accepting request 145740 from home:lnussel:branches:Publishing
submit to Factory? - correct license in spec file. It's actually BSD4c - changes from version 2.1.5a: * MKD_NOSTYLE – treat <style> blocks as regular html. * github flavored markdown support * in the markdown program, add -S flag (tell markdown to spit out style sections) -n flag (tell markdown not to output generated text) - version 2.1.1.1 implements PHP markdown extra-style fenced code sections, where your chunks of code are surrounded by ~~~ lines instead of being indented 4 spaces. - changes from version 2.1.0: * makepage now accepts markdown option flags a'la the markdown program (via -Fxxxx, -fname, or in the MARKDOWN_FLAGS environment variable.) * add a -E flag to theme to ignore context-sensitivity on <?theme xxx?> substitutions. OBS-URL: https://build.opensuse.org/request/show/145740 OBS-URL: https://build.opensuse.org/package/show/Publishing/discount?expand=0&rev=3
This commit is contained in:
parent
c7bdab4bd2
commit
65fd6939b1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e61871de7337e205f9241b196bdde08aaf54c51c03222140e7d8170ad22b2cdc
|
||||
size 80783
|
3
discount-2.1.5a.tar.bz2
Normal file
3
discount-2.1.5a.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10123d6535999e4e362e990fa77209471f6538e6c758e01d470eeb143048903e
|
||||
size 84003
|
@ -1,14 +1,16 @@
|
||||
--- configure.inc.orig 2011-01-16 01:10:26.000000000 +0100
|
||||
+++ configure.inc 2011-01-16 01:10:49.000000000 +0100
|
||||
@@ -1198,7 +1198,6 @@
|
||||
if $AC_CC $_VFLAGS -o /tmp/ngc$$.so /tmp/ngc$$.c; then
|
||||
USE_SONAME=T
|
||||
fi
|
||||
- LDCONFIG=`AC_PATH=/sbin:/usr/sbin:/usr/local/sbin acLookFor ldconfig`
|
||||
__config_files="$__config_files librarian.sh"
|
||||
cat > librarian.sh << EOF
|
||||
Index: configure.inc
|
||||
===================================================================
|
||||
--- configure.inc.orig
|
||||
+++ configure.inc
|
||||
@@ -1270,7 +1270,6 @@ __AC_ELF_LIBRARIAN() {
|
||||
if $AC_CC $_VFLAGS -o ngc$$.so ngc$$.c; then
|
||||
USE_SONAME=T
|
||||
fi
|
||||
- LDCONFIG=`AC_PATH=/sbin:/usr/sbin:/usr/local/sbin acLookFor ldconfig`
|
||||
__config_files="$__config_files librarian.sh"
|
||||
cat > librarian.sh << EOF
|
||||
#! /bin/sh
|
||||
@@ -1232,7 +1231,6 @@
|
||||
@@ -1304,7 +1303,6 @@ files) echo "\$FULLNAME" "\$LIBNAME" "\
|
||||
install)$PROG_INSTALL -c \$FULLNAME "\$1"
|
||||
$PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME.\$MAJOR
|
||||
$PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 10:40:20 UTC 2012 - lnussel@suse.de
|
||||
|
||||
- correct license in spec file. It's actually BSD4c
|
||||
|
||||
- changes from version 2.1.5a:
|
||||
* MKD_NOSTYLE – treat <style> blocks as regular html.
|
||||
* github flavored markdown support
|
||||
* in the markdown program, add
|
||||
-S flag (tell markdown to spit out style sections)
|
||||
-n flag (tell markdown not to output generated text)
|
||||
|
||||
- version 2.1.1.1 implements PHP markdown extra-style fenced code sections,
|
||||
where your chunks of code are surrounded by ~~~ lines instead of being
|
||||
indented 4 spaces.
|
||||
|
||||
- changes from version 2.1.0:
|
||||
* makepage now accepts markdown option flags a'la the markdown program (via
|
||||
-Fxxxx, -fname, or in the MARKDOWN_FLAGS environment variable.)
|
||||
* add a -E flag to theme to ignore context-sensitivity on <?theme xxx?> substitutions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 04 23:08:49 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# vim: set sw=4 ts=4 et nu:
|
||||
|
||||
Name: discount
|
||||
Version: 2.0.9
|
||||
Version: 2.1.5a
|
||||
%define soname 2
|
||||
Release: 0
|
||||
Summary: Markdown text to HTML converter
|
||||
@ -9,7 +9,7 @@ Source: http://www.pell.portland.or.us/~orc/Code/discount/discount-%
|
||||
Patch1: discount-disable_ldconfig.patch
|
||||
URL: http://www.pell.portland.or.us/~orc/Code/discount/
|
||||
Group: Productivity/Text/Convertors
|
||||
License: BSD3c
|
||||
License: BSD4c
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
BuildRequires: gcc make glibc-devel
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
Loading…
Reference in New Issue
Block a user