Hello community,

here is the log from the commit of package pinentry for openSUSE:Factory 
checked in at 2016-01-30 11:34:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pinentry (Old)
 and      /work/SRC/openSUSE:Factory/.pinentry.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pinentry"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pinentry/pinentry.changes        2016-01-20 
09:54:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pinentry.new/pinentry.changes   2016-01-30 
11:34:12.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan 20 08:49:48 UTC 2016 - astie...@suse.com
+
+- completely rename to qt5 [boo#962076]
+- fix self-deprecation rpmlint warning
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pinentry.spec ++++++
--- /var/tmp/diff_new_pack.t1EGao/_old  2016-01-30 11:34:14.000000000 +0100
+++ /var/tmp/diff_new_pack.t1EGao/_new  2016-01-30 11:34:14.000000000 +0100
@@ -60,7 +60,7 @@
 Provides:       pinentry-qt = %{version}
 Obsoletes:      pinentry-qt <= 0.8.3
 Provides:       pinentry-qt4 = %{version}
-Obsoletes:      pinentry-qt4 <= 0.9.7
+Obsoletes:      pinentry-qt4 < 0.9.7
 
 %description qt5
 This is a collection of simple PIN or passphrase entry dialogs which
@@ -156,7 +156,8 @@
 
 # remove symlink
 rm -rf %{buildroot}%{_bindir}/pinentry
-# backward compatibility symlink
+# backward compatibility symlinks
+ln -s pinentry-qt %{buildroot}%{_bindir}/pinentry-qt5
 ln -s pinentry-qt %{buildroot}%{_bindir}/pinentry-qt4
 cp %{SOURCE3} %{buildroot}%{_bindir}
 
@@ -176,6 +177,7 @@
 
 %files qt5
 %defattr(-,root,root)
+%attr(755,root,root) %{_bindir}/pinentry-qt5
 %attr(755,root,root) %{_bindir}/pinentry-qt4
 %attr(755,root,root) %{_bindir}/pinentry-qt
 

++++++ pinentry ++++++
--- /var/tmp/diff_new_pack.t1EGao/_old  2016-01-30 11:34:14.000000000 +0100
+++ /var/tmp/diff_new_pack.t1EGao/_new  2016-01-30 11:34:14.000000000 +0100
@@ -15,7 +15,7 @@
 # Boris Ranto <bra...@redhat.com> 2014
 # Andreas Stieger <andreas.stie...@gmx.de> 2014
 #
-# use proper binary (pinentry-qt4, pinentry-qt, pinentry-gtk-2 or 
pinentry-curses)
+# use proper binary (pinentry-qt5, pinentry-qt, pinentry-gtk-2 or 
pinentry-curses)
 
 kde_running=
 arg=
@@ -56,10 +56,10 @@
 if [ -n "$PINENTRY_BINARY" ];
 then
        export PINENTRY_BINARY="$PINENTRY_BINARY"
-# if KDE is detected and pinentry-qt4 exists, use pinentry-qt4
-elif [ -n "$kde_running" -a "$kde_ver"x = 4x -a -x /usr/bin/pinentry-qt4 ]
+# if KDE is detected and pinentry-qt5 exists, use pinentry-qt5
+elif [ -n "$kde_running" -a "$kde_ver"x = 4x -a -x /usr/bin/pinentry-qt5 ]
 then
-       export PINENTRY_BINARY="/usr/bin/pinentry-qt4"
+       export PINENTRY_BINARY="/usr/bin/pinentry-qt5"
 # if KDE is detected and pinentry-qt exists, use pinentry-qt
 elif [ -n "$kde_running" -a -x /usr/bin/pinentry-qt ]
 then
@@ -72,10 +72,10 @@
 elif [ -n "$DISPLAY" -a -x /usr/bin/pinentry-gtk-2 ]
 then
        export PINENTRY_BINARY="/usr/bin/pinentry-gtk-2"
-# otherwise test if pinentry-qt4 exists although KDE is not detected
-elif [ -n "$DISPLAY" -a -x /usr/bin/pinentry-qt4 ]
+# otherwise test if pinentry-qt5 exists although KDE is not detected
+elif [ -n "$DISPLAY" -a -x /usr/bin/pinentry-qt5 ]
 then
-       export PINENTRY_BINARY="/usr/bin/pinentry-qt4"
+       export PINENTRY_BINARY="/usr/bin/pinentry-qt5"
 # otherwise test if pinentry-qt exists although KDE is not detected
 elif [ -n "$DISPLAY" -a -x /usr/bin/pinentry-qt ]
 then



Reply via email to