From b8b93eed4b7ca1cf11f7c399a04e19f329ca8618 Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Jul 05 2018 03:03:47 +0000 Subject: new upstream release 0.11.0: https://docs.pagure.org/waiverdb/release-notes.html#waiverdb-0-11 --- diff --git a/.gitignore b/.gitignore index 46bbad8..2b4505d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /waiverdb-0.9.0.tar.gz /waiverdb-0.9.1.tar.gz /waiverdb-0.10.0.tar.gz +/waiverdb-0.11.0.tar.gz diff --git a/sources b/sources index 3e18f37..b09f449 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waiverdb-0.10.0.tar.gz) = 6c07888fe754e68f58dbfad1fa8bafe5d713dc0c9fa8c620de5009c9b0cc5dec67ad088f91248b2e89195e866566f55c9756057019a735acca1eacaa4beb5f01 +SHA512 (waiverdb-0.11.0.tar.gz) = d3e763f36e140c22b6bd8714f26b823094323c64c0e40534897e5abf6ea131484fa413764117ab6897e1dbe377668dd1a3708575b9ad3b3091f911023e04afe7 diff --git a/waiverdb.spec b/waiverdb.spec index fe79593..e9e37ca 100644 --- a/waiverdb.spec +++ b/waiverdb.spec @@ -1,5 +1,5 @@ -%global upstream_version 0.10.0 +%global upstream_version 0.11.0 %if 0%{?fedora} || 0%{?rhel} > 7 %bcond_without server @@ -10,8 +10,8 @@ %endif Name: waiverdb -Version: 0.10.0 -Release: 2%{?dist} +Version: 0.11.0 +Release: 1%{?dist} Summary: Service for waiving results in ResultsDB License: GPLv2+ URL: https://pagure.io/waiverdb @@ -110,7 +110,7 @@ sed -i 's/\.stg\.fedoraproject\.org/.fedoraproject.org/g' conf/client.conf.examp %build %if 0%{?fedora} || 0%{?rhel} > 7 %py3_build -make -C docs SPHINXOPTS= html man text +make -C docs SPHINXOPTS="-D issuetracker_plaintext_issues=0" html man text %else %py2_build %endif @@ -139,6 +139,10 @@ install -D -m0644 \ %{buildroot}%{_mandir}/man1/waiverdb-cli.1 install -D -m0644 \ + docs/_build/man/client.conf.5 \ + %{buildroot}%{_mandir}/man5/waiverdb-client.conf.5 + +install -D -m0644 \ docs/_build/man/waiverdb.7 \ %{buildroot}%{_mandir}/man7/waiverdb.7 %endif @@ -179,10 +183,15 @@ install -D -m0644 \ %if 0%{?fedora} || 0%{?rhel} > 7 %{_mandir}/man1/waiverdb-cli.1* +%{_mandir}/man5/waiverdb-client.conf.5* %{_mandir}/man7/waiverdb.7* %endif %changelog +* Thu Jul 05 2018 Dan Callaghan - 0.11.0-1 +- new upstream release 0.11.0: + https://docs.pagure.org/waiverdb/release-notes.html#waiverdb-0-11 + * Tue Jun 19 2018 Miro HronĨok - 0.10.0-2 - Rebuilt for Python 3.7