diff --git a/fedora/SPECS/gitea.spec b/fedora/SPECS/gitea.spec index 075ce8e..62d9a63 100644 --- a/fedora/SPECS/gitea.spec +++ b/fedora/SPECS/gitea.spec @@ -1,5 +1,5 @@ Name: gitea -Version: 1.11.4 +Version: 1.10.4 Release: 1%{?dist} Summary: Gitea is a painless self-hosted Git service. %define MyVersion %version @@ -7,6 +7,7 @@ Summary: Gitea is a painless self-hosted Git service. License: MIT URL: https://gitea.io +#Source0: https://github.com/go-gitea/gitea/archive/%{version}.tar.gz Source0: %name-%MyVersion.tar.gz Source1: gitea.service @@ -16,7 +17,6 @@ BuildRequires: golang >= 1.8 BuildRequires: go-bindata %endif BuildRequires: make -BuildRequires: npm Requires: git @@ -82,14 +82,8 @@ getent passwd gitea > /dev/null || \ %changelog -* Fri Apr 10 2020 Daniel Steiner -- Update to version 1.11.4. - -* Fri Mar 27 2020 Daniel Steiner -- Update to version 1.11.3. - -* Sat Feb 22 2020 Daniel Steiner -- Update to version 1.11.1. +* Sat May 2 2020 Daniel Steiner +- Update to version 1.10.4. * Sat Jan 25 2020 Daniel Steiner - Update to version 1.10.3. diff --git a/fedora/SPECS/mod_tile.spec b/fedora/SPECS/mod_tile.spec index 04512b7..88c0c5e 100644 --- a/fedora/SPECS/mod_tile.spec +++ b/fedora/SPECS/mod_tile.spec @@ -1,6 +1,6 @@ Name: mod_tile Version: 0.5 -Release: 3%{?dist} +Release: 2%{?dist} Summary: A program to efficiently render and serve map tiles for www.openstreetmap.org map using Apache and Mapnik. License: GPLv2 @@ -69,9 +69,6 @@ fi %{_mandir}/man8/* %changelog -* Thu Jan 9 2020 Daniel Steiner -- gdal-lib upgraded. - * Sat Nov 9 2019 Daniel Steiner - Fix for modules config path. diff --git a/fedora/SPECS/nginx.spec b/fedora/SPECS/nginx.spec index e55bce4..6bda0ef 100644 --- a/fedora/SPECS/nginx.spec +++ b/fedora/SPECS/nginx.spec @@ -19,7 +19,7 @@ Name: nginx Epoch: 1 -Version: 1.17.9 +Version: 1.18.0 Release: 1%{?dist} Summary: A high performance web server and reverse proxy server @@ -569,6 +569,9 @@ fi [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* %changelog +* Sat May 2 2020 Daniel Steiner +- Updated to mainline version 1.18.0. + * Fri Mar 27 2020 Daniel Steiner - Updated to mainline version 1.17.9. diff --git a/fedora/SPECS/python3-argparse.spec b/fedora/SPECS/python3-argparse.spec index 1272fab..a026765 100644 --- a/fedora/SPECS/python3-argparse.spec +++ b/fedora/SPECS/python3-argparse.spec @@ -55,6 +55,9 @@ rm -rf %{buildroot}%{python3_sitelib}/__pycache__ %{python3_sitelib}/* %changelog +* Sat May 2 2020 Daniel Steiner +- First build on Fedora 32. + * Sun Feb 3 2019 Daniel Steiner - First build, it's required by powerline_shell package.