Author: glen Date: Thu Feb 21 17:42:55 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fix for conflicting int64_t on x86_64; rel 5
---- Files affected: SPECS: motion.spec (1.52 -> 1.53) ---- Diffs: ================================================================ Index: SPECS/motion.spec diff -u SPECS/motion.spec:1.52 SPECS/motion.spec:1.53 --- SPECS/motion.spec:1.52 Thu Feb 21 18:12:34 2008 +++ SPECS/motion.spec Thu Feb 21 18:42:50 2008 @@ -9,7 +9,7 @@ Summary(pl.UTF-8): Motion - programowy wykrywacz ruchu Name: motion Version: 3.2.9 -Release: 4 +Release: 5 License: GPL Group: Applications/Graphics Source0: http://dl.sourceforge.net/motion/%{name}-%{version}.tar.gz @@ -18,6 +18,7 @@ Source2: %{name}.sysconfig Patch0: %{name}-config.patch Patch1: %{name}-as_needed.patch +Patch2: %{name}-inttypes.patch URL: http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome BuildRequires: autoconf BuildRequires: automake @@ -67,6 +68,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__aclocal} @@ -149,6 +151,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.53 2008-02-21 17:42:50 glen +- fix for conflicting int64_t on x86_64; rel 5 + Revision 1.52 2008-02-21 17:12:34 glen - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/motion.spec?r1=1.52&r2=1.53&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
