Author: charles Date: Mon Jul 18 10:37:17 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.4.20 - use undos macro instead of dos2unix (updated BRs)
---- Files affected: packages/libzen: libzen.spec (1.9 -> 1.10) , libzen-include.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/libzen/libzen.spec diff -u packages/libzen/libzen.spec:1.9 packages/libzen/libzen.spec:1.10 --- packages/libzen/libzen.spec:1.9 Thu Apr 28 23:58:48 2011 +++ packages/libzen/libzen.spec Mon Jul 18 12:37:12 2011 @@ -1,19 +1,21 @@ # $Revision$, $Date$ Summary: Shared library for libmediainfo and mediainfo* Name: libzen -Version: 0.4.19 +Version: 0.4.20 Release: 1 License: BSD Group: Libraries -URL: http://mediainfo.sourceforge.net/ Source0: http://downloads.sourceforge.net/project/zenlib/ZenLib%20-%20Sources/%{version}/%{name}_%{version}.tar.bz2 -# Source0-md5: 0deabb701564f2e616a7ee6dd71599a1 +# Source0-md5: 8211cc2ca8500c6af14600363be064d5 +Patch0: %{name}-include.patch +URL: http://mediainfo.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: dos2unix BuildRequires: doxygen BuildRequires: libstdc++-devel BuildRequires: libtool +BuildRequires: rpmbuild(macros) >= 1.566 +BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -37,8 +39,10 @@ %prep %setup -q -n ZenLib -dos2unix *.txt Source/Doc/*.html +%undos Source/ZenLib/*.h +%undos *.txt Source/Doc/*.html chmod 644 *.txt Source/Doc/*.html +%patch0 -p1 %build export CFLAGS="%{rpmcflags}" @@ -113,6 +117,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2011/07/18 10:37:12 charles +- updated to 0.4.20 +- use undos macro instead of dos2unix (updated BRs) + Revision 1.9 2011/04/28 21:58:48 charles - up to 0.4.19 ================================================================ Index: packages/libzen/libzen-include.patch diff -u /dev/null packages/libzen/libzen-include.patch:1.1 --- /dev/null Mon Jul 18 12:37:18 2011 +++ packages/libzen/libzen-include.patch Mon Jul 18 12:37:12 2011 @@ -0,0 +1,11 @@ +--- ZenLib/Source/ZenLib/Conf.h.orig 2011-07-18 12:12:34.000000000 +0200 ++++ ZenLib/Source/ZenLib/Conf.h 2011-07-18 12:13:50.636601535 +0200 +@@ -171,7 +171,7 @@ + + //--------------------------------------------------------------------------- + #include <limits.h> +- ++#include <stddef.h> + //--------------------------------------------------------------------------- + #if defined(ZENLIB_DEBUG) && (defined(DEBUG) || defined(_DEBUG)) + #include "ZenLib/MemoryDebug.h" ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libzen/libzen.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
