2007-01-16 00:15:34 +01:00
|
|
|
#
|
2009-02-19 22:11:16 +01:00
|
|
|
# spec file for package gpgme (Version 1.1.8)
|
2007-01-16 00:15:34 +01:00
|
|
|
#
|
2009-01-13 18:58:06 +01:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:15:34 +01:00
|
|
|
#
|
2009-01-13 18:58:06 +01:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:15:34 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-04-10 14:17:43 +02:00
|
|
|
|
2007-01-16 00:15:34 +01:00
|
|
|
Name: gpgme
|
2009-06-12 17:51:00 +02:00
|
|
|
BuildRequires: gpg2 libgcrypt-devel libksba-devel libpth-devel
|
2007-07-27 15:10:15 +02:00
|
|
|
License: GPL v2 or later
|
2007-01-16 00:15:34 +01:00
|
|
|
Group: Productivity/Security
|
|
|
|
PreReq: %install_info_prereq
|
2007-12-31 22:22:29 +01:00
|
|
|
AutoReqProv: on
|
2009-02-19 22:11:16 +01:00
|
|
|
Version: 1.1.8
|
2009-06-12 17:51:00 +02:00
|
|
|
Release: 4
|
2008-02-08 21:18:15 +01:00
|
|
|
Source: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
|
2009-02-19 22:11:16 +01:00
|
|
|
Patch1: %{name}-%{version}-makecheck.patch
|
2007-12-31 22:22:29 +01:00
|
|
|
Url: http://www.gnupg.org/related_software/gpgme/
|
2007-01-16 00:15:34 +01:00
|
|
|
Summary: A Library Designed to Give Applications Easy Access to GnuPG
|
2007-05-16 16:20:36 +02:00
|
|
|
Requires: gpg2
|
2007-01-16 00:15:34 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
|
|
|
|
easier for applications. It provides a high-level Crypto API for
|
|
|
|
encryption, decryption, signing, signature verification, and key
|
|
|
|
management. Currently it uses GnuPG as its back-end, but the API is not
|
|
|
|
restricted to this engine.
|
|
|
|
|
|
|
|
Because the direct use of GnuPG from an application can be a
|
|
|
|
complicated programming task, it is suggested that all software should
|
|
|
|
try to use GPGME instead. This way bug fixes or improvements can be
|
|
|
|
done at a central place and every application benefits from this.
|
|
|
|
Authors of MUAs should especially consider using GPGME. Creating a set
|
|
|
|
of standard widgets for common key selection tasks is even planned.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
FSF <gnu@gnu.org>
|
|
|
|
- Code taken from GnuPG 1.0: gpgme/w32-util.c, GnuPG 1.1: jnlib/.
|
|
|
|
|
|
|
|
g10 Code GmbH <code@g10code.com>
|
|
|
|
- All stuff since mid march 2001.
|
|
|
|
|
|
|
|
Werner Koch <wk@gnupg.org>
|
|
|
|
- Design and most stuff.
|
|
|
|
|
2007-08-06 23:39:18 +02:00
|
|
|
%package -n libgpgme11
|
2008-04-10 14:17:43 +02:00
|
|
|
License: GPL v2 or later
|
2007-01-16 00:15:34 +01:00
|
|
|
Summary: A Library Designed to give Applications easy Access to GnuPG
|
2007-12-31 22:22:29 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2007-08-08 00:52:13 +02:00
|
|
|
Requires: gpgme = %{version}
|
2007-01-16 00:15:34 +01:00
|
|
|
|
2007-08-06 23:39:18 +02:00
|
|
|
%description -n libgpgme11
|
|
|
|
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
|
|
|
|
easier for applications. It provides a high-level Crypto API for
|
|
|
|
encryption, decryption, signing, signature verification, and key
|
|
|
|
management. Currently it uses GnuPG as its back-end, but the API is not
|
|
|
|
restricted to this engine.
|
|
|
|
|
|
|
|
Who Should use GPGME?
|
|
|
|
|
|
|
|
Because the direct use of GnuPG from an application can be a
|
|
|
|
complicated programming task, it is suggested that all software should
|
|
|
|
try to use GPGME instead. This way bug fixes or improvements can be
|
|
|
|
done at a central place and every application benefits from this.
|
|
|
|
Authors of MUAs should especially consider using GPGME. Creating a set
|
|
|
|
of standard widgets for common key selection tasks is even planned.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
FSF <gnu@gnu.org>
|
|
|
|
- Code taken from GnuPG 1.0: gpgme/w32-util.c, GnuPG 1.1: jnlib/.
|
|
|
|
|
|
|
|
g10 Code GmbH <code@g10code.com>
|
|
|
|
- All stuff since mid march 2001.
|
|
|
|
|
|
|
|
Werner Koch <wk@gnupg.org>
|
|
|
|
- Design and most stuff.
|
|
|
|
|
|
|
|
%package -n libgpgme-devel
|
2008-04-10 14:17:43 +02:00
|
|
|
License: GPL v2 or later
|
2007-08-06 23:39:18 +02:00
|
|
|
Summary: A Library Designed to give Applications easy Access to GnuPG
|
2007-12-31 22:22:29 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2009-06-12 17:51:00 +02:00
|
|
|
Requires: libgpgme11 = %{version} libgpg-error-devel glibc-devel libpth-devel
|
2007-08-06 23:39:18 +02:00
|
|
|
Provides: gpgme-devel = %{version}
|
|
|
|
Obsoletes: gpgme-devel <= %{version}
|
|
|
|
|
|
|
|
%description -n libgpgme-devel
|
2007-01-16 00:15:34 +01:00
|
|
|
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
|
|
|
|
easier for applications. It provides a high-level Crypto API for
|
|
|
|
encryption, decryption, signing, signature verification, and key
|
|
|
|
management. Currently it uses GnuPG as its back-end, but the API is not
|
|
|
|
restricted to this engine.
|
|
|
|
|
|
|
|
Who Should use GPGME?
|
|
|
|
|
|
|
|
Because the direct use of GnuPG from an application can be a
|
|
|
|
complicated programming task, it is suggested that all software should
|
|
|
|
try to use GPGME instead. This way bug fixes or improvements can be
|
|
|
|
done at a central place and every application benefits from this.
|
|
|
|
Authors of MUAs should especially consider using GPGME. Creating a set
|
|
|
|
of standard widgets for common key selection tasks is even planned.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
FSF <gnu@gnu.org>
|
|
|
|
- Code taken from GnuPG 1.0: gpgme/w32-util.c, GnuPG 1.1: jnlib/.
|
|
|
|
|
|
|
|
g10 Code GmbH <code@g10code.com>
|
|
|
|
- All stuff since mid march 2001.
|
|
|
|
|
|
|
|
Werner Koch <wk@gnupg.org>
|
|
|
|
- Design and most stuff.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch1
|
|
|
|
|
|
|
|
%build
|
2008-02-08 21:18:15 +01:00
|
|
|
sh autogen.sh
|
|
|
|
# Ensure that a (re)build uses fixed binaries with minimum version because
|
|
|
|
# in case configure picks GnuPG-1.x, e.g. from /usr/local, this would cause
|
|
|
|
# testsuite failures:
|
|
|
|
%configure --disable-static \
|
2009-02-19 22:11:16 +01:00
|
|
|
--with-gpg-version=2.0.10 \
|
|
|
|
--with-gpgsm-version=2.0.10 \
|
|
|
|
--with-gpgconf-version=2.0.10 \
|
2008-02-08 21:18:15 +01:00
|
|
|
--with-gpg=%_bindir/gpg2 \
|
|
|
|
--with-gpgsm=%_bindir/gpgsm \
|
|
|
|
--with-gpgconf=%_bindir/gpgconf
|
2007-01-16 00:15:34 +01:00
|
|
|
|
|
|
|
%install
|
2009-01-13 18:58:06 +01:00
|
|
|
%makeinstall
|
2008-02-08 21:18:15 +01:00
|
|
|
# Do this now to make /usr/lib/rpm/brp-chuck-la happy:
|
|
|
|
rm %buildroot/%_libdir/*.la
|
|
|
|
|
|
|
|
%check
|
|
|
|
# With patch2 and upstream, gpg tests use a dummy pinentry script, so run them:
|
|
|
|
make check
|
2007-01-16 00:15:34 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2008-02-08 21:18:15 +01:00
|
|
|
%post -n libgpgme11
|
2009-01-13 18:58:06 +01:00
|
|
|
/sbin/ldconfig
|
2007-12-31 22:22:29 +01:00
|
|
|
|
2008-02-08 21:18:15 +01:00
|
|
|
%postun -n libgpgme11
|
2009-01-13 18:58:06 +01:00
|
|
|
/sbin/ldconfig
|
2007-12-31 22:22:29 +01:00
|
|
|
|
2007-01-16 00:15:34 +01:00
|
|
|
%post
|
|
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/gpgme.info.gz
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgme.info.gz
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS COPYING ChangeLog README NEWS THANKS TODO
|
2007-12-31 22:22:29 +01:00
|
|
|
%{_datadir}/common-lisp
|
|
|
|
%{_datadir}/common-lisp/source
|
2009-01-13 18:58:06 +01:00
|
|
|
#%#{_datadir}/common-lisp/source/gpgme
|
2007-01-16 00:15:34 +01:00
|
|
|
%_infodir/gpgme*
|
|
|
|
|
2007-08-06 23:39:18 +02:00
|
|
|
%files -n libgpgme11
|
2007-08-07 00:32:20 +02:00
|
|
|
%defattr(-,root,root)
|
2007-08-06 23:39:18 +02:00
|
|
|
%_libdir/libgpgme.so.*
|
|
|
|
%_libdir/libgpgme-pthread.so.*
|
|
|
|
%_libdir/libgpgme-pth.so.*
|
|
|
|
|
|
|
|
%files -n libgpgme-devel
|
2007-01-16 00:15:34 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libgpgme.so
|
|
|
|
%_libdir/libgpgme-pthread.so
|
2007-02-05 00:48:04 +01:00
|
|
|
%_libdir/libgpgme-pth.so
|
2007-12-31 22:22:29 +01:00
|
|
|
%{_bindir}/gpgme-config
|
|
|
|
%{_datadir}/aclocal/gpgme.m4
|
|
|
|
%{_includedir}/gpgme.h
|
2007-01-16 00:15:34 +01:00
|
|
|
|
2007-03-12 01:58:50 +01:00
|
|
|
%changelog
|
2009-06-12 17:51:00 +02:00
|
|
|
* Thu Jun 11 2009 puzel@suse.cz
|
|
|
|
- change BuildRequires: (pth-devel -> libpth-devel)
|
2009-06-03 11:36:44 +02:00
|
|
|
* Tue Jun 02 2009 dmueller@suse.de
|
|
|
|
- fix requires of devel package
|
2009-06-02 12:33:15 +02:00
|
|
|
* Mon Jun 01 2009 puzel@suse.cz
|
|
|
|
- BuildRequires: pth-devel
|
2009-02-19 22:11:16 +01:00
|
|
|
* Wed Feb 18 2009 puzel@suse.cz
|
|
|
|
- update to 1.1.8
|
|
|
|
* SIGPIPE is now again ignored as described in the manual. Fixes
|
|
|
|
regresion introduced with 1.1.6.
|
2009-01-13 18:58:06 +01:00
|
|
|
* Mon Dec 08 2008 puzel@suse.cz
|
|
|
|
- update to 1.1.7
|
|
|
|
- using GPGME_KEYLIST_MODE_LOCAL combined with
|
|
|
|
GPGME_KEYLIST_MODE_EXTERN is now supported
|
|
|
|
- the encoding of gpgme_data_t objects can affect the output encoding
|
|
|
|
of export, sign and encrypt operations now
|
|
|
|
- the reference manual now includes the specification of "The GnuPG
|
|
|
|
UI Server protocol"
|
|
|
|
- a new function gpgme_cancel_async can be used to asynchronously
|
|
|
|
cancel any pending operation at any time, from any thread
|
|
|
|
- remove gpgme-1.1.6-from-upstream.patch (fixed upstream)
|
|
|
|
- remove gpgme-1.1.4-warning.patch (fixed upstream)
|
|
|
|
- fix obsolete usage of run_ldconfig
|
2008-04-10 14:17:43 +02:00
|
|
|
* Thu Apr 10 2008 ro@suse.de
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
for multilib support
|
2008-02-08 21:18:15 +01:00
|
|
|
* Wed Feb 06 2008 bk@suse.de
|
|
|
|
- update to version 1.1.6: API extensions, eg for gpgconf thru gpgme
|
|
|
|
- add upstream patches to run the testsuite non-interactively
|
|
|
|
* Thu Dec 27 2007 crrodriguez@suse.de
|
2007-12-31 22:22:29 +01:00
|
|
|
- fix library-without-ldconfig-post* errors
|
|
|
|
- remove "la" files
|
2009-06-02 12:33:15 +02:00
|
|
|
* Wed Aug 08 2007 ro@suse.de
|
2007-08-08 00:52:13 +02:00
|
|
|
- remove devel requires from library package
|
2009-06-02 12:33:15 +02:00
|
|
|
* Tue Aug 07 2007 mrueckert@suse.de
|
2007-08-07 00:32:20 +02:00
|
|
|
- add defattr to the lib package
|
2008-02-08 21:18:15 +01:00
|
|
|
* Mon Aug 06 2007 zpetrova@suse.cz
|
2007-08-06 23:39:18 +02:00
|
|
|
- split gpgme to libgpgme11 and gpgme.
|
2008-02-08 21:18:15 +01:00
|
|
|
* Fri Jul 27 2007 zpetrova@suse.cz
|
2007-07-27 15:10:15 +02:00
|
|
|
- update to version 1.1.5
|
|
|
|
- small bug and portability fixes.
|
2008-02-08 21:18:15 +01:00
|
|
|
* Wed May 16 2007 zpetrova@suse.cz
|
2007-05-16 16:20:36 +02:00
|
|
|
- removed gpg from Requires list. (#273491)
|
2008-02-08 21:18:15 +01:00
|
|
|
* Mon Mar 12 2007 zpetrova@suse.cz
|
2007-03-13 00:53:06 +01:00
|
|
|
- updated filelist
|
2008-02-08 21:18:15 +01:00
|
|
|
* Fri Mar 09 2007 ltinkl@suse.cz
|
2007-03-12 01:58:50 +01:00
|
|
|
- update to latest version (1.1.4), needed for gpa
|
|
|
|
* Detect and bail out on double plaintext messages. This is required
|
|
|
|
so that applications can properly detect the signed parts of a
|
|
|
|
message. Actual there is now a double protection as GnuPG 1.4.7
|
|
|
|
will detect this case too.
|
|
|
|
* Fixed a memory leak in gpgme_data_release_and_get_mem.
|
|
|
|
* Fixed a bug in Windows command line quoting.
|
2008-02-08 21:18:15 +01:00
|
|
|
* Mon Feb 05 2007 ro@suse.de
|
2007-02-05 00:48:04 +01:00
|
|
|
- updated filelist
|
2008-02-08 21:18:15 +01:00
|
|
|
* Wed Sep 20 2006 anosek@suse.cz
|
2007-01-16 00:15:34 +01:00
|
|
|
- fixed compiler warning: variable "key" is used before its value
|
|
|
|
is set [#159104] (warning.patch)
|
2008-02-08 21:18:15 +01:00
|
|
|
* Mon Jul 17 2006 nadvornik@suse.cz
|
2007-01-16 00:15:34 +01:00
|
|
|
- fixed pthread support in gpgme-config
|
2008-02-08 21:18:15 +01:00
|
|
|
* Wed Jun 28 2006 zpetrova@suse.cz
|
2007-01-16 00:15:34 +01:00
|
|
|
- update to version 1.1.2
|
2008-02-08 21:18:15 +01:00
|
|
|
* Thu Jan 26 2006 sbrabec@suse.cz
|
2007-01-16 00:15:34 +01:00
|
|
|
- Added %%install_info_prereq.
|
2008-02-08 21:18:15 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2009-06-02 12:33:15 +02:00
|
|
|
* Sun Jan 15 2006 kukuk@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- Create devel subpackage [#140727]
|
2008-02-08 21:18:15 +01:00
|
|
|
* Sat Dec 03 2005 meissner@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- require libgpg-error-devel (since we include headers that
|
|
|
|
include headers from there).
|
2008-02-08 21:18:15 +01:00
|
|
|
* Mon Nov 28 2005 zpetrova@suse.cz
|
2007-01-16 00:15:34 +01:00
|
|
|
- Update to version 1.0.3 (#135395).
|
2008-02-08 21:18:15 +01:00
|
|
|
* Thu Feb 17 2005 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- update to stable version 1.0.2
|
|
|
|
- update of url
|
2008-02-08 21:18:15 +01:00
|
|
|
* Mon Jul 12 2004 adrian@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- update to version 0.9.0
|
|
|
|
* support for gpg2
|
2008-02-08 21:18:15 +01:00
|
|
|
* Thu Mar 18 2004 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- fixed bug #36194
|
2008-02-08 21:18:15 +01:00
|
|
|
* Fri Feb 27 2004 ro@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- added libgpg-error to neededforbuild
|
2008-02-08 21:18:15 +01:00
|
|
|
* Mon Feb 09 2004 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- version 0.3.16
|
2008-02-08 21:18:15 +01:00
|
|
|
* Sat Jan 10 2004 adrian@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- add %%run_ldconfig
|
2008-02-08 21:18:15 +01:00
|
|
|
* Tue Sep 02 2003 mc@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- add newpg, libgcrypt and libksba to neededforbuild again
|
|
|
|
it is needed to support kmail with cryptplug
|
|
|
|
fixed #29620, #29641 and #29642
|
2008-02-08 21:18:15 +01:00
|
|
|
* Mon Aug 11 2003 adrian@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- cleanup #neededforbuild and requires
|
2008-02-08 21:18:15 +01:00
|
|
|
* Tue Aug 05 2003 adrian@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- fix libtool handling to get shared libraries
|
2008-02-08 21:18:15 +01:00
|
|
|
* Thu May 22 2003 coolo@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- fixing info pages
|
2008-02-08 21:18:15 +01:00
|
|
|
* Wed Apr 16 2003 coolo@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- use BuildRoot
|
2008-02-08 21:18:15 +01:00
|
|
|
* Fri Feb 21 2003 mc@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- fixed -fPIC and lib64 Problems
|
2008-02-08 21:18:15 +01:00
|
|
|
* Thu Feb 20 2003 mc@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- update to version 0.3.15
|
2008-02-08 21:18:15 +01:00
|
|
|
* Thu Jan 30 2003 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- Version 0.3.14
|
2008-02-08 21:18:15 +01:00
|
|
|
* Mon Oct 21 2002 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- Version 0.3.12
|
2008-02-08 21:18:15 +01:00
|
|
|
* Wed Sep 25 2002 ro@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- removed bogus self-provides again
|
2008-02-08 21:18:15 +01:00
|
|
|
* Wed Sep 25 2002 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- Version 0.3.11
|
2008-02-08 21:18:15 +01:00
|
|
|
* Tue Sep 10 2002 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- Version 0.3.10
|
2008-02-08 21:18:15 +01:00
|
|
|
* Wed Jul 31 2002 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- Version 0.3.8
|
2008-02-08 21:18:15 +01:00
|
|
|
* Fri Jun 21 2002 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- New Version 0.3.7
|
2008-02-08 21:18:15 +01:00
|
|
|
* Fri May 10 2002 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- New Version 0.3.6
|
2008-02-08 21:18:15 +01:00
|
|
|
* Tue May 07 2002 ro@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- fixed specfile: no macro allowed in Version: line
|
2008-02-08 21:18:15 +01:00
|
|
|
* Fri Mar 08 2002 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- New Version 0.3.4
|
2008-02-08 21:18:15 +01:00
|
|
|
* Thu Feb 14 2002 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- New Version 0.3.3
|
2008-02-08 21:18:15 +01:00
|
|
|
* Fri Jan 04 2002 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- New Version 0.3.0
|
2008-02-08 21:18:15 +01:00
|
|
|
* Wed Oct 31 2001 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- Fixed patch
|
2008-02-08 21:18:15 +01:00
|
|
|
* Mon Oct 29 2001 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- Needs a patch to build on other platforms than i386
|
2008-02-08 21:18:15 +01:00
|
|
|
* Tue Oct 09 2001 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- Version 0.2.3
|
|
|
|
- needs a patch to build because something is broken?!
|
2008-02-08 21:18:15 +01:00
|
|
|
* Thu Sep 13 2001 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- Fix a bug to build under AXP
|
2008-02-08 21:18:15 +01:00
|
|
|
* Wed Aug 22 2001 didge@suse.de
|
2007-01-16 00:15:34 +01:00
|
|
|
- First build, Verison 0.2.2
|