Browse Source

fix BTS:1244

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5352 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 12 years ago
parent
commit
bcf6d31da6
2 changed files with 12 additions and 3 deletions
  1. 7 1
      g/glibc/glibc-vl.spec
  2. 5 2
      s/synaptic/synaptic-vl.spec

+ 7 - 1
g/glibc/glibc-vl.spec

@@ -32,7 +32,7 @@ Summary: The GNU libc libraries
 Summary(ja): GNU libc ライブラリ
 Name: glibc
 Version: %{glibcversion}
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -58,6 +58,8 @@ Patch3: %{name}-%{version}-locales-dir.patch
 Patch10: glibc-2.14-reexport-rpc-interface.patch
 # http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=bdd816a3
 Patch11: glibc-2.14-reinstall-nis-rpc-headers.patch
+#http://sourceware.org/bugzilla/attachment.cgi?id=6024&action=diff
+Patch12: glibc-fix-do_lookup_x.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes: glibc-profile < 2.4
@@ -417,6 +419,7 @@ rm -rf %{glibcportsdir}
 # %patch4 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 # A lot of programs still misuse memcpy when they have to use
 # memmove. The memcpy implementation below is not tolerant at
@@ -1337,6 +1340,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Wed Jan 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.14.1-3
+- add Patch12: glibc-fix-do_lookup_x.patch
+
 * Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-2
 - add patch10 to reexport rpc interface
 - add patch11 to reinstall nis rpc headers

+ 5 - 2
s/synaptic/synaptic-vl.spec

@@ -1,6 +1,6 @@
 Name: synaptic
 Version: 0.57.2
-Release: 18%{?_dist_release}
+Release: 19%{?_dist_release}
 Summary: GTK based graphical front-end for APT
 Summary(ja): GTK ベースの APT グラフィカルフロントエンド
 Group: Applications/Administration
@@ -111,7 +111,7 @@ cp -f %{SOURCE30} pixmaps/
 %build
 libtoolize --force --copy
 autoconf
-%configure --with-pkg-hold --with-vte --enable-scripts --disable-dependency-tracking
+%configure --with-pkg-hold --with-vte --enable-scripts=yes --disable-dependency-tracking
 make -C po update-po
 make %{?_smp_mflags}
 
@@ -178,6 +178,9 @@ rm -rf %{buildroot}
 %{_mandir}/ja/man8/*
 
 %changelog
+* Wed Jan 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.57.2-19
+- fix Patch100
+
 * Wed Jan 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.57.2-18
 - add Patch100 (synaptic-0.57.2-build-with-rpm-4.9.patch) (fix <BTS:1244>)