rpms/libcdio/devel libcdio.spec,1.19,1.20

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Thu Oct 5 13:17:52 UTC 2006


Author: adrian

Update of /cvs/extras/rpms/libcdio/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4469

Modified Files:
	libcdio.spec 
Log Message:
* Thu Oct 05 2006 Adrian Reber <adrian at lisas.de> - 0.77-3
- disabled iso9660 test case (fails for some reason with date problems)
  this seems to be a known problem according to the ChangeLog



Index: libcdio.spec
===================================================================
RCS file: /cvs/extras/rpms/libcdio/devel/libcdio.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- libcdio.spec	4 Oct 2006 22:23:12 -0000	1.19
+++ libcdio.spec	5 Oct 2006 13:17:52 -0000	1.20
@@ -1,6 +1,6 @@
 Name:           libcdio
 Version:        0.77
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        CD-ROM input and control library
 
 Group:          Applications/Multimedia
@@ -66,7 +66,8 @@
 
 %check || :
 # disable test using local CDROM
-%{__sed} -i -e  "s/am__EXEEXT_1 =.*$/am__EXEEXT_1 =/g" test/Makefile
+%{__sed} -i -e  "s/am__EXEEXT_1 =.*$/am__EXEEXT_1 =/g" \
+            -e  "s,testiso9660\$(EXEEXT) \\\,\\\,g" test/Makefile
 make check
 
 
@@ -108,6 +109,10 @@
 
 
 %changelog
+* Thu Oct 05 2006 Adrian Reber <adrian at lisas.de> - 0.77-3
+- disabled iso9660 test case (fails for some reason with date problems)
+  this seems to be a known problem according to the ChangeLog
+
 * Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 0.77-2
  - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 




More information about the scm-commits mailing list