* Fix regression in 1.52.
* Rebase libgpg-error-nobetasuffix.patch
- Update to 1.52:
* The KEY_WOW64_xxKEY flags can now be passed to the Registry read
functions. [rE652328c786]
* In the spawn functions care about closefrom/close call is
interrupted. [T7478]
* New simple string list API. [rE47097806f1]
* New API for name value files. [rE7ec1f27b60]
* Interface changes relative to the 1.51 release:
- gpgrt_w32_reg_query_string NEW (Windows only).
- gpgrt_strlist_t NEW type.
- gpgrt_strlist_free NEW.
- gpgrt_strlist_add NEW.
- gpgrt_strlist_tokenize NEW.
- gpgrt_strlist_copy NEW.
- gpgrt_strlist_rev NEW.
- gpgrt_strlist_prev NEW.
- gpgrt_strlist_last NEW.
- gpgrt_strlist_pop NEW.
- gpgrt_strlist_find NEW.
- GPGRT_STRLIST_APPEND NEW const.
- GPGRT_STRLIST_WIPE NEW const.
- gpgrt_nvc_t NEW type.
- gpgrt_nve_t NEW type.
- gpgrt_nvc_new NEW.
- gpgrt_nvc_release NEW.
- gpgrt_nvc_get_flag NEW.
- gpgrt_nvc_add NEW.
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=112
25 lines
739 B
Diff
25 lines
739 B
Diff
Index: libgpg-error-1.53/autogen.sh
|
|
===================================================================
|
|
--- libgpg-error-1.53.orig/autogen.sh
|
|
+++ libgpg-error-1.53/autogen.sh
|
|
@@ -259,7 +259,7 @@ if [ "$myhost" = "find-version" ]; then
|
|
matchexcl="--exclude $package-*beta*"
|
|
|
|
beta=no
|
|
- if [ -e .git ]; then
|
|
+ if false; then
|
|
ingit=yes
|
|
tmp=$(git describe --match "${matchstr1}" $matchexcl --long 2>/dev/null)
|
|
if [ -n "$tmp" ]; then
|
|
@@ -285,8 +285,8 @@ if [ "$myhost" = "find-version" ]; then
|
|
rvd=$((0x$(echo ${rev} | dd bs=1 count=4 2>/dev/null)))
|
|
else
|
|
ingit=no
|
|
- beta=yes
|
|
- tmp="-unknown"
|
|
+ beta=no
|
|
+ tmp=""
|
|
cid="0000000"
|
|
rev="0000000"
|
|
rvd="0"
|