version 1.1.8 - fixes #171510
This commit is contained in:
parent
a03246e07a
commit
c1d9272c5b
@ -1 +1 @@
|
||||
cdrkit-1.1.2.tar.gz
|
||||
cdrkit-1.1.8.tar.gz
|
||||
|
23
cdrkit.spec
23
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 <rrakus@redhat.cz> - 1.1.8-1
|
||||
- Version 1.1.8
|
||||
- fixed #171510 - preserve directory permissions
|
||||
|
||||
* Wed Feb 27 2008 Harald Hoyer <harald@redhat.com> 1.1.6-11
|
||||
- refined -Werror patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user