From a99c7c0d16a26e6b7f827e673d8fb8667592cb84 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Fri, 4 Jan 2019 18:06:03 +0100 Subject: [PATCH] PNP updated to latest git master state, perl module can now be updated. Kodi Leia updated to RC4 --- fedora/SPECS/kodi.spec | 5 ++++- fedora/SPECS/pnp4nagios.spec | 12 ++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/fedora/SPECS/kodi.spec b/fedora/SPECS/kodi.spec index bec228c..d2ebeea 100644 --- a/fedora/SPECS/kodi.spec +++ b/fedora/SPECS/kodi.spec @@ -1,4 +1,4 @@ -%global PRERELEASE rc3 +%global PRERELEASE rc4 #global DIRVERSION %{version} #global GITCOMMIT Gotham_r2-ge988513 # use the line below for pre-releases @@ -477,6 +477,9 @@ mv docs/manpages ${RPM_BUILD_ROOT}%{_mandir}/man1/ %changelog +* Fri Jan 4 2019 Daniel Steiner - 18.0-0.21.rc4 +- Update to RC4 + * Wed Dec 19 2018 Daniel Steiner - 18.0-0.21.rc3 - Update to RC3 diff --git a/fedora/SPECS/pnp4nagios.spec b/fedora/SPECS/pnp4nagios.spec index af5ca6b..f87b00a 100644 --- a/fedora/SPECS/pnp4nagios.spec +++ b/fedora/SPECS/pnp4nagios.spec @@ -1,6 +1,7 @@ +%define gitversion git.ff7cd69 Name: pnp4nagios -Version: 0.6.26 -Release: 2%{?dist} +Version: 0.6.27 +Release: 1.%{gitversion}%{?dist} Summary: Nagios performance data analysis tool Group: Applications/System @@ -39,9 +40,9 @@ and stores them automatically into RRD-databases. %prep %setup -q -%patch1 -p1 +#%patch1 -p1 #%patch2 -p0 -%patch3 -p0 +#%patch3 -p0 autoreconf cp -p %{SOURCE3} README.fedora @@ -156,6 +157,9 @@ fi %{_datadir}/nagios/html/%{name} %changelog +* Thu Dec 20 2018 Daniel Steiner - 0.6.27-1-gitff7cd69 +- Upgrade to git master version ff7cd69. + * Sat Oct 6 2018 Daniel Steiner - 0.6.26-2 - FPDI pdf generation patch added, this was required for php 7.2!