rpms/libdvdnav/F-7 libdvdnav-inttypes.patch, NONE, 1.1 libdvdnav.spec, 1.2, 1.3

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Sun Jan 27 21:24:25 UTC 2008


Author: rathann

Update of /cvs/pkgs/rpms/libdvdnav/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10843

Modified Files:
	libdvdnav.spec 
Added Files:
	libdvdnav-inttypes.patch 
Log Message:
- fix missing <inttypes.h> include (bug 428910)

libdvdnav-inttypes.patch:

--- NEW FILE libdvdnav-inttypes.patch ---
diff -up libdvdnav-4.1.1/src/dvd_types.h.int libdvdnav-4.1.1/src/dvd_types.h
--- libdvdnav-4.1.1/src/dvd_types.h.int	2007-04-21 13:08:56.000000000 +0200
+++ libdvdnav-4.1.1/src/dvd_types.h	2008-01-27 22:06:32.000000000 +0100
@@ -29,6 +29,8 @@
 #ifndef DVD_H_INCLUDED
 #define DVD_H_INCLUDED
 
+#include <inttypes.h>
+
 /*
  * DVD Menu ID
  * (see dvdnav_menu_call())


Index: libdvdnav.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdvdnav/F-7/libdvdnav.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libdvdnav.spec	21 Nov 2007 21:45:00 -0000	1.2
+++ libdvdnav.spec	27 Jan 2008 21:23:50 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           libdvdnav
 Version:        4.1.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A library for reading DVD video discs based on Ogle code
 
 Group:          System Environment/Libraries
@@ -12,6 +12,7 @@
 Patch4:         %{name}-soname.patch
 Patch5:         %{name}-external-dvdread.patch
 Patch6:         %{name}-destdir.patch
+Patch7:         %{name}-inttypes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  doxygen
@@ -39,6 +40,7 @@
 %patch4 -p0
 %patch5 -p1 -b .dvdread
 %patch6 -p1 -b .destdir
+%patch7 -p1 -b .int
 
 %build
 ./configure2 \
@@ -87,6 +89,9 @@
 %{_datadir}/aclocal/dvdnav.m4
 
 %changelog
+* Sun Jan 27 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.1-3
+- fix missing <inttypes.h> include (bug 428910)
+
 * Wed Nov 21 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.1-2
 - use upstream non-autotools buildsystem
 - build with external libdvdread for older releases




More information about the fedora-extras-commits mailing list