rpms/libdvdnav/F-9 libdvdnav-r1108.patch, NONE, 1.1 libdvdnav.spec, 1.10, 1.11

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Wed Jul 30 20:45:26 UTC 2008


Author: rathann

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

Modified Files:
	libdvdnav.spec 
Added Files:
	libdvdnav-r1108.patch 
Log Message:
* Wed Jul 30 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.2-3
- really fix #455961


libdvdnav-r1108.patch:

--- NEW FILE libdvdnav-r1108.patch ---
Index: src/dvdnav.h
===================================================================
--- src/dvdnav.h	(revision 1107)
+++ src/dvdnav.h	(revision 1108)
@@ -290,7 +290,7 @@
  * The number of entries in *times is the result of the function.
  * On error *times is NULL and the output is 0
  */
-uint32_t dvdnav_describe_title_chapters(dvdnav_t *this, int32_t title, uint64_t **times, uint64_t *duration);
+uint32_t dvdnav_describe_title_chapters(dvdnav_t *self, int32_t title, uint64_t **times, uint64_t *duration);
 
 /*
  * Play the specified amount of parts of the specified title of


Index: libdvdnav.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdvdnav/F-9/libdvdnav.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libdvdnav.spec	26 Jul 2008 18:53:47 -0000	1.10
+++ libdvdnav.spec	30 Jul 2008 20:44:56 -0000	1.11
@@ -1,12 +1,13 @@
 Name:           libdvdnav
 Version:        4.1.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A library for reading DVD video discs based on Ogle code
 
 Group:          System Environment/Libraries
 License:        GPLv2+
 Source:         http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdnav-%{version}.tar.gz
 Patch0:         %{name}-r1001-r1043.patch
+Patch1:         %{name}-r1108.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  doxygen
@@ -47,6 +48,7 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p0
 
 %build
 ./configure2 \
@@ -106,6 +108,9 @@
 %{_libdir}/libdvdread.so
 
 %changelog
+* Wed Jul 30 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.2-3
+- really fix #455961
+
 * Sat Jul 27 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.2-2
 - pull selected fixes from SVN (fixes #455961)
 - re-enable parallel make




More information about the fedora-extras-commits mailing list