commit discount for openSUSE:Factory

2019-01-15 Thread root
Hello community,

here is the log from the commit of package discount for openSUSE:Factory 
checked in at 2019-01-15 13:13:41

Comparing /work/SRC/openSUSE:Factory/discount (Old)
 and  /work/SRC/openSUSE:Factory/.discount.new.28833 (New)


Package is "discount"

Tue Jan 15 13:13:41 2019 rev:11 rq:663373 version:2.2.4

Changes:

--- /work/SRC/openSUSE:Factory/discount/discount.changes2018-10-23 
20:33:38.373028243 +0200
+++ /work/SRC/openSUSE:Factory/.discount.new.28833/discount.changes 
2019-01-15 13:13:42.356483358 +0100
@@ -1,0 +2,5 @@
+Mon Jan  7 14:44:33 UTC 2019 - Martin Pluskal 
+
+- Update changelog with references to security issues fixed
+
+---
@@ -5,0 +11,3 @@
+  * fixes:
++ boo#1094809 CVE-2018-11468 heap-based buffer over-read __mkd_trim_line 
function in mkdio.c
++ boo#1098252 CVE-2018-12495 heap-based buffer over-read via a crafted file



Other differences:
--
++ discount.spec ++
--- /var/tmp/diff_new_pack.2fsAyw/_old  2019-01-15 13:13:42.876482952 +0100
+++ /var/tmp/diff_new_pack.2fsAyw/_new  2019-01-15 13:13:42.876482952 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package discount
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit discount for openSUSE:Factory

2018-10-23 Thread root
Hello community,

here is the log from the commit of package discount for openSUSE:Factory 
checked in at 2018-10-23 20:33:32

Comparing /work/SRC/openSUSE:Factory/discount (Old)
 and  /work/SRC/openSUSE:Factory/.discount.new (New)


Package is "discount"

Tue Oct 23 20:33:32 2018 rev:10 rq:642548 version:2.2.4

Changes:

--- /work/SRC/openSUSE:Factory/discount/discount.changes2018-06-27 
10:17:05.569486511 +0200
+++ /work/SRC/openSUSE:Factory/.discount.new/discount.changes   2018-10-23 
20:33:38.373028243 +0200
@@ -1,0 +2,6 @@
+Wed Oct 17 07:24:36 UTC 2018 - Martin Pluskal 
+
+- Update to version 2.2.4:
+  * No changelog provided
+
+---

Old:

  discount-2.2.3a.tar.bz2

New:

  discount-2.2.4.tar.bz2



Other differences:
--
++ discount.spec ++
--- /var/tmp/diff_new_pack.lzSmlq/_old  2018-10-23 20:33:38.933027574 +0200
+++ /var/tmp/diff_new_pack.lzSmlq/_new  2018-10-23 20:33:38.937027569 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define sover 2
 %bcond_with fenced_code
 Name:   discount
-Version:2.2.3a
+Version:2.2.4
 Release:0
 Summary:Markdown text to HTML converter
 License:BSD-3-Clause

++ discount-2.2.3a.tar.bz2 -> discount-2.2.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/discount-2.2.3a/INSTALL new/discount-2.2.4/INSTALL
--- old/discount-2.2.3a/INSTALL 2018-03-02 23:52:05.0 +0100
+++ new/discount-2.2.4/INSTALL  2018-08-05 22:39:32.0 +0200
@@ -35,6 +35,8 @@
 --h1-title Have theme & mkd2html use the first h1 in a document
