Hello community,

here is the log from the commit of package libgcrypt for openSUSE:Factory 
checked in at 2015-02-16 15:01:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgcrypt (Old)
 and      /work/SRC/openSUSE:Factory/.libgcrypt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgcrypt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgcrypt/libgcrypt.changes      2014-11-14 
09:18:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libgcrypt.new/libgcrypt.changes 2015-02-16 
17:34:09.000000000 +0100
@@ -1,0 +2,20 @@
+Fri Feb  6 18:42:28 UTC 2015 - co...@suse.com
+
+- making the build reproducible - see 
+  http://lists.gnupg.org/pipermail/gnupg-commits/2014-September/010683.html
+  for a very similiar problem
+
+-------------------------------------------------------------------
+Fri Feb  6 18:38:55 UTC 2015 - dims...@opensuse.org
+
+- Move %install_info_delete calls from postun to preun: the files
+  must still be present to be parsed.
+- Fix the names passed to install_info for gcrypt.info-[12].gz
+  instead of gcrypt-[12].info.gz.
+
+-------------------------------------------------------------------
+Fri Feb  6 18:30:26 UTC 2015 - co...@suse.com
+
+- fix filename for info pages in %post scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgcrypt.spec ++++++
--- /var/tmp/diff_new_pack.bKIkgb/_old  2015-02-16 17:34:10.000000000 +0100
+++ /var/tmp/diff_new_pack.bKIkgb/_new  2015-02-16 17:34:10.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgcrypt
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,6 +36,7 @@
 # cavs test framework
 Source5:        cavs-test.sh
 Source6:        cavs_driver.pl
+Source99:       %{name}.changes
 Patch0:         %{name}-ppc64.patch
 Patch1:         %{name}-strict-aliasing.patch
 Patch3:         %{name}-1.4.1-rijndael_no_strict_aliasing.patch
@@ -177,6 +178,8 @@
 echo building with build_hmac256 set to %{build_hmac256}
 %{?suse_update_config}
 autoreconf -fi
+date=$(date -u +%Y-%m-%dT%H:%M+0000 -r %{S:99})
+sed -e "s,BUILD_TIMESTAMP=.*,BUILD_TIMESTAMP=$date," -i configure
 export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
 %configure --with-pic \
            --enable-noexecstack \
@@ -243,13 +246,13 @@
 
 %post devel
 %install_info --info-dir=%{_infodir} %{_infodir}/gcrypt.info.gz
-%install_info --info-dir=%{_infodir} %{_infodir}/gcrypt-1.info.gz
-%install_info --info-dir=%{_infodir} %{_infodir}/gcrypt-2.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/gcrypt.info-1.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/gcrypt.info-2.gz
 
-%postun devel
+%preun devel
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/gcrypt.info.gz
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/gcrypt-1.info.gz
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/gcrypt-2.info.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/gcrypt.info-1.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/gcrypt.info-2.gz
 
 %files -n %{libsoname}
 %defattr(-,root,root)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to