From 7b6b3c3dade4c9272f7f81e12c6fb1aea7f00d46 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 03:44:58 +0000 Subject: [PATCH] auto-import changelog data from cdrdao-1.1.5-1.72.0.src.rpm Sun Dec 23 2001 Mike A. Harris 1.1.5-3 - Added missing /usr/share/cdrdao/drivers file (#57785) - Also built 1.1.5-1.72.0 package for 7.x Sat Dec 22 2001 Mike A. Harris 1.1.5-2 - Bumped release and rebuilt so rawhide package doesn't release number conflict with previous 1.1.5-1 package built against 7.2 Fri Dec 21 2001 Bernhard Rosenkraenzer - Fix non-standard C++ code Tue Dec 18 2001 Mike A. Harris 1.1.5-1 - Updated to 1.1.5 - Updated endianness patch for ia64 - s/Copyright/License/ in specfile - Changed to bz2 compression for smaller sources - Fixed BuildRoot line (was hard coded) --- .cvsignore | 2 +- cdrdao.spec | 40 ++++++++++++++++++++++++++++++++-------- sources | 2 +- 3 files changed, 34 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index b6ac673..945b200 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cdrdao-1.1.3.src.tar.gz +cdrdao-1.1.5.src.tar.bz2 diff --git a/cdrdao.spec b/cdrdao.spec index d4ccc99..5d5c01c 100644 --- a/cdrdao.spec +++ b/cdrdao.spec @@ -1,15 +1,18 @@ Summary: Writes audio CD-Rs in disk-at-once (DAO) mode. Name: cdrdao -Version: 1.1.3 -Release: 11 -Copyright: GPL +Version: 1.1.5 +Release: 1.72.0 +License: GPL Group: Applications/System -URL: http://www.ping.de/sites/daneb/cdrdao.html -Source0: %{name}-%{version}.src.tar.gz +URL: http://www.ping.de/sites/daneb/cdrdao.html +Source0: %{name}-%{version}.src.tar.bz2 Source1: xcdrdao.desktop -Patch0: bigendian.patch -BuildRoot: /var/tmp/%{name}-%{version} +Patch0: cdrdao-1.1.15-endianness.patch +Patch1: cdrdao-1.1.5-c++.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: pccts >= 1.33mr22 + +# s390 has no hardware that can use this Excludearch: s390 s390x %description @@ -21,7 +24,8 @@ of pre-gaps, the pause areas between tracks. %prep %setup -q -%patch0 -p1 -b .tim +%patch0 -p0 -b .endianness +%patch1 -p1 -b .c++ %build cd scsilib/RULES @@ -49,9 +53,29 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc testtocs COPYING INSTALL README cdrdao.lsm %{_bindir}/* +%dir %{_datadir}/cdrdao +%{_datadir}/cdrdao/* %{_mandir}/*/* %changelog +* Sun Dec 23 2001 Mike A. Harris 1.1.5-3 +- Added missing /usr/share/cdrdao/drivers file (#57785) +- Also built 1.1.5-1.72.0 package for 7.x + +* Sat Dec 22 2001 Mike A. Harris 1.1.5-2 +- Bumped release and rebuilt so rawhide package doesn't release number + conflict with previous 1.1.5-1 package built against 7.2 + +* Fri Dec 21 2001 Bernhard Rosenkraenzer +- Fix non-standard C++ code + +* Tue Dec 18 2001 Mike A. Harris 1.1.5-1 +- Updated to 1.1.5 +- Updated endianness patch for ia64 +- s/Copyright/License/ in specfile +- Changed to bz2 compression for smaller sources +- Fixed BuildRoot line (was hard coded) + * Wed Sep 12 2001 Tim Powers - rebuild with new gcc and binutils diff --git a/sources b/sources index 37ceec6..b79721b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a6bfcc70fda8a6a4aee693a6a407b8e cdrdao-1.1.3.src.tar.gz +266912c4f6c1ae09479f2a9d2b420eee cdrdao-1.1.5.src.tar.bz2