as the title if there's no pandoc header or title
specified on the command line.
+--cxx-binding  Wrap mkdio.h with (conditional) 'extern "C"' for c++
+   binding.
 
 3) Installing sample programs and manpages
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/discount-2.2.3a/README new/discount-2.2.4/README
--- old/discount-2.2.3a/README  2018-03-02 23:52:05.0 +0100
+++ new/discount-2.2.4/README   2018-08-05 22:39:32.0 +0200
@@ -1,6 +1,7 @@
-DISCOUNT is a implementation of John Gruber's Markdown markup
-language.   It implements, as far as I can tell, all of the language
-as described in 
+DISCOUNT is a implementation of John Gruber & Aaron Swartz's
+ Markdown markup language.   It implements, as far as I can tell,
+all of the language as described in
+ 
 and passes the Markdown test suite at
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/discount-2.2.3a/VERSION new/discount-2.2.4/VERSION
--- old/discount-2.2.3a/VERSION 2018-03-02 23:52:05.0 +0100
+++ new/discount-2.2.4/VERSION  2018-08-05 22:39:32.0 +0200
@@ -1 +1 @@
-2.2.3
+2.2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/discount-2.2.3a/configure.inc 
new/discount-2.2.4/configure.inc
--- old/discount-2.2.3a/configure.inc   2018-03-02 23:52:05.0 +0100
+++ new/discount-2.2.4/configure.inc2018-08-05 22:39:32.0 +0200
@@ -831,16 +831,21 @@
 #
 AC_CHECK_NORETURN() {
 AC_PROG_CC
+AC_CHECK_ATTRIBUTE noreturn
+}
 
