shithub: libdvdcss

Download patch

ref: 5980793d8ef061203eb6fb995f328bb84483f1af
parent: 4f917a3a9e234b5ddc40d21b690a13628ce35657
author: Sam Hocevar <sam@videolan.org>
date: Fri Apr 5 20:27:43 EST 2002

* libdvdcss-1.1.1 release.


--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
 
 HEAD
 
+  * Nothing yet.
+
+1.1.1
+Sat,  6 Apr 2002 03:24:20 +0200
+
   * ./src/ioctl.c: OpenBSD compile fix. Thanks to ex0dus on #videolan.
   * ./src/libdvdcss.h: IRIX compile fix by Michael Pruett <michael@68k.org>.
   * ./configure.in: BeOS bug fix. I'm so lame.
--- a/configure
+++ b/configure
@@ -953,7 +953,7 @@
 
 PACKAGE=libdvdcss
 
-VERSION=1.1.0
+VERSION=1.1.1
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
 
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE(libdvdcss, 1.1.0)
+AM_INIT_AUTOMAKE(libdvdcss, 1.1.1)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_PROG_CC
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdvdcss (1.1.1-1) unstable; urgency=low
+
+  * Minor release.
+
+ -- Samuel Hocevar <sam@zoy.org>  Sat,  6 Apr 2002 03:24:20 +0200
+
 libdvdcss (1.1.0-1) unstable; urgency=low
 
   * First release outside the vlc tree.
--- a/libdvdcss.spec
+++ b/libdvdcss.spec
@@ -1,6 +1,6 @@
 # This is borrowed and adapted from Mandrake's Cooker
 %define name 	libdvdcss
-%define version	1.1.0
+%define version	1.1.1
 %define release	1
 %define major  	2
 %define lib_name %{name}%{major}
@@ -93,6 +93,9 @@
 %{_includedir}/*
 
 %changelog
+* Sat Apr 06 2002 Samuel Hocevar <sam@zoy.org>
+- version 1.1.1
+
 * Wed Apr 03 2002 Samuel Hocevar <sam@zoy.org>
 - version 1.1.0
 - first release outside the vlc tree