diff --git a/libgcrypt-1.2.3.tar.bz2 b/libgcrypt-1.2.3.tar.bz2 deleted file mode 100644 index 814f032..0000000 --- a/libgcrypt-1.2.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3f607eb2631844058b4afa3db68ad7758e03a1daa7f5b2c2a8d0f1e8e1fc88c -size 784206 diff --git a/libgcrypt-1.2.4.tar.bz2 b/libgcrypt-1.2.4.tar.bz2 new file mode 100644 index 0000000..90c3fb6 --- /dev/null +++ b/libgcrypt-1.2.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6155c4d0a40fba3dba0f21a959c7848c734ba6734de8e27eea26ae53c0c880 +size 799237 diff --git a/libgcrypt.changes b/libgcrypt.changes index 48d4ecc..e0ff3c5 100644 --- a/libgcrypt.changes +++ b/libgcrypt.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 5 10:25:21 CET 2007 - mkoenig@suse.de + +- update to version 1.2.4: + * Fixed a bug in the memory allocator which could have been the + reason for some of non-duplicable bugs. + * Other minor bug fixes. + ------------------------------------------------------------------- Wed Dec 13 12:47:48 CET 2006 - mkoenig@suse.de diff --git a/libgcrypt.spec b/libgcrypt.spec index 409b264..d408079 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -1,7 +1,7 @@ # -# spec file for package libgcrypt (Version 1.2.3) +# spec file for package libgcrypt (Version 1.2.4) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -13,10 +13,10 @@ Name: libgcrypt BuildRequires: libgpg-error-devel URL: http://www.gnu.org/directory/Security/libgcrypt.html -Version: 1.2.3 -Release: 20 +Version: 1.2.4 +Release: 1 Summary: The GNU Crypto Library -License: GNU General Public License (GPL), Other License(s), see package +License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: Development/Libraries/C and C++ Autoreqprov: on Source: %name-%version.tar.bz2 @@ -125,6 +125,11 @@ rm -rf $RPM_BUILD_ROOT %_datadir/aclocal/* %changelog -n libgcrypt +* Mon Feb 05 2007 - mkoenig@suse.de +- update to version 1.2.4: + * Fixed a bug in the memory allocator which could have been the + reason for some of non-duplicable bugs. + * Other minor bug fixes. * Wed Dec 13 2006 - mkoenig@suse.de - get rid of .la file and fix devel so link * Tue Dec 05 2006 - mkoenig@suse.de