[cuetools] Fix up timestamps on pre-generated sources (Fix FTBFS BZ#716187, BZ#660830).

corsepiu corsepiu at fedoraproject.org
Fri Jul 1 10:27:25 UTC 2011


commit 0d183fb10a2c53d97a458d8af74abb4b969894d0
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Fri Jul 1 12:27:12 2011 +0200

    Fix up timestamps on pre-generated sources (Fix FTBFS BZ#716187, BZ#660830).

 cuetools.spec |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/cuetools.spec b/cuetools.spec
index d12096e..2a4abed 100644
--- a/cuetools.spec
+++ b/cuetools.spec
@@ -2,7 +2,7 @@
 
 Name: cuetools
 Version: 1.4.0
-Release: 0.6.svn305%{?dist}
+Release: 0.7.svn305%{?dist}
 Summary: Utilities to work with cue and TOC files
 Group: Applications/Multimedia
 License: GPLv2
@@ -26,6 +26,14 @@ on cue/TOC information, and track breakpoint printing.
 %patch2 -p1 -b .spaces
 %patch3 -p1 -b .typo
 
+# Fix up time stamps on pre-generated sources,
+# having been screwed up by patch0
+touch -r aclocal.m4 configure configure.ac
+touch -r src/lib/cue_parse.y src/lib/cue_parse.[ch]
+touch -r src/lib/toc_parse.y src/lib/toc_parse.[ch]
+touch -r src/lib/cue_scan.l src/lib/cue_scan.c
+touch -r src/lib/toc_scan.l src/lib/toc_scan.c
+
 %build
 %configure
 
@@ -52,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so.*
 
 %changelog
+* Fri Jul 01 2011 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.4.0-0.7.svn305
+- Fix up timestamps on pre-generated sources (Fix FTBFS BZ#716187, BZ#660830).
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.0-0.6.svn305
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list