Blame SPECS/gpgme.spec

888196
%bcond_without check
888196
888196
%if 0%{?rhel} > 7
888196
# Disable python2 build by default
888196
%bcond_with python2
888196
%else
888196
%bcond_without python2
888196
%endif
888196
888196
# trim changelog included in binary rpms
888196
%global _changelog_trimtime %(date +%s -d "1 year ago")
888196
888196
# STATUS_KEY_CONSIDERED has been added in 2.1.13
888196
%global gnupg2_min_ver 2.1.13
888196
# GPG_ERR_SUBKEYS_EXP_OR_REV has been added in 1.23
888196
%global libgpg_error_min_ver 1.23
888196
888196
Name:           gpgme
888196
Summary:        GnuPG Made Easy - high level crypto API
888196
Version:        1.10.0
d594ce
Release:        6%{?dist}.0.1
888196
888196
License:        LGPLv2+
888196
URL:            https://gnupg.org/related_software/gpgme/
888196
Source0:        ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-%{version}.tar.bz2
888196
Source2:        gpgme-multilib.h
888196
888196
## upstream patches
888196
# https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=commit;h=b99502274ae5efdf6df0d967900ec3d1e64373d7
888196
Patch1000:      0001-core-Tweak-STATUS_FAILURE-handling.patch
888196
888196
## downstream patches
888196
# Don't add extra libs/cflags in gpgme-config/cmake equivalent
888196
Patch1001:      0001-don-t-add-extra-libraries-for-linking.patch
888196
# add -D_FILE_OFFSET_BITS... to gpgme-config, upstreamable
888196
Patch1002:      gpgme-1.3.2-largefile.patch
888196
# Let's fix stupid AX_PYTHON_DEVEL
888196
Patch1003:      0001-fix-stupid-ax_python_devel.patch
888196
# Fix resource leaks discovered by static code analyzer
888196
Patch1004:      gpgme-1.10.0-fix-resource-leaks.patch
888196
d594ce
# CentOS fix expired test certs
d594ce
Patch9999:      gpgme-1.10.0-fix-expired-certs.patch
d594ce
888196
BuildRequires:  autoconf
888196
BuildRequires:  automake
888196
BuildRequires:  gcc
888196
BuildRequires:  gcc-c++
888196
BuildRequires:  gawk
888196
BuildRequires:  gnupg2 >= %{gnupg2_min_ver}
888196
BuildRequires:  gnupg2-smime
888196
BuildRequires:  libgpg-error-devel >= %{libgpg_error_min_ver}
888196
BuildRequires:  libassuan-devel >= 2.0.2
888196
888196
# For python bindings
888196
BuildRequires:  swig
888196
888196
# to remove RPATH
888196
BuildRequires:  chrpath
888196
888196
# For AutoReq cmake-filesystem
888196
BuildRequires:  cmake
888196
888196
Requires:       gnupg2 >= %{gnupg2_min_ver}
888196
888196
# On the following architectures workaround multiarch conflict of -devel packages:
888196
%define multilib_arches %{ix86} x86_64 ia64 ppc ppc64 s390 s390x %{sparc}
888196
888196
%description
888196
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
888196
easier for applications.  It provides a high-level crypto API for
888196
encryption, decryption, signing, signature verification and key
888196
management.
888196
888196
%package devel
888196
Summary:        Development headers and libraries for %{name}
888196
Requires:       %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
888196
Requires:       libgpg-error-devel%{?_isa} >= %{libgpg_error_min_ver}
888196
Requires(post): /sbin/install-info
888196
Requires(postun): /sbin/install-info
888196
888196
%description devel
888196
%{summary}.
888196
888196
%package -n %{name}pp
888196
Summary:        C++ bindings/wrapper for GPGME
888196
Obsoletes:      gpgme-pp < 1.8.0-7
888196
Provides:       gpgme-pp = %{?epoch:%{epoch}:}%{version}-%{release}
888196
Provides:       gpgme-pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
888196
Requires:       %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
888196
888196
%description -n %{name}pp
888196
%{summary}.
888196
888196
%package -n %{name}pp-devel
888196
Summary:        Development libraries and header files for %{name}-pp
888196
Obsoletes:      gpgme-pp-devel < 1.8.0-7
888196
Provides:       gpgme-pp-devel = %{?epoch:%{epoch}:}%{version}-%{release}
888196
Provides:       gpgme-pp-devel%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
888196
Requires:       %{name}pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
888196
Requires:       %{name}-devel%{?_isa}
888196
# For automatic provides
888196
BuildRequires:  cmake
888196
888196
%description -n %{name}pp-devel
888196
%{summary}
888196
888196
%package -n q%{name}
888196
Summary:        Qt API bindings/wrapper for GPGME
888196
Requires:       %{name}pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
888196
BuildRequires:  pkgconfig(Qt5Core)
888196
BuildRequires:  pkgconfig(Qt5Test)
888196
888196
%description -n q%{name}
888196
%{summary}.
888196
888196
%package -n q%{name}-devel
888196
Summary:        Development libraries and header files for %{name}
888196
# before libqgpgme.so symlink was moved to avoid conflict
888196
Conflicts:      kdepimlibs-devel < 4.14.10-17
888196
Requires:       q%{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
888196
Requires:       %{name}pp-devel%{?_isa}
888196
# For automatic provides
888196
BuildRequires:  cmake
888196
888196
%description -n q%{name}-devel
888196
%{summary}.
888196
888196
%if %{with python2}
888196
%package -n python2-gpg
888196
Summary:        %{name} bindings for Python 2
888196
%{?python_provide:%python_provide python2-gpg}
888196
BuildRequires:  python2-devel
888196
Requires:       %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
888196
888196
%description -n python2-gpg
888196
%{summary}.
888196
%endif # without python2
888196
888196
%package -n python3-gpg
888196
Summary:        %{name} bindings for Python 3
888196
%{?python_provide:%python_provide python3-gpg}
888196
BuildRequires:  python3-devel
888196
Requires:       %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
888196
888196
%description -n python3-gpg
888196
%{summary}.
888196
888196
%prep
888196
%autosetup -p1
888196
888196
## HACK ALERT
888196
# The config script already suppresses the -L if it's /usr/lib, so cheat and
888196
# set it to a value which we know will be suppressed.
888196
sed -i -e 's|^libdir=@libdir@$|libdir=@exec_prefix@/lib|g' src/gpgme-config.in
888196
888196
find -type f -name Makefile\* -exec sed -i -e 's|GPG = gpg|GPG = gpg2|' {} ';'
888196
888196
%build
888196
./autogen.sh
888196
%configure --disable-static --disable-silent-rules \
888196
 --enable-languages=cpp,qt,python3
888196
888196
%make_build
888196
888196
%install
888196
%make_install
888196
888196
# unpackaged files
888196
rm -fv %{buildroot}%{_infodir}/dir
888196
rm -fv %{buildroot}%{_libdir}/lib*.la
888196
888196
# Hack to resolve multiarch conflict (#341351)
888196
%ifarch %{multilib_arches}
888196
mv %{buildroot}%{_bindir}/gpgme-config{,.%{_target_cpu}}
888196
cat > gpgme-config-multilib.sh <<__END__
888196
#!/bin/sh
888196
exec %{_bindir}/gpgme-config.\$(arch) \$@
888196
__END__
888196
install -D -p gpgme-config-multilib.sh %{buildroot}%{_bindir}/gpgme-config
888196
mv %{buildroot}%{_includedir}/gpgme.h \
888196
   %{buildroot}%{_includedir}/gpgme-%{__isa_bits}.h
888196
install -m644 -p -D %{SOURCE2} %{buildroot}%{_includedir}/gpgme.h
888196
%endif
888196
chrpath -d %{buildroot}%{_bindir}/%{name}-tool
888196
chrpath -d %{buildroot}%{_libdir}/lib%{name}pp.so*
888196
chrpath -d %{buildroot}%{_libdir}/libq%{name}.so*
888196
888196
# autofoo installs useless stuff for uninstall
888196
%if %{with python2}
888196
rm -vf %{buildroot}%{python2_sitelib}/gpg/install_files.txt
888196
%endif # with python2
888196
rm -vf %{buildroot}%{python3_sitelib}/gpg/install_files.txt
888196
888196
%if %{with check}
888196
%check
888196
make check
888196
%endif
888196
888196
%ldconfig_scriptlets
888196
888196
%files
888196
%license COPYING*
888196
%doc AUTHORS ChangeLog NEWS README* THANKS TODO VERSION
888196
%{_libdir}/lib%{name}.so.11*
888196
888196
%post devel
888196
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :
888196
888196
%preun devel
888196
if [ $1 -eq 0 ] ; then
888196
  /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :
888196
fi
888196
888196
%files devel
888196
%{_bindir}/%{name}-config
888196
%{_bindir}/%{name}-tool
888196
%ifarch %{multilib_arches}
888196
%{_bindir}/%{name}-config.%{_target_cpu}
888196
%{_includedir}/%{name}-%{__isa_bits}.h
888196
%endif
888196
%{_includedir}/%{name}.h
888196
%{_libdir}/lib%{name}.so
888196
%{_datadir}/aclocal/%{name}.m4
888196
%{_infodir}/%{name}.info*
888196
888196
%files -n %{name}pp
888196
%doc lang/cpp/README
888196
%{_libdir}/lib%{name}pp.so.*
888196
888196
%files -n %{name}pp-devel
888196
%{_includedir}/%{name}++/
888196
%{_libdir}/lib%{name}pp.so
888196
%{_libdir}/cmake/Gpgmepp/
888196
888196
%files -n q%{name}
888196
%doc lang/qt/README
888196
%{_libdir}/libq%{name}.so.*
888196
888196
%files -n q%{name}-devel
888196
%{_includedir}/q%{name}/
888196
%{_includedir}/QGpgME/
888196
%{_libdir}/libq%{name}.so
888196
%{_libdir}/cmake/QGpgme/
888196
888196
%if %{with python2}
888196
%files -n python2-gpg
888196
%doc lang/python/README
888196
%{python2_sitearch}/gpg-*.egg-info
888196
%{python2_sitearch}/gpg/
888196
%endif # with python2
888196
888196
%files -n python3-gpg
888196
%doc lang/python/README
888196
%{python3_sitearch}/gpg-*.egg-info
888196
%{python3_sitearch}/gpg/
888196
888196
%changelog
d594ce
* Wed May 15 2019 Johnny Hughes <johnny@centos.org>
d594ce
- Fix RH Bug: 1666353 with Patch9999
d594ce
888196
* Mon Nov 12 2018 Jiri Kucera <jkucera@redhat.com> - 1.10.0-6
888196
- Fix important static scanner issues
888196
  Resolves: #1602526
888196
888196
* Mon May 28 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.10.0-5
888196
- Conditionalize the python2 subpackage
888196
- Build only the python3 bindings
888196
888196
* Tue Apr 17 2018 Jonathan Lebon <jonathan@jlebon.com> - 1.10.0-4
888196
- Backport patch to tweak STATUS_FAILURE handling
888196
888196
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-3
888196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
888196
888196
* Tue Jan 30 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.10.0-2
888196
- Switch to %%ldconfig_scriptlets
888196
888196
* Wed Dec 13 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.10.0-1
888196
- Update to 1.10.0
888196
888196
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.9.0-8
888196
- Use better Obsoletes for platform-python
888196
888196
* Fri Nov 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.9.0-7
888196
- Remove platform-python subpackages
888196
888196
* Thu Aug 10 2017 Petr Viktorin <pviktori@redhat.com> - 1.9.0-6
888196
- Add subpackage for platform-python (https://fedoraproject.org/wiki/Changes/Platform_Python_Stack)
888196
888196
* Mon Aug 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.9.0-5
888196
- Remove BuildRequires: pth-devel, it is not needed for long time
888196
888196
* Mon Aug 07 2017 Björn Esser <besser82@fedoraproject.org> - 1.9.0-4
888196
- Rebuilt for AutoReq cmake-filesystem
888196
888196
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-3
888196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
888196
888196
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
888196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
888196
888196
* Wed Mar 29 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.9.0-1
888196
- Update to 1.9.0
888196
888196
* Sat Feb 11 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.0-12
888196
- Fix FTBFS
888196
888196
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-11
888196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
888196
888196
* Wed Jan 18 2017 Rex Dieter <rdieter@fedoraproject.org> - 1.8.0-10
888196
- patch out LIBASSUAN_LIBRARIES in cmake too
888196
888196
* Wed Jan 18 2017 Rex Dieter <rdieter@fedoraproject.org> - 1.8.0-9
888196
- gpgmepp-devel: Requires: libassuan-devel
888196
888196
* Mon Jan 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 1.8.0-8
888196
- qgpgme-devel: Conflicts: kdepimlibs-devel < 4.14.10-17
888196
888196
* Sun Jan 01 2017 Rex Dieter <rdieter@math.unl.edu> - 1.8.0-7
888196
- rename gpgme-pp to gpgmepp, simplify -devel deps
888196
888196
* Sun Jan 01 2017 Rex Dieter <rdieter@math.unl.edu> - 1.8.0-6
888196
- backport upstream cmake-related fix
888196
888196
* Thu Dec 22 2016 Miro Hrončok <mhroncok@redhat.com> - 1.8.0-5
888196
- Rebuild for Python 3.6
888196
888196
* Sun Dec 11 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.8.0-4
888196
- Rename pythonX-gpgme into pythonX-gpg
888196
888196
* Sun Dec 11 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.8.0-3
888196
- Add Qt and C++ subpackages
888196
888196
* Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.8.0-2
888196
- Enable tests
888196
888196
* Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.8.0-1
888196
- Update to 1.8.0
888196
888196
* Wed Sep 21 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.7.0-1
888196
- Update to 1.7.0
888196
888196
* Mon Jul 25 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.6.0-3
888196
- Set min ver for libgpg-error
888196
888196
* Mon Jul 25 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.6.0-2
888196
- Backport patch for STATUS_KEY_CONSIDERED (RHBZ #1359521)
888196
888196
* Wed Jul 13 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.6.0-1
888196
- Update to 1.6.0 (RHBZ #1167656)
888196
888196
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-7
888196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
888196
888196
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-6
888196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
888196
888196
* Sat Dec 06 2014 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.4.3-5
888196
- CVE-2014-3564, rhbz#1125170, gpgme-1.3.2-bufferoverflow.patch
888196
888196
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-4
888196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
888196
888196
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 1.4.3-3
888196
- fix license handling
888196
888196
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-2
888196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
888196
888196
* Wed Oct 09 2013 Rex Dieter <rdieter@fedoraproject.org> - 1.4.3-1
888196
- gpgme-1.4.3
888196
- cleanup .spec, trim changelog
888196
888196
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-4
888196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
888196
888196
* Tue Jul 09 2013 Karsten Hopp <karsten@redhat.com> 1.3.2-3
888196
- rebuild to fix some f20 dependency issues on PPC
888196
888196
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-3
888196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
888196
888196
* Tue Nov 20 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.3.2-2
888196
- minor spec cleanup
888196
888196
* Wed Sep 26 2012 Tomas Mraz <tmraz@redhat.com> - 1.3.2-1
888196
- new upstream version
888196
- re-enable gpg tests (original patch by John Morris <john@zultron.com>)
888196
- quiet configure warning 'could not find g13'
888196
- there is no libgpgme-pth anymore
888196
888196
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-9
888196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
888196
888196
* Sun Apr 22 2012 Rex Dieter <rdieter@fedoraproject.org> 1.3.0-8
888196
- -devel: make Requires: libgpg-error-devel arch'd
888196
- ensure gpgme-config wrapper is executable
888196
888196
* Sun Apr 22 2012 Rex Dieter <rdieter@fedoraproject.org> 1.3.0-7
888196
- gpgme.h: fatal error: gpgme-i386.h: No such file or directory compilation terminated (#815116)
888196
888196
* Wed Feb 15 2012 Simon Lukasik <slukasik@redhat.com> - 1.3.0-6
888196
- Resolve multilib conflict of gpgme-config (#341351)
888196
- Resolve multilib conflict of gpgme.h (#341351)
888196
888196
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-5
888196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
888196
888196
* Thu Mar 17 2011 Rex Dieter <rdieter@fedoraproject.org> - 1.3.0-4
888196
- gpgme-config: remove libassuan-related flags as threatened (#676954) 
888196
\
888196
* Sun Feb 13 2011 Rex Dieter <rdieter@fedoraproject.org> - 1.3.0-3
888196
- -devel: fix typo (broken dep)
888196
888196
* Sat Feb 12 2011 Rex Dieter <rdieter@fedoraproject.org> - 1.3.0-2
888196
- BR: libassuan2-devel
888196
- gpgme-config outputs -lassuan (#676954)
888196
888196
* Fri Feb 11 2011 Tomas Mraz <tmraz@redhat.com> - 1.3.0-1
888196
- new upstream version
888196
888196
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-4
888196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
888196
888196
* Wed Aug 18 2010 Tomas Mraz <tmraz@redhat.com> - 1.2.0-3
888196
- fix the condition for adding the -D_FILE_OFFSET_BITS...
888196
888196
* Wed Aug 11 2010 Tomas Mraz <tmraz@redhat.com> - 1.2.0-2
888196
- add -D_FILE_OFFSET_BITS... to gpgme-config as appropriate (#621698)
888196
888196
* Fri Jul 02 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2.0-1
888196
- gpgme-1.2.0 (#610984)
888196
888196
* Sun Feb 14 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.1.8-4
888196
- FTBFS gpgme-1.1.8-3.fc13: ImplicitDSOLinking (#564605)
888196
888196
* Thu Nov 19 2009 Tomas Mraz <tmraz@redhat.com> - 1.1.8-3
888196
- Add buildrequires gnupg2-smime for the gpgsm
888196
888196
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-2
888196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
888196
888196
* Sat Jun 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.8-1
888196
- gpgme-1.1.8
888196
- -devel: s/postun/preun/ info scriptlet
888196
888196
* Wed Mar 11 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.7-3
888196
- track shlib sonames closer, to highlight future abi/soname changes
888196
- _with_gpg macro, to potentially conditionalize gnupg vs gnupg2 defaults
888196
  for various os/releases (ie, fedora vs rhel)
888196
888196
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.7-2
888196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
888196
888196
* Sat Oct 18 2008 Rex Dieter <rdieter@fedoraproject.org> 1.1.7-1
888196
- gpgme-1.1.7
888196
888196
* Sun Feb 17 2008 Rex Dieter <rdieter@fedoraproject.org> 1.1.6-3
888196
- --with-gpg=%%_bindir/gpg2 (#432445)
888196
- drop Requires: gnupg (#432445)
888196
888196
* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 1.1.6-2 
888196
- respin (gcc43)
888196
888196
* Fri Jan 04 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.6-1
888196
- gpgme-1.1.6
888196
- multiarch conflicts in gpgme (#341351)
888196
888196
* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.5-4
888196
- BR: gawk
888196
888196
* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.5-3
888196
- respin (BuildID)
888196
888196
* Thu Aug 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.5-2
888196
- License: LGPLv2+
888196
888196
* Mon Jul 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.5-1
888196
- gpgme-1.1.5
888196
888196
* Mon Mar 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.4-1
888196
- gpgme-1.1.4
888196
888196
* Sat Feb 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.3-1
888196
- gpgme-1.1.3
888196
888196
* Tue Oct 03 2006 Rex Dieter <rexdieter[AT]users.sf.net>
888196
- respin
888196
888196
* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-6
888196
- fix gpgme-config --thread=pthread --cflags
888196
888196
* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-5
888196
- fc6 respin
888196
888196
* Mon Mar 6 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-4
888196
- add back support for gpgme-config --thread=pthread
888196
888196
* Mon Mar 6 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-2
888196
- drop extraneous libs from gpgme-config
888196
888196
* Fri Mar 3 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-1
888196
- 1.1.2
888196
- drop upstreamed gpgme-1.1.0-tests.patch
888196
888196
* Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net>
888196
- fc5: gcc/glibc respin
888196
888196
* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 1.1.0-3
888196
- (re)build against (newer) libksba/gnupg2
888196
888196
* Thu Oct 06 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 1.1.0-2
888196
- 1.1.0
888196
888196
* Mon Aug  8 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 1.0.3-1
888196
- 1.0.3
888196
- --disable-static
888196
888196
* Thu May 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.2-3
888196
- rebuilt
888196
888196
* Fri Mar 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.0.2-2
888196
- Fix FC4 build.
888196
888196
* Tue Feb  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:1.0.2-1
888196
- LGPL used here, and made summary more explicit.
888196
- Remove dirmngr dependency (gpgsm interfaces with it).
888196
- Obsolete cryptplug as gpgme >= 0.4.5 provides what we used cryptplug for.
888196
888196
* Thu Jan 06 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0:1.0.2-0.fdr.1
888196
- 1.0.2
888196
888196
* Thu Oct 21 2004 Rex Dieter <rexdieter at sf.net> 0:1.0.0-0.fdr.1
888196
- 1.0.0
888196
- Requires: dirmngr
888196
888196
* Tue Oct 19 2004 Rex Dieter <rexdieter at sf.net> 0:0.4.7-0.fdr.1
888196
- 0.4.7
888196
888196
* Sun May  2 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.3-0.fdr.3
888196
- Require %%{_bindir}/gpgsm instead of newpg.
888196
- Cosmetic spec file improvements.
888196
888196
* Thu Oct 23 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.3-0.fdr.2
888196
- Update description.
888196
888196
* Tue Oct  7 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.3-0.fdr.1
888196
- Update to 0.4.3.
888196
888196
* Fri Aug 15 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.2-0.fdr.1
888196
- Update to 0.4.2.
888196
- make check in the %%check section.
888196
888196
* Thu Jul 10 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.1-0.fdr.1
888196
- Update to 0.4.1.
888196
- Make -devel cooperate with --excludedocs.
888196
888196
* Sat Apr 19 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.0-0.fdr.2
888196
- BuildRequire pth-devel, fix missing epoch in -devel Requires (#169).
888196
- Save .spec in UTF-8.
888196
888196
* Sat Mar 22 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.0-0.fdr.1
888196
- Update to current Fedora guidelines.
888196
- Exclude %%{_libdir}/*.la.
888196
888196
* Tue Feb 12 2003 Warren Togami <warren@togami.com> 0.4.0-1.fedora.3
888196
- info/dir temporary workaround
888196
888196
* Sat Feb  8 2003 Ville Skyttä <ville.skytta at iki.fi> - 0.4.0-1.fedora.1
888196
- First Fedora release.