Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gpgme for openSUSE:Factory checked 
in at 2022-11-10 14:19:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpgme (Old)
 and      /work/SRC/openSUSE:Factory/.gpgme.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpgme"

Thu Nov 10 14:19:14 2022 rev:91 rq:1034799 version:1.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpgme/gpgme.changes      2022-10-28 
19:29:43.402689415 +0200
+++ /work/SRC/openSUSE:Factory/.gpgme.new.1597/gpgme.changes    2022-11-10 
14:19:17.645341600 +0100
@@ -1,0 +2,7 @@
+Tue Nov  8 18:35:11 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Add gpgme-suse-nobetasuffix.patch
+  * remove "-unknown" suffix from version string
+  * boo#1205197
+
+-------------------------------------------------------------------

New:
----
  gpgme-suse-nobetasuffix.patch

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

Other differences:
------------------
++++++ gpgme.spec ++++++
--- /var/tmp/diff_new_pack.mQb70g/_old  2022-11-10 14:19:18.241344885 +0100
+++ /var/tmp/diff_new_pack.mQb70g/_new  2022-11-10 14:19:18.249344928 +0100
@@ -49,6 +49,8 @@
 Patch4:         gpgme-D546-python310.patch
 # PATCH-FIX-UPSTREAM fix qt tests -- https://dev.gnupg.org/T6137
 Patch5:         gpgme-1.18.0-T6137-qt_test.patch
+# PATCH-FIX-OPENSUSE gpgme-suse-nobetasuffix.patch c...@bnavigator.de -- 
remove "-unknown" betasuffix boo#1205197
+Patch6:         gpgme-suse-nobetasuffix.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -71,6 +73,7 @@
 %python_subpackages
 %else
 %define python_sitearch %python3_sitearch
+%define python_version %python3_version
 %define python_files() -n python3-%{**}
 %endif
 
@@ -216,6 +219,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 ./autogen.sh
@@ -309,13 +313,15 @@
 %if %{with python2} && ! 0%{?python_subpackage_only}
 %files -n python2-gpg
 %license COPYING COPYING.LESSER LICENSES
-%{python_sitearch}/gpg*
+%{python2_sitearch}/gpg
+%{python2_sitearch}/gpg-%{version}-py%{python2_version}.egg-info
 %endif
 
 %if %{with python3} || ( 0%{?python_subpackage_only} && %{with python2} )
 %files %{python_files gpg}
 %license COPYING COPYING.LESSER LICENSES
-%{python_sitearch}/gpg*
+%{python_sitearch}/gpg
+%{python_sitearch}/gpg-%{version}-py%{python_version}.egg-info
 %endif
 
 %if %{with qt}


++++++ gpgme-suse-nobetasuffix.patch ++++++
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

Reply via email to