Author: pluto Date: Fri Apr 7 07:56:20 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - correct printf fix, release 1.
---- Files affected: SPECS: dvd+rw-tools.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/dvd+rw-tools.spec diff -u SPECS/dvd+rw-tools.spec:1.16 SPECS/dvd+rw-tools.spec:1.17 --- SPECS/dvd+rw-tools.spec:1.16 Thu Apr 6 19:57:59 2006 +++ SPECS/dvd+rw-tools.spec Fri Apr 7 09:56:15 2006 @@ -3,14 +3,14 @@ Summary(pl): Zestaw narzędzi do nagrywania płyt DVD Name: dvd+rw-tools Version: 6.1 -Release: 0.2 +Release: 1 License: GPL Group: Applications/Multimedia Source0: http://fy.chalmers.se/~appro/linux/DVD+RW/tools/%{name}-%{version}.tar.gz # Source0-md5: d6bad594e55a2e0d7cf76ce452fce399 Patch0: %{name}-makefile.patch Patch1: %{name}-bacula.patch -Patch2: %{name}-gcc4.patch +Patch2: %{name}-printf.patch URL: http://fy.chalmers.se/~appro/linux/DVD+RW/ BuildRequires: libstdc++-devel BuildRequires: m4 @@ -33,8 +33,8 @@ %{__make} \ CC="%{__cc}" \ CXX="%{__cxx}" \ - CFLAGS="%{rpmcflags}" \ - CXXFLAGS="%{rpmcflags} -fno-exceptions" + CFLAGS="%{rpmcflags} -Wall" \ + CXXFLAGS="%{rpmcflags} -fno-exceptions -Wall" %install rm -rf $RPM_BUILD_ROOT @@ -60,6 +60,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2006/04/07 07:56:15 pluto +- correct printf fix, release 1. + Revision 1.16 2006/04/06 17:57:59 jajcus - bacula patch updated (the old one caused Memory Fault) - epoch in mkisofs R ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dvd+rw-tools.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
