From 5910de002e1190736dea16ec29b307c1b0664aef Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Oct 30 2019 21:16:28 +0000 Subject: Import fmf-0.10 --- diff --git a/.gitignore b/.gitignore index 21c4eaf..730e7d8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /fmf-0.6.tar.gz /fmf-0.7.tar.gz /fmf-0.8.tar.gz +/fmf-0.10.tar.gz diff --git a/fmf.spec b/fmf.spec index 9f252d6..4ca6f0c 100644 --- a/fmf.spec +++ b/fmf.spec @@ -1,5 +1,5 @@ Name: fmf -Version: 0.8 +Version: 0.10 Release: 1%{?dist} Summary: Flexible Metadata Format @@ -16,12 +16,12 @@ Source0: https://github.com/psss/fmf/releases/download/%{version}/fmf-%{version} # Fedora or RHEL 8+ %if 0%{?fedora} || 0%{?rhel} > 7 %bcond_with oldreqs -%bcond_without englocale +%bcond_with englocale %else # The automatic runtime dependency generator doesn't exist yet %bcond_without oldreqs # The C.UTF-8 locale doesn't exist, Python defaults to C (ASCII) -%bcond_with englocale +%bcond_without englocale %endif # Main tmt package requires the Python module @@ -104,6 +104,16 @@ export LANG=en_US.utf-8 %changelog +* Wed Oct 30 2019 Petr Šplíchal - 0.10-1 +- Mock is not needed for docs, fix missing new line +- Provide a public static method Tree.init() + +* Wed Oct 09 2019 Petr Šplíchal - 0.9-1 +- Support custom conjunction like 'or' in listed() +- Update smoke testset to the latest L2 spec +- Fix build conditional default for englocale +- Use raw strings for regular expression patterns + * Mon Sep 30 2019 Petr Šplíchal - 0.8-1 - Update spec to build Python 3 packages only - Move unit tests into a separate directory diff --git a/sources b/sources index 7d1345a..f2fa34a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (fmf-0.8.tar.gz) = d75287de90f20912e6abafee413c131309a995840817992f160f98b60d9c8347ba2d9e0883031d173c435afe9c25fe26f5a830d387175eaed9dbcb2a8cdc8735 +SHA512 (fmf-0.10.tar.gz) = e42663abee21ed7a59f8d216e4e554a6517a57b883d85b87f44910a96bf25c29d2b3b8132b8e18340656fa2f0e956432687e08f8548d39e7e88b1746223a9d29