Hello community,

here is the log from the commit of package a2ps for openSUSE:Factory checked in 
at 2013-12-10 17:41:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/a2ps (Old)
 and      /work/SRC/openSUSE:Factory/.a2ps.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "a2ps"

Changes:
--------
--- /work/SRC/openSUSE:Factory/a2ps/a2ps.changes        2013-03-20 
09:52:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.a2ps.new/a2ps.changes   2013-12-10 
17:41:52.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Dec  9 13:56:20 UTC 2013 - wer...@suse.de
+
+- Work around new linker behaviour that is enforce the liba2ps to
+  depend on libm 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ a2ps-4.13-linker.patch ++++++
--- /var/tmp/diff_new_pack.bgEwP9/_old  2013-12-10 17:41:53.000000000 +0100
+++ /var/tmp/diff_new_pack.bgEwP9/_new  2013-12-10 17:41:53.000000000 +0100
@@ -22,3 +22,32 @@
    ;;
  
  netbsd*)
+--- auxdir/ltmain.sh
++++ auxdir/ltmain.sh   2013-12-09 13:50:04.722735821 +0000
+@@ -1982,11 +1982,12 @@ EOF
+           echo
+           if test "X$deplibs_check_method" = "Xnone"; then
+             echo "*** Warning: inter-library dependencies are not supported 
in this platform."
++            echo "*** All declared inter-library dependencies are being 
dropped."
++            droppeddeps=yes
+           else
+-            echo "*** Warning: inter-library dependencies are not known to be 
supported."
++            deplibs=$($echo "X $deplibs" | $Xsed -e 's/ -lc$//' -e 's/ 
-[LR][^ ]*//g' -e 's/[    ]//g')
++            newdeplibs="$deplibs"
+           fi
+-          echo "*** All declared inter-library dependencies are being 
dropped."
+-          droppeddeps=yes
+         fi
+         ;;
+       esac
+--- lib/Makefile.in
++++ lib/Makefile.in    2013-12-09 13:54:05.318235734 +0000
+@@ -247,7 +247,7 @@ CFLAGS = @CFLAGS@
+ LEXLIB = @LEXLIB@
+ YLWRAP = $(top_srcdir)/auxdir/ylwrap
+ CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) 
$(LDFLAGS) -o $@
++LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) 
$(LDFLAGS) -o $@ -lm
+ DIST_SOURCES =  $(liba2ps_la_SOURCES)
+ HEADERS =  $(include_HEADERS) $(noinst_HEADERS)
+ 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to