[bip/f15] Update to upstream version 0.8.8

Brian C. Lane bcl at fedoraproject.org
Thu Nov 17 19:41:51 UTC 2011


commit 4b14157f2cda7de97f587192786e5bf10e511bdb
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Nov 17 11:01:54 2011 -0800

    Update to upstream version 0.8.8
    
    Call systemd-tmpfiles to create the pid directory

 .gitignore |    1 +
 bip.spec   |    9 +++++++--
 sources    |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2eb7408..28fb90c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 bip-0.8.4.tar.gz
 /bip-0.8.6.tar.gz
 /bip-0.8.7.tar.gz
+/bip-0.8.8.tar.gz
diff --git a/bip.spec b/bip.spec
index 46e0de9..b67e736 100644
--- a/bip.spec
+++ b/bip.spec
@@ -1,6 +1,6 @@
 Name:    bip
-Version: 0.8.7
-Release: 2%{?dist}
+Version: 0.8.8
+Release: 1%{?dist}
 Summary: IRC Bouncer
 Group:   Applications/Internet
 License: GPLv2+
@@ -73,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/chkconfig --add bip
+/bin/systemd-tmpfiles --create %{_sysconfdir}/tmpfiles.d/bip.conf
 
 %preun
 if [ "$1" = 0 ]; then
@@ -102,6 +103,10 @@ fi
 %attr(-,bip,bip) %dir %{_localstatedir}/log/bip
 
 %changelog
+* Thu Nov 17 2011 Brian C. Lane <bcl at redhat.com> - 0.8.8-1
+- Update to upstream version 0.8.8
+- Call systemd-tmpfiles to create the pid directory
+
 * Thu Jun  2 2011 Darryl L. Pierce <dpierce at redhat.com> - 0.8.7-2
 - Create file: /etc/tmpfiles.d/bip.conf
 - Fixes #707294 - /var/run/bip on tmpfs
diff --git a/sources b/sources
index 50abb4a..3007abb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-07c8ac05d4caca121d4b57c0afc5d041  bip-0.8.7.tar.gz
+261d53ead8a35d08caa7dc0f76566b98  bip-0.8.8.tar.gz


More information about the scm-commits mailing list