libgpg-error/libgpg-error-nobetasuffix.patch
Pedro Monreal Gonzalez 5de7e08ce0 - Update to 1.51:
* Add GPGRT_PROCESS_ALLOW_SET_FG for gpgrt_process_spawn. [rEb79d4206f4]
  * Add new spawn function to modify the environment. [T7307]
  * Fix missing environ var for macOS and others. [T7169,T7307]
  * Fix forgotten _gpgrt_post_syscall on create pipe failure. [rEbcab96484d]
  * Let gpgrt_poll return an error for a closed fd. [rE4a3dc85f69]
  * Fix build error introduced by C-committee stupidity. [T7344]
  * Interface changes relative to the 1.50 release:
    - _gpg_w32_gettext_use_utf8           EXTN (new value 2).
    - gpgrt_spawn_actions_set_env_rev     NEW.
    - GPGRT_PROCESS_ALLOW_SET_FG          NEW.
  * Release-info: https://dev.gnupg.org/T7164
  * Rebase libgpg-error-nobetasuffix.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=110
2024-11-13 11:56:07 +00:00

25 lines
693 B
Diff

Index: libgpg-error-1.51/autogen.sh
===================================================================
--- libgpg-error-1.51.orig/autogen.sh
+++ libgpg-error-1.51/autogen.sh
@@ -244,7 +244,7 @@ if [ "$myhost" = "find-version" ]; then
fi
beta=no
- if [ -e .git ]; then
+ if false; then
ingit=yes
tmp=$(git describe --match "${matchstr1}" --long 2>/dev/null)
if [ -n "$tmp" ]; then
@@ -270,8 +270,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"