-
Wed Feb 28 2018 Germano Massullo <germano.massullo@gmail.com> - 3.12.10-3
- added macros for cmake 3 on EPEL7
-
Thu Feb 15 2018 Germano Massullo <germano.massullo@gmail.com> - 3.12.10-2
- added missing %patch0 -p1
-
Thu Nov 30 2017 Germano Massullo <germano.massullo@gmail.com> - 3.12.10-1
- forced %{cmake} . -DBREAKPAD=FALSE because breakpad does not compile with recent compilers. Source: Raul Metsma (upstream) on IRC chat, which showed me also https://github.com/open-eid/qesteidutil/commit/efdfe4c5521f68f206569e71e292a664bb9f46aa
- adjusted doc file names
- removed OpenSSL 1.1 patch because no longer necessary
- replaced make %{?_smp_mflags} with /usr/bin/make -j16 (see package review #1519323)
- replaced make install DESTDIR=/builddir/build/BUILDROOT/qesteidutil-3.12.10-3.el7.aarch64 with /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/qesteidutil-3.12.10-3.el7.aarch64 (see package review #1519323)
- removed line %clean and rm -rf %{buildroot} (see package review #1519323)
- license file attached to LGPLv2+ macro, instead of %doc macro (see package review #1519323)
- Replaced BuildRequires: openssl-devel with BuildRequires: pkgconfig(openssl) (see package review #1519323)
- Replaced BuildRequires: qt5-qttools with BuildRequires: pkgconfig(Qt5Designer) (see package review #1519323)
- Replaced BuildRequires: libpcsclite-devel >= 1.7 with BuildRequires: pkgconfig(libpcsclite) >= 1.7 (see package review #1519323)
-
Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
-
Fri Feb 24 2017 Mihkel Vain <mihkel@fedoraproject.org> - 3.12.4-3
- Add supprt to openssl v1.1 via openssl_v1.1.patch
- Manually update config.rsa, config.pub and config.json
-
Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
Tue Jan 10 2017 Mihkel Vain <mihkel@fedoraproject.org> - 3.12.4-1
- New upstream release
- Update config.json, config.rsa and config.pub manually, since koji does not
support networking while building
-
Wed Nov 23 2016 Mihkel Vain <mihkel@fedoraproject.org> - 3.12.3-4
- Fixed sandbox-compilation.patch - really include those config files.
-
Wed Nov 23 2016 Mihkel Vain <mihkel@fedoraproject.org> - 3.12.3-3
- Fix typo sandbox-compilation.path -> sandbox-compilation.patch
-
Wed Nov 23 2016 Mihkel Vain <mihkel@fedoraproject.org> - 3.12.3-2
- Add config.json, config.rsa, config.pub, config.qrc and a patch that ties them
all together. They are needed because koji does not allow networking during
build time.