-echo "extern int noreturn  __attribute__((__noreturn__));" > ngc$$.c
+AC_CHECK_ATTRIBUTE() {
+local __what=`echo $1 | tr 'a-z' 'A-Z'`
+
+echo "extern int thing  __attribute__((__"$1"__));" > ngc$$.c
 
-TLOGN "Checking __attribute__((__noreturn__)) "
+TLOGN "Checking __attribute__((__${1}__)) "
 if $AC_CC -c ngc$$.c; then
TLOG "(yes)"
-   AC_DEFINE 'NORETURN' ' __attribute__((__noreturn__))'
+   AC_DEFINE $__what ' __attribute__((__'$1'__))'
 else
TLOG "(no)"
-   AC_DEFINE 'NORETURN' ''
+   AC_DEFINE $__what ''
 fi
 rm -f ngc$$.o ngc$$.c
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/discount-2.2.3a/configure.sh 
new/discount-2.2.4/configure.sh
--- old/discount-2.2.3a/configure.sh2018-03-02 23:52:05.0 +0100
+++ new/discount-2.2.4/configure.sh 2018-08-05 22:39:32.0 +0200
@@ -10,7 +10,11 @@
 ac_help='--enable-amalloc  Enable memory

commit discount for openSUSE:Factory

2018-06-27 Thread root
Hello community,

here is the log from the commit of package discount for openSUSE:Factory 
checked in at 2018-06-27 10:17:01

Comparing /work/SRC/openSUSE:Factory/discount (Old)
 and  /work/SRC/openSUSE:Factory/.discount.new (New)


Package is "discount"

Wed Jun 27 10:17:01 2018 rev:9 rq:618911 version:2.2.3a

Changes:

--- /work/SRC/openSUSE:Factory/discount/discount.changes2017-11-04 
19:29:37.216395223 +0100
+++ /work/SRC/openSUSE:Factory/.discount.new/discount.changes   2018-06-27 
10:17:05.569486511 +0200
@@ -1,0 +2,9 @@
+Mon Jun 25 09:11:13 UTC 2018 - mplus...@suse.com
+
+- Update to version 2.2.3a:
+  * No changelog provided
+- Refresh patches:
+  * discount-disable_ldconfig.patch
+  * discount-fix-compile-warings.diff
+
+---

Old:

  discount-2.2.2.tar.bz2

New:

  discount-2.2.3a.tar.bz2



Other differences:
--
++ discount.spec ++
--- /var/tmp/diff_new_pack.TUo6Vn/_old  2018-06-27 10:17:06.937436755 +0200
+++ /var/tmp/diff_new_pack.TUo6Vn/_new  2018-06-27 10:17:06.941436609 +0200
@@ -1,7 +1,7 @@
 #
 # 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
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 %define sover 2
 %bcond_with fenced_code
 Name:   discount
-Version:2.2.2
+Version:2.2.3a
 Release:0
 Summary:Markdown text to HTML converter
 License:BSD-3-Clause
 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
 Patch1: discount-disable_ldconfig.patch
 Patch2: discount-fix-compile-warings.diff
@@ -58,8 +58,8 @@
 
 %prep
 %setup -q
-%patch1
-%patch2
+%patch1 -p1
+%patch2 -p1
 
 %build
 ./configure.sh \
@@ -109,9 +109,9 @@
 %ghost %{_sysconfdir}/alternatives/markdown
 %{_bindir}/mkd2html
 %{_bindir}/theme
-%{_mandir}/man1/*.1%{ext_man}
-%{_mandir}/man7/markdown.7%{ext_man}
-%{_mandir}/man7/mkd-extensions.7%{ext_man}
+%{_mandir}/man1/*.1%{?ext_man}
+%{_mandir}/man7/markdown.7%{?ext_man}
+%{_mandir}/man7/mkd-extensions.7%{?ext_man}
 
 %files -n libmarkdown%{sover}
 %{_libdir}/libmarkdown.so.%{sover}*
@@ -120,6 +120,6 @@
 %{_includedir}/mkdio.h
 %{_libdir}/libmarkdown.so
 %{_libdir}/pkgconfig/libmarkdown.pc
-%{_mandir}/man3/*.3%{ext_man}
+%{_mandir}/man3/*.3%{?ext_man}
 
 %changelog

++ discount-2.2.2.tar.bz2 -> discount-2.2.3a.tar.bz2 ++
 3867 lines of diff (skipped)

++ discount-disable_ldconfig.patch ++
--- /var/tmp/diff_new_pack.TUo6Vn/_old  2018-06-27 10:17:07.073431808 +0200
+++ /var/tmp/diff_new_pack.TUo6Vn/_new  2018-06-27 10:17:07.077431663 +0200
@@ -1,18 +1,18 @@
-Index: configure.inc
+Index: discount-2.2.3a/configure.inc
 ===
 configure.inc.orig
-+++ configure.inc
-@@ -1337,7 +1337,6 @@ __AC_ELF_LIBRARIAN() {
+--- discount-2.2.3a.orig/configure.inc
 discount-2.2.3a/configure.inc
+@@ -1388,7 +1388,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
-@@ -1372,7 +1371,6 @@ install)$PROG_INSTALL -c "\$FULLNAME" "\
-   $PROG_LN_S -f "\$FULLNAME" "\$1/\$LIBNAME.\$MAJOR"
-   $PROG_LN_S -f "\$FULLNAME" "\$1/\$LIBNAME"
+ 
+ if [ "$LDCONFIG" ]; then
+   case `uname -s 2>/dev/null | $AC_UPPERCASE` in
+@@ -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
  EOF
 -test "$LDCONFIG" && echo ''$LDCONFIG '"$1"' >> librarian.sh
  cat >> librarian.sh << EOF

++ discount-fix-compile-warings.diff ++
--- /var/tmp/diff_new_pack.TUo6Vn/_old  2018-06-27 10:17:07.085431372 +0200
+++ /var/tmp/diff_new_pack.TUo6Vn/_new  2018-06-27 10:17:07.085431372 +0200
@@ -1,10 +1,10 @@
-Index: Makefile.in
+Index: discount-2.2.3a/Makefile.in
 ===
 Makefile.in.orig
-+++ Makefile.in
-@@ -115,9 +115,9 @@ test:  $(PGMS) $(TESTFRAMEWORK) verify
-   done
- 
+--- discount-2.2.3a.orig/Makefile.in
 discount-2.2.3a/Makefile.in
+@@ -125,9 +125,9 @@ test:  $(PGMS)

commit discount for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package discount for openSUSE:Factory 
checked in at 2017-11-04 19:29:31

Comparing /work/SRC/openSUSE:Factory/discount (Old)
 and  /work/SRC/openSUSE:Factory/.discount.new (New)


Package is "discount"

Sat Nov  4 19:29:31 2017 rev:8 rq:538623 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/discount/discount.changes2017-02-13 
07:49:19.404495967 +0100
+++ /work/SRC/openSUSE:Factory/.discount.new/discount.changes   2017-11-04 
19:29:37.216395223 +0100
@@ -1,0 +2,5 @@
+Fri Nov  3 09:31:38 UTC 2017 - mplus...@suse.com
+
+- Provide virtual package markdown
+
+---



Other differences:
--
++ discount.spec ++
--- /var/tmp/diff_new_pack.CfV3ij/_old  2017-11-04 19:29:37.824373007 +0100
+++ /var/tmp/diff_new_pack.CfV3ij/_new  2017-11-04 19:29:37.824373007 +0100
@@ -30,7 +30,7 @@
 Patch2: discount-fix-compile-warings.diff
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Provides:   markdown
 
 %description
 Discount is an implementation of John Gruber’s Markdown text to HTML language
@@ -102,7 +102,6 @@
 %postun -n libmarkdown%{sover} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc COPYRIGHT CREDITS README
 %{_bindir}/makepage
 %{_bindir}/markdown
@@ -115,11 +114,9 @@
 %{_mandir}/man7/mkd-extensions.7%{ext_man}
 
 %files -n libmarkdown%{sover}
-%defattr(-,root,root)
 %{_libdir}/libmarkdown.so.%{sover}*
 
 %files -n libmarkdown-devel
-%defattr(-,root,root)
 %{_includedir}/mkdio.h
 %{_libdir}/libmarkdown.so
 %{_libdir}/pkgconfig/libmarkdown.pc




commit discount for openSUSE:Factory

2017-02-12 Thread root
Hello community,

here is the log from the commit of package discount for openSUSE:Factory 
checked in at 2017-02-13 07:49:18

Comparing /work/SRC/openSUSE:Factory/discount (Old)
 and  /work/SRC/openSUSE:Factory/.discount.new (New)


Package is "discount"

Changes:

--- /work/SRC/openSUSE:Factory/discount/discount.changes2016-11-01 
09:58:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.discount.new/discount.changes   2017-02-13 
07:49:19.404495967 +0100
@@ -1,0 +2,9 @@
+Thu Feb  9 16:09:59 UTC 2017 - mplus...@suse.com
+
+- Update to version 2.2.2:
+  * No changelog provided
+- Refresh patches:
+  * discount-disable_ldconfig.patch
+  * discount-fix-compile-warings.diff
+
+---

Old:

  discount-2.2.1.tar.bz2

New:

  discount-2.2.2.tar.bz2



Other differences:
--
++ discount.spec ++
--- /var/tmp/diff_new_pack.4F720L/_old  2017-02-13 07:49:20.504338937 +0100
+++ /var/tmp/diff_new_pack.4F720L/_new  2017-02-13 07:49:20.508338365 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package discount
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%define soname 2
+%define sover 2
 %bcond_with fenced_code
 Name:   discount
-Version:2.2.1
+Version:2.2.2
 Release:0
 Summary:Markdown text to HTML converter
 License:BSD-3-Clause
@@ -37,11 +37,11 @@
 with some extensions from PHP Markdown Extra, Pandoc, and other implementations
 of Markdown.
 
-%package -n libmarkdown%{soname}
+%package -n libmarkdown%{sover}
 Summary:Markdown text to HTML converter library
 Group:  Development/Libraries/C and C++
 
-%description -n libmarkdown%{soname}
+%description -n libmarkdown%{sover}
 Discount is an implementation of John Gruber’s Markdown text to HTML language
 with some extensions from PHP Markdown Extra, Pandoc, and other implementations
 of Markdown.
@@ -49,7 +49,7 @@
 %package -n libmarkdown-devel
 Summary:Markdown text to HTML converter library
 Group:  Development/Libraries/C and C++
-Requires:   libmarkdown%{soname} = %{version}
+Requires:   libmarkdown%{sover} = %{version}
 
 %description -n libmarkdown-devel
 Discount is an implementation of John Gruber’s Markdown text to HTML language
@@ -80,6 +80,8 @@
 make DESTDIR=%{buildroot} install.everything
 
 %fdupes -s %{buildroot}%{_mandir}/man3
+install -D -p -m 0644 libmarkdown.pc \
+  %{buildroot}%{_libdir}/pkgconfig/libmarkdown.pc
 
 # update-alternatives
 mv %{buildroot}%{_bindir}/markdown %{buildroot}%{_bindir}/discount-markdown
@@ -96,8 +98,8 @@
update-alternatives --remove markdown %{_bindir}/discount-markdown
 fi
 
-%post   -n libmarkdown%{soname} -p /sbin/ldconfig
-%postun -n libmarkdown%{soname} -p /sbin/ldconfig
+%post   -n libmarkdown%{sover} -p /sbin/ldconfig
+%postun -n libmarkdown%{sover} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -112,10 +114,9 @@
 %{_mandir}/man7/markdown.7%{ext_man}
 %{_mandir}/man7/mkd-extensions.7%{ext_man}
 
-%files -n libmarkdown%{soname}
+%files -n libmarkdown%{sover}
 %defattr(-,root,root)
-%{_libdir}/libmarkdown.so.%{soname}
-%{_libdir}/libmarkdown.so.%{soname}.*
+%{_libdir}/libmarkdown.so.%{sover}*
 
 %files -n libmarkdown-devel
 %defattr(-,root,root)

++ discount-2.2.1.tar.bz2 -> discount-2.2.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/discount-2.2.1/Csio.c new/discount-2.2.2/Csio.c
--- old/discount-2.2.1/Csio.c   2016-09-21 22:24:51.0 +0200
+++ new/discount-2.2.2/Csio.c   2017-01-19 03:42:06.0 +0100
@@ -54,7 +54,7 @@
 {
 MMIOT f;
 ___mkd_initmmiot(&f, 0);
-___mkd_reparse(buf, size, 0, &f, 0);
+___mkd_reparse(buf, size, flags, &f, 0);
 ___mkd_emblock(&f);
 SUFFIX(*iot, T(f.out), S(f.out));
 ___mkd_freemmiot(&f, 0);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/discount-2.2.1/INSTALL new/discount-2.2.2/INSTALL
--- old/discount-2.2.1/INSTALL  2016-09-21 22:24:51.0 +0200
+++ new/discount-2.2.2/INSTALL  2017-01-19 03:42:06.0 +0100
@@ -26,11 +26,12 @@
 --libdir=DIR   where to put libraries (prefix/lib)
 --libexecdir=DIR   where to put private executables
 --mandir=DIR   where to put manpages
---enable-dl-tagUse the DL tag extension
---enable-pandoc-header Use pandoc-style header blocks
---enable-superscript   A^B expands to AB
---enable-amalloc   Use a deb

commit discount for openSUSE:Factory

2016-05-08 Thread h_root
Hello community,

here is the log from the commit of package discount for openSUSE:Factory 
checked in at 2016-05-08 10:45:22

Comparing /work/SRC/openSUSE:Factory/discount (Old)
 and  /work/SRC/openSUSE:Factory/.discount.new (New)


Package is "discount"

Changes:

--- /work/SRC/openSUSE:Factory/discount/discount.changes2015-05-26 
12:33:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.discount.new/discount.changes   2016-05-08 
10:45:32.0 +0200
@@ -1,0 +2,8 @@
+Sun May  1 15:29:28 UTC 2016 - mplus...@suse.com
+
+- Update to 2.2.0
+  * no changelog provided
+- Build with optflags
+- Refresh discount-disable_ldconfig.patch
+
+---

Old:

  discount-2.1.8a.tar.bz2

New:

  discount-2.2.0.tar.bz2



Other differences:
--
++ discount.spec ++
--- /var/tmp/diff_new_pack.cLjUoZ/_old  2016-05-08 10:45:33.0 +0200
+++ /var/tmp/diff_new_pack.cLjUoZ/_new  2016-05-08 10:45:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package discount
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,10 @@
 #
 
 
-%bcond_with fenced_code
 %define soname 2
-
+%bcond_with fenced_code
 Name:   discount
-Version:2.1.8a
+Version:2.2.0
 Release:0
 Summary:Markdown text to HTML converter
 License:BSD-3-Clause
@@ -69,8 +68,6 @@
 %patch2 -p1
 
 %build
-CC="gcc" \
-CFLAGS="%{optflags}" \
 ./configure.sh \
 --shared \
 --prefix="%{_prefix}" \
@@ -84,7 +81,7 @@
 --with-dl=BOTH \
 --enable-all-features
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="%{optflags} -fPIC"
 
 %install
 install -d "%{buildroot}%{_bindir}"

++ discount-2.1.8a.tar.bz2 -> discount-2.2.0.tar.bz2 ++
 2367 lines of diff (skipped)

++ discount-disable_ldconfig.patch ++
--- /var/tmp/diff_new_pack.cLjUoZ/_old  2016-05-08 10:45:33.0 +0200
+++ /var/tmp/diff_new_pack.cLjUoZ/_new  2016-05-08 10:45:33.0 +0200
@@ -2,7 +2,7 @@
 ===
 --- configure.inc.orig
 +++ configure.inc
-@@ -1270,7 +1270,6 @@ __AC_ELF_LIBRARIAN() {
+@@ -1297,7 +1297,6 @@ __AC_ELF_LIBRARIAN() {
  if $AC_CC $_VFLAGS -o ngc$$.so ngc$$.c; then
USE_SONAME=T
  fi
@@ -10,11 +10,11 @@
  __config_files="$__config_files librarian.sh"
  cat > librarian.sh << EOF
  #! /bin/sh
-@@ -1304,7 +1303,6 @@ files)  echo "\$FULLNAME" "\$LIBNAME" "\
- install)$PROG_INSTALL -c \$FULLNAME "\$1"
+@@ -1332,7 +1331,6 @@ install)$PROG_INSTALL -c \$FULLNAME "\$1
$PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME.\$MAJOR
$PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME
--  test "$LDCONFIG" && $LDCONFIG "\$1"
+ EOF
+-test "$LDCONFIG" && echo ''$LDCONFIG '"$1"' >> librarian.sh
+ cat >> librarian.sh << EOF
;;
  esac
- EOF




commit discount for openSUSE:Factory

2015-05-26 Thread h_root
Hello community,

here is the log from the commit of package discount for openSUSE:Factory 
checked in at 2015-05-26 12:33:23

Comparing /work/SRC/openSUSE:Factory/discount (Old)
 and  /work/SRC/openSUSE:Factory/.discount.new (New)


Package is "discount"

Changes:

--- /work/SRC/openSUSE:Factory/discount/discount.changes2013-05-16 
09:51:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.discount.new/discount.changes   2015-05-26 
12:33:24.0 +0200
@@ -1,0 +2,91 @@
+Thu May 21 11:59:36 UTC 2015 - mailaen...@opensuse.org
+
+- add symlink with update-alternatives to un-conflict Markdown.pl
+
+---
+Thu Apr 30 20:29:35 UTC 2015 - mar...@gmx.de
+
+- add build condition "fenced_code" to conditionally run configure
+  with "--with-fenced-code"
+  Building with this condition enables PHP markdown extra-style fenced code
+  sections, where your chunks of code are surrounded by ~~~ lines instead
+  of being indented 4 spaces.
+
+---
+Thu Apr 30 13:01:27 UTC 2015 - mar...@gmx.de
+
+- update to 2.1.8a
+- correct license in spec file. It's actually BSD-3-Clause
+- added patch for fixing some comiler warnings:
+  discount-fix-compile-warings.diff
+- ran spec-cleaner and specfile cleanup
+
+- change from version 2.1.8a
+  When I put in the patch to ...
+  * Change the mail demangler to a debian-specific ‘always mangle one way’ 
hack.
+(enabled with the configure.sh option –debian-glitch)
+  I messed up the format string and made the mangled email address into a fixed
+  bogus string. Sigh. Fixed (thanks to a patch from Alessandro Ghedini), 
updated
+  (and I really have to expand the runtime configuration flags array to be long
+  enough to fit 64 settings, but that’s a fix for a different day) and 
released.
+
+- change from version 2.1.8
+  After a year or so of letting the code sit and slowly accumulate fixes, a new
+  version which fixes a wad of bugs and adds a few new features. Some of this
+  code is front other people, and those changes will be marked with their 
names:
+
+  * FINALLY address the bug where markdown extra-style footnotes lose numbering
+when they show up in nested element; I was not carrying the m-e reference#
+inside the footnotes structure, but was instead carrying it in the parent
+structure and not updating it. So I changed the footnotes structure to
+include the reference + the list of footnotes, which made the misnumbering
+go away on my tests.
+  * Fix makefile distclean to cleanup all the generated files and corrected the
+names of the installed sample program man pages to end in .1
+(Mark Pizzolato m...@infocomm.com)
+  * Change the mail demangler to a debian-specific ‘always mangle one way’ 
hack.
+(enabled with the configure.sh option –debian-glitch)
+  * Add –with-unmangled-email compile-time flag to disable mailto: mangling
+  * Allow the magic output filename -, which means send output to stdout 
instead
+of to a file.
+  * Fix a bug where autolink + github flavored markdown absorbs the ^C eoln
+character into a link at the end of a line.
+  * Tweak install.samples so that the user can supply a SAMPLE_PFX on the
+command line SAMPLE_PFX=discount- make install.samples to install the 
sample
+programs with a package-specific prefix.
+  * Emit pages in utf-8 instead of us-ascii (simply a change to the
+Content-Type meta) (Nathan Phillip Brink bi...@gentoo.org)
+  * Patch the horrible list handler to support long numeric list items
+(George Hartzell hartz...@alerce.com)
+  * Various bugfixes (Masayoshi Sekimura sekim...@gmail.com)
+  * Fix support for CFLAGS=-m32 ./configure.sh by using CFLAGS for all build
+invokations of CC. (Nathan Phillip Brink bi...@gentoo.org)
+  * Github-style language attributes on fenced code blocks
+(Loren Segal lse...@amazon.com)
+  * When defining WORD & DWORD, check first for the MS Windows WinDef.h file;
+if found, include it instead of defining WORD & DWORD ourselves.
+  * support url-encoded anchor links with –with-urlencoded-anchor option
+(Daisuke Murase types...@cpan.org)
+
+- change from version 2.1.6
+  does nothing except for some bugfixes (and ignores some particularly scary
+  ones that I /must/ fix soon) and adds two small features.
+
+  * A < at the end of the input is exactly the same as \<(space)
+  * Markdown.pl does not appear to escape \<[nonwhite] sequences. Sigh.
+  * Tweak the previous Markdown does not escape... commit to simply push out
+the backslash and back up to the start of the <[nonwhite] sequence,
+so -fnohtml will continue to work.
+  * Treat hard  (via two spaces) as whitespace.
+  * Tweak divquote handling so that two adjacent divquotes won’t die if

commit discount for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package discount for openSUSE:Factory 
checked in at 2013-05-16 09:51:06

Comparing /work/SRC/openSUSE:Factory/discount (Old)
 and  /work/SRC/openSUSE:Factory/.discount.new (New)


Package is "discount"

Changes:

New Changes file:

--- /dev/null   2013-05-15 01:32:43.420028506 +0200
+++ /work/SRC/openSUSE:Factory/.discount.new/discount.changes   2013-05-16 
09:51:08.0 +0200
@@ -0,0 +1,50 @@
+---
+Tue Dec 18 10:40:20 UTC 2012 - lnus...@suse.de
+
+- correct license in spec file. It's actually BSD4c
+
+- changes from version 2.1.5a:
+  * MKD_NOSTYLE – treat