From 1f4ec2b1507bf3fd474cb9c41475983673a867bd Mon Sep 17 00:00:00 2001 From: Raven Date: Fri, 19 Apr 2024 12:36:25 +0600 Subject: [PATCH] rx-gpgme: import from SRPM --- .../0001-fix-stupid-ax_python_devel.patch | 120 ++-- rx-gpgme/0002-setup_py_extra_opts.patch | 12 + ...-qt-skip-test-remarks-for-gnupg2-2.4.patch | 58 ++ rx-gpgme/changelog | 380 ++++++++++ rx-gpgme/gpgme.spec | 677 ++++++------------ 5 files changed, 728 insertions(+), 519 deletions(-) create mode 100644 rx-gpgme/0002-setup_py_extra_opts.patch create mode 100644 rx-gpgme/1001-qt-skip-test-remarks-for-gnupg2-2.4.patch create mode 100644 rx-gpgme/changelog diff --git a/rx-gpgme/0001-fix-stupid-ax_python_devel.patch b/rx-gpgme/0001-fix-stupid-ax_python_devel.patch index 46ad827..c4f87c5 100644 --- a/rx-gpgme/0001-fix-stupid-ax_python_devel.patch +++ b/rx-gpgme/0001-fix-stupid-ax_python_devel.patch @@ -8,93 +8,105 @@ Signed-off-by: Igor Gnatenko --- m4/ax_python_devel.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/m4/ax_python_devel.m4 b/m4/ax_python_devel.m4 -index b990d5b3..318b089c 100644 ---- a/m4/ax_python_devel.m4 -+++ b/m4/ax_python_devel.m4 -@@ -137,7 +137,7 @@ variable to configure. See ``configure --help'' for reference. - # - AC_MSG_CHECKING([for the distutils Python package]) +diff -up gpgme-1.22.0/configure.stupid gpgme-1.22.0/configure +--- gpgme-1.22.0/configure.stupid 2023-08-21 09:46:33.000000000 +0200 ++++ gpgme-1.22.0/configure 2023-10-10 12:31:08.317796779 +0200 +@@ -23374,7 +23374,7 @@ variable to configure. See \`\`configure + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 + printf %s "checking for the distutils Python package... " >&6; } ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` - if test -z "$ac_distutils_result"; then + if test $? -eq 0; then - AC_MSG_RESULT([yes]) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } else - AC_MSG_RESULT([no]) -diff --git a/configure b/configure -index 6200f91..6a3d6f1 100755 ---- a/configure -+++ b/configure -@@ -19880,7 +19868,7 @@ variable to configure. See \`\`configure --help'' for reference. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 - $as_echo_n "checking for the distutils Python package... " >&6; } +@@ -24146,7 +24146,7 @@ variable to configure. See \`\`configure + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 + printf %s "checking for the distutils Python package... " >&6; } ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` - if test -z "$ac_distutils_result"; then + if test $? -eq 0; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } else -@@ -20510,7 +20498,7 @@ variable to configure. See \`\`configure --help'' for reference. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 - $as_echo_n "checking for the distutils Python package... " >&6; } +@@ -24918,7 +24918,7 @@ variable to configure. See \`\`configure + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 + printf %s "checking for the distutils Python package... " >&6; } ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` - if test -z "$ac_distutils_result"; then + if test $? -eq 0; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } else -@@ -21140,7 +21128,7 @@ variable to configure. See \`\`configure --help'' for reference. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 - $as_echo_n "checking for the distutils Python package... " >&6; } +@@ -25690,7 +25690,7 @@ variable to configure. See \`\`configure + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 + printf %s "checking for the distutils Python package... " >&6; } ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` - if test -z "$ac_distutils_result"; then + if test $? -eq 0; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } else -@@ -21770,7 +21758,7 @@ variable to configure. See \`\`configure --help'' for reference. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 - $as_echo_n "checking for the distutils Python package... " >&6; } +@@ -26462,7 +26462,7 @@ variable to configure. See \`\`configure + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 + printf %s "checking for the distutils Python package... " >&6; } ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` - if test -z "$ac_distutils_result"; then + if test $? -eq 0; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } else -@@ -22400,7 +22388,7 @@ variable to configure. See \`\`configure --help'' for reference. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 - $as_echo_n "checking for the distutils Python package... " >&6; } +@@ -27234,7 +27234,7 @@ variable to configure. See \`\`configure + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 + printf %s "checking for the distutils Python package... " >&6; } ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` - if test -z "$ac_distutils_result"; then + if test $? -eq 0; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } else -@@ -23030,7 +23018,7 @@ variable to configure. See \`\`configure --help'' for reference. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 - $as_echo_n "checking for the distutils Python package... " >&6; } +@@ -28006,7 +28006,7 @@ variable to configure. See \`\`configure + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 + printf %s "checking for the distutils Python package... " >&6; } ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` - if test -z "$ac_distutils_result"; then + if test $? -eq 0; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } else -@@ -23660,7 +23648,7 @@ variable to configure. See \`\`configure --help'' for reference. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 - $as_echo_n "checking for the distutils Python package... " >&6; } +@@ -28778,7 +28778,7 @@ variable to configure. See \`\`configure + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 + printf %s "checking for the distutils Python package... " >&6; } ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` - if test -z "$ac_distutils_result"; then + if test $? -eq 0; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } else -@@ -24290,7 +24278,7 @@ variable to configure. See \`\`configure --help'' for reference. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 - $as_echo_n "checking for the distutils Python package... " >&6; } +@@ -29550,7 +29550,7 @@ variable to configure. See \`\`configure + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 + printf %s "checking for the distutils Python package... " >&6; } ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` - if test -z "$ac_distutils_result"; then + if test $? -eq 0; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } + else +@@ -30322,7 +30322,7 @@ variable to configure. See \`\`configure + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 + printf %s "checking for the distutils Python package... " >&6; } + ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` +- if test -z "$ac_distutils_result"; then ++ if test $? -eq 0; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } + else +@@ -31094,7 +31094,7 @@ variable to configure. See \`\`configure + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5 + printf %s "checking for the distutils Python package... " >&6; } + ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` +- if test -z "$ac_distutils_result"; then ++ if test $? -eq 0; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } else diff --git a/rx-gpgme/0002-setup_py_extra_opts.patch b/rx-gpgme/0002-setup_py_extra_opts.patch new file mode 100644 index 0000000..dbcd4a7 --- /dev/null +++ b/rx-gpgme/0002-setup_py_extra_opts.patch @@ -0,0 +1,12 @@ +diff --git a/lang/python/Makefile.in b/lang/python/Makefile.in +index c0fc091..d567ecb 100644 +--- a/lang/python/Makefile.in ++++ b/lang/python/Makefile.in +@@ -802,6 +802,7 @@ install-exec-local: + --build-base="$$(basename "$${PYTHON}")-gpg" \ + install \ + --prefix "$(DESTDIR)$(prefix)" \ ++ $${SETUP_PY_EXTRA_OPTS:-} \ + --verbose ; \ + done + diff --git a/rx-gpgme/1001-qt-skip-test-remarks-for-gnupg2-2.4.patch b/rx-gpgme/1001-qt-skip-test-remarks-for-gnupg2-2.4.patch new file mode 100644 index 0000000..5588205 --- /dev/null +++ b/rx-gpgme/1001-qt-skip-test-remarks-for-gnupg2-2.4.patch @@ -0,0 +1,58 @@ +diff --git a/lang/qt/tests/t-remarks.cpp b/lang/qt/tests/t-remarks.cpp +index f9a901a..4b2f2ab 100644 +--- a/lang/qt/tests/t-remarks.cpp ++++ b/lang/qt/tests/t-remarks.cpp +@@ -47,6 +47,12 @@ + + #include "t-support.h" + ++#define SKIP_ON_2_4() do { \ ++ if (GpgME::engineInfo(GpgME::GpgEngine).engineVersion() >= "2.4.0") { \ ++ QSKIP("The test does not work well with gnupg 2.4+."); \ ++ } \ ++} while (false) ++ + using namespace QGpgME; + using namespace GpgME; + +@@ -105,6 +111,7 @@ private Q_SLOTS: + + void testRemarkReplaceSingleUIDExportable() + { ++ SKIP_ON_2_4(); + if (!loopbackSupported()) { + return; + } +@@ -187,6 +194,7 @@ private Q_SLOTS: + + void testMultipleRemarks() + { ++ SKIP_ON_2_4(); + if (!loopbackSupported()) { + return; + } +@@ -269,6 +277,7 @@ private Q_SLOTS: + + void testRemarkReplaceSingleUID() + { ++ SKIP_ON_2_4(); + if (!loopbackSupported()) { + return; + } +@@ -350,6 +359,7 @@ private Q_SLOTS: + + void testRemarkReplaceMultiUID() + { ++ SKIP_ON_2_4(); + if (!loopbackSupported()) { + return; + } +@@ -466,6 +476,8 @@ private: + QTemporaryDir mDir; + }; + ++#undef SKIP_ON_2_4 ++ + QTEST_MAIN(TestRemarks) + + #include "t-remarks.moc" diff --git a/rx-gpgme/changelog b/rx-gpgme/changelog new file mode 100644 index 0000000..5ab404d --- /dev/null +++ b/rx-gpgme/changelog @@ -0,0 +1,380 @@ +* Fri Jun 16 2023 Marie Loise Nolden - 1.20.0-1 +- Update to 1.20.0 and enable/add qt6 build for qgpgme. The qt5 and qt6 + rpms have been split out into separate libs and -devel rpms for compatibility. + +* Tue Nov 02 2021 Frantisek Sumsal - 1.15.1-6 +- Fix build with glibc >=2.34 (RHBZ#1984691, RHBZ#1987561) + +* Thu Jul 22 2021 Fedora Release Engineering - 1.15.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jun 03 2021 Python Maint - 1.15.1-4 +- Rebuilt for Python 3.10 + +* Wed Jun 02 2021 Miro Hrončok - 1.15.1-3 +- Also remove RPATH from /usr/bin/gpgme-json + +* Tue Jan 26 2021 Fedora Release Engineering - 1.15.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sun Jan 24 2021 Igor Raits - 1.15.1-1 +- Update to 1.15.1 + +* Tue Jul 28 2020 Fedora Release Engineering - 1.14.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat Jul 18 2020 Igor Raits - 1.14.0-1 +- Update to 1.14.0 + +* Fri May 22 2020 Miro Hrončok - 1.13.1-8 +- Rebuilt for Python 3.9 + +* Thu Apr 30 2020 Tomáš Mráz - 1.13.1-7 +- Fix FTBFS with gnupg-2.2.19 and above + +* Wed Jan 29 2020 Fedora Release Engineering - 1.13.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 1.13.1-5 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Thu Aug 15 2019 Miro Hrončok - 1.13.1-4 +- Rebuilt for Python 3.8 + +* Sat Aug 10 2019 Igor Gnatenko - 1.13.1-3 +- Set real VERSION + +* Sat Aug 3 2019 Peter Robinson 1.13.1-2 +- Move .pc files to devel so the base library doesn't pull in devel packages + +* Mon Jul 29 18:46:42 CEST 2019 Igor Gnatenko - 1.13.1-1 +- Update to 1.13.1 + +* Thu Jul 25 2019 Fedora Release Engineering - 1.12.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Jun 05 2019 Miro Hrončok - 1.12.0-2 +- Subpackage python2-gpg has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Sat Feb 16 2019 Igor Gnatenko - 1.12.0-1 +- Update to 1.12.0 + +* Fri Feb 01 2019 Fedora Release Engineering - 1.11.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.11.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Jun 15 2018 Miro Hrončok - 1.11.1-2 +- Rebuilt for Python 3.7 + +* Fri Apr 20 2018 Igor Gnatenko - 1.11.1-1 +- Update to 1.11.1 + +* Thu Apr 19 2018 Igor Gnatenko - 1.11.0-1 +- Update to 1.11.0 + +* Tue Apr 17 2018 Jonathan Lebon - 1.10.0-4 +- Backport patch to tweak STATUS_FAILURE handling + +* Wed Feb 07 2018 Fedora Release Engineering - 1.10.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Tue Jan 30 2018 Igor Gnatenko - 1.10.0-2 +- Switch to %%ldconfig_scriptlets + +* Wed Dec 13 2017 Igor Gnatenko - 1.10.0-1 +- Update to 1.10.0 + +* Tue Nov 07 2017 Igor Gnatenko - 1.9.0-8 +- Use better Obsoletes for platform-python + +* Fri Nov 03 2017 Igor Gnatenko - 1.9.0-7 +- Remove platform-python subpackages + +* Thu Aug 10 2017 Petr Viktorin - 1.9.0-6 +- Add subpackage for platform-python (https://fedoraproject.org/wiki/Changes/Platform_Python_Stack) + +* Mon Aug 07 2017 Igor Gnatenko - 1.9.0-5 +- Remove BuildRequires: pth-devel, it is not needed for long time + +* Mon Aug 07 2017 Björn Esser - 1.9.0-4 +- Rebuilt for AutoReq cmake-filesystem + +* Wed Aug 02 2017 Fedora Release Engineering - 1.9.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Wed Mar 29 2017 Igor Gnatenko - 1.9.0-1 +- Update to 1.9.0 + +* Sat Feb 11 2017 Igor Gnatenko - 1.8.0-12 +- Fix FTBFS + +* Fri Feb 10 2017 Fedora Release Engineering - 1.8.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Jan 18 2017 Rex Dieter - 1.8.0-10 +- patch out LIBASSUAN_LIBRARIES in cmake too + +* Wed Jan 18 2017 Rex Dieter - 1.8.0-9 +- gpgmepp-devel: Requires: libassuan-devel + +* Mon Jan 16 2017 Rex Dieter - 1.8.0-8 +- qgpgme-devel: Conflicts: kdepimlibs-devel < 4.14.10-17 + +* Sun Jan 01 2017 Rex Dieter - 1.8.0-7 +- rename gpgme-pp to gpgmepp, simplify -devel deps + +* Sun Jan 01 2017 Rex Dieter - 1.8.0-6 +- backport upstream cmake-related fix + +* Thu Dec 22 2016 Miro Hrončok - 1.8.0-5 +- Rebuild for Python 3.6 + +* Sun Dec 11 2016 Igor Gnatenko - 1.8.0-4 +- Rename pythonX-gpgme into pythonX-gpg + +* Sun Dec 11 2016 Igor Gnatenko - 1.8.0-3 +- Add Qt and C++ subpackages + +* Sat Dec 10 2016 Igor Gnatenko - 1.8.0-2 +- Enable tests + +* Sat Dec 10 2016 Igor Gnatenko - 1.8.0-1 +- Update to 1.8.0 + +* Wed Sep 21 2016 Igor Gnatenko - 1.7.0-1 +- Update to 1.7.0 + +* Mon Jul 25 2016 Igor Gnatenko - 1.6.0-3 +- Set min ver for libgpg-error + +* Mon Jul 25 2016 Igor Gnatenko - 1.6.0-2 +- Backport patch for STATUS_KEY_CONSIDERED (RHBZ #1359521) + +* Wed Jul 13 2016 Igor Gnatenko - 1.6.0-1 +- Update to 1.6.0 (RHBZ #1167656) + +* Wed Feb 03 2016 Fedora Release Engineering - 1.4.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1.4.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Dec 06 2014 Frantisek Kluknavsky - 1.4.3-5 +- CVE-2014-3564, rhbz#1125170, gpgme-1.3.2-bufferoverflow.patch + +* Sat Aug 16 2014 Fedora Release Engineering - 1.4.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jul 12 2014 Tom Callaway - 1.4.3-3 +- fix license handling + +* Sat Jun 07 2014 Fedora Release Engineering - 1.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed Oct 09 2013 Rex Dieter - 1.4.3-1 +- gpgme-1.4.3 +- cleanup .spec, trim changelog + +* Sat Aug 03 2013 Fedora Release Engineering - 1.3.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Tue Jul 09 2013 Karsten Hopp 1.3.2-3 +- rebuild to fix some f20 dependency issues on PPC + +* Thu Feb 14 2013 Fedora Release Engineering - 1.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Nov 20 2012 Frantisek Kluknavsky - 1.3.2-2 +- minor spec cleanup + +* Wed Sep 26 2012 Tomas Mraz - 1.3.2-1 +- new upstream version +- re-enable gpg tests (original patch by John Morris ) +- quiet configure warning 'could not find g13' +- there is no libgpgme-pth anymore + +* Thu Jul 19 2012 Fedora Release Engineering - 1.3.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sun Apr 22 2012 Rex Dieter 1.3.0-8 +- -devel: make Requires: libgpg-error-devel arch'd +- ensure gpgme-config wrapper is executable + +* Sun Apr 22 2012 Rex Dieter 1.3.0-7 +- gpgme.h: fatal error: gpgme-i386.h: No such file or directory compilation terminated (#815116) + +* Wed Feb 15 2012 Simon Lukasik - 1.3.0-6 +- Resolve multilib conflict of gpgme-config (#341351) +- Resolve multilib conflict of gpgme.h (#341351) + +* Fri Jan 13 2012 Fedora Release Engineering - 1.3.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Mar 17 2011 Rex Dieter - 1.3.0-4 +- gpgme-config: remove libassuan-related flags as threatened (#676954) +\ +* Sun Feb 13 2011 Rex Dieter - 1.3.0-3 +- -devel: fix typo (broken dep) + +* Sat Feb 12 2011 Rex Dieter - 1.3.0-2 +- BR: libassuan2-devel +- gpgme-config outputs -lassuan (#676954) + +* Fri Feb 11 2011 Tomas Mraz - 1.3.0-1 +- new upstream version + +* Tue Feb 08 2011 Fedora Release Engineering - 1.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Aug 18 2010 Tomas Mraz - 1.2.0-3 +- fix the condition for adding the -D_FILE_OFFSET_BITS... + +* Wed Aug 11 2010 Tomas Mraz - 1.2.0-2 +- add -D_FILE_OFFSET_BITS... to gpgme-config as appropriate (#621698) + +* Fri Jul 02 2010 Rex Dieter - 1.2.0-1 +- gpgme-1.2.0 (#610984) + +* Sun Feb 14 2010 Rex Dieter - 1.1.8-4 +- FTBFS gpgme-1.1.8-3.fc13: ImplicitDSOLinking (#564605) + +* Thu Nov 19 2009 Tomas Mraz - 1.1.8-3 +- Add buildrequires gnupg2-smime for the gpgsm + +* Fri Jul 24 2009 Fedora Release Engineering - 1.1.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jun 20 2009 Rex Dieter - 1.1.8-1 +- gpgme-1.1.8 +- -devel: s/postun/preun/ info scriptlet + +* Wed Mar 11 2009 Rex Dieter - 1.1.7-3 +- track shlib sonames closer, to highlight future abi/soname changes +- _with_gpg macro, to potentially conditionalize gnupg vs gnupg2 defaults + for various os/releases (ie, fedora vs rhel) + +* Tue Feb 24 2009 Fedora Release Engineering - 1.1.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Oct 18 2008 Rex Dieter 1.1.7-1 +- gpgme-1.1.7 + +* Sun Feb 17 2008 Rex Dieter 1.1.6-3 +- --with-gpg=%%_bindir/gpg2 (#432445) +- drop Requires: gnupg (#432445) + +* Fri Feb 08 2008 Rex Dieter 1.1.6-2 +- respin (gcc43) + +* Fri Jan 04 2008 Rex Dieter 1.1.6-1 +- gpgme-1.1.6 +- multiarch conflicts in gpgme (#341351) + +* Sat Aug 25 2007 Rex Dieter 1.1.5-4 +- BR: gawk + +* Sat Aug 25 2007 Rex Dieter 1.1.5-3 +- respin (BuildID) + +* Thu Aug 09 2007 Rex Dieter 1.1.5-2 +- License: LGPLv2+ + +* Mon Jul 09 2007 Rex Dieter 1.1.5-1 +- gpgme-1.1.5 + +* Mon Mar 05 2007 Rex Dieter 1.1.4-1 +- gpgme-1.1.4 + +* Sat Feb 03 2007 Rex Dieter 1.1.3-1 +- gpgme-1.1.3 + +* Tue Oct 03 2006 Rex Dieter +- respin + +* Mon Sep 18 2006 Rex Dieter 1.1.2-6 +- fix gpgme-config --thread=pthread --cflags + +* Tue Aug 29 2006 Rex Dieter 1.1.2-5 +- fc6 respin + +* Mon Mar 6 2006 Rex Dieter 1.1.2-4 +- add back support for gpgme-config --thread=pthread + +* Mon Mar 6 2006 Rex Dieter 1.1.2-2 +- drop extraneous libs from gpgme-config + +* Fri Mar 3 2006 Rex Dieter 1.1.2-1 +- 1.1.2 +- drop upstreamed gpgme-1.1.0-tests.patch + +* Wed Mar 1 2006 Rex Dieter +- fc5: gcc/glibc respin + +* Wed Nov 30 2005 Rex Dieter - 1.1.0-3 +- (re)build against (newer) libksba/gnupg2 + +* Thu Oct 06 2005 Rex Dieter - 1.1.0-2 +- 1.1.0 + +* Mon Aug 8 2005 Rex Dieter - 1.0.3-1 +- 1.0.3 +- --disable-static + +* Thu May 12 2005 Michael Schwendt - 1.0.2-3 +- rebuilt + +* Fri Mar 18 2005 Ville Skyttä - 1.0.2-2 +- Fix FC4 build. + +* Tue Feb 1 2005 Michael Schwendt - 0:1.0.2-1 +- LGPL used here, and made summary more explicit. +- Remove dirmngr dependency (gpgsm interfaces with it). +- Obsolete cryptplug as gpgme >= 0.4.5 provides what we used cryptplug for. + +* Thu Jan 06 2005 Rex Dieter 0:1.0.2-0.fdr.1 +- 1.0.2 + +* Thu Oct 21 2004 Rex Dieter 0:1.0.0-0.fdr.1 +- 1.0.0 +- Requires: dirmngr + +* Tue Oct 19 2004 Rex Dieter 0:0.4.7-0.fdr.1 +- 0.4.7 + +* Sun May 2 2004 Ville Skyttä - 0:0.4.3-0.fdr.3 +- Require %%{_bindir}/gpgsm instead of newpg. +- Cosmetic spec file improvements. + +* Thu Oct 23 2003 Ville Skyttä - 0:0.4.3-0.fdr.2 +- Update description. + +* Tue Oct 7 2003 Ville Skyttä - 0:0.4.3-0.fdr.1 +- Update to 0.4.3. + +* Fri Aug 15 2003 Ville Skyttä - 0:0.4.2-0.fdr.1 +- Update to 0.4.2. +- make check in the %%check section. + +* Thu Jul 10 2003 Ville Skyttä - 0:0.4.1-0.fdr.1 +- Update to 0.4.1. +- Make -devel cooperate with --excludedocs. + +* Sat Apr 19 2003 Ville Skyttä - 0:0.4.0-0.fdr.2 +- BuildRequire pth-devel, fix missing epoch in -devel Requires (#169). +- Save .spec in UTF-8. + +* Sat Mar 22 2003 Ville Skyttä - 0:0.4.0-0.fdr.1 +- Update to current Fedora guidelines. +- Exclude %%{_libdir}/*.la. + +* Tue Feb 12 2003 Warren Togami 0.4.0-1.fedora.3 +- info/dir temporary workaround + +* Sat Feb 8 2003 Ville Skyttä - 0.4.0-1.fedora.1 +- First Fedora release. diff --git a/rx-gpgme/gpgme.spec b/rx-gpgme/gpgme.spec index 8a21599..0b4b1b8 100644 --- a/rx-gpgme/gpgme.spec +++ b/rx-gpgme/gpgme.spec @@ -1,4 +1,21 @@ %bcond_with check +# No Qt5 on RHEL 10 and higher +%bcond_without qt5 +%bcond_without qt6 +%bcond_without python + +%global base_name gpgme +%global gnupg2_min_ver 2.2.24 +%global libgpg_error_min_ver 1.36 + +# we are doing out of source build +%global _configure ../configure + +# brpldconfig creates links that conflict with original gpgme +%undefine __brp_ldconfig + +# We are using python3.11, make sure sitearch is correct +%global python3_pkgversion 3.11 %global _syslibdir %{_libdir} @@ -12,19 +29,13 @@ %global _docdir %{_datadir}/doc %global _infodir %{_datadir}/info - -%global gnupg2_min_ver 2.2.24 -%global libgpg_error_min_ver 1.36 - -%global realname gpgme - Name: rx-gpgme -Summary: GnuPG Made Easy - high level crypto API -Version: 1.17.0 -Release: 5%{dist} +Summary: GnuPG Made Easy - high level crypto API - version 1.23 +Version: 1.23.2 +Release: 1%{?dist} # MIT: src/cJSON.{c,h} (used by gpgme-json) -License: LGPLv2+ and MIT +License: LGPL-2.1-or-later AND MIT URL: https://gnupg.org/related_software/gpgme/ Source0: https://gnupg.org/ftp/gcrypt/gpgme/gpgme-%{version}.tar.bz2 Source2: gpgme-multilib.h @@ -36,13 +47,19 @@ Patch1001: 0001-don-t-add-extra-libraries-for-linking.patch Patch1002: gpgme-1.3.2-largefile.patch # Let's fix stupid AX_PYTHON_DEVEL Patch1003: 0001-fix-stupid-ax_python_devel.patch +# Allow extra options to be passed to setup.py during installation +Patch1004: 0002-setup_py_extra_opts.patch + +## temporary downstream fixes +# Skip lang/qt/tests/t-remarks on gnupg 2.4+ +Patch3001: 1001-qt-skip-test-remarks-for-gnupg2-2.4.patch -#BuildRequires: autoconf -#BuildRequires: automake BuildRequires: make +BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: gawk +BuildRequires: texinfo BuildRequires: rx-gnupg2 >= %{gnupg2_min_ver} BuildRequires: rx-gnupg2-smime BuildRequires: pkgconfig(gpg-error) >= %{libgpg_error_min_ver} @@ -73,14 +90,18 @@ Summary: Development headers and libraries for %{name} Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: pkgconfig(gpg-error) >= %{libgpg_error_min_ver} +# Conflicts with files in gpgme devel packages +Conflicts: gpgme-devel + + %description devel %{summary}. + %package -n %{name}pp Summary: C++ bindings/wrapper for GPGME -#Obsoletes: gpgme-pp < 1.8.0-7 -#Provides: gpgme-pp = %{?epoch:%{epoch}:}%{version}-%{release} -#Provides: gpgme-pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Provides: %{name}-pp = %{?epoch:%{epoch}:}%{version}-%{release} +Provides: %{name}-pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %description -n %{name}pp @@ -88,41 +109,93 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %package -n %{name}pp-devel Summary: Development libraries and header files for %{name}-pp -#Obsoletes: gpgme-pp-devel < 1.8.0-7 -#Provides: gpgme-pp-devel = %{?epoch:%{epoch}:}%{version}-%{release} -#Provides: gpgme-pp-devel%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Provides: %{name}-pp-devel = %{?epoch:%{epoch}:}%{version}-%{release} +Provides: %{name}-pp-devel%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}-devel%{?_isa} -Conflicts: gpgmepp-devel -# For automatic provides -BuildRequires: cmake + +# Conflicts with files in gpgme devel packages +Conflicts: gpgmepp-devel <= 1.16 %description -n %{name}pp-devel %{summary} -%package -n rx-q%{realname} -Summary: Qt API bindings/wrapper for GPGME +%if %{with qt5} +%package -n rx-q%{base_name}-qt5 +Summary: Qt5 API bindings/wrapper for GPGME Requires: %{name}pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Test) +Provides: rx-q%{base_name} -%description -n rx-q%{realname} +%description -n rx-q%{base_name}-qt5 %{summary}. +%endif -%package -n rx-q%{realname}-devel -Summary: Development libraries and header files for %{name} -Requires: rx-q%{realname}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +%if %{with qt6} +%package -n rx-q%{base_name}-qt6 +Summary: Qt6 API bindings/wrapper for GPGME +Requires: %{name}pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +BuildRequires: pkgconfig(Qt6Core) +BuildRequires: pkgconfig(Qt6Test) + +%description -n rx-q%{base_name}-qt6 +%{summary}. +%endif + +%if %{with qt5} || %{with qt6} +%package -n rx-q%{base_name}-common-devel +Summary: Common development header files for %{name}-qt5 and %{name}-qt6 Requires: %{name}pp-devel%{?_isa} -Conflicts: q%{realname}-devel -# For automatic provides -BuildRequires: cmake -%description -n rx-q%{realname}-devel +# Conflicts with files in gpgme devel packages +Conflicts: qgpgme-devel + +%description -n rx-q%{base_name}-common-devel %{summary}. +%endif +%if %{with qt5} +%package -n rx-q%{base_name}-qt5-devel +Summary: Development libraries and header files for %{name}-qt5 +# before libqgpgme.so symlink was moved to avoid conflict +Conflicts: kdepimlibs-devel < 4.14.10-17 +Requires: rx-q%{base_name}-qt5%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: rx-q%{base_name}-common-devel%{?_isa} +Provides: rx-q%{base_name}-devel = %{?epoch:%{epoch}:}%{version}-%{release} +Provides: rx-q%{base_name}-devel%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} + +# Conflicts with files in gpgme devel packages +Conflicts: qgpgme-devel + +%description -n rx-q%{base_name}-qt5-devel +%{summary}. +%endif + +%if %{with qt6} +%package -n rx-q%{base_name}-qt6-devel +Summary: Development libraries and header files for %{name}-qt6 +Requires: rx-q%{base_name}-qt6%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: rx-q%{base_name}-common-devel%{?_isa} + +%description -n rx-q%{base_name}-qt6-devel +%{summary}. +%endif + +%if %{with python} +%package -n python%{python3_pkgversion}-gpg +Summary: %{name} bindings for Python 3 +BuildRequires: python%{python3_pkgversion}-devel +# Needed since Python 3.12+ drops distutils +BuildRequires: python%{python3_pkgversion}-setuptools +Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} + +%description -n python%{python3_pkgversion}-gpg +%{summary}. +%endif %prep -%autosetup -p1 -n %{realname}-%{version} +%autosetup -p1 -n gpgme-%{version} ## HACK ALERT # The config script already suppresses the -L if it's /usr/lib, so cheat and @@ -131,7 +204,7 @@ sed -i -e 's|^libdir=@libdir@$|libdir=@exec_prefix@/lib|g' src/gpgme-config.in # The build machinery does not support Python 3.9+ yet # https://github.com/gpg/gpgme/pull/4 -sed -i 's/3.8/%{python3_version}/g' configure +sed -i 's/3.8/%{python3_pkgversion}/g' configure %build # People neeed to learn that you can't run autogen.sh anymore @@ -145,10 +218,11 @@ export CXXFLAGS='%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' # Explicit new lines in C(XX)FLAGS can break naive build scripts export CFLAGS="$(echo ${CFLAGS} | tr '\n\\' ' ')" export CXXFLAGS="$(echo ${CXXFLAGS} | tr '\n\\' ' ')" +export SETUPTOOLS_USE_DISTUTILS=local export PKG_CONFIG_PATH=%{_libdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}} # Link statically -export LDFLAGS="-L%{_libdir} -Wl,-rpath=%{_libdir} -lgpg-error $LDFLAGS" +export LDFLAGS="-L%{_libdir} -L%{_syslibdir} -Wl,-rpath=%{_libdir} -lgpg-error $LDFLAGS" export PATH="%{_bindir}:$PATH" # Force to use rx-gnupg2 @@ -157,11 +231,38 @@ sed 's@GPGSM_DEFAULT=no@GPGSM_DEFAULT="/opt/rx/bin/gpgsm"@g' -i configure sed 's@GPGCONF_DEFAULT=no@GPGCONF_DEFAULT="/opt/rx/bin/gpgconf"@g' -i configure sed 's@G13_DEFAULT=no@G13_DEFAULT="/opt/rx/bin/g13"@g' -i configure -%configure --disable-static --disable-silent-rules --enable-languages=cpp,qt --with-libgpg-error-prefix=%{_prefix} +# Also build either qt5 or qt6 +mkdir build +pushd build +%configure --disable-static --disable-silent-rules --enable-languages=cpp,%{?with_python:python,}%{?with_qt5:qt,}%{!?with_qt5:%{?with_qt6:qt6,}} %make_build +popd + +# Build qt6 in extra step if qt5 has been build +%if %{with qt5} && %{with qt6} +mkdir build-qt6 +pushd build-qt6 +%configure --disable-static --disable-silent-rules --enable-languages=cpp,qt6%{?with_python:,python} +%make_build +popd +%endif %install +# When using distutils from setuptools 60+, ./setup.py install use +# the .egg format. This forces setuptools to use .egg-info format. +# SETUP_PY_EXTRA_OPTS is introduced by the Patch1004 above. +export SETUPTOOLS_USE_DISTUTILS=local +export SETUP_PY_EXTRA_OPTS="--single-version-externally-managed --root=/" +# Aliso install either qt5 or qt6 +pushd build %make_install +popd +# Install qt6 in extra step if qt5 has been installed +%if %{with qt5} && %{with qt6} +pushd build-qt6 +%make_install +popd +%endif # unpackaged files rm -fv %{buildroot}%{_infodir}/dir @@ -179,466 +280,112 @@ mv %{buildroot}%{_includedir}/gpgme.h \ %{buildroot}%{_includedir}/gpgme-%{__isa_bits}.h install -m644 -p -D %{SOURCE2} %{buildroot}%{_includedir}/gpgme.h %endif -chrpath -d %{buildroot}%{_bindir}/%{realname}-tool -chrpath -d %{buildroot}%{_bindir}/%{realname}-json -chrpath -d %{buildroot}%{_libdir}/lib%{realname}pp.so* -chrpath -d %{buildroot}%{_libdir}/libq%{realname}.so* +chrpath -d %{buildroot}%{_bindir}/%{base_name}-tool +chrpath -d %{buildroot}%{_bindir}/%{base_name}-json +chrpath -d %{buildroot}%{_libdir}/lib%{base_name}pp.so* +# qt5 +%if %{with qt5} +chrpath -d %{buildroot}%{_libdir}/libq%{base_name}.so* +%endif +# qt6 +%if %{with qt6} +chrpath -d %{buildroot}%{_libdir}/libq%{base_name}qt6.so* +%endif + +# autofoo installs useless stuff for uninstall +rm -vf %{buildroot}%{python2_sitelib}/gpg/install_files.txt +rm -vf %{buildroot}%{python3_sitelib}/gpg/install_files.txt + +# Remove duplicate stuff +rm -rf %{buildroot}%{_bindir}/%{base_name}-json +rm -fv %{buildroot}%{_libdir}/lib%{base_name}.so.11 +rm -fv %{buildroot}%{_libdir}/lib%{base_name}pp.so.6 mkdir -p %{buildroot}%{_syslibdir}/cmake ln -sf %{_libdir}/cmake/Gpgmepp %{buildroot}%{_syslibdir}/cmake/Gpgmepp +%if %{with qt5} ln -sf %{_libdir}/cmake/QGpgme %{buildroot}%{_syslibdir}/cmake/QGpgme - +%endif +%if %{with qt6} +ln -sf %{_libdir}/cmake/QGpgmeQt6 %{buildroot}%{_syslibdir}/cmake/QGpgmeQt6 +%endif %if %{with check} %check +pushd build make check +popd %endif %files %license COPYING* LICENSES %doc AUTHORS NEWS README* -%{_bindir}/%{realname}-json -%{_libdir}/lib%{realname}.so.11* +%{_libdir}/lib%{base_name}.so.11.* %files devel -%{_bindir}/%{realname}-config -%{_bindir}/%{realname}-tool +%{_bindir}/%{base_name}-config +%{_bindir}/%{base_name}-tool %ifarch %{multilib_arches} -%{_bindir}/%{realname}-config.%{_target_cpu} -%{_includedir}/%{realname}-%{__isa_bits}.h +%{_bindir}/%{base_name}-config.%{_target_cpu} +%{_includedir}/%{base_name}-%{__isa_bits}.h %endif -%{_includedir}/%{realname}.h -%{_libdir}/lib%{realname}.so -%{_datadir}/aclocal/%{realname}.m4 -%{_infodir}/%{realname}.info* -%{_libdir}/pkgconfig/%{realname}*.pc +%{_includedir}/%{base_name}.h +%{_libdir}/lib%{base_name}.so +%{_datadir}/aclocal/%{base_name}.m4 +%{_infodir}/%{base_name}.info* +%{_libdir}/pkgconfig/%{base_name}*.pc %files -n %{name}pp %doc lang/cpp/README -%{_libdir}/lib%{realname}pp.so.6* +%{_libdir}/lib%{base_name}pp.so.6.* %files -n %{name}pp-devel -%{_includedir}/%{realname}++/ -%{_libdir}/lib%{realname}pp.so +%{_includedir}/%{base_name}++/ +%{_libdir}/lib%{base_name}pp.so %{_libdir}/cmake/Gpgmepp/ %{_syslibdir}/cmake/Gpgmepp -%files -n rx-q%{realname} +%if %{with qt5} +%files -n rx-q%{base_name}-qt5 %doc lang/qt/README -%{_libdir}/libq%{realname}.so.7* +%{_libdir}/libq%{base_name}.so.15* +%endif -%files -n rx-q%{realname}-devel -%{_includedir}/q%{realname}/ +%if %{with qt6} +%files -n rx-q%{base_name}-qt6 +%{_libdir}/libq%{base_name}qt6.so.15* +%endif + +%if %{with qt5} || %{with qt6} +%files -n rx-q%{base_name}-common-devel +%{_includedir}/q%{base_name}/ %{_includedir}/QGpgME/ -%{_libdir}/libq%{realname}.so +%endif + +%if %{with qt5} +%files -n rx-q%{base_name}-qt5-devel +%{_libdir}/libq%{base_name}.so %{_libdir}/cmake/QGpgme/ %{_syslibdir}/cmake/QGpgme +%endif + +%if %{with qt6} +%files -n rx-q%{base_name}-qt6-devel +%{_libdir}/libq%{base_name}qt6.so +%{_libdir}/cmake/QGpgmeQt6/ +%{_syslibdir}/cmake/QGpgmeQt6 +%endif + +%if %{with python} +%files -n python%{python3_pkgversion}-gpg +%doc lang/python/README +%{python3_sitearch}/gpg-*.egg-info/ +%{python3_sitearch}/gpg/ +%endif %changelog -* Fri Mar 15 2024 Raven - 1.17.0-5 -- add compatibility symlinks for cmake modules - -* Thu Jul 21 2022 Fedora Release Engineering 1.17.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Tue Jun 21 2022 Miro Hrončok 1.17.0-3 -- Revert back to gpgme-1.17.0 - -* Wed Jun 15 2022 Jiri Kucera 1.17.1-3 -- Disable tests - -* Mon Jun 13 2022 Python Maint 1.17.1-2 -- Rebuilt for Python 3.11 - -* Tue Mar 29 2022 Jiri Kucera 1.17.1-1 -- Update to gpgme-1.17.1 - -* Mon Feb 14 2022 Stephen Gallagher 1.17.0-2 -- Fix LFS support on 32-bit systems - -* Sat Feb 12 2022 Igor Raits 1.17.0-1 -- Update to 1.17.0 - -* Thu Jan 20 2022 Fedora Release Engineering 1.16.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Wed Dec 29 2021 Igor Raits 1.16.0-1 -- Update to 1.16.0 (Closes: RHBZ#1975955) - -* Tue Nov 02 2021 Frantisek Sumsal - 1.15.1-6 -- Fix build with glibc >=2.34 (RHBZ#1984691, RHBZ#1987561) - -* Thu Jul 22 2021 Fedora Release Engineering - 1.15.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Jun 03 2021 Python Maint - 1.15.1-4 -- Rebuilt for Python 3.10 - -* Wed Jun 02 2021 Miro Hrončok - 1.15.1-3 -- Also remove RPATH from /usr/bin/gpgme-json - -* Tue Jan 26 2021 Fedora Release Engineering - 1.15.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sun Jan 24 2021 Igor Raits - 1.15.1-1 -- Update to 1.15.1 - -* Tue Jul 28 2020 Fedora Release Engineering - 1.14.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat Jul 18 2020 Igor Raits - 1.14.0-1 -- Update to 1.14.0 - -* Fri May 22 2020 Miro Hrončok - 1.13.1-8 -- Rebuilt for Python 3.9 - -* Thu Apr 30 2020 Tomáš Mráz - 1.13.1-7 -- Fix FTBFS with gnupg-2.2.19 and above - -* Wed Jan 29 2020 Fedora Release Engineering - 1.13.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 03 2019 Miro Hrončok - 1.13.1-5 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Thu Aug 15 2019 Miro Hrončok - 1.13.1-4 -- Rebuilt for Python 3.8 - -* Sat Aug 10 2019 Igor Gnatenko - 1.13.1-3 -- Set real VERSION - -* Sat Aug 3 2019 Peter Robinson 1.13.1-2 -- Move .pc files to devel so the base library doesn't pull in devel packages - -* Mon Jul 29 18:46:42 CEST 2019 Igor Gnatenko - 1.13.1-1 -- Update to 1.13.1 - -* Thu Jul 25 2019 Fedora Release Engineering - 1.12.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Wed Jun 05 2019 Miro Hrončok - 1.12.0-2 -- Subpackage python2-gpg has been removed - See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal - -* Sat Feb 16 2019 Igor Gnatenko - 1.12.0-1 -- Update to 1.12.0 - -* Fri Feb 01 2019 Fedora Release Engineering - 1.11.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 1.11.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Jun 15 2018 Miro Hrončok - 1.11.1-2 -- Rebuilt for Python 3.7 - -* Fri Apr 20 2018 Igor Gnatenko - 1.11.1-1 -- Update to 1.11.1 - -* Thu Apr 19 2018 Igor Gnatenko - 1.11.0-1 -- Update to 1.11.0 - -* Tue Apr 17 2018 Jonathan Lebon - 1.10.0-4 -- Backport patch to tweak STATUS_FAILURE handling - -* Wed Feb 07 2018 Fedora Release Engineering - 1.10.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Tue Jan 30 2018 Igor Gnatenko - 1.10.0-2 -- Switch to %%ldconfig_scriptlets - -* Wed Dec 13 2017 Igor Gnatenko - 1.10.0-1 -- Update to 1.10.0 - -* Tue Nov 07 2017 Igor Gnatenko - 1.9.0-8 -- Use better Obsoletes for platform-python - -* Fri Nov 03 2017 Igor Gnatenko - 1.9.0-7 -- Remove platform-python subpackages - -* Thu Aug 10 2017 Petr Viktorin - 1.9.0-6 -- Add subpackage for platform-python (https://fedoraproject.org/wiki/Changes/Platform_Python_Stack) - -* Mon Aug 07 2017 Igor Gnatenko - 1.9.0-5 -- Remove BuildRequires: pth-devel, it is not needed for long time - -* Mon Aug 07 2017 Björn Esser - 1.9.0-4 -- Rebuilt for AutoReq cmake-filesystem - -* Wed Aug 02 2017 Fedora Release Engineering - 1.9.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.9.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Wed Mar 29 2017 Igor Gnatenko - 1.9.0-1 -- Update to 1.9.0 - -* Sat Feb 11 2017 Igor Gnatenko - 1.8.0-12 -- Fix FTBFS - -* Fri Feb 10 2017 Fedora Release Engineering - 1.8.0-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Jan 18 2017 Rex Dieter - 1.8.0-10 -- patch out LIBASSUAN_LIBRARIES in cmake too - -* Wed Jan 18 2017 Rex Dieter - 1.8.0-9 -- gpgmepp-devel: Requires: libassuan-devel - -* Mon Jan 16 2017 Rex Dieter - 1.8.0-8 -- qgpgme-devel: Conflicts: kdepimlibs-devel < 4.14.10-17 - -* Sun Jan 01 2017 Rex Dieter - 1.8.0-7 -- rename gpgme-pp to gpgmepp, simplify -devel deps - -* Sun Jan 01 2017 Rex Dieter - 1.8.0-6 -- backport upstream cmake-related fix - -* Thu Dec 22 2016 Miro Hrončok - 1.8.0-5 -- Rebuild for Python 3.6 - -* Sun Dec 11 2016 Igor Gnatenko - 1.8.0-4 -- Rename pythonX-gpgme into pythonX-gpg - -* Sun Dec 11 2016 Igor Gnatenko - 1.8.0-3 -- Add Qt and C++ subpackages - -* Sat Dec 10 2016 Igor Gnatenko - 1.8.0-2 -- Enable tests - -* Sat Dec 10 2016 Igor Gnatenko - 1.8.0-1 -- Update to 1.8.0 - -* Wed Sep 21 2016 Igor Gnatenko - 1.7.0-1 -- Update to 1.7.0 - -* Mon Jul 25 2016 Igor Gnatenko - 1.6.0-3 -- Set min ver for libgpg-error - -* Mon Jul 25 2016 Igor Gnatenko - 1.6.0-2 -- Backport patch for STATUS_KEY_CONSIDERED (RHBZ #1359521) - -* Wed Jul 13 2016 Igor Gnatenko - 1.6.0-1 -- Update to 1.6.0 (RHBZ #1167656) - -* Wed Feb 03 2016 Fedora Release Engineering - 1.4.3-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 1.4.3-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Dec 06 2014 Frantisek Kluknavsky - 1.4.3-5 -- CVE-2014-3564, rhbz#1125170, gpgme-1.3.2-bufferoverflow.patch - -* Sat Aug 16 2014 Fedora Release Engineering - 1.4.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jul 12 2014 Tom Callaway - 1.4.3-3 -- fix license handling - -* Sat Jun 07 2014 Fedora Release Engineering - 1.4.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Wed Oct 09 2013 Rex Dieter - 1.4.3-1 -- gpgme-1.4.3 -- cleanup .spec, trim changelog - -* Sat Aug 03 2013 Fedora Release Engineering - 1.3.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Tue Jul 09 2013 Karsten Hopp 1.3.2-3 -- rebuild to fix some f20 dependency issues on PPC - -* Thu Feb 14 2013 Fedora Release Engineering - 1.3.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Tue Nov 20 2012 Frantisek Kluknavsky - 1.3.2-2 -- minor spec cleanup - -* Wed Sep 26 2012 Tomas Mraz - 1.3.2-1 -- new upstream version -- re-enable gpg tests (original patch by John Morris ) -- quiet configure warning 'could not find g13' -- there is no libgpgme-pth anymore - -* Thu Jul 19 2012 Fedora Release Engineering - 1.3.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sun Apr 22 2012 Rex Dieter 1.3.0-8 -- -devel: make Requires: libgpg-error-devel arch'd -- ensure gpgme-config wrapper is executable - -* Sun Apr 22 2012 Rex Dieter 1.3.0-7 -- gpgme.h: fatal error: gpgme-i386.h: No such file or directory compilation terminated (#815116) - -* Wed Feb 15 2012 Simon Lukasik - 1.3.0-6 -- Resolve multilib conflict of gpgme-config (#341351) -- Resolve multilib conflict of gpgme.h (#341351) - -* Fri Jan 13 2012 Fedora Release Engineering - 1.3.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Thu Mar 17 2011 Rex Dieter - 1.3.0-4 -- gpgme-config: remove libassuan-related flags as threatened (#676954) -\ -* Sun Feb 13 2011 Rex Dieter - 1.3.0-3 -- -devel: fix typo (broken dep) - -* Sat Feb 12 2011 Rex Dieter - 1.3.0-2 -- BR: libassuan2-devel -- gpgme-config outputs -lassuan (#676954) - -* Fri Feb 11 2011 Tomas Mraz - 1.3.0-1 -- new upstream version - -* Tue Feb 08 2011 Fedora Release Engineering - 1.2.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Aug 18 2010 Tomas Mraz - 1.2.0-3 -- fix the condition for adding the -D_FILE_OFFSET_BITS... - -* Wed Aug 11 2010 Tomas Mraz - 1.2.0-2 -- add -D_FILE_OFFSET_BITS... to gpgme-config as appropriate (#621698) - -* Fri Jul 02 2010 Rex Dieter - 1.2.0-1 -- gpgme-1.2.0 (#610984) - -* Sun Feb 14 2010 Rex Dieter - 1.1.8-4 -- FTBFS gpgme-1.1.8-3.fc13: ImplicitDSOLinking (#564605) - -* Thu Nov 19 2009 Tomas Mraz - 1.1.8-3 -- Add buildrequires gnupg2-smime for the gpgsm - -* Fri Jul 24 2009 Fedora Release Engineering - 1.1.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Sat Jun 20 2009 Rex Dieter - 1.1.8-1 -- gpgme-1.1.8 -- -devel: s/postun/preun/ info scriptlet - -* Wed Mar 11 2009 Rex Dieter - 1.1.7-3 -- track shlib sonames closer, to highlight future abi/soname changes -- _with_gpg macro, to potentially conditionalize gnupg vs gnupg2 defaults - for various os/releases (ie, fedora vs rhel) - -* Tue Feb 24 2009 Fedora Release Engineering - 1.1.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sat Oct 18 2008 Rex Dieter 1.1.7-1 -- gpgme-1.1.7 - -* Sun Feb 17 2008 Rex Dieter 1.1.6-3 -- --with-gpg=%%_bindir/gpg2 (#432445) -- drop Requires: gnupg (#432445) - -* Fri Feb 08 2008 Rex Dieter 1.1.6-2 -- respin (gcc43) - -* Fri Jan 04 2008 Rex Dieter 1.1.6-1 -- gpgme-1.1.6 -- multiarch conflicts in gpgme (#341351) - -* Sat Aug 25 2007 Rex Dieter 1.1.5-4 -- BR: gawk - -* Sat Aug 25 2007 Rex Dieter 1.1.5-3 -- respin (BuildID) - -* Thu Aug 09 2007 Rex Dieter 1.1.5-2 -- License: LGPLv2+ - -* Mon Jul 09 2007 Rex Dieter 1.1.5-1 -- gpgme-1.1.5 - -* Mon Mar 05 2007 Rex Dieter 1.1.4-1 -- gpgme-1.1.4 - -* Sat Feb 03 2007 Rex Dieter 1.1.3-1 -- gpgme-1.1.3 - -* Tue Oct 03 2006 Rex Dieter -- respin - -* Mon Sep 18 2006 Rex Dieter 1.1.2-6 -- fix gpgme-config --thread=pthread --cflags - -* Tue Aug 29 2006 Rex Dieter 1.1.2-5 -- fc6 respin - -* Mon Mar 6 2006 Rex Dieter 1.1.2-4 -- add back support for gpgme-config --thread=pthread - -* Mon Mar 6 2006 Rex Dieter 1.1.2-2 -- drop extraneous libs from gpgme-config - -* Fri Mar 3 2006 Rex Dieter 1.1.2-1 -- 1.1.2 -- drop upstreamed gpgme-1.1.0-tests.patch - -* Wed Mar 1 2006 Rex Dieter -- fc5: gcc/glibc respin - -* Wed Nov 30 2005 Rex Dieter - 1.1.0-3 -- (re)build against (newer) libksba/gnupg2 - -* Thu Oct 06 2005 Rex Dieter - 1.1.0-2 -- 1.1.0 - -* Mon Aug 8 2005 Rex Dieter - 1.0.3-1 -- 1.0.3 -- --disable-static - -* Thu May 12 2005 Michael Schwendt - 1.0.2-3 -- rebuilt - -* Fri Mar 18 2005 Ville Skyttä - 1.0.2-2 -- Fix FC4 build. - -* Tue Feb 1 2005 Michael Schwendt - 0:1.0.2-1 -- LGPL used here, and made summary more explicit. -- Remove dirmngr dependency (gpgsm interfaces with it). -- Obsolete cryptplug as gpgme >= 0.4.5 provides what we used cryptplug for. - -* Thu Jan 06 2005 Rex Dieter 0:1.0.2-0.fdr.1 -- 1.0.2 - -* Thu Oct 21 2004 Rex Dieter 0:1.0.0-0.fdr.1 -- 1.0.0 -- Requires: dirmngr - -* Tue Oct 19 2004 Rex Dieter 0:0.4.7-0.fdr.1 -- 0.4.7 - -* Sun May 2 2004 Ville Skyttä - 0:0.4.3-0.fdr.3 -- Require %%{_bindir}/gpgsm instead of newpg. -- Cosmetic spec file improvements. - -* Thu Oct 23 2003 Ville Skyttä - 0:0.4.3-0.fdr.2 -- Update description. - -* Tue Oct 7 2003 Ville Skyttä - 0:0.4.3-0.fdr.1 -- Update to 0.4.3. - -* Fri Aug 15 2003 Ville Skyttä - 0:0.4.2-0.fdr.1 -- Update to 0.4.2. -- make check in the %%check section. - -* Thu Jul 10 2003 Ville Skyttä - 0:0.4.1-0.fdr.1 -- Update to 0.4.1. -- Make -devel cooperate with --excludedocs. - -* Sat Apr 19 2003 Ville Skyttä - 0:0.4.0-0.fdr.2 -- BuildRequire pth-devel, fix missing epoch in -devel Requires (#169). -- Save .spec in UTF-8. - -* Sat Mar 22 2003 Ville Skyttä - 0:0.4.0-0.fdr.1 -- Update to current Fedora guidelines. -- Exclude %%{_libdir}/*.la. - -* Tue Feb 12 2003 Warren Togami 0.4.0-1.fedora.3 -- info/dir temporary workaround - -* Sat Feb 8 2003 Ville Skyttä - 0.4.0-1.fedora.1 -- First Fedora release. +* Fri Mar 15 2024 Raven - 1.23.2-1 +- update to 1.23.2 +* Fri Mar 15 2024 Raven - 1.22.0-1 +- converted from el9 epel package