Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package discount for openSUSE:Factory 
checked in at 2021-01-30 13:55:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/discount (Old)
 and      /work/SRC/openSUSE:Factory/.discount.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "discount"

Sat Jan 30 13:55:36 2021 rev:12 rq:866749 version:2.2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/discount/discount.changes        2019-01-15 
13:13:42.356483358 +0100
+++ /work/SRC/openSUSE:Factory/.discount.new.28504/discount.changes     
2021-01-30 13:55:39.941949333 +0100
@@ -1,0 +2,7 @@
+Tue Jan 26 09:04:18 UTC 2021 - Martin Pluskal <[email protected]>
+
+- Update to version 2.2.6:
+  * No changelog provided
+- Drop no longer needed discount-fix-compile-warings.diff
+
+-------------------------------------------------------------------

Old:
----
  discount-2.2.4.tar.bz2
  discount-fix-compile-warings.diff

New:
----
  discount-2.2.6.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ discount.spec ++++++
--- /var/tmp/diff_new_pack.n1sD5Z/_old  2021-01-30 13:55:40.441950321 +0100
+++ /var/tmp/diff_new_pack.n1sD5Z/_new  2021-01-30 13:55:40.441950321 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package discount
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,14 @@
 %define sover 2
 %bcond_with fenced_code
 Name:           discount
-Version:        2.2.4
+Version:        2.2.6
 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:            https://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
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 Provides:       markdown
@@ -57,12 +56,10 @@
 of Markdown.
 
 %prep
-%setup -q
-%patch1 -p1
-%patch2 -p1
+%autosetup -p1
 
 %build
-./configure.sh \
+CFLAGS="%{optflags}" ./configure.sh \
   --shared \
   --prefix="%{_prefix}" \
   --execdir="%{_bindir}" \
@@ -73,8 +70,9 @@
   --with-fenced-code \
 %endif
   --with-dl=BOTH \
+  --pkg-config \
   --enable-all-features
-make %{?_smp_mflags} CFLAGS="%{optflags} -fPIC"
+%make_build --jobs=1
 
 %install
 make DESTDIR=%{buildroot} install.everything

++++++ discount-2.2.4.tar.bz2 -> discount-2.2.6.tar.bz2 ++++++
++++ 2279 lines of diff (skipped)

++++++ discount-disable_ldconfig.patch ++++++
--- /var/tmp/diff_new_pack.n1sD5Z/_old  2021-01-30 13:55:40.561950558 +0100
+++ /var/tmp/diff_new_pack.n1sD5Z/_new  2021-01-30 13:55:40.561950558 +0100
@@ -1,8 +1,8 @@
-Index: discount-2.2.4/configure.inc
+Index: discount-2.2.6/configure.inc
 ===================================================================
---- discount-2.2.4.orig/configure.inc
-+++ discount-2.2.4/configure.inc
-@@ -1393,7 +1393,6 @@ __AC_ELF_LIBRARIAN() {
+--- discount-2.2.6.orig/configure.inc
++++ discount-2.2.6/configure.inc
+@@ -1455,7 +1455,6 @@ __AC_ELF_LIBRARIAN() {
      if $AC_CC $_VFLAGS -o ngc$$.so ngc$$.c; then
        USE_SONAME=T
      fi
@@ -10,7 +10,7 @@
  
      if [ "$LDCONFIG" ]; then
        case `uname -s 2>/dev/null | $AC_UPPERCASE` in
-@@ -1439,7 +1438,6 @@ install)$PROG_INSTALL -c \$FULLNAME "\$1
+@@ -1501,7 +1500,6 @@ install)$PROG_INSTALL -c \$FULLNAME "\$1
        $PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME.\$MAJOR
        $PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME
  EOF

Reply via email to