diff --git a/Update-also-generated-configure-to-disable-rpath.patch b/Update-also-generated-configure-to-disable-rpath.patch deleted file mode 100644 index 684670ba5810355da99ab68eafeaa756ded676e8..0000000000000000000000000000000000000000 --- a/Update-also-generated-configure-to-disable-rpath.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 8031753da4bed81fd133dceff8187f0e86e02f3f Mon Sep 17 00:00:00 2001 -From: Jakub Jelen -Date: Fri, 16 Apr 2021 09:13:43 +0200 -Subject: [PATCH] Update also generated configure to disable rpath - -as we do not run autogen.sh to regenerate configure, it is still needed ---- - configure | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/configure b/configure -index d3b6f42..9d3607e 100755 ---- a/configure -+++ b/configure -@@ -10765,7 +10765,9 @@ fi - - qtlibdir=`"$PKG_CONFIG" --variable libdir Qt5Core` - if test -n "$qtlibdir"; then -+ if test "$enable_rpath" != "no"; then - PINENTRY_QT_LDFLAGS="$PINENTRY_QT_LDFLAGS -Wl,-rpath \"$qtlibdir\"" -+ fi - fi - - if test -n "$ac_tool_prefix"; then --- -1.8.3.1 - diff --git a/pinentry-1.1.1.tar.bz2 b/pinentry-1.1.1.tar.bz2 deleted file mode 100644 index c729dc074f80d487da690cf2c4976a1e3dd02262..0000000000000000000000000000000000000000 Binary files a/pinentry-1.1.1.tar.bz2 and /dev/null differ diff --git a/pinentry-1.1.1.tar.bz2.sig b/pinentry-1.1.1.tar.bz2.sig deleted file mode 100644 index 1b0d64bc52d7cdb7495c7f0b9cf46f279e6567ad..0000000000000000000000000000000000000000 Binary files a/pinentry-1.1.1.tar.bz2.sig and /dev/null differ diff --git a/pinentry-1.2.1.tar.bz2 b/pinentry-1.2.1.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..cfa3e579d8fcd157a380dbf8df1bf8e1acd4d694 Binary files /dev/null and b/pinentry-1.2.1.tar.bz2 differ diff --git a/pinentry-1.2.1.tar.bz2.sig b/pinentry-1.2.1.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000..84acb9feeb036510d65c210eac4b586926eea2df Binary files /dev/null and b/pinentry-1.2.1.tar.bz2.sig differ diff --git a/pinentry.spec b/pinentry.spec index 32a9fd79472acf991d5b961fe25a481b44bba450..f0b33c0fa40d65525ffd45dab7065119c982fcd2 100644 --- a/pinentry.spec +++ b/pinentry.spec @@ -1,18 +1,16 @@ Name: pinentry -Version: 1.1.1 -Release: 3 +Version: 1.2.1 +Release: 1 Summary: A new module that contains various interfaces to enter a PIN/passphrase. License: GPLv2+ -URL: https://github.com/gpg/pinentry/archive/pinentry-1.1.0.tar.gz +URL: https://github.com/gpg/pinentry Source0: https://www.gnupg.org/ftp/gcrypt/pinentry/%{name}-%{version}.tar.bz2 # source1 is from opensuse Source1: pinentry-wrapper Source2: https://www.gnupg.org/ftp/gcrypt/pinentry/%{name}-%{version}.tar.bz2.sig -Patch0: Update-also-generated-configure-to-disable-rpath.patch - BuildRequires: pkgconfig(Qt5Widgets) libcap-devel ncurses-devel libassuan-devel BuildRequires: libgpg-error-devel libsecret-devel pkgconfig(Qt5Core) gcc BuildRequires: pkgconfig(Qt5Gui) gcr-devel gtk2-devel @@ -92,6 +90,9 @@ fi %doc ChangeLog NEWS TODO %changelog +* Thu Jul 20 2023 wangyunjia - 1.2.1-1 +- update version to 1.2.1 + * Sat Oct 22 2022 zhangruifang - 1.1.1-3 - add version number for Obsoletes