From dcd85666d448ff7ae561eff63abcdd693772b21d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Mar 2012 06:50:44 +0100 Subject: libdvdcss-1.2.12 --- libdvdcss-rpc.patch | 23 ----------------------- libdvdcss.spec | 15 +++++---------- 2 files changed, 5 insertions(+), 33 deletions(-) delete mode 100644 libdvdcss-rpc.patch diff --git a/libdvdcss-rpc.patch b/libdvdcss-rpc.patch deleted file mode 100644 index c70f903..0000000 --- a/libdvdcss-rpc.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -up libdvdcss-1.2.11/src/css.c.orig libdvdcss-1.2.11/src/css.c ---- libdvdcss-1.2.11/src/css.c.orig 2012-02-18 17:43:34.000000000 +0100 -+++ libdvdcss-1.2.11/src/css.c 2012-02-18 17:45:01.000000000 +0100 -@@ -2,7 +2,7 @@ - * css.c: Functions for DVD authentication and descrambling - ***************************************************************************** - * Copyright (C) 1999-2008 VideoLAN -- * $Id: css.c 239 2011-03-23 14:59:36Z jb $ -+ * $Id: css.c 249 2012-02-18 16:22:03Z jb $ - * - * Authors: Stéphane Borel - * Håkan Hjort -@@ -138,8 +138,8 @@ int _dvdcss_test( dvdcss_t dvdcss ) - - if( i_ret < 0 ) - { -- print_error( dvdcss, "css error: could not get RPC status" ); -- return -2; -+ print_error( dvdcss, "css error: could not get RPC status. Assuming RPC-I drive." ); -+ i_type = i_mask = i_rpc = 0; - } - - switch( i_rpc ) diff --git a/libdvdcss.spec b/libdvdcss.spec index 089533a..335580c 100644 --- a/libdvdcss.spec +++ b/libdvdcss.spec @@ -1,18 +1,12 @@ Summary: A portable abstraction library for DVD decryption Name: libdvdcss -Version: 1.2.11 -Release: 2%{?dist} +Version: 1.2.12 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries Source: http://www.videolan.org/pub/videolan/libdvdcss/%{version}/libdvdcss-%{version}.tar.bz2 URL: http://www.videolan.org/libdvdcss/ -# http://svn.videolan.org/revision.php?repname=libdvdcss&path=%2F&rev=249&peg=249 -# If unsure, assume the drive is of RPC-I type -# This can happen when patched drives do not answer to ioctl_ReportRPC correctly -Patch0: %{name}-rpc.patch - - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -38,8 +32,6 @@ you will need to install %{name}-devel. %prep %setup -q -%patch0 -p1 -b .rpc1 - %build %configure @@ -70,6 +62,9 @@ rm -rf %{buildroot} %changelog +* Mon Mar 12 2012 Remi Collet - 1.2.12-1 +- Update to 1.2.12 + * Sat Feb 18 2012 Remi Collet - 1.2.11-2 - If unsure, assume the drive is of RPC-I type -- cgit