shithub: libdvdcss

Download patch

ref: 36eaed48543affde3b3ee233901313d411625972
parent: fd8c3e8443673203b43c06292719a8a14792556f
author: Sam Hocevar <sam@videolan.org>
date: Fri Oct 11 06:09:56 EDT 2002

* Updated changelog and package files.


--- a/ChangeLog
+++ b/ChangeLog
@@ -3,10 +3,12 @@
 #=========================#
 
 1.2.3
-**
+Fri, 11 Oct 2002 12:03:58 +0200
 
-  * ./src/Makefile.am: -no-undefined is now only used under BeOS because it
-    causes the Win32 compilation to fail.
+  * ./src/Makefile.am: -no-undefined is not used when using mingw32 because
+    of weird problems with libtool.
+  * ./src/css.c: if the disc key cannot be read, we don't try to crack it but
+    directly fall back to the title method.
   * ./configure.in, src/Makefile.am: used AM_CONDITIONAL to conditionally
     build the BSDi stuff.
   * src/css.c, src/device.c, src/ioctl.[ch]: We don't need to be in
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdvdcss (1.2.3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Samuel Hocevar <sam@zoy.org>  Fri, 11 Oct 2002 12:03:58 +0200
+
 libdvdcss (1.2.2-1) unstable; urgency=low
 
   * New upstream release.
--- a/libdvdcss.spec
+++ b/libdvdcss.spec
@@ -1,5 +1,5 @@
 %define name 	libdvdcss
-%define version	1.2.2
+%define version	1.2.3
 %define release	1
 
 %define major  	2
@@ -91,6 +91,10 @@
 %{_includedir}/*
 
 %changelog
+* Fri Oct 11 2002 Samuel Hocevar <sam@zoy.org> 1.2.3-1
+- new upstream release
+- fix for drives not allowing to read their disc key
+
 * Sat Aug 10 2002 Samuel Hocevar <sam@zoy.org> 1.2.2-1
 - new upstream release
 - even more fixes for the disc/drive region mismatch problem