[packages/glibc] remove --with-pkgversion until official tcl bugfix for #3599098. we don't want to break 3rd party so
pluto
pluto at pld-linux.org
Sat Jan 26 22:23:46 CET 2013
commit 2aa88ecfd0719ddcdee942f271c64315a6a77cc6
Author: Paweł Sikora <pawel.sikora at agmk.net>
Date: Sat Jan 26 22:20:21 2013 +0100
remove --with-pkgversion until official tcl bugfix for #3599098.
we don't want to break 3rd party software like ActiveTcl (The Industry-Standard Tcl Distribution).
testcase: http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2013-January/023379.html
glibc.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index f581178..77e61a6 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -1,4 +1,5 @@
# TODO:
+# - restore --with-pkgversion when tcl upstream fixes the #3599098 (broken platform::identify).
# - --enable-systemtap
# - look at locale fixes/updates in bugzilla
# - no more chicken-egg problem (postshell is no more dynamically linked with libc), remove SONAME symlinks? see files section.
@@ -34,7 +35,7 @@ Summary(tr.UTF-8): GNU libc
Summary(uk.UTF-8): GNU libc версії
Name: glibc
Version: %{core_version}
-Release: 2
+Release: 3
Epoch: 6
License: LGPL v2.1+
Group: Libraries
@@ -1003,7 +1004,6 @@ PATH=$(pwd)/alt-tools:$PATH; export PATH
AWK="gawk" \
../%configure \
--with-bugurl=http://bugs.pld-linux.org/ \
- --with-pkgversion="%{name}-%{epoch}:%{version}-%{release}.%{_target_cpu}" \
--with-binutils=$(pwd)/alt-tools \
--enable-kernel="%{min_kernel}" \
--with-headers=%{_includedir} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/glibc.git/commitdiff/2aa88ecfd0719ddcdee942f271c64315a6a77cc6
More information about the pld-cvs-commit
mailing list