Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libgpg-error for openSUSE:Factory 
checked in at 2023-10-20 23:15:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgpg-error (Old)
 and      /work/SRC/openSUSE:Factory/.libgpg-error.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgpg-error"

Fri Oct 20 23:15:28 2023 rev:72 rq:1118832 version:1.47

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgpg-error/libgpg-error.changes        
2023-04-14 13:12:07.871238935 +0200
+++ /work/SRC/openSUSE:Factory/.libgpg-error.new.1945/libgpg-error.changes      
2023-10-20 23:15:31.495800695 +0200
@@ -1,0 +2,7 @@
+Tue Oct 17 10:27:15 UTC 2023 - Pedro Monreal <pmonr...@suse.com>
+
+- Do not pull revision info from GIT when autoconf is run. This
+  removes the -unknown suffix after the version number.
+  * Add libgpg-error-nobetasuffix.patch [bsc#1216334]
+
+-------------------------------------------------------------------

New:
----
  libgpg-error-nobetasuffix.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgpg-error.spec ++++++
--- /var/tmp/diff_new_pack.6pCjbE/_old  2023-10-20 23:15:33.115859804 +0200
+++ /var/tmp/diff_new_pack.6pCjbE/_new  2023-10-20 23:15:33.119859950 +0200
@@ -28,6 +28,8 @@
 # http://www.gnupg.org/signature_key.en.html
 Source2:        %{name}.keyring
 Source3:        baselibs.conf
+#PATCH-FIX-OPENSUSE Do not pull revision info from GIT when autoconf is run
+Patch0:         libgpg-error-nobetasuffix.patch
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 


++++++ libgpg-error-nobetasuffix.patch ++++++
Index: libgpg-error-1.47/autogen.sh
===================================================================
--- libgpg-error-1.47.orig/autogen.sh
+++ libgpg-error-1.47/autogen.sh
@@ -243,7 +243,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
@@ -268,8 +268,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=""
       rev="0000000"
       rvd="0"
     fi

Reply via email to