Notification time stamped 2019-04-30 23:25:49 UTC
From 262b76d480b2b40548da06618d022e2040bd8f13 Mon Sep 17 00:00:00 2001 From: Francisco Javier Tsao Santín tsao@gpul.org Date: Apr 30 2019 23:25:34 +0000 Subject: Updated to 4.0.2 stable version
---
diff --git a/.gitignore b/.gitignore index 11a49cb..c99b828 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ supervisor-3.0a8.tar.gz /supervisor-3.3.1.tar.gz /supervisor-3.3.3.tar.gz /4aa8869064fd61cf8b1aa504e7e3b60ff0fcb96e.zip +/supervisor-4.0.2.tar.gz diff --git a/sources b/sources index d41fe71..943040a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (4aa8869064fd61cf8b1aa504e7e3b60ff0fcb96e.zip) = b23f1b50aed1b976b60e034913f360faf48ae5d75cc105dc0ee781bb7fa11686456a5ba4c523c871cd9c6d0ffa49cf0216b75ec576f523103c5291843e52bdd3 +SHA512 (supervisor-4.0.2.tar.gz) = 662bc1052276c2f54e0eeae820f9ae53e7f37150db21f0547be74b90455e213c9ca2b21e07079f1bd1740fae6e3d664edd3d27d57a0128828fc1a9c3627b3189 diff --git a/supervisor.spec b/supervisor.spec index 4b0c46e..816fe97 100644 --- a/supervisor.spec +++ b/supervisor.spec @@ -1,11 +1,11 @@ +%global srcname supervisor Summary: A System for Allowing the Control of Process State on UNIX Name: supervisor -Version: 4.0.0.dev0 -Release: 2%{?dist} -%global commit0 4aa8869064fd61cf8b1aa504e7e3b60ff0fcb96e +Version: 4.0.2 +Release: 1%{?dist} License: BSD and MIT URL: http://supervisord.org/ -Source0: https://github.com/Supervisor/supervisor/archive/4aa8869064fd61cf8b1aa504e7e... +Source0: https://pypi.python.org/packages/source/s/%%7Bsrcname%7D/%%7Bsrcname%7D-%%7B... Source1: supervisord.service Source2: supervisord.conf Source3: supervisor.logrotate @@ -26,7 +26,7 @@ The supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems.
%prep -%setup -q -n supervisor-4aa8869064fd61cf8b1aa504e7e3b60ff0fcb96e +%setup -q -n supervisor-%{version}
%build %py3_build @@ -61,7 +61,7 @@ rm -f %{buildroot}%{_prefix}/doc/*.txt %systemd_postun %{name}.service
%files -%doc CHANGES.txt README.rst +%doc CHANGES.rst README.rst %license COPYRIGHT.txt LICENSES.txt %dir %{_localstatedir}/log/%{name} %{_unitdir}/supervisord.service @@ -76,6 +76,9 @@ rm -f %{buildroot}%{_prefix}/doc/*.txt %config(noreplace) %{_sysconfdir}/logrotate.d/supervisor
%changelog +* Wed May 01 2019 Francisco Javier Tsao Santín tsao@gpul.org - 4.0.2-1 +- Upgraded to 4.0.2 version + * Sun Feb 03 2019 Fedora Release Engineering releng@fedoraproject.org - 4.0.0.dev0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
https://src.fedoraproject.org/rpms/supervisor/c/262b76d480b2b40548da06618d02...
scm-commits@lists.fedoraproject.org