Hello community,

here is the log from the commit of package libmikmod for openSUSE:Factory 
checked in at 2014-05-08 12:38:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmikmod (Old)
 and      /work/SRC/openSUSE:Factory/.libmikmod.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmikmod"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmikmod/libmikmod.changes      2014-04-09 
13:14:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmikmod.new/libmikmod.changes 2014-05-08 
12:38:45.000000000 +0200
@@ -1,0 +2,13 @@
+Wed May  7 14:41:18 UTC 2014 - [email protected]
+
+- Modify libmikmod-config.patch to also remove pthreads stuff from
+  cflags and ldadd. Now it's "equivalent" to the .pc file.
+
+-------------------------------------------------------------------
+Tue May  6 09:22:13 UTC 2014 - [email protected]
+
+- Add libmikmod-config.patch:
+  Remove @LIBRARY_LIB@ from libmikmod-config, which is only needed for
+  static linking, which is not possible anyway
+
+-------------------------------------------------------------------

New:
----
  libmikmod-config.patch

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

Other differences:
------------------
++++++ libmikmod.spec ++++++
--- /var/tmp/diff_new_pack.I44ln6/_old  2014-05-08 12:38:46.000000000 +0200
+++ /var/tmp/diff_new_pack.I44ln6/_new  2014-05-08 12:38:46.000000000 +0200
@@ -30,6 +30,7 @@
 Release:        0
 Source:         
http://sourceforge.net/projects/mikmod/files/%{name}/%{version}/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
+Patch1:         libmikmod-config.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -84,6 +85,7 @@
 
 %prep
 %setup -q
+%patch1
 
 %build
 %configure --disable-static --disable-oss

++++++ libmikmod-config.patch ++++++
Index: libmikmod-config.in
===================================================================
--- libmikmod-config.in.orig
+++ libmikmod-config.in
@@ -44,13 +44,13 @@ while test $# -gt 0 ; do
                if test $includedir != /usr/include ; then
                        includes=-I$includedir
                fi
-               echo $includes @REENTRANT@
+               echo $includes
        ;;
        --ldadd)
-               echo @LIB_LDADD@
+               echo
        ;;
        --libs)
-               echo -L@libdir@ -lmikmod @LIBRARY_LIB@
+               echo -lmikmod
        ;;
        *)
                echo "${usage}" 1>&2
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to