From 234a1d0dcddefdf8a55b3764faeec624630a7306 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Mon, 28 Nov 2016 16:36:51 -0600 Subject: [PATCH] Update to 1.6.4-rc2 --- .gitignore | 1 + sources | 2 +- znc.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2a5270f..3b7753b 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /znc-1.6.1.tar.gz /znc-1.6.2.tar.gz /znc-1.6.3.tar.gz +/znc-1.6.4-rc2.tar.gz diff --git a/sources b/sources index 29f0927..0cc58c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0dad0307e2faea26b9e304e308f7ec63 znc-1.6.3.tar.gz +349f73c4dbe1861852b2e2649a2c50d2 znc-1.6.4-rc2.tar.gz diff --git a/znc.spec b/znc.spec index 52e99d8..a4ac240 100644 --- a/znc.spec +++ b/znc.spec @@ -12,14 +12,15 @@ %endif # 0%{?fedora} || 0%{?rhel} >= 7 Name: znc -Version: 1.6.3 -Release: 7%{?dist} +Version: 1.6.4 +Release: 0.1-rc2%{?dist} Summary: An advanced IRC bouncer Group: System Environment/Daemons License: ASL 2.0 URL: http://znc.in -Source0: %{url}/releases/%{name}-%{version}.tar.gz +#Source0: %{url}/releases/%{name}-%{version}.tar.gz +Source0: http://znc.in/releases/znc-1.6.4-rc2.tar.gz BuildRequires: automake BuildRequires: c-ares-devel @@ -255,6 +256,9 @@ chown znc:znc /var/lib/znc %changelog +* Mon Nov 28 2016 Nick Bebout - 1.6.4-0.1-rc2 +- Update to 1.6.4-rc2 + * Wed Nov 02 2016 Jason L Tibbitts III - 1.6.3-7 - Have the main package own %%_libdir/znc. Previously the directory was unowned.