diff --git a/.gitignore b/.gitignore index b186caf..2eb7408 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ bip-0.8.4.tar.gz /bip-0.8.6.tar.gz +/bip-0.8.7.tar.gz diff --git a/bip.spec b/bip.spec index 58e300e..8a6b82f 100644 --- a/bip.spec +++ b/bip.spec @@ -1,12 +1,12 @@ Name: bip -Version: 0.8.6 -Release: 2%{?dist} +Version: 0.8.7 +Release: 1%{?dist} Summary: IRC Bouncer Group: Applications/Internet License: GPLv2+ URL: http://bip.t1r.net -Source0: http://bip.t1r.net/downloads/bip-%{version}.tar.gz +Source0: https://projects.duckcorp.org/attachments/download/20/bip-%{version}.tar.gz Source1: bip.init Patch0: bip-conf.patch Patch1: bip-fn-ircd7.patch @@ -91,10 +91,15 @@ fi %{_mandir}/man5/bip.conf.5.gz %config(noreplace) %{_sysconfdir}/bip.conf %{_initrddir}/bip -%attr(-,bip,bip) %dir %{_localstatedir}/run/bip +%attr(-,bip,bip) %ghost %{_localstatedir}/run/bip %attr(-,bip,bip) %dir %{_localstatedir}/log/bip %changelog +* Sat Feb 12 2011 Brian C. Lane - 0.8.7-1 +- Upstream v0.8.7 +- New source tarball location +- Update spec with %ghost for /var/run/bip/ + * Mon Feb 07 2011 Fedora Release Engineering - 0.8.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 6d17de4..50abb4a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a6026d6da8587220332b2f96a7385fc9 bip-0.8.6.tar.gz +07c8ac05d4caca121d4b57c0afc5d041 bip-0.8.7.tar.gz