Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
3
libgpg-error-1.50.tar.bz2
Normal file
3
libgpg-error-1.50.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:69405349e0a633e444a28c5b35ce8f14484684518a508dc48a089992fe93e20a
|
||||||
|
size 1082003
|
BIN
libgpg-error-1.50.tar.bz2.sig
Normal file
BIN
libgpg-error-1.50.tar.bz2.sig
Normal file
Binary file not shown.
BIN
libgpg-error-1.51.tar.bz2
(Stored with Git LFS)
BIN
libgpg-error-1.51.tar.bz2
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
@ -1,8 +1,8 @@
|
|||||||
Index: libgpg-error-1.51/autogen.sh
|
Index: libgpg-error-1.47/autogen.sh
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libgpg-error-1.51.orig/autogen.sh
|
--- libgpg-error-1.47.orig/autogen.sh
|
||||||
+++ libgpg-error-1.51/autogen.sh
|
+++ libgpg-error-1.47/autogen.sh
|
||||||
@@ -244,7 +244,7 @@ if [ "$myhost" = "find-version" ]; then
|
@@ -243,7 +243,7 @@ if [ "$myhost" = "find-version" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
beta=no
|
beta=no
|
||||||
@ -11,7 +11,7 @@ Index: libgpg-error-1.51/autogen.sh
|
|||||||
ingit=yes
|
ingit=yes
|
||||||
tmp=$(git describe --match "${matchstr1}" --long 2>/dev/null)
|
tmp=$(git describe --match "${matchstr1}" --long 2>/dev/null)
|
||||||
if [ -n "$tmp" ]; then
|
if [ -n "$tmp" ]; then
|
||||||
@@ -270,8 +270,8 @@ if [ "$myhost" = "find-version" ]; then
|
@@ -268,8 +268,8 @@ if [ "$myhost" = "find-version" ]; then
|
||||||
rvd=$((0x$(echo ${rev} | dd bs=1 count=4 2>/dev/null)))
|
rvd=$((0x$(echo ${rev} | dd bs=1 count=4 2>/dev/null)))
|
||||||
else
|
else
|
||||||
ingit=no
|
ingit=no
|
||||||
@ -19,6 +19,6 @@ Index: libgpg-error-1.51/autogen.sh
|
|||||||
- tmp="-unknown"
|
- tmp="-unknown"
|
||||||
+ beta=no
|
+ beta=no
|
||||||
+ tmp=""
|
+ tmp=""
|
||||||
cid="0000000"
|
|
||||||
rev="0000000"
|
rev="0000000"
|
||||||
rvd="0"
|
rvd="0"
|
||||||
|
fi
|
||||||
|
@ -1,20 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Nov 13 10:47:20 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
|
||||||
|
|
||||||
- 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
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 20 07:57:01 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
Thu Jun 20 07:57:01 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libgpg-error
|
Name: libgpg-error
|
||||||
Version: 1.51
|
Version: 1.50
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library That Defines Common Error Values for All GnuPG Components
|
Summary: Library That Defines Common Error Values for All GnuPG Components
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user