Hello community,

here is the log from the commit of package gpgme for openSUSE:Factory checked 
in at 2015-07-05 17:56:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpgme (Old)
 and      /work/SRC/openSUSE:Factory/.gpgme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpgme"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpgme/gpgme.changes      2015-06-12 
20:29:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gpgme.new/gpgme.changes 2015-07-05 
17:56:53.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 19 08:08:55 UTC 2015 - [email protected]
+
+- fix install-info for clean uninstall [boo#935339]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gpgme.spec ++++++
--- /var/tmp/diff_new_pack.Nszg3h/_old  2015-07-05 17:56:54.000000000 +0200
+++ /var/tmp/diff_new_pack.Nszg3h/_new  2015-07-05 17:56:54.000000000 +0200
@@ -32,7 +32,8 @@
 BuildRequires:  gpg2 >= 2.0.10
 BuildRequires:  libassuan-devel >= 2.0.2
 BuildRequires:  libgpg-error-devel >= 1.11
-PreReq:         %install_info_prereq
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -111,16 +112,13 @@
 %install
 %make_install
 # Do this now to make /usr/lib/rpm/brp-chuck-la happy:
-rm %{buildroot}/%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
 %if ! 0%{?qemu_user_space_build}
 #make check
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libgpgme11 -p /sbin/ldconfig
 
 %postun -n libgpgme11 -p /sbin/ldconfig
@@ -128,7 +126,7 @@
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/gpgme.info.gz
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgme.info.gz
 
 %files



Reply via email to