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.changes        2015-05-26 
12:33:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.discount.new/discount.changes   2016-05-08 
10:45:32.000000000 +0200
@@ -1,0 +2,8 @@
+Sun May  1 15:29:28 UTC 2016 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.cLjUoZ/_new  2016-05-08 10:45:33.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.cLjUoZ/_new  2016-05-08 10:45:33.000000000 +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


Reply via email to