Dirk Mueller
dd51d31562
- Add gpgme-suse-nobetasuffix.patch * remove "-unknown" suffix from version string * boo#1205197 OBS-URL: https://build.opensuse.org/request/show/1034607 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=139
15 lines
405 B
Diff
15 lines
405 B
Diff
Index: gpgme-1.18.0/autogen.sh
|
|
===================================================================
|
|
--- gpgme-1.18.0.orig/autogen.sh
|
|
+++ gpgme-1.18.0/autogen.sh
|
|
@@ -265,8 +265,7 @@ if [ "$myhost" = "find-version" ]; then
|
|
rvd=$((0x$(echo ${rev} | dd bs=1 count=4 2>/dev/null)))
|
|
else
|
|
ingit=no
|
|
- beta=yes
|
|
- tmp="-unknown"
|
|
+ tmp=""
|
|
rev="0000000"
|
|
rvd="0"
|
|
fi
|