Hello community,

here is the log from the commit of package id3lib for openSUSE:Factory checked 
in at 2012-09-25 10:20:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/id3lib (Old)
 and      /work/SRC/openSUSE:Factory/.id3lib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "id3lib", Maintainer is "vdziewie...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/id3lib/id3lib.changes    2011-10-16 
12:50:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.id3lib.new/id3lib.changes       2012-09-25 
10:20:46.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Sep 24 09:31:25 UTC 2012 - sch...@linux-m68k.org
+
+- Add -I m4 to ACLOCAL_AMFLAGS.
+- Fix check for for loop scoping.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ id3lib-3.8.3-autoconf.patch ++++++
--- /var/tmp/diff_new_pack.T9hANr/_old  2012-09-25 10:20:47.000000000 +0200
+++ /var/tmp/diff_new_pack.T9hANr/_new  2012-09-25 10:20:47.000000000 +0200
@@ -1,3 +1,13 @@
+--- Makefile.am
++++ Makefile.am
+@@ -11,6 +11,7 @@
+ 
+ # require automake 1.5
+ AUTOMAKE_OPTIONS = 1.5
++ACLOCAL_AMFLAGS = -I m4
+ 
+ EXTRA_DIST =                    \
+         HISTORY                 \
 --- configure.in
 +++ configure.in
 @@ -11,14 +11,82 @@
@@ -186,7 +196,7 @@
  if test "x$ac_cv_lib_z_uncompress" = "xno"; then
 --- m4/id3_cxx.m4
 +++ m4/id3_cxx.m4
-@@ -84,7 +84,7 @@
+@@ -84,18 +84,18 @@
    AC_TRY_RUN([main() { bool b1=true; bool b2=false; }],
               [ AC_MSG_RESULT(yes) ],
               [ AC_MSG_RESULT(no)
@@ -195,7 +205,11 @@
               [ AC_MSG_WARN(Don't cross-compile)]
              )
  
-@@ -95,7 +95,7 @@
+   dnl Test whether C++ has buggy for-loops
+   AC_MSG_CHECKING(whether C++ has correct scoping in for-loops)
+-  AC_TRY_COMPILE([#include <iostream.h>], [
++  AC_TRY_COMPILE(, [
+    for (int i=0;i<10;i++) { }
     for (int i=0;i<10;i++) { }
  ], [ AC_MSG_RESULT(yes) ],
     [ AC_MSG_RESULT(no)

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

Reply via email to