This commit is contained in:
parent
b09e7952bd
commit
7ec675fa63
11
gnupg-2.0.9-langinfo.patch
Normal file
11
gnupg-2.0.9-langinfo.patch
Normal file
@ -0,0 +1,11 @@
|
||||
# fix [bnc#305725] - non latin characters displayed incorrectly by pinentry
|
||||
--- jnlib/utf8conv.c
|
||||
+++ jnlib/utf8conv.c
|
||||
@@ -205,6 +205,7 @@
|
||||
#else /*!HAVE_W32_SYSTEM*/
|
||||
|
||||
#ifdef HAVE_LANGINFO_CODESET
|
||||
+ setlocale(LC_ALL, "");
|
||||
newset = nl_langinfo (CODESET);
|
||||
#else /*!HAVE_LANGINFO_CODESET*/
|
||||
/* Try to get the used charset from environment variables. */
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 11 11:06:09 CEST 2008 - puzel@suse.cz
|
||||
|
||||
- fix [bnc#305725] - UTF-8 problems
|
||||
* non latin characters displayed incorrectly by pinentry-*
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 21 14:01:14 CEST 2008 - puzel@suse.cz
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
Name: gpg2
|
||||
Version: 2.0.9
|
||||
Release: 17
|
||||
Release: 25
|
||||
#krb5
|
||||
BuildRequires: expect fdupes libassuan-devel pth
|
||||
BuildRequires: libgcrypt-devel libksba-devel opensc-devel
|
||||
@ -35,6 +35,7 @@ Patch6: gnupg-1.9.18-tmpdir.diff
|
||||
Patch7: gnupg-2.0.4-install_tools.diff
|
||||
Patch9: gnupg-2.0.4-default-tty.diff
|
||||
Patch10: gnupg-2.0.9-RSA_ES.patch
|
||||
Patch11: gnupg-2.0.9-langinfo.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -57,6 +58,7 @@ Authors:
|
||||
%patch7
|
||||
%patch9
|
||||
%patch10 -p1
|
||||
%patch11
|
||||
|
||||
%build
|
||||
# Required for patch7:
|
||||
@ -136,6 +138,9 @@ $RPM_BUILD_ROOT/usr/bin/gpgsplit -v -p secsplit- --secret-to-public --uncompress
|
||||
%config /etc/gnupg/gpgconf.conf
|
||||
|
||||
%changelog
|
||||
* Wed Jun 11 2008 puzel@suse.cz
|
||||
- fix [bnc#305725] - UTF-8 problems
|
||||
* non latin characters displayed incorrectly by pinentry-*
|
||||
* Wed May 21 2008 puzel@suse.cz
|
||||
- added missing gpgconf.conf (bnc#391347)
|
||||
* Fri Mar 28 2008 pcerny@suse.cz
|
||||
|
Loading…
x
Reference in New Issue
Block a user