From c1d9272c5b41fe43cb7d2066a1748745f2c4d2b5 Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Tue, 27 May 2008 11:50:19 +0000 Subject: [PATCH] version 1.1.8 - fixes #171510 --- .cvsignore | 2 +- cdrkit.spec | 23 +++++++++++++++-------- sources | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2aca15b..c2e3e66 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cdrkit-1.1.2.tar.gz +cdrkit-1.1.8.tar.gz diff --git a/cdrkit.spec b/cdrkit.spec index ce24c84..5faba5f 100644 --- a/cdrkit.spec +++ b/cdrkit.spec @@ -1,17 +1,18 @@ Summary: A collection of CD/DVD utilities Name: cdrkit -Version: 1.1.6 -Release: 11%{?dist} +Version: 1.1.8 +Release: 1%{?dist} License: GPLv2 Group: Applications/System URL: http://cdrkit.org/ -Source: http://debburn.alioth.debian.org/cdrkit-%{version}.tar.gz +Source: http://cdrkit.org/releases/cdrkit-%{version}.tar.gz -Patch1: genisoimage-dlength.patch -Patch2: icedax-segfault.patch -Patch3: wodim-prtypo.patch -Patch4: cdrkit-1.1.6-oldsyn.patch -Patch5: cdrkit-1.1.6-werror.patch +#Patch1: genisoimage-dlength.patch +#Patch2: icedax-segfault.patch +#Patch3: wodim-prtypo.patch +#Patch4: cdrkit-1.1.6-oldsyn.patch +#Patch5: cdrkit-1.1.6-werror.patch +#Patch6: genisoimage-dirperm.patch BuildRequires: cmake libcap-devel zlib-devel perl file-devel @@ -77,6 +78,8 @@ rates. Icedax can also be used as a CD player. %patch3 -p1 -b .prtypo %patch4 -p1 -b .oldsyn %patch5 -p1 -b .werror +%patch6 -p1 -b .dirperm + find . -type f -print0 | xargs -0 perl -pi -e 's#/usr/local/bin/perl#/usr/bin/perl#g' find doc -type f -print0 | xargs -0 chmod a-x @@ -213,6 +216,10 @@ fi %{_mandir}/man1/readmult.* %changelog +* Tue May 27 2008 Roman Rakus - 1.1.8-1 +- Version 1.1.8 +- fixed #171510 - preserve directory permissions + * Wed Feb 27 2008 Harald Hoyer 1.1.6-11 - refined -Werror patch diff --git a/sources b/sources index 41ebfb6..ee769fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59b9946649ea2ea2f2d0021035fb4443 cdrkit-1.1.6.tar.gz +97a9ea4e1bf59beb12aca649958d8c6c cdrkit-1.1.8.tar.gz