Blame SPECS/gpgme.spec

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