2004-09-09 07:25:35 +00:00
|
|
|
Name: libgcrypt
|
2011-07-21 13:57:57 +00:00
|
|
|
Version: 1.5.0
|
2012-04-05 21:35:22 +00:00
|
|
|
Release: 5%{?dist}
|
2009-12-21 08:26:28 +00:00
|
|
|
URL: http://www.gnupg.org/
|
2009-01-30 10:53:38 +00:00
|
|
|
Source0: libgcrypt-%{version}-hobbled.tar.bz2
|
|
|
|
# The original libgcrypt sources now contain potentially patented ECC
|
|
|
|
# cipher support. We have to remove it in the tarball we ship with
|
|
|
|
# the hobble-libgcrypt script.
|
|
|
|
#Source0: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2
|
|
|
|
#Source1: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig
|
2004-09-09 07:25:44 +00:00
|
|
|
Source2: wk@g10code.com
|
2009-01-30 10:53:38 +00:00
|
|
|
Source3: hobble-libgcrypt
|
2011-07-21 13:57:57 +00:00
|
|
|
# do not run the ecc curves test
|
|
|
|
Patch1: libgcrypt-1.5.0-noecc.patch
|
2010-02-03 08:23:55 +00:00
|
|
|
# make FIPS hmac compatible with fipscheck - non upstreamable
|
2011-07-21 13:57:57 +00:00
|
|
|
Patch2: libgcrypt-1.5.0-use-fipscheck.patch
|
2011-02-01 17:54:42 +00:00
|
|
|
# fix tests in the FIPS mode, fix the FIPS-186-3 DSA keygen
|
2011-07-21 13:57:57 +00:00
|
|
|
Patch5: libgcrypt-1.5.0-tests.patch
|
|
|
|
# add configurable source of RNG seed and seed by default
|
|
|
|
# from /dev/urandom in the FIPS mode
|
|
|
|
Patch6: libgcrypt-1.5.0-fips-cfgrandom.patch
|
2011-05-30 12:23:11 +00:00
|
|
|
# make the FIPS-186-3 DSA CAVS testable
|
2011-07-21 13:57:57 +00:00
|
|
|
Patch7: libgcrypt-1.5.0-fips-cavs.patch
|
2012-04-04 13:28:35 +00:00
|
|
|
# add GCRYCTL_SET_ENFORCED_FIPS_FLAG
|
|
|
|
Patch8: libgcrypt-1.5.0-set-enforced-mode.patch
|
2009-01-30 10:53:38 +00:00
|
|
|
|
2008-04-29 18:05:46 +00:00
|
|
|
# Technically LGPLv2.1+, but Fedora's table doesn't draw a distinction.
|
2010-02-03 08:23:55 +00:00
|
|
|
# Documentation and some utilities are GPLv2+ licensed. These files
|
|
|
|
# are in the devel subpackage.
|
2007-08-16 15:27:13 +00:00
|
|
|
License: LGPLv2+
|
2008-09-18 15:50:08 +00:00
|
|
|
Summary: A general-purpose cryptography library
|
2010-02-03 08:23:55 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
2008-04-29 18:05:46 +00:00
|
|
|
BuildRequires: gawk, libgpg-error-devel >= 1.4, pkgconfig
|
2009-03-03 20:32:37 +00:00
|
|
|
BuildRequires: fipscheck
|
2012-04-05 21:35:22 +00:00
|
|
|
# This is needed only when patching the .texi doc.
|
|
|
|
BuildRequires: texinfo
|
2004-09-09 07:25:35 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%package devel
|
2009-10-27 14:36:08 +00:00
|
|
|
Summary: Development files for the %{name} package
|
2010-02-03 08:23:55 +00:00
|
|
|
License: LGPLv2+ and GPLv2+
|
2004-09-09 07:25:35 +00:00
|
|
|
Group: Development/Libraries
|
2009-12-21 08:26:28 +00:00
|
|
|
Requires(pre): /sbin/install-info
|
|
|
|
Requires(post): /sbin/install-info
|
2004-09-09 07:26:43 +00:00
|
|
|
Requires: libgpg-error-devel
|
2004-09-09 07:25:35 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Libgcrypt is a general purpose crypto library based on the code used
|
|
|
|
in GNU Privacy Guard. This is a development version.
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Libgcrypt is a general purpose crypto library based on the code used
|
|
|
|
in GNU Privacy Guard. This package contains files needed to develop
|
|
|
|
applications using libgcrypt.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2009-01-30 10:53:38 +00:00
|
|
|
%{SOURCE3}
|
2011-07-21 13:57:57 +00:00
|
|
|
%patch1 -p1 -b .noecc
|
2009-03-03 20:32:37 +00:00
|
|
|
%patch2 -p1 -b .use-fipscheck
|
2011-02-01 17:54:42 +00:00
|
|
|
%patch5 -p1 -b .tests
|
2011-05-30 13:25:11 +00:00
|
|
|
%patch6 -p1 -b .cfgrandom
|
|
|
|
%patch7 -p1 -b .cavs
|
2012-04-04 13:28:35 +00:00
|
|
|
%patch8 -p1 -b .enforce
|
2004-09-09 07:25:35 +00:00
|
|
|
|
2010-02-03 08:23:55 +00:00
|
|
|
mv AUTHORS AUTHORS.iso88591
|
|
|
|
iconv -f ISO-8859-1 -t UTF-8 AUTHORS.iso88591 >AUTHORS
|
|
|
|
|
2004-09-09 07:25:35 +00:00
|
|
|
%build
|
2008-10-21 04:51:58 +00:00
|
|
|
%configure --disable-static \
|
|
|
|
%ifarch sparc64
|
|
|
|
--disable-asm \
|
|
|
|
%endif
|
2009-01-30 10:53:38 +00:00
|
|
|
--enable-noexecstack \
|
2009-03-03 20:32:37 +00:00
|
|
|
--enable-hmac-binary-check \
|
2009-12-21 08:46:43 +00:00
|
|
|
--enable-pubkey-ciphers='dsa elgamal rsa' \
|
|
|
|
--disable-O-flag-munging
|
2008-09-15 19:49:03 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-12-10 21:10:52 +00:00
|
|
|
|
|
|
|
%check
|
2009-03-03 20:32:37 +00:00
|
|
|
fipshmac src/.libs/libgcrypt.so.??
|
2005-03-16 20:47:41 +00:00
|
|
|
make check
|
2004-09-09 07:25:35 +00:00
|
|
|
|
2009-03-03 20:32:37 +00:00
|
|
|
# Add generation of HMAC checksums of the final stripped binaries
|
|
|
|
%define __spec_install_post \
|
|
|
|
%{?__debug_package:%{__debug_install_post}} \
|
|
|
|
%{__arch_install_post} \
|
|
|
|
%{__os_install_post} \
|
|
|
|
fipshmac $RPM_BUILD_ROOT/%{_lib}/*.so.?? \
|
|
|
|
%{nil}
|
|
|
|
|
2004-09-09 07:25:35 +00:00
|
|
|
%install
|
|
|
|
rm -fr $RPM_BUILD_ROOT
|
2010-02-03 08:23:55 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2004-09-09 07:25:35 +00:00
|
|
|
|
2006-05-16 23:26:54 +00:00
|
|
|
# Change /usr/lib64 back to /usr/lib. This saves us from having to patch the
|
|
|
|
# script to "know" that -L/usr/lib64 should be suppressed, and also removes
|
|
|
|
# a file conflict between 32- and 64-bit versions of this package.
|
|
|
|
sed -i -e 's,^libdir="/usr/lib.*"$,libdir="/usr/lib",g' $RPM_BUILD_ROOT/%{_bindir}/libgcrypt-config
|
2004-09-09 07:25:35 +00:00
|
|
|
|
2004-09-09 07:26:43 +00:00
|
|
|
rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir ${RPM_BUILD_ROOT}/%{_libdir}/*.la
|
2004-09-09 07:26:56 +00:00
|
|
|
/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_libdir}
|
2004-09-09 07:25:35 +00:00
|
|
|
|
2007-07-27 13:54:26 +00:00
|
|
|
# Relocate the shared libraries to /%{_lib}.
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_lib}
|
|
|
|
for shlib in $RPM_BUILD_ROOT/%{_libdir}/*.so* ; do
|
|
|
|
if test -L "$shlib" ; then
|
|
|
|
rm "$shlib"
|
|
|
|
else
|
|
|
|
mv "$shlib" $RPM_BUILD_ROOT/%{_lib}/
|
|
|
|
fi
|
|
|
|
done
|
2007-12-10 21:10:52 +00:00
|
|
|
|
2007-07-27 13:54:26 +00:00
|
|
|
# Figure out where /%{_lib} is relative to %{_libdir}.
|
|
|
|
touch $RPM_BUILD_ROOT/root_marker
|
|
|
|
relroot=..
|
|
|
|
while ! test -f $RPM_BUILD_ROOT/%{_libdir}/$relroot/root_marker ; do
|
|
|
|
relroot=$relroot/..
|
|
|
|
done
|
2007-12-10 21:10:52 +00:00
|
|
|
|
2007-07-27 13:54:26 +00:00
|
|
|
# Overwrite development symlinks.
|
|
|
|
pushd $RPM_BUILD_ROOT/%{_libdir}
|
|
|
|
for shlib in $relroot/%{_lib}/lib*.so.* ; do
|
|
|
|
shlib=`echo "$shlib" | sed -e 's,//,/,g'`
|
|
|
|
target=`basename "$shlib" | sed -e 's,\.so.*,,g'`.so
|
|
|
|
ln -sf $shlib $target
|
|
|
|
done
|
|
|
|
popd
|
2007-12-10 21:10:52 +00:00
|
|
|
|
2007-10-16 17:05:10 +00:00
|
|
|
# Add soname symlink.
|
|
|
|
/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_lib}/
|
2007-07-27 13:54:26 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/root_marker
|
|
|
|
|
2008-09-18 15:50:08 +00:00
|
|
|
# Create /etc/gcrypt (hardwired, not dependent on the configure invocation) so
|
|
|
|
# that _someone_ owns it.
|
|
|
|
mkdir -p -m 755 $RPM_BUILD_ROOT/etc/gcrypt
|
|
|
|
|
2004-09-09 07:25:35 +00:00
|
|
|
%clean
|
|
|
|
rm -fr $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post devel
|
2009-08-11 12:41:05 +00:00
|
|
|
[ -f %{_infodir}/gcrypt.info.gz ] && \
|
|
|
|
/sbin/install-info %{_infodir}/gcrypt.info.gz %{_infodir}/dir
|
2007-01-22 19:55:26 +00:00
|
|
|
exit 0
|
2004-09-09 07:25:35 +00:00
|
|
|
|
|
|
|
%preun devel
|
2009-08-11 12:41:05 +00:00
|
|
|
if [ $1 = 0 -a -f %{_infodir}/gcrypt.info.gz ]; then
|
2004-09-09 07:25:35 +00:00
|
|
|
/sbin/install-info --delete %{_infodir}/gcrypt.info.gz %{_infodir}/dir
|
|
|
|
fi
|
2007-01-22 19:55:26 +00:00
|
|
|
exit 0
|
2004-09-09 07:25:35 +00:00
|
|
|
|
|
|
|
%files
|
2010-02-03 08:23:55 +00:00
|
|
|
%defattr(-,root,root,-)
|
2008-09-18 15:50:08 +00:00
|
|
|
%dir /etc/gcrypt
|
2009-03-03 20:32:37 +00:00
|
|
|
/%{_lib}/libgcrypt.so.*
|
|
|
|
/%{_lib}/.libgcrypt.so.*.hmac
|
2010-02-03 08:23:55 +00:00
|
|
|
%doc COPYING.LIB AUTHORS NEWS THANKS
|
2004-09-09 07:25:35 +00:00
|
|
|
|
|
|
|
%files devel
|
2010-02-03 08:23:55 +00:00
|
|
|
%defattr(-,root,root,-)
|
2004-09-09 07:25:35 +00:00
|
|
|
%{_bindir}/%{name}-config
|
2007-12-10 21:10:52 +00:00
|
|
|
%{_bindir}/dumpsexp
|
2008-09-08 23:05:08 +00:00
|
|
|
%{_bindir}/hmac256
|
2004-09-09 07:25:35 +00:00
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_datadir}/aclocal/*
|
|
|
|
|
|
|
|
%{_infodir}/gcrypt.info*
|
2010-02-03 08:23:55 +00:00
|
|
|
%doc COPYING
|
2004-09-09 07:25:35 +00:00
|
|
|
|
|
|
|
%changelog
|
2012-04-05 21:35:22 +00:00
|
|
|
* Thu Apr 5 2012 Tomas Mraz <tmraz@redhat.com> 1.5.0-5
|
|
|
|
- Correctly rebuild the info documentation
|
|
|
|
|
2012-04-04 13:28:35 +00:00
|
|
|
* Wed Apr 4 2012 Tomas Mraz <tmraz@redhat.com> 1.5.0-4
|
|
|
|
- Add GCRYCTL_SET_ENFORCED_FIPS_FLAG command
|
|
|
|
|
2012-01-13 07:42:32 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-08-15 05:03:34 +00:00
|
|
|
* Mon Aug 15 2011 Kalev Lember <kalevlember@gmail.com> 1.5.0-2
|
|
|
|
- Rebuilt for rpm bug #728707
|
|
|
|
|
2011-07-21 13:57:57 +00:00
|
|
|
* Thu Jul 21 2011 Tomas Mraz <tmraz@redhat.com> 1.5.0-1
|
|
|
|
- new upstream version
|
|
|
|
|
2011-06-20 19:40:03 +00:00
|
|
|
* Mon Jun 20 2011 Tomas Mraz <tmraz@redhat.com> 1.4.6-4
|
|
|
|
- Always xor seed from /dev/urandom over /etc/gcrypt/rngseed
|
|
|
|
|
2011-05-30 13:25:11 +00:00
|
|
|
* Mon May 30 2011 Tomas Mraz <tmraz@redhat.com> 1.4.6-3
|
2011-05-30 12:23:11 +00:00
|
|
|
- Make the FIPS-186-3 DSA implementation CAVS testable
|
2011-05-30 13:25:11 +00:00
|
|
|
- add configurable source of RNG seed /etc/gcrypt/rngseed
|
|
|
|
in the FIPS mode (#700388)
|
2011-05-30 12:23:11 +00:00
|
|
|
|
2011-02-11 18:53:59 +00:00
|
|
|
* Fri Feb 11 2011 Tomas Mraz <tmraz@redhat.com> 1.4.6-1
|
|
|
|
- new upstream version with minor changes
|
|
|
|
|
2011-02-08 05:55:13 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.5-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-04 09:04:08 +00:00
|
|
|
* Thu Feb 4 2011 Tomas Mraz <tmraz@redhat.com> 1.4.5-6
|
|
|
|
- fix a bug in the fips-186-3 dsa parameter generation code
|
|
|
|
|
2011-02-01 17:54:42 +00:00
|
|
|
* Tue Feb 1 2011 Tomas Mraz <tmraz@redhat.com> 1.4.5-5
|
|
|
|
- use /dev/urandom for seeding in the FIPS mode
|
|
|
|
- make the tests to pass in the FIPS mode also fixing
|
|
|
|
the FIPS-186-3 DSA keygen
|
|
|
|
|
2010-02-14 20:32:09 +00:00
|
|
|
* Sun Feb 14 2010 Rex Dieter <rdieter@fedoraproject.org> 1.4.5-4
|
|
|
|
- FTBFS libgcrypt-1.4.5-3.fc13: ImplicitDSOLinking (#564973)
|
|
|
|
|
2010-02-03 08:23:55 +00:00
|
|
|
* Wed Feb 3 2010 Tomas Mraz <tmraz@redhat.com> 1.4.5-3
|
|
|
|
- drop the S390 build workaround as it is no longer needed
|
|
|
|
- additional spec file cleanups for merge review (#226008)
|
|
|
|
|
2009-12-21 08:46:43 +00:00
|
|
|
* Mon Dec 21 2009 Tomas Mraz <tmraz@redhat.com> 1.4.5-1
|
|
|
|
- workaround for build on S390 (#548825)
|
|
|
|
- spec file cleanups
|
|
|
|
- upgrade to new minor upstream release
|
2009-12-21 08:26:28 +00:00
|
|
|
|
2009-08-11 12:41:05 +00:00
|
|
|
* Tue Aug 11 2009 Tomas Mraz <tmraz@redhat.com> 1.4.4-8
|
|
|
|
- fix warning when installed with --excludedocs (#515961)
|
|
|
|
|
2009-07-25 05:40:56 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.4-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-18 21:30:12 +00:00
|
|
|
* Thu Jun 18 2009 Tomas Mraz <tmraz@redhat.com> 1.4.4-6
|
|
|
|
- and now really apply the padlock patch
|
|
|
|
|
2009-06-17 18:17:06 +00:00
|
|
|
* Wed Jun 17 2009 Tomas Mraz <tmraz@redhat.com> 1.4.4-5
|
|
|
|
- fix VIA padlock RNG inline assembly call (#505724)
|
|
|
|
|
2009-03-05 10:25:19 +00:00
|
|
|
* Thu Mar 5 2009 Tomas Mraz <tmraz@redhat.com> 1.4.4-4
|
|
|
|
- with the integrity verification check the library needs to link to libdl
|
|
|
|
(#488702)
|
|
|
|
|
2009-03-03 20:32:37 +00:00
|
|
|
* Tue Mar 3 2009 Tomas Mraz <tmraz@redhat.com> 1.4.4-3
|
|
|
|
- add hmac FIPS integrity verification check
|
|
|
|
|
2009-02-25 15:00:17 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-30 10:53:38 +00:00
|
|
|
* Fri Jan 30 2009 Tomas Mraz <tmraz@redhat.com> 1.4.4-1
|
|
|
|
- update to 1.4.4
|
|
|
|
- do not abort when the fips mode kernel flag is inaccessible
|
|
|
|
due to permissions (#470219)
|
|
|
|
- hobble the library to drop the ECC support
|
|
|
|
|
2008-10-21 04:51:58 +00:00
|
|
|
* Mon Oct 20 2008 Dennis Gilmore <dennis@ausil.us> 1.4.3-2
|
|
|
|
- disable asm on sparc64
|
|
|
|
|
2008-09-18 15:50:08 +00:00
|
|
|
* Thu Sep 18 2008 Nalin Dahyabhai <nalin@redhat.com> 1.4.3-1
|
|
|
|
- update to 1.4.3
|
|
|
|
- own /etc/gcrypt
|
|
|
|
|
2008-09-15 19:49:03 +00:00
|
|
|
* Mon Sep 15 2008 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- invoke make with %%{?_smp_mflags} to build faster on multi-processor
|
|
|
|
systems (Steve Grubb)
|
|
|
|
|
2008-09-08 23:05:08 +00:00
|
|
|
* Mon Sep 8 2008 Nalin Dahyabhai <nalin@redhat.com> 1.4.2-1
|
|
|
|
- update to 1.4.2
|
|
|
|
|
2008-04-29 18:05:46 +00:00
|
|
|
* Tue Apr 29 2008 Nalin Dahyabhai <nalin@redhat.com> 1.4.1-1
|
|
|
|
- update to 1.4.1
|
|
|
|
- bump libgpgerror-devel requirement to 1.4, matching the requirement enforced
|
|
|
|
by the configure script
|
|
|
|
|
2008-04-03 12:43:26 +00:00
|
|
|
* Thu Apr 3 2008 Joe Orton <jorton@redhat.com> 1.4.0-3
|
|
|
|
- add patch from upstream to fix severe performance regression
|
|
|
|
in entropy gathering
|
|
|
|
|
2008-02-19 15:52:59 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.4.0-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-12-10 21:10:52 +00:00
|
|
|
* Mon Dec 10 2007 Nalin Dahyabhai <nalin@redhat.com> - 1.4.0-1
|
|
|
|
- update to 1.4.0
|
|
|
|
|
2007-10-16 17:05:10 +00:00
|
|
|
* Tue Oct 16 2007 Nalin Dahyabhai <nalin@redhat.com> - 1.2.4-6
|
|
|
|
- use ldconfig to build the soname symlink for packaging along with the
|
|
|
|
shared library (#334731)
|
|
|
|
|
2007-08-22 21:16:43 +00:00
|
|
|
* Wed Aug 22 2007 Nalin Dahyabhai <nalin@redhat.com> - 1.2.4-5
|
|
|
|
- add missing gawk buildrequirement
|
|
|
|
- switch from explicitly specifying the /dev/random RNG to just verifying
|
|
|
|
that the non-LGPL ones were disabled by the configure script
|
|
|
|
|
2007-08-16 15:27:13 +00:00
|
|
|
* Thu Aug 16 2007 Nalin Dahyabhai <nalin@redhat.com> - 1.2.4-4
|
|
|
|
- clarify license
|
|
|
|
- force use of the linux /dev/random RNG, to avoid accidentally falling back
|
|
|
|
to others which would affect the license of the resulting library
|
|
|
|
|
2007-07-30 13:41:49 +00:00
|
|
|
* Mon Jul 30 2007 Nalin Dahyabhai <nalin@redhat.com> - 1.2.4-3
|
|
|
|
- disable static libraries (part of #249815)
|
|
|
|
|
2007-07-27 13:54:26 +00:00
|
|
|
* Fri Jul 27 2007 Nalin Dahyabhai <nalin@redhat.com> - 1.2.4-2
|
2009-12-21 08:26:28 +00:00
|
|
|
- move libgcrypt shared library to /%%{_lib} (#249815)
|
2007-07-27 13:54:26 +00:00
|
|
|
|
2007-02-06 06:47:19 +00:00
|
|
|
* Tue Feb 6 2007 Nalin Dahyabhai <nalin@redhat.com> - 1.2.4-1
|
|
|
|
- update to 1.2.4
|
|
|
|
|
2007-01-22 19:55:26 +00:00
|
|
|
* Mon Jan 22 2007 Nalin Dahyabhai <nalin@redhat.com> - 1.2.3-2
|
|
|
|
- make use of install-info more failsafe (Ville Skyttä, #223705)
|
|
|
|
|
2006-09-01 15:12:43 +00:00
|
|
|
* Fri Sep 1 2006 Nalin Dahyabhai <nalin@redhat.com> - 1.2.3-1
|
|
|
|
- update to 1.2.3
|
|
|
|
|
2006-07-12 06:49:41 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.2-3.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-05 22:13:54 +00:00
|
|
|
* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> 1.2.2-3
|
|
|
|
- Added missing buildreq pkgconfig
|
|
|
|
|
2006-05-16 23:26:54 +00:00
|
|
|
* Tue May 16 2006 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-2
|
|
|
|
- remove file conflicts in libgcrypt-config by making the 64-bit version
|
|
|
|
think the libraries are in /usr/lib (which is wrong, but which it also
|
|
|
|
prunes from the suggest --libs output, so no harm done, hopefully)
|
|
|
|
|
2006-02-11 03:56:40 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.2-1.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 12:37:07 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.2-1.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:41:33 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-10-05 17:57:06 +00:00
|
|
|
* Wed Oct 5 2005 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-1
|
|
|
|
- update to 1.2.2
|
|
|
|
|
|
|
|
* Wed Mar 16 2005 Nalin Dahyabhai <nalin@redhat.com> 1.2.1-1
|
2005-03-16 20:47:41 +00:00
|
|
|
- update to 1.2.1
|
|
|
|
|
2004-09-09 07:26:56 +00:00
|
|
|
* Fri Jul 30 2004 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- another try to package the symlink
|
|
|
|
|
2004-09-09 07:26:51 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 07:26:43 +00:00
|
|
|
* Sun May 2 2004 Bill Nottingham <notting@redhat.com> - 1.2.0-1
|
|
|
|
- update to official 1.2.0
|
|
|
|
|
|
|
|
* Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> - 1.1.94-1
|
|
|
|
- update to 1.1.94
|
|
|
|
|
2004-09-09 07:26:30 +00:00
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Sat Feb 21 2004 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- add symlinks to shared libs at compile time
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 07:25:44 +00:00
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Mar 20 2003 Jeff Johnson <jbj@redhat.com> 1.1.12-1
|
|
|
|
- upgrade to 1.1.12 (beta).
|
|
|
|
|
2004-09-09 07:25:35 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Tue May 21 2002 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- update to 1.1.7
|
|
|
|
- change license to LGPL.
|
|
|
|
- include splint annotations patch.
|
|
|
|
- install info pages.
|
|
|
|
|
|
|
|
* Tue Apr 2 2002 Nalin Dahyabhai <nalin@redhat.com> 1.1.6-1
|
|
|
|
- update to 1.1.6
|
|
|
|
|
|
|
|
* Thu Jan 10 2002 Nalin Dahyabhai <nalin@redhat.com> 1.1.5-1
|
|
|
|
- fix the Source tag so that it's a real URL
|
|
|
|
|
|
|
|
* Wed Dec 20 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- initial package
|