Author: sls                          Date: Fri Mar 16 15:28:48 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- libdvdread-alpha.patch updated to 4.2.0
- rel. 1

---- Files affected:
packages/libdvdread:
   libdvdread-alpha.patch (1.5 -> 1.6) , libdvdread.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: packages/libdvdread/libdvdread-alpha.patch
diff -u packages/libdvdread/libdvdread-alpha.patch:1.5 
packages/libdvdread/libdvdread-alpha.patch:1.6
--- packages/libdvdread/libdvdread-alpha.patch:1.5      Sun Oct 12 17:42:15 2008
+++ packages/libdvdread/libdvdread-alpha.patch  Fri Mar 16 16:28:43 2012
@@ -1,20 +1,20 @@
 --- libdvdread-4.1.3/src/dvd_reader.c.orig     2008-10-12 00:15:30.820453108 
+0200
 +++ libdvdread-4.1.3/src/dvd_reader.c  2008-10-12 00:16:08.323454328 +0200
-@@ -947,7 +947,7 @@
-             if( ( offset + block_count ) <= dvd_file->title_sizes[ i ] ) {
-               off = dvdinput_seek( dvd_file->title_devs[ i ], (int)offset );
-                 if( off < 0 || off != (int)offset ) {
--                  fprintf( stderr, "libdvdread: Can't seek to block %d\n",
-+                  fprintf( stderr, "libdvdread: Can't seek to block %u\n",
-                            offset );
-                   return off < 0 ? off : 0;
-               }
-@@ -962,7 +962,7 @@
-                 /* Read part 1 */
-                 off = dvdinput_seek( dvd_file->title_devs[ i ], (int)offset );
-                 if( off < 0 || off != (int)offset ) {
--                  fprintf( stderr, "libdvdread: Can't seek to block %d\n",
-+                  fprintf( stderr, "libdvdread: Can't seek to block %u\n",
-                            offset );
-                   return off < 0 ? off : 0;
-               }
+@@ -1151,7 +1151,7 @@
+       if( ( offset + block_count ) <= dvd_file->title_sizes[ i ] ) {
+         off = dvdinput_seek( dvd_file->title_devs[ i ], (int)offset );
+         if( off < 0 || off != (int)offset ) {
+-          fprintf( stderr, "libdvdread: Can't seek to block %d\n",
++          fprintf( stderr, "libdvdread: Can't seek to block %u\n",
+                    offset );
+           return off < 0 ? off : 0;
+         }
+@@ -1166,7 +1166,7 @@
+         /* Read part 1 */
+         off = dvdinput_seek( dvd_file->title_devs[ i ], (int)offset );
+         if( off < 0 || off != (int)offset ) {
+-          fprintf( stderr, "libdvdread: Can't seek to block %d\n",
++          fprintf( stderr, "libdvdread: Can't seek to block %u\n",
+                    offset );
+           return off < 0 ? off : 0;
+         }

================================================================
Index: packages/libdvdread/libdvdread.spec
diff -u packages/libdvdread/libdvdread.spec:1.38 
packages/libdvdread/libdvdread.spec:1.39
--- packages/libdvdread/libdvdread.spec:1.38    Fri Mar 16 16:20:43 2012
+++ packages/libdvdread/libdvdread.spec Fri Mar 16 16:28:43 2012
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8):     Biblioteka do odczytu obrazów DVD-Video
 Name:          libdvdread
 Version:       4.2.0
-Release:       0.1
+Release:       1
 License:       GPL v2+
 Group:         Libraries
 Source0:       http://dvdnav.mplayerhq.hu/releases/%{name}-%{version}.tar.bz2
@@ -111,6 +111,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2012/03/16 15:28:43  sls
+- libdvdread-alpha.patch updated to 4.2.0
+- rel. 1
+
 Revision 1.38  2012/03/16 15:20:43  sls
 - ver. 4.2.0 (NFY)
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libdvdread/libdvdread-alpha.patch?r1=1.5&r2=1.6&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libdvdread/libdvdread.spec?r1=1.38&r2=1.39&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to