Sun, 19 May 2024 14:43:59 UTC | login

Information for build libdigidocpp-3.13.9-1.fc31

ID105730
Package Namelibdigidocpp
Version3.13.9
Release1.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libdigidocpp.git#9cd4f0b1e9738ed4453e22f1872ffa0ed4da8226
SummaryLibrary offers creating, signing and verification of digitally signed documents
DescriptionLibdigidocpp library offers creating, signing and verification of digitally signed documents, according to XAdES and XML-DSIG standards. Documentation http://open-eid.github.io/libdigidocpp
Built bydavidlt
State failed
Volume DEFAULT
StartedSat, 27 Jul 2019 19:03:37 UTC
CompletedSat, 27 Jul 2019 19:48:34 UTC
Taskbuild (f31-candidate, /rpms/libdigidocpp.git:9cd4f0b1e9738ed4453e22f1872ffa0ed4da8226)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libdigidocpp.git#9cd4f0b1e9738ed4453e22f1872ffa0ed4da8226'}}
Tags No tags
RPMs No RPMs
Changelog * Sun Apr 07 2019 Dmitri Smirnov <dmitri@smirnov.ee> - 3.13.9-1 - Upstream release 3.13.9 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Dec 10 2018 Dmitri Smirnov <dmitri@smirnov.ee> - 3.13.8-1 - Update to 3.13.8 * Fri Nov 16 2018 Pete Walter <pwalter@fedoraproject.org> - 3.13.7-1 - Update to 3.13.7 * Fri Nov 16 2018 Pete Walter <pwalter@fedoraproject.org> - 3.13.6-9 - Rebuild for xml-security-c 2.0 * Tue Aug 28 2018 Patrik Novotný <panovotn@redhat.com> - 3.13.6-8 - change requires to minizip-compat(-devel), rhbz#1609830, rhbz#1615381 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jul 11 2018 Germano Massullo <germano.massullo@gmail.com> - 3.13.6-6 - moved BuildRequires: gcc-c++ outside any macro scope * Wed Jul 11 2018 Germano Massullo <germano.massullo@gmail.com> - 3.13.6-5 - moved BuildRequires: gcc and BuildRequires: gcc-c++ inside 0%{?fedora} > 28 macro scope * Wed Jul 11 2018 Germano Massullo <germano.massullo@gmail.com> - 3.13.6-4 - moved BuildRequires: gcc and BuildRequires: gcc-c++ outside el7 macro scope * Tue Jul 10 2018 Germano Massullo <germano.massullo@gmail.com> - 3.13.6-3 - /sbin/ldconfig scripts no longer needed on >F28 because glibc has %filetrigger which makes execution /sbin/ldconfig obsolete - Removed uneeded Requires: openssl-devel xml-security-c-devel xsd in devel package * Mon Jun 25 2018 Dmitri Smirnov <dmitri@smirnov.ee> - 3.13.6-2 - Provide tarball consistent with the upstream * Wed Jun 13 2018 Dmitri Smirnov <dmitri@smirnov.ee> - 3.13.6-1 - 3.13.6 release * Tue May 01 2018 Germano Massullo <germano.massullo@gmail.com> - 3.13.5-2 - removed rm -rf src/openssl - removed UTF-8 conversion scripts for AUTHORS and COPYING files * Mon Apr 30 2018 Germano Massullo <germano.massullo@gmail.com> - 3.13.5-1 - 3.13.5 release * Wed Feb 28 2018 Germano Massullo <germano.massullo@gmail.com> - 3.13.2-4 - added macros for cmake 3 in EPEL 7 * Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.13.2-3 - Escape macros in %changelog * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Nov 30 2017 Germano Massullo <germano.massullo@gmail.com> - 3.13.2-1 - 3.13.2 release - Removed opensslv1.1 patch because no longer necessary - Adjusted docs file names - Removed Requires: libdigidoc-devel and BuildRequires: libdigidoc-devel because libdigidoc uses OpenSSL 1.0 that conflicts with OpenSSL 1.1. libdigidocpp should then use online SiVa validator for ddoc files (libdigidoc was used to handle such kind of files) - updated summary and description - replaced make %{?_smp_mflags} with %make_build (see package review #1519747) - replaced make install DESTDIR=%{buildroot} with %make_install (see package review #1519747) - removed line %clean and rm -rf %{buildroot} (see package review #1519747) - license file attached to %license macro, instead of %doc macro (see package review #1519747) - replaced lines Requires: %{name} = %{version}-%{release} with Requires: %{name}%{?_isa} = %{version}-%{release} (see package review #1519747) - UTF-8 AUTHORS version of AUTHORS file (see package review #1519747) - Replaced BuildRequires: openssl-devel and BuildRequires: minizip-devel with BuildRequires: pkgconfig(openssl) and BuildRequires: pkgconfig(minizip) (see package review #1519747)