rpms/libdvdnav/devel libdvdnav-inttypes.patch, NONE, 1.1 libdvdnav.spec, 1.5, 1.6

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


Author: rathann

Update of /cvs/pkgs/rpms/libdvdnav/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10214

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/devel/libdvdnav.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libdvdnav.spec	6 Jan 2008 17:43:23 -0000	1.5
+++ libdvdnav.spec	27 Jan 2008 21:12:39 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           libdvdnav
 Version:        4.1.1
-Release:        4%{?dist}
+Release:        5%{?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
@@ -57,6 +58,7 @@
 %patch4 -p0
 %patch5 -p1 -b .dvdread
 %patch6 -p1 -b .destdir
+%patch7 -p1 -b .int
 
 %build
 ./configure2 \
@@ -117,6 +119,9 @@
 %{_libdir}/libdvdread.so
 
 %changelog
+* Sun Jan 27 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.1-5
+- fix missing <inttypes.h> include (bug 428910)
+
 * Sun Jan 06 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.1-4
 - make sure -devel requires our version of libdvdread-devel
 




More information about the fedora-extras-commits mailing list