Author: glen Date: Mon Aug 3 15:10:53 2009 GMT Module: packages Tag: AC-branch ---- Log message: - fix find-debuginfo with spaces in sourcedir; rel 96
---- Files affected: packages/rpm: rpm.spec (1.837.2.42.2.72 -> 1.837.2.42.2.73) , debuginfo-quote.patch (NONE -> 1.1.2.1) (NEW) ---- Diffs: ================================================================ Index: packages/rpm/rpm.spec diff -u packages/rpm/rpm.spec:1.837.2.42.2.72 packages/rpm/rpm.spec:1.837.2.42.2.73 --- packages/rpm/rpm.spec:1.837.2.42.2.72 Thu Mar 12 23:41:54 2009 +++ packages/rpm/rpm.spec Mon Aug 3 17:10:47 2009 @@ -36,7 +36,7 @@ Summary(uk.UTF-8): Менеджер пакетів від RPM Name: rpm Version: 4.4.9 -Release: 95 +Release: 96 License: LGPL Group: Base Source0: http://rpm5.org/files/rpm/rpm-4.4/%{name}-%{version}.tar.gz @@ -85,7 +85,7 @@ Patch16: %{name}-php-deps.patch Patch17: %{name}-ldconfig-always.patch Patch18: %{name}-macros-ac.patch - +Patch19: debuginfo-quote.patch Patch20: %{name}-magic-usesystem.patch Patch21: %{name}-dontneedutils.patch Patch22: %{name}-provides-dont-obsolete.patch @@ -722,6 +722,7 @@ %patch59 -p1 %patch60 -p1 %patch18 -p1 +%patch19 -p1 %patch61 -p1 %patch62 -p1 %patch63 -p1 @@ -1366,6 +1367,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.837.2.42.2.73 2009/08/03 15:10:47 glen +- fix find-debuginfo with spaces in sourcedir; rel 96 + Revision 1.837.2.42.2.72 2009/03/12 22:41:54 glen - fixed java deps generation; rel 95 ================================================================ Index: packages/rpm/debuginfo-quote.patch diff -u /dev/null packages/rpm/debuginfo-quote.patch:1.1.2.1 --- /dev/null Mon Aug 3 17:10:54 2009 +++ packages/rpm/debuginfo-quote.patch Mon Aug 3 17:10:47 2009 @@ -0,0 +1,11 @@ +--- rpm-4.4.9/macros.in 2009-08-03 18:07:50.426882379 +0300 ++++ rpm/macros 2009-08-03 18:06:42.986896052 +0300 +@@ -185,7 +185,7 @@ + # Path to script that creates debug symbols in a /usr/lib/debug + # shadow tree. + %__debug_install_post \ +- %{_usrlibrpm}/find-debuginfo.sh %{_builddir}/%{?buildsubdir}\ ++ %{_usrlibrpm}/find-debuginfo.sh '%{_builddir}/%{?buildsubdir}'\ + %{nil} + + # Template for debug information sub-package. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpm/rpm.spec?r1=1.837.2.42.2.72&r2=1.837.2.42.2.73&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
