From e2a1fd97d2e933f030245ef3b56cef4cd83c9004 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:40:55 +0000 Subject: [PATCH] auto-import changelog data from libraw1394-0.10.1-3.src.rpm Thu Jul 15 2004 Tim Waugh 0.10.1-3 - Fixed warnings in shipped m4 file. --- libraw1394-underquoted.patch | 47 ++++++++++++++++++++++++++++++++++++ libraw1394.spec | 7 +++++- 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 libraw1394-underquoted.patch diff --git a/libraw1394-underquoted.patch b/libraw1394-underquoted.patch new file mode 100644 index 0000000..a1e677d --- /dev/null +++ b/libraw1394-underquoted.patch @@ -0,0 +1,47 @@ +--- libraw1394-0.10.1/libraw1394.m4.underquoted 2004-07-15 12:59:11.467143881 +0100 ++++ libraw1394-0.10.1/libraw1394.m4 2004-07-15 12:59:57.705291918 +0100 +@@ -3,7 +3,7 @@ + dnl This just unconditionally sets the options. It should offer an option for + dnl explicitly giving the path to libraw1394 on the configure command line. + dnl +-AC_DEFUN(AC_LIB_RAW1394_FLAGS, [ ++AC_DEFUN([AC_LIB_RAW1394_FLAGS], [ + LIBRAW1394_CPPFLAGS="" + LIBRAW1394_CFLAGS="" + LIBRAW1394_LIBS="-lraw1394" +@@ -16,7 +16,7 @@ + dnl + dnl AC_LIB_RAW1394_HEADERS([ACTION_IF_FOUND[,ACTION_IF_NOT_FOUND]]) + dnl +-AC_DEFUN(AC_LIB_RAW1394_HEADERS, [ ++AC_DEFUN([AC_LIB_RAW1394_HEADERS], [ + AC_REQUIRE([AC_LIB_RAW1394_FLAGS]) + + ac_libraw1394_save_cppflags=$CPPFLAGS +@@ -38,7 +38,7 @@ + dnl + dnl AC_LIB_RAW1394_LIBVERSION(MINIMUMVERSION[,ACTION_IF_FOUND[,ACTION_IF_NOT_FOUND]]) + dnl +-AC_DEFUN(AC_LIB_RAW1394_LIBVERSION, [ ++AC_DEFUN([AC_LIB_RAW1394_LIBVERSION], [ + AC_REQUIRE([AC_PROG_CC]) + AC_REQUIRE([AC_LIB_RAW1394_FLAGS]) + +@@ -72,7 +72,7 @@ + dnl + dnl AC_LIB_RAW1394_RUNTEST(MINIMUMVERSION[,ACTION_IF_FOUND + dnl [,ACTION_IF_NOT_FOUND[,ACTION_IF_CROSS_COMPILING]]]) +-AC_DEFUN(AC_LIB_RAW1394_RUNTEST, [ ++AC_DEFUN([AC_LIB_RAW1394_RUNTEST], [ + ac_libraw1394_save_cppflags=$CPPFLAGS + ac_libraw1394_save_cflags=$CFLAGS + ac_libraw1394_save_libs=$LIBS +@@ -135,7 +135,7 @@ + dnl Versions before 0.9 can't be checked, so this will always fail if the + dnl installed libraw1394 is older than 0.9 as if the library weren't found. + dnl +-AC_DEFUN(AC_LIB_RAW1394, [ ++AC_DEFUN([AC_LIB_RAW1394], [ + + AC_LIB_RAW1394_FLAGS + AC_LIB_RAW1394_HEADERS(ac_libraw1394_found=yes, ac_libraw1394_found=no) diff --git a/libraw1394.spec b/libraw1394.spec index bbc5e19..9ac15ab 100644 --- a/libraw1394.spec +++ b/libraw1394.spec @@ -1,10 +1,11 @@ Summary: Library providing low-level IEEE-1394 access Name: libraw1394 Version: 0.10.1 -Release: 2 +Release: 3 License: LGPL Group: System Environment/Libraries Source: http://www.linux1394.org/files/libraw1394/libraw1394-0.10.1.tar.gz +Patch0: libraw1394-underquoted.patch URL: http://www.linux1394.org/ ExcludeArch: s390 s390x ## not needed @@ -25,6 +26,7 @@ Development libraries needed to build applications against libraw1394. %prep %setup -q +%patch0 -p1 -b .underquoted ## not needed #libtoolize --force @@ -72,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 15 2004 Tim Waugh 0.10.1-3 +- Fixed warnings in shipped m4 file. + * Tue Jun 15 2004 Elliot Lee - rebuilt