auto-import changelog data from libraw1394-0.10.1-3.src.rpm

Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com> 0.10.1-3
- Fixed warnings in shipped m4 file.
epel9
cvsdist 21 years ago
parent d5c6c36656
commit e2a1fd97d2

@ -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)

@ -1,10 +1,11 @@
Summary: Library providing low-level IEEE-1394 access Summary: Library providing low-level IEEE-1394 access
Name: libraw1394 Name: libraw1394
Version: 0.10.1 Version: 0.10.1
Release: 2 Release: 3
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://www.linux1394.org/files/libraw1394/libraw1394-0.10.1.tar.gz Source: http://www.linux1394.org/files/libraw1394/libraw1394-0.10.1.tar.gz
Patch0: libraw1394-underquoted.patch
URL: http://www.linux1394.org/ URL: http://www.linux1394.org/
ExcludeArch: s390 s390x ExcludeArch: s390 s390x
## not needed ## not needed
@ -25,6 +26,7 @@ Development libraries needed to build applications against libraw1394.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .underquoted
## not needed ## not needed
#libtoolize --force #libtoolize --force
@ -72,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com> 0.10.1-3
- Fixed warnings in shipped m4 file.
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt - rebuilt

Loading…
Cancel
Save