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.changes        2017-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 - [email protected]
+
+- 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) $(TESTFRAMEWORK) verify
+ branch: tools/branch.c config.h
+       $(CC) -o branch tools/branch.c
  cols:   tools/cols.c config.h
 -      $(CC) -o cols tools/cols.c
 +      $(CC) $(CFLAGS) -o cols tools/cols.c


Reply via email to